You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can FontMake produce accurate static OTFs and variable TTFs, with a width axis, from a single Glyphs source?
I’ve attempted to set up a GlyphsApp source with:
A Weight axis
A Width axis
Instances that will output different sub-families in static fonts – one per main width location, like Familyname and Familyname Condensed, as is typical for weight+width superfamilies.
Instances that will produce desired instance names in a variable font, including width descriptors
Main problem:
If I set Glyphs data to produce accurate variable TTF instance naming, like Condensed Medium, the CFF table of OTFs gets duplicated width desriptors, like FamilynameCondensed-CondensedMedium
If I set Glyphs data to produce accurate CFF table naming, like FamilynameCondensed-Medium, the variable font gets incorrect instance naming, with two instances called simply Medium
FontMake (or GlyphsLib?) problems:
The Localized Family Name and Localized Style Name properties of Glyphs Exports are sometimes ignored in building fonts.
name table entry Custom Properties are ignored when building names in the CFF table of OTF fonts.
Can FontMake produce accurate static OTFs and variable TTFs, with a width axis, from a single Glyphs source?
I’ve attempted to set up a GlyphsApp source with:
Familyname
andFamilyname Condensed
, as is typical for weight+width superfamilies.Main problem:
Condensed Medium
, the CFF table of OTFs gets duplicated width desriptors, likeFamilynameCondensed-CondensedMedium
FamilynameCondensed-Medium
, the variable font gets incorrect instance naming, with two instances called simplyMedium
FontMake (or GlyphsLib?) problems:
Localized Family Name
andLocalized Style Name
properties of Glyphs Exports are sometimes ignored in building fonts.name table entry
Custom Properties are ignored when building names in the CFF table of OTF fonts.Versions:
I’ve made a simplified reproduction, with multiple test cases, at https://github.com/arrowtype/test-fontmake-glyphs-build-cff-naming.
Am I missing something? Thank you so much for any insights!
The text was updated successfully, but these errors were encountered: