QML and font family
QML and Qt Quick
2
Posts
2
Posters
4.2k
Views
1
Watching
-
wrote on 22 Oct 2010, 16:02 last edited by
hi everyone. I'm using font.family propriety on Text item using a not so familiar font. My problem is when I deliver the application, if the user doesn't have that font installed.
So.. can I load a font from a location?Thanks
-
wrote on 24 Oct 2010, 22:52 last edited by
Yes, you can use "FontLoader":http://doc.trolltech.com/4.7-snapshot/qml-fontloader.html to load a font from a specified location.
1/2