Mixed Case Liga Feature . . .
Stuart Sandler
Posts: 363
Working on a font where I want to add a liga OT feature to work regardless of the case typed in, so for example if a user types in CAT, cat, CaT, cAT, etc I'd like all variations substitute the same ligature.
Any suggestions? FYI, working in Glyphs . . . Thanks in advance!
Any suggestions? FYI, working in Glyphs . . . Thanks in advance!
0
Comments
-
I think brackets would work, i.e.
sub [C c] [A a] [T t] by c_a_t;
11 -
sub C A T by C_a_t.lig;
sub c a t by C_a_t.lig;
sub C a T by C_a_t.lig;
sub c A T by C_a_t.lig;
sub c A t by C_a_t.lig;
sub c a T by C_a_t.lig;
sub C a t by C_a_t.lig;
1 -
Wouldn't giving a cAT a low hanging tail and CAt a crouching front pair of legs and a ducked head be more fun?
Just kidding. Chris, is there a reason we would want to spell out every combination instead of using brackets?0 -
Thanks all! Much appreciated!
0 -
@Adam Jagosz Sure, you could use brackets but I am not sure how Glyphs handles feature code so I just spelled it out.0
-
It works the same as in FontLab (or anywhere else that uses AFDKO syntax), except that you only include the part inside the curly brackets of the feature definition. The outer portion is added automatically.2
Categories
- All Categories
- 43 Introductions
- 3.7K Typeface Design
- 805 Font Technology
- 1.1K Technique and Theory
- 622 Type Business
- 445 Type Design Critiques
- 542 Type Design Software
- 30 Punchcutting
- 137 Lettering and Calligraphy
- 84 Technique and Theory
- 53 Lettering Critiques
- 487 Typography
- 304 History of Typography
- 115 Education
- 68 Resources
- 500 Announcements
- 80 Events
- 105 Job Postings
- 149 Type Releases
- 165 Miscellaneous News
- 270 About TypeDrawers
- 53 TypeDrawers Announcements
- 116 Suggestions and Bug Reports