Tool to create GSUB table based on identical characters?
Comments
-
I've had to do this in a situation where I had a client who wanted needed extremely detailed textured fonts. So detailed that the font was teetering of the edge of crashing. I created blank glyphs for the lowercase and two classes:
@upper: ABCDEFG...
@lower: abcdefg...
feature whatever {
sub @lower by @upper;
} whatever;
I'm not sure what feature I'd use if I were to do it again. My client wanted it in liga so that's what I used.0 -
That looks simple enough, thanks. I'm used to working in TTX. What tool/language is your example in?0
-
It seems I was overcomplicating — I blame a lack of coffee! It seems the much saner and simpler solution is to use the CMAP table for its intended purpose:
<map code="0x41" name="A"/><!-- LATIN CAPITAL LETTER A —>
<map code="0x61" name="a"/><!-- LATIN SMALL LETTER A —>Should be changed to<map code="0x41" name="A"/><!-- LATIN CAPITAL LETTER A —>
<map code="0x61" name="A"/><!-- LATIN SMALL LETTER A —>Automating this is a lunch-break worth of scripting
1 -
Agree that CMAP is the way to go; Ray's example is in Adobe Feature File Syntax1
Categories
- All Categories
- 47 Introductions
- 4K Typeface Design
- 496 Type Design Critiques
- 587 Type Design Software
- 1.1K Type Design Technique & Theory
- 674 Type Business
- 897 Font Technology
- 29 Punchcutting
- 542 Typography
- 127 Type Education
- 333 Type History
- 82 Type Resources
- 114 Lettering and Calligraphy
- 33 Lettering Critiques
- 81 Lettering Technique & Theory
- 571 Announcements
- 100 Events
- 116 Job Postings
- 171 Type Releases
- 183 Miscellaneous News
- 270 About TypeDrawers
- 54 TypeDrawers Announcements
- 114 Suggestions and Bug Reports

