Re: [Development] Qt preference font

2015-05-13 Thread Eike Hein
On 05/13/2015 07:57 PM, Alex Vazquez wrote: > Is there any way to make a list of preferences font in Qt. Yes, QFont:insertSubstitution & co allow you to assemble a QFont with a particular substitution chain for glyphs. This is basically what e.g. a browser engine built on Qt maps a CSS font famil

[Development] Qt preference font

2015-05-13 Thread Alex Vazquez
Hi all! I have a question. I want to mix characters from different languages. I use qt embedded 4.8 with fontconfig enable. The characters are displayed correctly but I want to select the font for each of the languages. Is there any way to make a list of preferences font in Qt. Thanks! Regards!