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

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