Qt 6.11 is out! See what's new in the release
blog
QML and font family
QML and Qt Quick
2
Posts
2
Posters
4.6k
Views
1
Watching
-
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
-
Yes, you can use "FontLoader":http://doc.trolltech.com/4.7-snapshot/qml-fontloader.html to load a font from a specified location.