Skip to content

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

License

Notifications You must be signed in to change notification settings

RazrFalcon/ttf-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages