Dreaming of a new feature syntax
Comments
-
@John Hudson
Sure, the kerning is different per masters, that works fine.
But I have a gpos feature in a stylistic set that align small caps vertically on capitals. It's inspired by this comment of @Ray Larabie.
0 -
I’m guessing that you’re probably going to need to build the variable font via a UFO fontmake workflow, and edit the feature code manually in each master UFO. Unless someone has a tool or script that does this somewhere else in the toolchain.0
-
Thanks John.
That's much deeper level of type development that what I'm currently at, but looks like I'll have to install Python anyway and learn terminal commands and pitfalls. Good, added into to-do list.0 -
This can be done with FontCreator. It allows you to add it through the OpenType Designer, but it also supports the variable fea syntax.
languagesystem latn dflt; @sc = [a.smcp-z.smcp]; feature ss01 { # Stylistic Set 1 featureNames { name "Small Caps centered on Capitals"; }; pos @sc <(wght=400:0 wght=700:0) (wght=400:50 wght=700:80)
(wght=400:0 wght=700:0) (wght=400:0 wght=700:0)>; } ss01;
4 -
FontTools also supports the same proposed variable feature file syntax. I always build my variable fonts this way.1
Categories
- All Categories
- 43 Introductions
- 3.7K Typeface Design
- 806 Font Technology
- 1.1K Technique and Theory
- 624 Type Business
- 447 Type Design Critiques
- 543 Type Design Software
- 30 Punchcutting
- 137 Lettering and Calligraphy
- 84 Technique and Theory
- 53 Lettering Critiques
- 489 Typography
- 304 History of Typography
- 115 Education
- 70 Resources
- 500 Announcements
- 80 Events
- 105 Job Postings
- 149 Type Releases
- 165 Miscellaneous News
- 271 About TypeDrawers
- 53 TypeDrawers Announcements
- 117 Suggestions and Bug Reports