Skip to content
Josh Hadley edited this page Mar 24, 2020 · 5 revisions

How to subroutinize a CFF2 font:

cp myfont.otf mynewfont.otf
tx -cff2 +S +b myfont.otf > mytable.CFF2
sfntedit -a CFF2=mytable.CFF2 mynewfont.otf

How to remove hints from a CFF-based 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
Clone this wiki locally