qt6-bb10/qtdeclarative/tests/baseline/scenegraph/data/text/text_sinhala.qml

17 lines
278 B
QML

import QtQuick 2.0
Item {
width: 320
height: 480
Text {
anchors.fill: parent
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
font.family: "Arial"
font.pixelSize: 20
text: "සිංහළ අකුරු අබලං"
}
}