Hi all,

I am using Qt on Embedded Linux and trying to setup fallback fonts for some 
glyphs.

First, let me explain my situation:
I have three TTF fonts (without any overlap in glyph coverage):
-FontA: includes Latin, Cyrillic and Greek characters
-FontB: includes Korean characters
-FontC: includes Chinese & Japanese characters

I want to setup my application such that FontA is used for all text but missing 
characters in FontA are taken from FontB, and if FontB does not contain them, 
taken from FontC. I tried QFont::insertSubstitution but i think that mechanism 
is intended for using FontB in case FontA is missing on the system. Is there 
any way I can achieve this?

Best Regards,
Ender Erel

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to