Font Viewer

A Unity WebGL tool to browse the internals of font files. It supports OTF and TTF files. Either hit the “Load” button or drag and drop a file into the Unity player.

The font parsing library and path boolean library are still a work in progress so there are quite a few edge cases when processing glyphs.

  • The drag-and-drop was implemented with the help of Joseph Zimmerman’s Smashing Magazine post.
  • Glyph and CFF paths are supported. The CFF2 path types are currently not supported.
  • Be careful with large font files. This may place a lot of data on certain pages and lag the app.
  • The app starts with a default font, Battalion Commander, from Kong Font.
  • See the “Help” page in the app for more useful links involved.

– Stay strong, code on. William Leu.

Built with Unity 2019.4.16f1. Tested on Chrome.