PDA

View Full Version : Qt 5.3.0 embedded cant display chinese with family name of only english glyph in font



aniasen
28th August 2014, 11:05
Hey guys, i have another problem now, im doing a small app based Qt 5.3.0 embedded...when i set family name to "Roboto" which just have latin glyph inside.. while my text is mixed with English and Chinese. Chinese text cant be display....on deskTop it could because it has fontconfig...but in embedded qt, it hasnt...no sure where the problem is yet....

anda_skoa
28th August 2014, 11:48
If fontconfig helps, maybe just build with fontconfig support on the embedded platform as well?

Cheers,
_

aniasen
29th August 2014, 03:44
If fontconfig helps, maybe just build with fontconfig support on the embedded platform as well?

Cheers,
_

1: config is kind of "heavy" for embedded devices....2: I think its just a bug of qt....these must be something wrong with qbasicdatabase.cpp... i will try to debug it later....thanks to reply btw