aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/text/text_chinese.qml
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2012-09-07 13:29:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-27 12:08:39 +0200
commit4fc4e7ed89c3085ae98c57dd80e6cd8cc61f6ee2 (patch)
tree0426f330789a67db260e5995172f0ba7ec9e8c59 /tests/manual/scenegraph_lancelot/data/text/text_chinese.qml
parenta49154a75005403185e3813d441fb3e1931af2a2 (diff)
Added lancelot-based scenegraph rendering regression test
Change-Id: I6718d00ba96dc9c96dac82de4ded9228f6bfb990 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'tests/manual/scenegraph_lancelot/data/text/text_chinese.qml')
-rw-r--r--tests/manual/scenegraph_lancelot/data/text/text_chinese.qml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/scenegraph_lancelot/data/text/text_chinese.qml b/tests/manual/scenegraph_lancelot/data/text/text_chinese.qml
new file mode 100644
index 0000000000..509dd183c4
--- /dev/null
+++ b/tests/manual/scenegraph_lancelot/data/text/text_chinese.qml
@@ -0,0 +1,13 @@
+import QtQuick 2.0
+
+Item {
+ width: 320
+ height: 480
+
+ Text {
+ anchors.fill: parent
+ wrapMode: Text.WrapAtWordBoundaryOrAnywhere
+ font.pixelSize: 20
+ text: "禖 犿玒 鋑鋡髬 蘹蠮躘 飹勫嫢, 緁 軵逯 烍烚珜 訬軗郲 箖緌翢 毹 肒芅 瀿犨皫 迡俶倗 觛詏貁, 庌弝 訰貥郪 蹢鎒鎛 烺焆琀 槏, 蒛 犆犅 燲獯璯 耏胠臿 螒螝螜 珶珸 絼 蛃袚觙 簻臗藱, 鞁鬿 跿 堔埧娾 幨懅憴 榯 雈靮傿 裺觨誖 糋罶羬 靮傿, 氀濆 犵艿邔 谾踘遳 緱翬膞 暕 踙 毼毹 樛槷殦 忀瀸蘌"
+ }
+}