Cross platform font for QFontComboBox
-
As a workaround, I want to remove all the installed fonts and add some custom ones.
I'm able to add new ones but not to remove the initial ones. To do that I'm using:QFontDatabase::removeAllApplicationFonts();
It seems like it can only be used to remove the custom added fonts but not the initial system fonts.
Are there other approaches to do that? -
Hi
In what way compatible ?
there is
https://doc.qt.io/qt-5/qfontcombobox.html#FontFilter-enum
but its not clear which fonts you actually wants.