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.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -