clear usage flags for all entries
removes entries not used after last call of checkpoint() or cleanup()
clears glyph cache
override to return list of font faces available
get font instance with specified parameters
register freetype font by filename - optinally font properties can be passed if known (e.g. from libfontconfig).
returns number of registered fonts
sets new font manager singleton instance
returns font manager singleton instance
get font instance best matched specified parameters
override to return list of font faces available
clear usage flags for all entries -- for cleanup of unused fonts
removes entries not used after last call of checkpoint() or cleanup()
get min font size for antialiased fonts (0 means antialiasing always on, some big value = always off)
set new min font size for antialiased fonts - fonts with size >= specified value will be antialiased (0 means antialiasing always on, some big value = always off)
get current hinting mode (Normal, AutoHint, Disabled)
set hinting mode (Normal, AutoHint, Disabled)
get current subpixel rendering mode for fonts (aka ClearType)
set subpixel rendering mode for fonts (aka ClearType)
get font gamma (1.0 is neutral, < 1.0 makes glyphs lighter, >1.0 makes glyphs bolder)
set font gamma (1.0 is neutral, < 1.0 makes glyphs lighter, >1.0 makes glyphs bolder)
FreeType based font manager.