`

FontManager

function FontManager: TFontManager;

This function returns the library's single instance TFontManager object. Generally TFontReader objects should be managed by this object as it prevents multiple instances of the same font being constructed (which can rapidly consume memory), and it makes it relatively easy to find specific TFontReader objects.

See Also

TFontManager