Where Fonts does QFontComboBox get fonts it displays?
Unsolved
General and Desktop
-
I've got an application running on an RPi3 that is using a QFontComboBox to select a font. It appears to get fonts from /usr/share/fonts/truetype/. I've installed many other fonts that are not listing. what fonts does the QFontComboBox include in its list. Is there any way to get it to include all type of fonts that are installed on the system (i.e .otf, .ttf, .fnt)?
-
Hi
You can see what
http://doc.qt.io/qt-5/qfontdatabase.html
reports.