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


_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to