summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/qps/drawtext.qps
diff options
context:
space:
mode:
authorQt by Nokia <qt-info@nokia.com>2011-04-27 12:05:43 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:05:43 +0200
commit38be0d13830efd2d98281c645c3a60afe05ffece (patch)
tree6ea73f3ec77f7d153333779883e8120f82820abe /tests/arthur/data/qps/drawtext.qps
Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
Diffstat (limited to 'tests/arthur/data/qps/drawtext.qps')
-rw-r--r--tests/arthur/data/qps/drawtext.qps85
1 files changed, 85 insertions, 0 deletions
diff --git a/tests/arthur/data/qps/drawtext.qps b/tests/arthur/data/qps/drawtext.qps
new file mode 100644
index 0000000000..668fd8573d
--- /dev/null
+++ b/tests/arthur/data/qps/drawtext.qps
@@ -0,0 +1,85 @@
+setRenderHint Antialiasing
+
+path_addEllipse path 0 0 width height
+setClipPath path
+
+setFont "times" 3
+drawText 10 10 "This is a very long text that just might become antialiased...."
+
+setFont "times" 4
+drawText 10 20 "This is a very long text that just might become antialiased...."
+
+setFont "times" 5
+drawText 10 30 "This is a very long text that just might become antialiased...."
+
+setFont "times" 6
+drawText 10 40 "This is a very long text that just might become antialiased...."
+
+setFont "times" 7
+drawText 10 50 "This is a very long text that just might become antialiased...."
+
+setFont "times" 8
+drawText 10 60 "This is a very long text that just might become antialiased...."
+
+setFont "times" 9
+drawText 10 70 "This is a very long text that just might become antialiased...."
+
+setFont "times" 10
+drawText 10 80 "This is a very long text that just might become antialiased...."
+
+setFont "times" 16
+drawText 10 100 "This is a very long text that just might become antialiased...."
+
+setFont "times" 17
+drawText 10 120 "This is a very long text that just might become antialiased...."
+
+setFont "times" 18
+drawText 10 140 "This is a very long text that just might become antialiased...."
+
+setFont "times" 19
+drawText 10 160 "This is a very long text that just might become antialiased...."
+
+setFont "times" 20
+drawText 10 180 "This is a very long text that just might become antialiased...."
+
+translate 0 200
+
+setFont "arial" 3
+drawText 10 10 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 4
+drawText 10 20 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 5
+drawText 10 30 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 6
+drawText 10 40 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 7
+drawText 10 50 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 8
+drawText 10 60 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 9
+drawText 10 70 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 10
+drawText 10 80 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 16
+drawText 10 100 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 17
+drawText 10 120 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 18
+drawText 10 140 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 19
+drawText 10 160 "This is a very long text that just might become antialiased...."
+
+setFont "arial" 20
+drawText 10 180 "This is a very long text that just might become antialiased...."
+