Best way to un-nest nested TTF components?
Adam Jagosz
Posts: 689
fontbakery complains about nested components which cause problems in some ancient versions of macOS. What would be the smartest way to resolve this? (Other than manually changing the sources, e.g. changing the recipe for Alphatonos from "tonos_Alpha" to "tonos_A" etc.)
I tried this fontTools snippet https://github.com/fonttools/fonttools/issues/1506 but I don't think it worked.
Can tools like fontmake / gftools fix this automagically?
Flattening the entire FontLab source before exporting to UFO bumps the font size from 136 to 221 kB. I could re-detect composites but FontLab does a nasty job here reordering some contours and variable compatibility goes away.
Tagged:
0
Comments
-
It's not just ancient versions of MacOS - these often don't print properly on PostScript printers, and sometimes the positioning goes wrong in variable fonts.
I have a pull request to fontmake which adds a "-f" flag to flatten components, but it's not been merged yet. (Future readers who come upon this post via Google should try running "fontmake -f".) For now, add this to your UFO's lib.plist:<key>com.github.googlei18n.ufo2ft.filters</key> <array> <dict> <key>name</key> <string>flattenComponents</string> <key>pre</key> <integer>1</integer> </dict> </array>
For full details, please read the relevant issue.
1 -
0
Categories
- All Categories
- 43 Introductions
- 3.7K Typeface Design
- 806 Font Technology
- 1.1K Technique and Theory
- 622 Type Business
- 446 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