On Wed, 19 Aug 2015 16:33:09 +0100, Tom Harlock wrote: > I am looking to take a single truetype glyph's bytecode parse it and > draw it (i.e. a single character, extracted from the map).
FreeType will give you a glyph <http://freetype.org/freetype2/docs/reference/ft2-glyph_management.html>, from which you can get the outline geometry <http://freetype.org/freetype2/docs/reference/ft2-outline_processing.html>. This works across the font formats that FreeType supports. If you want “bytecode” specific to a particular format, perhaps you don’t want FreeType at all? _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
