A searcher for missing glyphs.
FT_Error GetFontByFaceName(std::string_view font_name, FT_Face *face)
Load a freetype font face with the given font name.
bool FontConfigFindFallbackFont(const std::string &language_isocode, MissingGlyphSearcher *callback)
Use FontConfig to find a fallback font.
Functions to read fonts from files and cache them.