[Interest] Glyph fallback

Ender Erel ender.erel at icterra.com
Tue Nov 19 16:25:28 CET 2013


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20131119/a66735d7/attachment.html>


More information about the Interest mailing list