chewing/chewing-editor

Cannot display bopomofo correctly in Qt5 < v5.3.0

czchen opened this issue · 6 comments

Bopomofo in userphrase list is not displayed correctly.

Use the following code to force using TW-MOE-Std-Kai in main, but bopomofo still cannot display correctly.

QFont newFont("TW-MOE-Std-Kai", 12, 0, true);
QApplication::setFont(newFont);