/ttf-explorer

A simple tool to explore a TrueType font content as a tree

Primary LanguageC++MIT LicenseMIT

ttf-explorer

A simple tool to explore a TrueType/OpenType/AAT font content as a tree. With a final goal to define each byte in a font.

Build & Run

The application is made with Qt, so you have to install it first.

You can built it via Qt Creator or using terminal: qmake && make.

You will also need a C++ compiler with C++17 support.

Downloads

You can find prebuilt versions in Releases.

Supported tables

ankr, avar, bdat, bloc, CBDT, CBLC, CFF, CFF2, cmap, EBDT, EBLC, feat, fvar, GDEF (mostly), glyf, gvar, head, hhea, hmtx, HVAR, kern, loca, maxp, MVAR, name, OS/2, post, sbix, STAT (partially), SVG, trak, vhea, vmtx, VORG, VVAR

License

MIT

Also, most of the value names were taken from the Microsoft's OpenType™ specification.