[Interest] QML and application fonts
Harri Pasanen
harri at mpaja.com
Mon Nov 10 08:30:40 CET 2014
Hi,
I've been playing with the font support in Qt.
In C++ I'm able to define and select a custom application font with
font.setFamily("MyCoolFont"),
but on the QML side something like
Text {
anchors.centerIn: parent
text: "Test font"
font.family: "MyCoolFont"
}
seemingly does nothing.
Am I missing something, or is this just not implemented yet?
Thanks,
Harri
More information about the Interest
mailing list