Mixed Case Liga Feature . . .

Stuart Sandler
Posts: 382
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
- 814 Font Technology
- 1.1K Technique and Theory
- 629 Type Business
- 449 Type Design Critiques
- 548 Type Design Software
- 30 Punchcutting
- 137 Lettering and Calligraphy
- 84 Technique and Theory
- 53 Lettering Critiques
- 495 Typography
- 307 History of Typography
- 115 Education
- 73 Resources
- 509 Announcements
- 82 Events
- 107 Job Postings
- 153 Type Releases
- 166 Miscellaneous News
- 271 About TypeDrawers
- 53 TypeDrawers Announcements
- 117 Suggestions and Bug Reports