summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/qps/fonts.qps
blob: 5d03308b159a1333a4c36be2636587e3d833d1ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
begin_block drawtexts
setPen red
drawLine 0 20 width 20
setPen blue

setFont "times" 12
drawText 0 20 "(times)"

setFont "times" 12 bold
drawText 100 20 "(times, 12, bold)"

setFont "times" 12 normal italic
drawText 250 20 "(times, 12, italic)"

setFont "times" 12 bold italic
drawText 400 20 "(times, 12, bold, italic)"

translate 0 20

setPen red
drawLine 0 20 width 20
setPen green

setFont "helvetica" 12
drawText 0 20 "(helvetica)"

setFont "helvetica" 12 bold
drawText 100 20 "(helvetica, 12, bold)"

setFont "helvetica" 12 normal italic
drawText 250 20 "(helvetica, 12, italic)"

setFont "helvetica" 12 bold italic
drawText 400 20 "(helvetica, 12, bold, italic)"

translate 0 20

setPen red
drawLine 0 20 width 20
setPen orange

setFont "courier" 12
drawText 0 20 "(courier)"

setFont "courier" 12 bold
drawText 100 20 "(courier, 12, b)"

setFont "courier" 12 normal italic
drawText 250 20 "(courier, 12, i)"

setFont "courier" 12 bold italic
drawText 400 20 "(courier, 12, bi)"
end_block 

# Repeat with scale
translate 0 100
scale 1 2
repeat_block drawtexts

# Repeat with rotation
resetMatrix
translate 100 300
rotate 20
repeat_block drawtexts