cairo 1.5.1 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (207) hide show
  1. data/ChangeLog +153 -0
  2. data/NEWS +16 -2
  3. data/README +2 -0
  4. data/Rakefile +21 -7
  5. data/doc/doc.css +69 -0
  6. data/doc/en/cairo-antialias.html +27 -0
  7. data/doc/en/cairo-clip-not-representable-error.html +36 -0
  8. data/doc/en/cairo-color-base.html +58 -0
  9. data/doc/en/cairo-color-cmyk.html +146 -0
  10. data/doc/en/cairo-color-hsv.html +126 -0
  11. data/doc/en/cairo-color-rgb.html +131 -0
  12. data/doc/en/cairo-color-x11.html +162 -0
  13. data/doc/en/cairo-color.html +227 -0
  14. data/doc/en/cairo-content.html +26 -0
  15. data/doc/en/cairo-context-blur.html +28 -0
  16. data/doc/en/cairo-context-circle.html +28 -0
  17. data/doc/en/cairo-context-color.html +28 -0
  18. data/doc/en/cairo-context-path.html +33 -0
  19. data/doc/en/cairo-context-rectangle.html +28 -0
  20. data/doc/en/cairo-context-triangle.html +28 -0
  21. data/doc/en/cairo-context.html +622 -0
  22. data/doc/en/cairo-error.html +33 -0
  23. data/doc/en/cairo-extend.html +27 -0
  24. data/doc/en/cairo-file-not-found.html +36 -0
  25. data/doc/en/cairo-fill-rule.html +25 -0
  26. data/doc/en/cairo-filter.html +29 -0
  27. data/doc/en/cairo-font-extents.html +60 -0
  28. data/doc/en/cairo-font-face.html +27 -0
  29. data/doc/en/cairo-font-options.html +128 -0
  30. data/doc/en/cairo-font-slant.html +26 -0
  31. data/doc/en/cairo-font-weight.html +25 -0
  32. data/doc/en/cairo-format.html +35 -0
  33. data/doc/en/cairo-glyph.html +88 -0
  34. data/doc/en/cairo-gradient-pattern.html +63 -0
  35. data/doc/en/cairo-hint-metrics.html +26 -0
  36. data/doc/en/cairo-hint-style.html +28 -0
  37. data/doc/en/cairo-image-surface.html +71 -0
  38. data/doc/en/cairo-invalid-content-error.html +36 -0
  39. data/doc/en/cairo-invalid-dash-error.html +36 -0
  40. data/doc/en/cairo-invalid-dsc-comment-error.html +36 -0
  41. data/doc/en/cairo-invalid-format-error.html +36 -0
  42. data/doc/en/cairo-invalid-index-error.html +36 -0
  43. data/doc/en/cairo-invalid-matrix-error.html +36 -0
  44. data/doc/en/cairo-invalid-path-data-error.html +36 -0
  45. data/doc/en/cairo-invalid-pop-group-error.html +36 -0
  46. data/doc/en/cairo-invalid-restore-error.html +36 -0
  47. data/doc/en/cairo-invalid-status-error.html +36 -0
  48. data/doc/en/cairo-invalid-stride-error.html +36 -0
  49. data/doc/en/cairo-invalid-string-error.html +36 -0
  50. data/doc/en/cairo-invalid-visual-error.html +36 -0
  51. data/doc/en/cairo-line-cap.html +26 -0
  52. data/doc/en/cairo-line-join.html +26 -0
  53. data/doc/en/cairo-linear-pattern.html +49 -0
  54. data/doc/en/cairo-matrix.html +243 -0
  55. data/doc/en/cairo-no-current-point-error.html +36 -0
  56. data/doc/en/cairo-null-pointer-error.html +36 -0
  57. data/doc/en/cairo-operator.html +37 -0
  58. data/doc/en/cairo-paper-parse-error.html +36 -0
  59. data/doc/en/cairo-paper-unknown-paper-name.html +55 -0
  60. data/doc/en/cairo-paper-unknown-unit.html +55 -0
  61. data/doc/en/cairo-paper-unrecognized-paper-description.html +55 -0
  62. data/doc/en/cairo-paper.html +173 -0
  63. data/doc/en/cairo-path-close-path.html +38 -0
  64. data/doc/en/cairo-path-curve-to.html +38 -0
  65. data/doc/en/cairo-path-data-type.html +27 -0
  66. data/doc/en/cairo-path-data.html +87 -0
  67. data/doc/en/cairo-path-line-to.html +38 -0
  68. data/doc/en/cairo-path-move-to.html +38 -0
  69. data/doc/en/cairo-path.html +144 -0
  70. data/doc/en/cairo-pattern-type-mismatch-error.html +36 -0
  71. data/doc/en/cairo-pattern.html +88 -0
  72. data/doc/en/cairo-pdf-surface.html +46 -0
  73. data/doc/en/cairo-point.html +63 -0
  74. data/doc/en/cairo-ps-level.html +38 -0
  75. data/doc/en/cairo-ps-surface.html +81 -0
  76. data/doc/en/cairo-quartz-surface.html +38 -0
  77. data/doc/en/cairo-radial-pattern.html +49 -0
  78. data/doc/en/cairo-read-error.html +36 -0
  79. data/doc/en/cairo-rectangle.html +78 -0
  80. data/doc/en/cairo-scaled-font.html +73 -0
  81. data/doc/en/cairo-solid-pattern.html +51 -0
  82. data/doc/en/cairo-subpixel-order.html +28 -0
  83. data/doc/en/cairo-surface-finished-error.html +36 -0
  84. data/doc/en/cairo-surface-pattern.html +46 -0
  85. data/doc/en/cairo-surface-type-mismatch-error.html +36 -0
  86. data/doc/en/cairo-surface.html +100 -0
  87. data/doc/en/cairo-svg-surface.html +66 -0
  88. data/doc/en/cairo-svg-version.html +38 -0
  89. data/doc/en/cairo-temp-file-error.html +36 -0
  90. data/doc/en/cairo-text-extents.html +65 -0
  91. data/doc/en/cairo-win32-surface.html +43 -0
  92. data/doc/en/cairo-write-error.html +36 -0
  93. data/doc/en/cairo.html +109 -0
  94. data/doc/en/index.html +1058 -0
  95. data/doc/index.html +18 -0
  96. data/doc/ja/cairo-antialias.html +43 -0
  97. data/doc/ja/cairo-clip-not-representable-error.html +42 -0
  98. data/doc/ja/cairo-color-base.html +61 -0
  99. data/doc/ja/cairo-color-cmyk.html +138 -0
  100. data/doc/ja/cairo-color-hsv.html +121 -0
  101. data/doc/ja/cairo-color-rgb.html +131 -0
  102. data/doc/ja/cairo-color-x11.html +169 -0
  103. data/doc/ja/cairo-color.html +303 -0
  104. data/doc/ja/cairo-content.html +37 -0
  105. data/doc/ja/cairo-context-blur.html +39 -0
  106. data/doc/ja/cairo-context-circle.html +40 -0
  107. data/doc/ja/cairo-context-color.html +38 -0
  108. data/doc/ja/cairo-context-path.html +63 -0
  109. data/doc/ja/cairo-context-rectangle.html +46 -0
  110. data/doc/ja/cairo-context-triangle.html +33 -0
  111. data/doc/ja/cairo-context.html +1435 -0
  112. data/doc/ja/cairo-error.html +42 -0
  113. data/doc/ja/cairo-extend.html +42 -0
  114. data/doc/ja/cairo-file-not-found.html +37 -0
  115. data/doc/ja/cairo-fill-rule.html +44 -0
  116. data/doc/ja/cairo-filter.html +29 -0
  117. data/doc/ja/cairo-font-extents.html +96 -0
  118. data/doc/ja/cairo-font-face.html +41 -0
  119. data/doc/ja/cairo-font-options.html +172 -0
  120. data/doc/ja/cairo-font-slant.html +36 -0
  121. data/doc/ja/cairo-font-weight.html +33 -0
  122. data/doc/ja/cairo-format.html +67 -0
  123. data/doc/ja/cairo-glyph.html +101 -0
  124. data/doc/ja/cairo-gradient-pattern.html +105 -0
  125. data/doc/ja/cairo-hint-metrics.html +43 -0
  126. data/doc/ja/cairo-hint-style.html +50 -0
  127. data/doc/ja/cairo-image-surface.html +117 -0
  128. data/doc/ja/cairo-invalid-content-error.html +40 -0
  129. data/doc/ja/cairo-invalid-dash-error.html +40 -0
  130. data/doc/ja/cairo-invalid-dsc-comment-error.html +40 -0
  131. data/doc/ja/cairo-invalid-format-error.html +40 -0
  132. data/doc/ja/cairo-invalid-index-error.html +40 -0
  133. data/doc/ja/cairo-invalid-matrix-error.html +40 -0
  134. data/doc/ja/cairo-invalid-path-data-error.html +40 -0
  135. data/doc/ja/cairo-invalid-pop-group-error.html +40 -0
  136. data/doc/ja/cairo-invalid-restore-error.html +41 -0
  137. data/doc/ja/cairo-invalid-status-error.html +41 -0
  138. data/doc/ja/cairo-invalid-stride-error.html +41 -0
  139. data/doc/ja/cairo-invalid-string-error.html +40 -0
  140. data/doc/ja/cairo-invalid-visual-error.html +43 -0
  141. data/doc/ja/cairo-line-cap.html +36 -0
  142. data/doc/ja/cairo-line-join.html +39 -0
  143. data/doc/ja/cairo-linear-pattern.html +73 -0
  144. data/doc/ja/cairo-matrix.html +329 -0
  145. data/doc/ja/cairo-no-current-point-error.html +40 -0
  146. data/doc/ja/cairo-null-pointer-error.html +40 -0
  147. data/doc/ja/cairo-operator.html +37 -0
  148. data/doc/ja/cairo-paper-parse-error.html +41 -0
  149. data/doc/ja/cairo-paper-unknown-paper-name.html +62 -0
  150. data/doc/ja/cairo-paper-unknown-unit.html +61 -0
  151. data/doc/ja/cairo-paper-unrecognized-paper-description.html +62 -0
  152. data/doc/ja/cairo-paper.html +343 -0
  153. data/doc/ja/cairo-path-close-path.html +43 -0
  154. data/doc/ja/cairo-path-curve-to.html +56 -0
  155. data/doc/ja/cairo-path-data-type.html +39 -0
  156. data/doc/ja/cairo-path-data.html +113 -0
  157. data/doc/ja/cairo-path-line-to.html +48 -0
  158. data/doc/ja/cairo-path-move-to.html +48 -0
  159. data/doc/ja/cairo-path.html +130 -0
  160. data/doc/ja/cairo-pattern-type-mismatch-error.html +42 -0
  161. data/doc/ja/cairo-pattern.html +114 -0
  162. data/doc/ja/cairo-pdf-surface.html +72 -0
  163. data/doc/ja/cairo-point.html +76 -0
  164. data/doc/ja/cairo-ps-level.html +48 -0
  165. data/doc/ja/cairo-ps-surface.html +200 -0
  166. data/doc/ja/cairo-quartz-surface.html +78 -0
  167. data/doc/ja/cairo-radial-pattern.html +79 -0
  168. data/doc/ja/cairo-read-error.html +41 -0
  169. data/doc/ja/cairo-rectangle.html +95 -0
  170. data/doc/ja/cairo-scaled-font.html +130 -0
  171. data/doc/ja/cairo-solid-pattern.html +73 -0
  172. data/doc/ja/cairo-subpixel-order.html +43 -0
  173. data/doc/ja/cairo-surface-finished-error.html +40 -0
  174. data/doc/ja/cairo-surface-pattern.html +54 -0
  175. data/doc/ja/cairo-surface-type-mismatch-error.html +42 -0
  176. data/doc/ja/cairo-surface.html +177 -0
  177. data/doc/ja/cairo-svg-surface.html +100 -0
  178. data/doc/ja/cairo-svg-version.html +52 -0
  179. data/doc/ja/cairo-temp-file-error.html +36 -0
  180. data/doc/ja/cairo-text-extents.html +87 -0
  181. data/doc/ja/cairo-win32-surface.html +86 -0
  182. data/doc/ja/cairo-write-error.html +41 -0
  183. data/doc/ja/cairo.html +134 -0
  184. data/doc/ja/index.html +1059 -0
  185. data/extconf.rb +53 -17
  186. data/pkg-config.rb +197 -52
  187. data/samples/pac.rb +8 -9
  188. data/samples/pac2.rb +6 -6
  189. data/samples/png.rb +1 -2
  190. data/samples/text2.rb +9 -3
  191. data/src/cairo.def +6 -0
  192. data/src/lib/cairo.rb +35 -5
  193. data/src/lib/cairo/paper.rb +183 -0
  194. data/src/lib/cairo/papers.rb +41 -0
  195. data/src/rb_cairo.c +4 -3
  196. data/src/rb_cairo.h +18 -1
  197. data/src/rb_cairo_constants.c +124 -2
  198. data/src/rb_cairo_context.c +35 -5
  199. data/src/rb_cairo_exception.c +23 -1
  200. data/src/rb_cairo_font_options.c +1 -1
  201. data/src/rb_cairo_path.c +1 -14
  202. data/src/rb_cairo_surface.c +301 -82
  203. data/test/run-test.rb +15 -0
  204. data/test/test_paper.rb +81 -0
  205. data/test/test_pkg_config.rb +121 -0
  206. metadata +187 -3
  207. data/samples/.#blur.rb.1.1 +0 -36
