I need to merge hundreds of .ttf fonts (OpenType and TrueType).
Many Tells about fontforge, but it use a gui interface, so I would need to merge each fonts manually.
So, is there a command-line tool for merging fonts so I can use simple bash glob?
Software Recommendations Stack Exchange is a question and answer site for people seeking specific software recommendations. It only takes a minute to sign up.
Sign up to join this communityI need to merge hundreds of .ttf fonts (OpenType and TrueType).
Many Tells about fontforge, but it use a gui interface, so I would need to merge each fonts manually.
So, is there a command-line tool for merging fonts so I can use simple bash glob?
Depends on the merge. If the fonts are compatible in certain ways but have different scripts in them, then my merge script might work:
https://github.com/behdad/fonttools/blob/master/Tools/pyftmerge
If you tell us what kind of usecase you have, we might be able to help you. Let us know here:
fontRegular.ttf + fontItalic.ttf + fontBold.ttf = font.ttf).
Oct 29, 2014 at 9:08