Closed Firestar-Reimu closed 1 year ago
tx -t1 font.pfb > font.pfa
What is tx
command? Thanks!
The SHA256SUM of .pfa
file from tx -t1 cmb10.pfb > cmb10.pfa
and t1ascii cmb10.pfb cmb10.pfa
are different.
Will it automatically use the font metrics file .pfm
?
It won’t – when generating your OTF, you’ll want to have kerning data in a .fea file. This might help: https://fonttools.readthedocs.io/en/latest/afmLib.html
I want to convert AMSfonts (Type 1) to otf: https://www.ams.org/arc/resources/amsfonts-about.html
but it only contains
.pfb
and.pfm
, no.pfa
If I use
makeotf
withpfb
it will say:
it seems that http://www.lcdf.org/~eddietwo/type/t1ascii.1.html can convert
.pfb
to.pfa