12 #ifndef FONTDETECTION_H 13 #define FONTDETECTION_H 20 #include FT_FREETYPE_H bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, int winlangid, class MissingGlyphSearcher *callback)
We would like to have a fallback font as the current one doesn't contain all characters we need...
Settings for the freetype fonts.
Functions to read fonts from files and cache them.
A searcher for missing glyphs.
FT_Error GetFontByFaceName(const char *font_name, FT_Face *face)
Load a freetype font face with the given font name.