Native Haxe TrueType parsing and rendering. WIP.
- Jan Flanders's hxswfml library (https://code.google.com/archive/p/hxswfml/) wich seems to be unmaintained.
- Steve Hanov's blog article "Let's read a Truetype file from scratch" - http://stevehanov.ca/blog/?id=143
- George Corney's crosstarget typedarray implementation included in the Gluon lib: https://github.com/haxiomic/gluon
- Parses .ttf files and extracts glyph outline data, charactermap data (cmap), glyph metrics - not yet kerning data, but that's planned. Right now two implementations, one simpler based on Steve Hanov's code, where compound glyphs work, and one more complete based on Jan Flander's code where compound glyphs don't. The plan is to join these in a nice way... :-)
- Utils for rendering outline data to html canvas or native svg (without html-dom dependencies).
- Possible to save extracted truetype data as reusable Haxe typedef data, for easy use of font/glyphs without the parsing overhead.
- Glyph metrics
- String metrics including kerning