googlefonts / fontc

Where in we pursue oxidizing (context: https://github.com/googlefonts/oxidize) fontmake.
Apache License 2.0
85 stars 14 forks source link

fontc doesn't support source specification of unicode and codepage range #1027

Closed rsheeter closed 1 month ago

rsheeter commented 1 month ago
rsheeter commented 1 month ago

Set by custom parameter, ex

customParameters = (
{
name = unicodeRanges;
value = (
0,
28,
52,
56
);
},
{
name = codePageRanges;
value = (
"1252",
"1250",
"949",
"1361"
);
},

https://unifiedfontobject.org/versions/ufo3/fontinfo.plist/ notes openTypeOS2UnicodeRanges can do the same.