summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/shared/TestText.qml
blob: 552dee8ee318d8e6192d848cc07d03557742ea55 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.1
import "../shared" 1.0

Text{
    FontLoader { id: fixedFont; source: "DejaVuSansMono.ttf" }
    font.family: fixedFont.name
    font.pixelSize: 12
}