From 1d2c34572f63fe6cee34ed863b2175b4115a0ed2 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Wed, 29 Jan 2014 10:01:03 +0100 Subject: Add test for shaping and rendering Sinhala text This is currently broken on Mac OS X, but the fix is nigh. Task-number: QTBUG-36056 Change-Id: I547f7961a2ca8c62301e15de486a6f75de26bc4a Reviewed-by: aavit --- .../scenegraph_lancelot/data/text/text_sinhala.qml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/manual/scenegraph_lancelot/data/text/text_sinhala.qml (limited to 'tests/manual') diff --git a/tests/manual/scenegraph_lancelot/data/text/text_sinhala.qml b/tests/manual/scenegraph_lancelot/data/text/text_sinhala.qml new file mode 100644 index 0000000000..e74b72da92 --- /dev/null +++ b/tests/manual/scenegraph_lancelot/data/text/text_sinhala.qml @@ -0,0 +1,16 @@ +import QtQuick 2.0 + +Item { + width: 320 + height: 480 + + Text { + anchors.fill: parent + wrapMode: Text.WrapAtWordBoundaryOrAnywhere + font.family: "Arial" + font.pixelSize: 20 + text: "සිංහළ අකුරු අබලං" + } +} + + -- cgit v1.2.3