freetype2 - freetype use fallback for missing glyphs -
how can tell freetype use fallback font when string contain character not present in font i'm using default?
i need render non-latin glyphs correctly in application.
do have manage fallback myself?
if so: how detect if there missing glyph in given string?
i'm sorry, don't know if need handle fallback yourself, guess do. how detect if there missing glyph, use method: ft_get_char_index if returns 0, means symbol not found.