>From QFontDatabase:
"Roboto Condensed" "Regular" (9, 10, 11, 12, 13, 14, 18, 24, 36, 48, 64, 72,
96, 144, 288)
"Roboto Condensed" "Bold" (9, 10, 11, 12, 13, 14, 18, 24, 36, 48, 64, 72, 96,
144, 288)
"Roboto Condensed" "Light" (9, 10, 11, 12, 13, 14, 18, 24, 36, 48, 64, 72, 96,
144, 288)
StyledText.qml:
import QtQuick 2.5
Text {
font {
family: "Roboto Condensed"
weight: Font.Light
}
}
See attached, but it comes out "T h i s a p p l i c a t i o n"
I've used Roboto before, but not Condensed, and I've never had this spacing
issue. Has anyone seen it before or have an idea what is wrong?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest