aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/text/text_italic_bold_chinese.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scenegraph_lancelot/data/text/text_italic_bold_chinese.qml')
-rw-r--r--tests/manual/scenegraph_lancelot/data/text/text_italic_bold_chinese.qml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/manual/scenegraph_lancelot/data/text/text_italic_bold_chinese.qml b/tests/manual/scenegraph_lancelot/data/text/text_italic_bold_chinese.qml
new file mode 100644
index 0000000000..be93b869c8
--- /dev/null
+++ b/tests/manual/scenegraph_lancelot/data/text/text_italic_bold_chinese.qml
@@ -0,0 +1,15 @@
+import QtQuick 2.0
+
+Item {
+ width: 320
+ height: 480
+
+ Text {
+ width: parent.width
+ anchors.centerIn: parent
+ font.pixelSize: 20
+ wrapMode: Text.WrapAtWordBoundaryOrAnywhere
+ text: "<i>滊煁 罞耖茭 醙醠鍖 箯</i>, 彃 榾毄 <b>螏螉褩</b> 籿紁羑"
+ font.family: "Arial"
+ }
+}