質問

I am currently extending a Qt application written for the United States for use in Korea and China. I have used Qt Linguist with great success but some strings have lost all their styling. Specifically, they have lost their weight and size.

If Qt tries to print a string with characters not supported in the font family, does it get the default style?

役に立ちましたか?

解決

It seems that the best way to handle fonts in internationalized applications is to choose a font based on the chosen language as there are very few fonts with adequate character set coverage.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top