2013/11/20 Rutledge Shawn <shawn.rutle...@digia.com>:
>
> On 19 Nov 2013, at 4:25 PM, Ender Erel wrote:
>
>> 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?

I am in a similar situation. I have so far a bunch of fonts with the
usual glyphs for numbers and western languages, plus one font for
Chinese only. When the application is in Chinese, the fonts specified
make the default fonts picked up first (e.g. for numbers), and the
Chinese characters with the Chinese font for the rest.

I will have to add Korean and Japanese, and my understanding is that
both share with Chinese values in the Unicode table, but different
fonts have to be used, so a language change would require loading and
unloading fonts. From a quick look, QFontDatabase states that loading
and unloading fonts without fontconfig is not possible.

> That's the sort of thing fontconfig usually does.

But fontconfig is not used in Qt for embedded Linux, isn't it? :-(

Ender: I'm in a similar situation. I will have to look at that soon.
If you find something, please comment. I will do the same.

-- 
Alejandro Exojo Piqueras

ModpoW, S.L.
Technova LaSalle | Sant Joan de la Salle 42 | 08022 Barcelona | www.modpow.es
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to