[Solved] Embedding fonts
-
You can try to put the font into the resources (.qrc file, "documentation link":http://doc.qt.nokia.com/4.7/resources.html, Qt Creator has builtin support for it) and use "QFontDatabase::addApplicationFontFromData() ":http://doc.qt.nokia.com/4.7/qfontdatabase.html#addApplicationFontFromData static method to load it afterwards.
See forum thread "embed fonts[Solved]":http://developer.qt.nokia.com/forums/viewthread/1901 for some further discussion.