10 #ifndef FONTDETECTION_H
11 #define FONTDETECTION_H
18 #include FT_FREETYPE_H
A searcher for missing glyphs.
fluid_settings_t * settings
FluidSynth settings handle.
Functions to read fonts from files and cache them.
FT_Error GetFontByFaceName(const char *font_name, FT_Face *face)
Load a freetype font face with the given font name.
bool SetFallbackFont(struct FontCacheSettings *settings, const std::string &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 four different fonts.