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

17 lines
264 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: "អក្សរច្រៀង"
}
}