-
Notifications
You must be signed in to change notification settings - Fork 169
How To
Josh Hadley edited this page Mar 24, 2020
·
5 revisions
cp myfont.otf mynewfont.otf
tx -cff2 +S +b myfont.otf > mytable.CFF2
sfntedit -a CFF2=mytable.CFF2 mynewfont.otf
(OTF-to-OTF)
tx -cff -n +b in.otf out.cff # saves unhinted CFF table into out.cff
sfntedit -a CFF=out.cff in.otf out.otf # replace CFF table of in.otf with out.cff into out.otf