Hopefully finishing my studies of FreeType's SFNT support today, somewhat auxiliary I see amongst it's simpler subcomponents:
* Web Open Font Format decoding, with index-sorting & closing logic.
* Hook between LibPNG & FT_Streams, whilst premultiplying alphas.
* Loading SVG fonts with caching.
This SFNT subsystem as per usual exposes a methodtable to FreeType's submodule infrastructure. This exposes methods for retrieving the charset encoding & registry (everyone uses UTF8 now).
1/?