Overview of AFDKO Programs
developThe Adobe Font Development Kit for OpenType (AFDKO) provides a suite of command-line tools for font development, categorized into three main functional groups:
- Making/editing fonts: Tools for building OpenType fonts from UFO, PFA, TTF, or TXT files, merging glyphs, converting formats (e.g.,
otf2ttf,otc2otf), and handling variable fonts (buildmasterotfs,buildcff2vf). - Proofing: Tools to visualize font data, such as
spotfor table reports,tx -pdffor glyph overviews, and various*plottools (charplot,fontplot,hintplot, etc.) for generating PDF proofs of outlines, hints, and metrics. - Validation: Tools for quality control, including
comparefamilyfor checking consistency across a font family,sfntdifffor low-level binary comparisons, andttxnfor normalized functional comparisons between fonts.