If in QML Text item I use Text.Fit size, like Text { id: st anchors.centerIn. parent width: 200 height: 100 fontSizeMode: Text.Fit minimumPointSize: 6 font.pointSize: 120 text: "Size me if you can!" }
That works ok. But I did not find a way to query the size it arrived at? If I do console.log(st.font.pointSize) it is still 120 after the real size used is obviously not that after display. Is there a way to get the size used without dropping to C++? Thanks, Harri _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest