At the start of my application, I call
QFontDatabase::removeAllApplicationFonts();
and then add some fonts that I want to use.
Is there any way to restrict QFontComboBox to only those fonts?
↧