1

私は現在、米国向けに作成された Qt アプリケーションを韓国と中国で使用できるように拡張しています。私は Qt Linguist を使用して大成功を収めましたが、一部の文字列のスタイルがすべて失われました。具体的には、体重とサイズが減りました。

Qt がフォントファミリーでサポートされていない文字を含む文字列を印刷しようとすると、デフォルトのスタイルになりますか?

4

1 に答える 1

0

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.

于 2012-05-25T18:01:44.350 に答える