I have a use case where I need to draw text in an image. This text is user input and can be a whole range of languages, It can even be a mix of 2 languages. For example english and chinese.
It would be nice that we can list fallback font's so that if a glyph for a unicode character is not found then it tries in the next provided font until it finds the glyph or there are no more fonts.
I have a use case where I need to draw text in an image. This text is user input and can be a whole range of languages, It can even be a mix of 2 languages. For example english and chinese.
It would be nice that we can list fallback font's so that if a glyph for a unicode character is not found then it tries in the next provided font until it finds the glyph or there are no more fonts.