convert an OTF font to TTF
Find a file
2019-09-06 15:54:23 +02:00
otf2ttf.pe fount 2019-09-06 15:34:22 +02:00
README.md found 2019-09-06 15:54:23 +02:00

otf2ttf

This script can convert fonts in OTF format (or any other format fontforge can read) into TTF.

It requires fontforge to be installed. otf2ttf can be used either as a fontforge script (extended or in combination with others) or as an executable (run chmod a+x otf2ttf and ensure it's somewhere $PATH like). It will convert one or more fonts into TTF files in the current directory.

usage

as a script fontforge -script otf2ttf.pe FONT.otf or standalone otf2ttf FONT-*.otf

further