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

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