01-27-2013 07:04 PM
I want to use the BB10 default Slate Pro font style in my pure QML/Qt C++ app. Qt seems to see Slate Pro being available but specifying it in Text { font.family: "Slate Pro" } doesn't work, the font style is always the default one for pure QML.
Any suggestion on how to achieve that? Thanks in advance.
Solved! Go to Solution.
01-29-2013 02:09 AM - edited 01-29-2013 02:49 AM
HI
Have you been able to use any other font from QML/QT for that matter. If not, I think there is already a ticket opened for that issue...
Please see this http://supportforums.blackberry.com/t5/Cascades-De
_Dishooom
02-06-2013 12:59 AM
Thanks for the pointer, however, the issue I have is in pure QML not Cascade.
But I found out that the default font for pure QML is already 'Slate Pro'.... : )
And I indeed can change QML default text style by using QApplication::setFont()