FontLoader on Symbian platform
-
Hi - I am having problems to load a custom font on Symbian^3^ platform (Qt 4.7.1), I cannot make FontLoader work on Symbian^3^.
@
//load the custom font
FontLoader { id: customFont; name:"custom"; source: "templates/custom_font.ttf" }
//set the font for different components
font.family: customFont.name
@However, if I build the app for PC or the Simulator, the UI will show the custom font, but if I build it for Symbian, it shows the default font.
Does anyone know if this is a known problem?
Thanks!
[EDIT: code formatting, Volker]
-
Does this mean that I cannot load fonts externally for symbian platform? According to the documentation, http://doc.qt.nokia.com/4.7-snapshot/qml-fontloader.html, there is no mention to any platform related restrictions in the use of FontLoader ...
-
Hi,
Yes, FontLoader not working on Symbian is a known issue. The core bug (as far as I understand) is http://bugreports.qt.nokia.com/browse/QTBUG-6611; once this is fixed, FontLoader on Symbian should work fine.
Regards,
Michael -
Hello. Is this problem still not fixed? I use the latest version of qt and QML and on the simulator fontloader works just fine to load custom fonts but on my symbian^3 device it does not work at all. I've googled around and tried some "solutions" but most of them are a couple of years old (and supposedly, according to the threads, it is supposed to be fixed now) and I can't get them to work either.
What is the best way to use custom fonts on symbian using qt and qml right now? How long before fontloader works? Will it ever work? There should be some mentioning about this in the APIs.