aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/text/text_bidi.qml
blob: 25e7f51803d3c2ef8cc70dfb17963010818edaed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import QtQuick 2.0

Item {
    width: 320
    height: 480

    Text {
        anchors.fill: parent
        wrapMode: Text.WrapAtWordBoundaryOrAnywhere
        font.family: "Arial"
        font.pixelSize: 20
        text: "Lorem ipsum dolor sit amet, agam sonet vitae. "
         + "جُل أم تشرشل والنازي. عل وقد كنقطة الهجوم. "
         + "Dolorum assueverit vis ex. Zril graeci eirmod sed."
    }
}