There was an error while loading. Please reload this page.
cp myfont.otf mynewfont.otf tx -cff +S +b myfont.otf > mytable.CFF sfntedit -a CFF=mytable.CFF mynewfont.otf
cp myfont.otf mynewfont.otf tx -cff2 +S +b myfont.otf > mytable.CFF2 sfntedit -a CFF2=mytable.CFF2 mynewfont.otf
cp myfont.otf mynewfont.otf tx -cff -S +b myfont.otf > mytable.CFF sfntedit -a CFF=mytable.CFF mynewfont.otf
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