主要代码

QFont font(familyName);
font.setHintingPreference(QFont::PreferNoHinting);
a.setFont(font);