This document gives an overview of some FreeType 2 internals. Read this carefully if you want to understand the innards of the library in order to hack or extend it.
Note that many, quite important details are still missing, which are hopefully addressed in the not too distant future. Volunteers to help with this task are highly welcomed!
Introduction
I. Components and APIs
II. Public Objects and Classes
- 1. Object Orientation in FreeType 2
- 2. The
FT_Libraryclass - 3. The
FT_Faceclass - 4. The
FT_Sizeclass - 5. The
FT_GlyphSlotclass - 6. The
FT_CharMapclass - 7. Objects Relationship