0
|
1 |
setRenderHint Antialiasing
|
|
2 |
|
|
3 |
path_addEllipse path 0 0 width height
|
|
4 |
setClipPath path
|
|
5 |
|
|
6 |
setFont "times" 3
|
|
7 |
drawText 10 10 "This is a very long text that just might become antialiased...."
|
|
8 |
|
|
9 |
setFont "times" 4
|
|
10 |
drawText 10 20 "This is a very long text that just might become antialiased...."
|
|
11 |
|
|
12 |
setFont "times" 5
|
|
13 |
drawText 10 30 "This is a very long text that just might become antialiased...."
|
|
14 |
|
|
15 |
setFont "times" 6
|
|
16 |
drawText 10 40 "This is a very long text that just might become antialiased...."
|
|
17 |
|
|
18 |
setFont "times" 7
|
|
19 |
drawText 10 50 "This is a very long text that just might become antialiased...."
|
|
20 |
|
|
21 |
setFont "times" 8
|
|
22 |
drawText 10 60 "This is a very long text that just might become antialiased...."
|
|
23 |
|
|
24 |
setFont "times" 9
|
|
25 |
drawText 10 70 "This is a very long text that just might become antialiased...."
|
|
26 |
|
|
27 |
setFont "times" 10
|
|
28 |
drawText 10 80 "This is a very long text that just might become antialiased...."
|
|
29 |
|
|
30 |
setFont "times" 16
|
|
31 |
drawText 10 100 "This is a very long text that just might become antialiased...."
|
|
32 |
|
|
33 |
setFont "times" 17
|
|
34 |
drawText 10 120 "This is a very long text that just might become antialiased...."
|
|
35 |
|
|
36 |
setFont "times" 18
|
|
37 |
drawText 10 140 "This is a very long text that just might become antialiased...."
|
|
38 |
|
|
39 |
setFont "times" 19
|
|
40 |
drawText 10 160 "This is a very long text that just might become antialiased...."
|
|
41 |
|
|
42 |
setFont "times" 20
|
|
43 |
drawText 10 180 "This is a very long text that just might become antialiased...."
|
|
44 |
|
|
45 |
translate 0 200
|
|
46 |
|
|
47 |
setFont "arial" 3
|
|
48 |
drawText 10 10 "This is a very long text that just might become antialiased...."
|
|
49 |
|
|
50 |
setFont "arial" 4
|
|
51 |
drawText 10 20 "This is a very long text that just might become antialiased...."
|
|
52 |
|
|
53 |
setFont "arial" 5
|
|
54 |
drawText 10 30 "This is a very long text that just might become antialiased...."
|
|
55 |
|
|
56 |
setFont "arial" 6
|
|
57 |
drawText 10 40 "This is a very long text that just might become antialiased...."
|
|
58 |
|
|
59 |
setFont "arial" 7
|
|
60 |
drawText 10 50 "This is a very long text that just might become antialiased...."
|
|
61 |
|
|
62 |
setFont "arial" 8
|
|
63 |
drawText 10 60 "This is a very long text that just might become antialiased...."
|
|
64 |
|
|
65 |
setFont "arial" 9
|
|
66 |
drawText 10 70 "This is a very long text that just might become antialiased...."
|
|
67 |
|
|
68 |
setFont "arial" 10
|
|
69 |
drawText 10 80 "This is a very long text that just might become antialiased...."
|
|
70 |
|
|
71 |
setFont "arial" 16
|
|
72 |
drawText 10 100 "This is a very long text that just might become antialiased...."
|
|
73 |
|
|
74 |
setFont "arial" 17
|
|
75 |
drawText 10 120 "This is a very long text that just might become antialiased...."
|
|
76 |
|
|
77 |
setFont "arial" 18
|
|
78 |
drawText 10 140 "This is a very long text that just might become antialiased...."
|
|
79 |
|
|
80 |
setFont "arial" 19
|
|
81 |
drawText 10 160 "This is a very long text that just might become antialiased...."
|
|
82 |
|
|
83 |
setFont "arial" 20
|
|
84 |
drawText 10 180 "This is a very long text that just might become antialiased...."
|
|
85 |
|