qt5base-lts/tests/auto/other/lancelot/scripts/text_perspectives.qps
Jo Asplin 9acec431c3 Moved integrationtests/* into other/
Currently there seems to be no precise definition of what
an integrationtest is in the context of Qt testing.

To avoid confusion, the tests under integrationtests/ are
moved into other/ (which is effectively where we keep
tests that don't clearly fit into any other category).

Tests can be moved back into an integrationtests/ directory
at a later point, should an unambiguous definition be established.

Change-Id: I3bb289be2dc2aca11b51a8ce8fcc5942f06d6c5c
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2011-11-30 09:30:22 +01:00

102 lines
1.7 KiB
Plaintext

# Version: 1
setRenderHint Antialiasing
setPen black
translate 10 10
# standard draw
begin_block text
setBrush gray
drawRect 0 0 300 300
setFont "times" 3
drawText 10 10 "Hello World...."
setFont "times" 4
drawText 10 20 "Hello World...."
setFont "times" 5
drawText 10 30 "Hello World...."
setFont "times" 6
drawText 10 40 "Hello World...."
setFont "times" 7
drawText 10 50 "Hello World...."
setFont "times" 8
drawText 10 60 "Hello World...."
setFont "times" 9
drawText 10 70 "Hello World...."
setFont "times" 10
drawText 10 80 "Hello World...."
setFont "times" 16
drawText 10 100 "Hello World...."
setFont "times" 17
drawText 10 120 "Hello World...."
setFont "times" 18
drawText 10 140 "Hello World...."
setFont "times" 20
drawText 10 160 "Hello World...."
setFont "times" 22
drawText 10 180 "Hello World...."
setFont "times" 24
drawText 10 205 "Hello World...."
setFont "times" 26
drawText 10 230 "Hello World...."
setFont "times" 32
drawText 10 260 "Hello World...."
end_block text
# Rotation w/o smooth xform
save
translate 350 0
save
setRenderHint SmoothPixmapTransform on
mapQuadToQuad 0 0 0 300 300 300 300 0 0 50 0 200 300 300 300 0
repeat_block text
restore
restore
translate 0 320
save
setRenderHint SmoothPixmapTransform on
mapQuadToQuad 0 0 0 300 300 300 300 0 0 0 100 300 200 300 300 0
repeat_block text
restore
save
translate 350 0
save
setRenderHint SmoothPixmapTransform on
mapQuadToQuad 0 0 0 300 300 300 300 0 0 0 0 300 300 250 300 50
repeat_block text
restore
restore
resetMatrix
setPen black
translate 125 20
drawText 0 0 "No transform"
translate 350 0
drawText 0 0 "Left Tilted"
resetMatrix
translate 125 350
drawText 0 0 "Bottom Tilted"
translate 350 0
drawText 0 0 "Right Tilted"
translate 120 0