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.
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.
You can find prebuilt versions in Releases.
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
MIT
Also, most of the value names were taken from the Microsoft's OpenType™ specification.