This is a feature release of TTF, a simple C library for using TrueType and OpenType font files. Changes include:
ttfCache functions to access user- and system-installed fonts (Issue #5)ttfCreateData function to create a font from a memory buffer.ttfContainsChar and ttfContainsChars functions to determine whether a font contains the necessary characters (Issue #2)ttfGetKernedExtents function to get kerned extents (Issue #6)ttfGetExtents (Issue #9)Enjoy!
Download TTF v1.1.0 Home Page Github Project