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