How many English fonts in Belle by default? What are they font.family names?
QML and Qt Quick
4
Posts
3
Posters
2.5k
Views
1
Watching
-
Hi,
If you want your application to be consistent with others I suggest you to use "Style component":http://doc.qt.nokia.com/qt-components-symbian/qml-style.html
-
Hi,
You should be able to query for the list of families from QML using Qt.fontFamilies() ( http://developer.qt.nokia.com/doc/qt-4.8/qml-qt.html#fontFamilies-method ), if that helps in this case.
Regards,
Michael