@@ -0,0 +1,78 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
6
+ <head>
7
+ <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
8
+ <title>class Cairo::Rectangle</title>
9
+ <link href="../doc.css" type="text/css" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <h1><a name="label-0" id="label-0">class Cairo::Rectangle</a></h1><!-- RDLabel: "class Cairo::Rectangle" -->
13
+ <h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
14
+ <ul>
15
+ <li>Object
16
+ <ul>
17
+ <li>Cairo::Rectangle</li>
18
+ </ul></li>
19
+ </ul>
20
+ <h2><a name="label-2" id="label-2">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
21
+ <dl>
22
+ <dt><a name="label-3" id="label-3"><code>Cairo::Rectangle.new</code></a></dt><!-- RDLabel: "Cairo::Rectangle.new" -->
23
+ <dd>
24
+ <ul>
25
+ <li>Returns: self: <em>FIXME</em></li>
26
+ </ul></dd>
27
+ </dl>
28
+ <h2><a name="label-4" id="label-4">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
29
+ <dl>
30
+ <dt><a name="label-5" id="label-5"><code>height</code></a></dt><!-- RDLabel: "height" -->
31
+ <dd>
32
+ <ul>
33
+ <li>Returns: self: <em>FIXME</em></li>
34
+ </ul></dd>
35
+ <dt><a name="label-6" id="label-6"><code>height=</code></a></dt><!-- RDLabel: "height=" -->
36
+ <dd>
37
+ <ul>
38
+ <li>Returns: self: <em>FIXME</em></li>
39
+ </ul></dd>
40
+ <dt><a name="label-7" id="label-7"><code>width</code></a></dt><!-- RDLabel: "width" -->
41
+ <dd>
42
+ <ul>
43
+ <li>Returns: self: <em>FIXME</em></li>
44
+ </ul></dd>
45
+ <dt><a name="label-8" id="label-8"><code>width=</code></a></dt><!-- RDLabel: "width=" -->
46
+ <dd>
47
+ <ul>
48
+ <li>Returns: self: <em>FIXME</em></li>
49
+ </ul></dd>
50
+ <dt><a name="label-9" id="label-9"><code>x</code></a></dt><!-- RDLabel: "x" -->
51
+ <dd>
52
+ <ul>
53
+ <li>Returns: self: <em>FIXME</em></li>
54
+ </ul></dd>
55
+ <dt><a name="label-10" id="label-10"><code>x=</code></a></dt><!-- RDLabel: "x=" -->
56
+ <dd>
57
+ <ul>
58
+ <li>Returns: self: <em>FIXME</em></li>
59
+ </ul></dd>
60
+ <dt><a name="label-11" id="label-11"><code>y</code></a></dt><!-- RDLabel: "y" -->
61
+ <dd>
62
+ <ul>
63
+ <li>Returns: self: <em>FIXME</em></li>
64
+ </ul></dd>
65
+ <dt><a name="label-12" id="label-12"><code>y=</code></a></dt><!-- RDLabel: "y=" -->
66
+ <dd>
67
+ <ul>
68
+ <li>Returns: self: <em>FIXME</em></li>
69
+ </ul></dd>
70
+ </dl>
71
+ <h2><a name="label-13" id="label-13">See Also</a></h2><!-- RDLabel: "See Also" -->
72
+ <ul>
73
+ <li><a href="index.html#label-0">Index</a></li>
74
+ </ul>
75
+ <h2><a name="label-14" id="label-14">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
76
+
77
+ </body>
78
+ </html>
@@ -0,0 +1,73 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
6
+ <head>
7
+ <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
8
+ <title>class Cairo::ScaledFont</title>
9
+ <link href="../doc.css" type="text/css" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <h1><a name="label-0" id="label-0">class Cairo::ScaledFont</a></h1><!-- RDLabel: "class Cairo::ScaledFont" -->
13
+ <h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
14
+ <ul>
15
+ <li>Object
16
+ <ul>
17
+ <li>Cairo::ScaledFont</li>
18
+ </ul></li>
19
+ </ul>
20
+ <h2><a name="label-2" id="label-2">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
21
+ <dl>
22
+ <dt><a name="label-3" id="label-3"><code>Cairo::ScaledFont.new</code></a></dt><!-- RDLabel: "Cairo::ScaledFont.new" -->
23
+ <dd>
24
+ <ul>
25
+ <li>Returns: self: <em>FIXME</em></li>
26
+ </ul></dd>
27
+ </dl>
28
+ <h2><a name="label-4" id="label-4">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
29
+ <dl>
30
+ <dt><a name="label-5" id="label-5"><code>ctm</code></a></dt><!-- RDLabel: "ctm" -->
31
+ <dd>
32
+ <ul>
33
+ <li>Returns: self: <em>FIXME</em></li>
34
+ </ul></dd>
35
+ <dt><a name="label-6" id="label-6"><code>extents</code></a></dt><!-- RDLabel: "extents" -->
36
+ <dd>
37
+ <ul>
38
+ <li>Returns: self: <em>FIXME</em></li>
39
+ </ul></dd>
40
+ <dt><a name="label-7" id="label-7"><code>font_face</code></a></dt><!-- RDLabel: "font_face" -->
41
+ <dd>
42
+ <ul>
43
+ <li>Returns: self: <em>FIXME</em></li>
44
+ </ul></dd>
45
+ <dt><a name="label-8" id="label-8"><code>font_matrix</code></a></dt><!-- RDLabel: "font_matrix" -->
46
+ <dd>
47
+ <ul>
48
+ <li>Returns: self: <em>FIXME</em></li>
49
+ </ul></dd>
50
+ <dt><a name="label-9" id="label-9"><code>font_options</code></a></dt><!-- RDLabel: "font_options" -->
51
+ <dd>
52
+ <ul>
53
+ <li>Returns: self: <em>FIXME</em></li>
54
+ </ul></dd>
55
+ <dt><a name="label-10" id="label-10"><code>glyph_extents</code></a></dt><!-- RDLabel: "glyph_extents" -->
56
+ <dd>
57
+ <ul>
58
+ <li>Returns: self: <em>FIXME</em></li>
59
+ </ul></dd>
60
+ <dt><a name="label-11" id="label-11"><code>text_extents</code></a></dt><!-- RDLabel: "text_extents" -->
61
+ <dd>
62
+ <ul>
63
+ <li>Returns: self: <em>FIXME</em></li>
64
+ </ul></dd>
65
+ </dl>
66
+ <h2><a name="label-12" id="label-12">See Also</a></h2><!-- RDLabel: "See Also" -->
67
+ <ul>
68
+ <li><a href="index.html#label-0">Index</a></li>
69
+ </ul>
70
+ <h2><a name="label-13" id="label-13">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
71
+
72
+ </body>
73
+ </html>
@@ -0,0 +1,51 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
6
+ <head>
7
+ <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
8
+ <title>class Cairo::SolidPattern</title>
9
+ <link href="../doc.css" type="text/css" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <h1><a name="label-0" id="label-0">class Cairo::SolidPattern</a></h1><!-- RDLabel: "class Cairo::SolidPattern" -->
13
+ <h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
14
+ <ul>
15
+ <li>Object
16
+ <ul>
17
+ <li><a href="cairo-pattern.html#label-0">Cairo::Pattern</a>
18
+ <ul>
19
+ <li>Cairo::SolidPattern</li>
20
+ </ul></li>
21
+ </ul></li>
22
+ </ul>
23
+ <h2><a name="label-2" id="label-2">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
24
+ <dl>
25
+ <dt><a name="label-3" id="label-3"><code>Cairo::SolidPattern.new</code></a></dt><!-- RDLabel: "Cairo::SolidPattern.new" -->
26
+ <dd>
27
+ <ul>
28
+ <li>Returns: self: <em>FIXME</em></li>
29
+ </ul></dd>
30
+ </dl>
31
+ <h2><a name="label-4" id="label-4">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
32
+ <dl>
33
+ <dt><a name="label-5" id="label-5"><code>color</code></a></dt><!-- RDLabel: "color" -->
34
+ <dd>
35
+ <ul>
36
+ <li>Returns: self: <em>FIXME</em></li>
37
+ </ul></dd>
38
+ <dt><a name="label-6" id="label-6"><code>rgba</code></a></dt><!-- RDLabel: "rgba" -->
39
+ <dd>
40
+ <ul>
41
+ <li>Returns: self: <em>FIXME</em></li>
42
+ </ul></dd>
43
+ </dl>
44
+ <h2><a name="label-7" id="label-7">See Also</a></h2><!-- RDLabel: "See Also" -->
45
+ <ul>
46
+ <li><a href="index.html#label-0">Index</a></li>
47
+ </ul>
48
+ <h2><a name="label-8" id="label-8">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
49
+
50
+ </body>
51
+ </html>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
6
+ <head>
7
+ <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
8
+ <title>module Cairo::SubpixelOrder</title>
9
+ <link href="../doc.css" type="text/css" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <h1><a name="label-0" id="label-0">module Cairo::SubpixelOrder</a></h1><!-- RDLabel: "module Cairo::SubpixelOrder" -->
13
+ <h2><a name="label-1" id="label-1">Constants</a></h2><!-- RDLabel: "Constants" -->
14
+ <dl>
15
+ <dt><a name="label-2" id="label-2"><code>BGR</code></a></dt><!-- RDLabel: "BGR" -->
16
+ <dt><a name="label-3" id="label-3"><code>DEFAULT</code></a></dt><!-- RDLabel: "DEFAULT" -->
17
+ <dt><a name="label-4" id="label-4"><code>RGB</code></a></dt><!-- RDLabel: "RGB" -->
18
+ <dt><a name="label-5" id="label-5"><code>VBGR</code></a></dt><!-- RDLabel: "VBGR" -->
19
+ <dt><a name="label-6" id="label-6"><code>VRGB</code></a></dt><!-- RDLabel: "VRGB" -->
20
+ </dl>
21
+ <h2><a name="label-7" id="label-7">See Also</a></h2><!-- RDLabel: "See Also" -->
22
+ <ul>
23
+ <li><a href="index.html#label-0">Index</a></li>
24
+ </ul>
25
+ <h2><a name="label-8" id="label-8">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
26
+
27
+ </body>
28
+ </html>
@@ -0,0 +1,36 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
6
+ <head>
7
+ <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
8
+ <title>class Cairo::SurfaceFinishedError</title>
9
+ <link href="../doc.css" type="text/css" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <h1><a name="label-0" id="label-0">class Cairo::SurfaceFinishedError</a></h1><!-- RDLabel: "class Cairo::SurfaceFinishedError" -->
13
+ <h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
14
+ <ul>
15
+ <li>Object
16
+ <ul>
17
+ <li>Exception
18
+ <ul>
19
+ <li>StandardError
20
+ <ul>
21
+ <li><a href="cairo-error.html#label-0">Cairo::Error</a>
22
+ <ul>
23
+ <li>Cairo::SurfaceFinishedError</li>
24
+ </ul></li>
25
+ </ul></li>
26
+ </ul></li>
27
+ </ul></li>
28
+ </ul>
29
+ <h2><a name="label-2" id="label-2">See Also</a></h2><!-- RDLabel: "See Also" -->
30
+ <ul>
31
+ <li><a href="index.html#label-0">Index</a></li>
32
+ </ul>
33
+ <h2><a name="label-3" id="label-3">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
34
+
35
+ </body>
36
+ </html>
@@ -0,0 +1,46 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
6
+ <head>
7
+ <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
8
+ <title>class Cairo::SurfacePattern</title>
9
+ <link href="../doc.css" type="text/css" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <h1><a name="label-0" id="label-0">class Cairo::SurfacePattern</a></h1><!-- RDLabel: "class Cairo::SurfacePattern" -->
13
+ <h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
14
+ <ul>
15
+ <li>Object
16
+ <ul>
17
+ <li><a href="cairo-pattern.html#label-0">Cairo::Pattern</a>
18
+ <ul>
19
+ <li>Cairo::SurfacePattern</li>
20
+ </ul></li>
21
+ </ul></li>
22
+ </ul>
23
+ <h2><a name="label-2" id="label-2">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
24
+ <dl>
25
+ <dt><a name="label-3" id="label-3"><code>Cairo::SurfacePattern.new</code></a></dt><!-- RDLabel: "Cairo::SurfacePattern.new" -->
26
+ <dd>
27
+ <ul>
28
+ <li>Returns: self: <em>FIXME</em></li>
29
+ </ul></dd>
30
+ </dl>
31
+ <h2><a name="label-4" id="label-4">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
32
+ <dl>
33
+ <dt><a name="label-5" id="label-5"><code>surface</code></a></dt><!-- RDLabel: "surface" -->
34
+ <dd>
35
+ <ul>
36
+ <li>Returns: self: <em>FIXME</em></li>
37
+ </ul></dd>
38
+ </dl>
39
+ <h2><a name="label-6" id="label-6">See Also</a></h2><!-- RDLabel: "See Also" -->
40
+ <ul>
41
+ <li><a href="index.html#label-0">Index</a></li>
42
+ </ul>
43
+ <h2><a name="label-7" id="label-7">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
44
+
45
+ </body>
46
+ </html>
@@ -0,0 +1,36 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
6
+ <head>
7
+ <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
8
+ <title>class Cairo::SurfaceTypeMismatchError</title>
9
+ <link href="../doc.css" type="text/css" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <h1><a name="label-0" id="label-0">class Cairo::SurfaceTypeMismatchError</a></h1><!-- RDLabel: "class Cairo::SurfaceTypeMismatchError" -->
13
+ <h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
14
+ <ul>
15
+ <li>Object
16
+ <ul>
17
+ <li>Exception
18
+ <ul>
19
+ <li>StandardError
20
+ <ul>
21
+ <li>TypeError
22
+ <ul>
23
+ <li>Cairo::SurfaceTypeMismatchError</li>
24
+ </ul></li>
25
+ </ul></li>
26
+ </ul></li>
27
+ </ul></li>
28
+ </ul>
29
+ <h2><a name="label-2" id="label-2">See Also</a></h2><!-- RDLabel: "See Also" -->
30
+ <ul>
31
+ <li><a href="index.html#label-0">Index</a></li>
32
+ </ul>
33
+ <h2><a name="label-3" id="label-3">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
34
+
35
+ </body>
36
+ </html>
@@ -0,0 +1,100 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
6
+ <head>
7
+ <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
8
+ <title>class Cairo::Surface</title>
9
+ <link href="../doc.css" type="text/css" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <h1><a name="label-0" id="label-0">class Cairo::Surface</a></h1><!-- RDLabel: "class Cairo::Surface" -->
13
+ <h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
14
+ <ul>
15
+ <li>Object
16
+ <ul>
17
+ <li>Cairo::Surface</li>
18
+ </ul></li>
19
+ </ul>
20
+ <h2><a name="label-2" id="label-2">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
21
+ <dl>
22
+ <dt><a name="label-3" id="label-3"><code>clone</code></a></dt><!-- RDLabel: "clone" -->
23
+ <dd>
24
+ <ul>
25
+ <li>Returns: self: <em>FIXME</em></li>
26
+ </ul></dd>
27
+ <dt><a name="label-4" id="label-4"><code>content</code></a></dt><!-- RDLabel: "content" -->
28
+ <dd>
29
+ <ul>
30
+ <li>Returns: self: <em>FIXME</em></li>
31
+ </ul></dd>
32
+ <dt><a name="label-5" id="label-5"><code>copy_page</code></a></dt><!-- RDLabel: "copy_page" -->
33
+ <dd>
34
+ <ul>
35
+ <li>Returns: self: <em>FIXME</em></li>
36
+ </ul></dd>
37
+ <dt><a name="label-6" id="label-6"><code>create_similar</code></a></dt><!-- RDLabel: "create_similar" -->
38
+ <dd>
39
+ <ul>
40
+ <li>Returns: self: <em>FIXME</em></li>
41
+ </ul></dd>
42
+ <dt><a name="label-7" id="label-7"><code>device_offset</code></a></dt><!-- RDLabel: "device_offset" -->
43
+ <dd>
44
+ <ul>
45
+ <li>Returns: self: <em>FIXME</em></li>
46
+ </ul></dd>
47
+ <dt><a name="label-8" id="label-8"><code>dup</code></a></dt><!-- RDLabel: "dup" -->
48
+ <dd>
49
+ <ul>
50
+ <li>Returns: self: <em>FIXME</em></li>
51
+ </ul></dd>
52
+ <dt><a name="label-9" id="label-9"><code>finish</code></a></dt><!-- RDLabel: "finish" -->
53
+ <dd>
54
+ <ul>
55
+ <li>Returns: self: <em>FIXME</em></li>
56
+ </ul></dd>
57
+ <dt><a name="label-10" id="label-10"><code>flush</code></a></dt><!-- RDLabel: "flush" -->
58
+ <dd>
59
+ <ul>
60
+ <li>Returns: self: <em>FIXME</em></li>
61
+ </ul></dd>
62
+ <dt><a name="label-11" id="label-11"><code>font_options</code></a></dt><!-- RDLabel: "font_options" -->
63
+ <dd>
64
+ <ul>
65
+ <li>Returns: self: <em>FIXME</em></li>
66
+ </ul></dd>
67
+ <dt><a name="label-12" id="label-12"><code>mark_dirty</code></a></dt><!-- RDLabel: "mark_dirty" -->
68
+ <dd>
69
+ <ul>
70
+ <li>Returns: self: <em>FIXME</em></li>
71
+ </ul></dd>
72
+ <dt><a name="label-13" id="label-13"><code>set_device_offset</code></a></dt><!-- RDLabel: "set_device_offset" -->
73
+ <dd>
74
+ <ul>
75
+ <li>Returns: self: <em>FIXME</em></li>
76
+ </ul></dd>
77
+ <dt><a name="label-14" id="label-14"><code>set_fallback_resolution</code></a></dt><!-- RDLabel: "set_fallback_resolution" -->
78
+ <dd>
79
+ <ul>
80
+ <li>Returns: self: <em>FIXME</em></li>
81
+ </ul></dd>
82
+ <dt><a name="label-15" id="label-15"><code>show_page</code></a></dt><!-- RDLabel: "show_page" -->
83
+ <dd>
84
+ <ul>
85
+ <li>Returns: self: <em>FIXME</em></li>
86
+ </ul></dd>
87
+ <dt><a name="label-16" id="label-16"><code>write_to_png</code></a></dt><!-- RDLabel: "write_to_png" -->
88
+ <dd>
89
+ <ul>
90
+ <li>Returns: self: <em>FIXME</em></li>
91
+ </ul></dd>
92
+ </dl>
93
+ <h2><a name="label-17" id="label-17">See Also</a></h2><!-- RDLabel: "See Also" -->
94
+ <ul>
95
+ <li><a href="index.html#label-0">Index</a></li>
96
+ </ul>
97
+ <h2><a name="label-18" id="label-18">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
98
+
99
+ </body>
100
+ </html>