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
Since PDFontTool is only positioned as a tool for conversion, I am not planning to implement glyph selection at this time.
I recommend that you create font subsets first and then use PDFontTool. I have not tried it, but I believe you can create font subsets with "pyftsubset" or other .
It would be great to limit the font generated to a list of glyphs as we don't need every glyphs available for every fonts and size.
-glyphs ABCDEFGHIJKLMNOPQRSTUVXYZ
or maybe with a regular expression
-glyphs A-Za-z0-9
or with variables
-glyphs capital numeric accents
The text was updated successfully, but these errors were encountered: