chewing / chewing-editor

Cross platform chewing user phrase editor

Home Page:https://chewing.im/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot display bopomofo correctly in Qt5 < v5.3.0

czchen opened this issue · 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);