cairo 1.5.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,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::InvalidMatrixError</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::InvalidMatrixError</a></h1><!-- RDLabel: "class Cairo::InvalidMatrixError" -->
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>ArgumentError
22
+ <ul>
23
+ <li>Cairo::InvalidMatrixError</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,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::InvalidPathDataError</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::InvalidPathDataError</a></h1><!-- RDLabel: "class Cairo::InvalidPathDataError" -->
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>ArgumentError
22
+ <ul>
23
+ <li>Cairo::InvalidPathDataError</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,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::InvalidPopGroupError</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::InvalidPopGroupError</a></h1><!-- RDLabel: "class Cairo::InvalidPopGroupError" -->
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::InvalidPopGroupError</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,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::InvalidRestoreError</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::InvalidRestoreError</a></h1><!-- RDLabel: "class Cairo::InvalidRestoreError" -->
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::InvalidRestoreError</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,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::InvalidStatusError</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::InvalidStatusError</a></h1><!-- RDLabel: "class Cairo::InvalidStatusError" -->
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>ArgumentError
22
+ <ul>
23
+ <li>Cairo::InvalidStatusError</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,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::InvalidStrideError</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::InvalidStrideError</a></h1><!-- RDLabel: "class Cairo::InvalidStrideError" -->
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>ArgumentError
22
+ <ul>
23
+ <li>Cairo::InvalidStrideError</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,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::InvalidStringError</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::InvalidStringError</a></h1><!-- RDLabel: "class Cairo::InvalidStringError" -->
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>ArgumentError
22
+ <ul>
23
+ <li>Cairo::InvalidStringError</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,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::InvalidVisualError</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::InvalidVisualError</a></h1><!-- RDLabel: "class Cairo::InvalidVisualError" -->
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>ArgumentError
22
+ <ul>
23
+ <li>Cairo::InvalidVisualError</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,26 @@
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::LineCap</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::LineCap</a></h1><!-- RDLabel: "module Cairo::LineCap" -->
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>BUTT</code></a></dt><!-- RDLabel: "BUTT" -->
16
+ <dt><a name="label-3" id="label-3"><code>ROUND</code></a></dt><!-- RDLabel: "ROUND" -->
17
+ <dt><a name="label-4" id="label-4"><code>SQUARE</code></a></dt><!-- RDLabel: "SQUARE" -->
18
+ </dl>
19
+ <h2><a name="label-5" id="label-5">See Also</a></h2><!-- RDLabel: "See Also" -->
20
+ <ul>
21
+ <li><a href="index.html#label-0">Index</a></li>
22
+ </ul>
23
+ <h2><a name="label-6" id="label-6">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
24
+
25
+ </body>
26
+ </html>
@@ -0,0 +1,26 @@
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::LineJoin</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::LineJoin</a></h1><!-- RDLabel: "module Cairo::LineJoin" -->
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>BEVEL</code></a></dt><!-- RDLabel: "BEVEL" -->
16
+ <dt><a name="label-3" id="label-3"><code>MITER</code></a></dt><!-- RDLabel: "MITER" -->
17
+ <dt><a name="label-4" id="label-4"><code>ROUND</code></a></dt><!-- RDLabel: "ROUND" -->
18
+ </dl>
19
+ <h2><a name="label-5" id="label-5">See Also</a></h2><!-- RDLabel: "See Also" -->
20
+ <ul>
21
+ <li><a href="index.html#label-0">Index</a></li>
22
+ </ul>
23
+ <h2><a name="label-6" id="label-6">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
24
+
25
+ </body>
26
+ </html>
@@ -0,0 +1,49 @@
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::LinearPattern</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::LinearPattern</a></h1><!-- RDLabel: "class Cairo::LinearPattern" -->
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><a href="cairo-gradient-pattern.html#label-0">Cairo::GradientPattern</a>
20
+ <ul>
21
+ <li>Cairo::LinearPattern</li>
22
+ </ul></li>
23
+ </ul></li>
24
+ </ul></li>
25
+ </ul>
26
+ <h2><a name="label-2" id="label-2">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
27
+ <dl>
28
+ <dt><a name="label-3" id="label-3"><code>Cairo::LinearPattern.new</code></a></dt><!-- RDLabel: "Cairo::LinearPattern.new" -->
29
+ <dd>
30
+ <ul>
31
+ <li>Returns: self: <em>FIXME</em></li>
32
+ </ul></dd>
33
+ </dl>
34
+ <h2><a name="label-4" id="label-4">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
35
+ <dl>
36
+ <dt><a name="label-5" id="label-5"><code>points</code></a></dt><!-- RDLabel: "points" -->
37
+ <dd>
38
+ <ul>
39
+ <li>Returns: self: <em>FIXME</em></li>
40
+ </ul></dd>
41
+ </dl>
42
+ <h2><a name="label-6" id="label-6">See Also</a></h2><!-- RDLabel: "See Also" -->
43
+ <ul>
44
+ <li><a href="index.html#label-0">Index</a></li>
45
+ </ul>
46
+ <h2><a name="label-7" id="label-7">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
47
+
48
+ </body>
49
+ </html>
@@ -0,0 +1,243 @@
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::Matrix</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::Matrix</a></h1><!-- RDLabel: "class Cairo::Matrix" -->
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::Matrix</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::Matrix.identity</code></a></dt><!-- RDLabel: "Cairo::Matrix.identity" -->
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>Cairo::Matrix.new</code></a></dt><!-- RDLabel: "Cairo::Matrix.new" -->
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>Cairo::Matrix.rotate</code></a></dt><!-- RDLabel: "Cairo::Matrix.rotate" -->
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>Cairo::Matrix.scale</code></a></dt><!-- RDLabel: "Cairo::Matrix.scale" -->
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>Cairo::Matrix.translate</code></a></dt><!-- RDLabel: "Cairo::Matrix.translate" -->
43
+ <dd>
44
+ <ul>
45
+ <li>Returns: self: <em>FIXME</em></li>
46
+ </ul></dd>
47
+ </dl>
48
+ <h2><a name="label-8" id="label-8">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
49
+ <dl>
50
+ <dt><a name="label-9" id="label-9"><code>*</code></a></dt><!-- RDLabel: "*" -->
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>clone</code></a></dt><!-- RDLabel: "clone" -->
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>dup</code></a></dt><!-- RDLabel: "dup" -->
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>identity!</code></a></dt><!-- RDLabel: "identity!" -->
66
+ <dd>
67
+ <ul>
68
+ <li>Returns: self: <em>FIXME</em></li>
69
+ </ul></dd>
70
+ <dt><a name="label-13" id="label-13"><code>invert</code></a></dt><!-- RDLabel: "invert" -->
71
+ <dd>
72
+ <ul>
73
+ <li>Returns: self: <em>FIXME</em></li>
74
+ </ul></dd>
75
+ <dt><a name="label-14" id="label-14"><code>invert!</code></a></dt><!-- RDLabel: "invert!" -->
76
+ <dd>
77
+ <ul>
78
+ <li>Returns: self: <em>FIXME</em></li>
79
+ </ul></dd>
80
+ <dt><a name="label-15" id="label-15"><code>multiply</code></a></dt><!-- RDLabel: "multiply" -->
81
+ <dd>
82
+ <ul>
83
+ <li>Returns: self: <em>FIXME</em></li>
84
+ </ul></dd>
85
+ <dt><a name="label-16" id="label-16"><code>multiply!</code></a></dt><!-- RDLabel: "multiply!" -->
86
+ <dd>
87
+ <ul>
88
+ <li>Returns: self: <em>FIXME</em></li>
89
+ </ul></dd>
90
+ <dt><a name="label-17" id="label-17"><code>rotate</code></a></dt><!-- RDLabel: "rotate" -->
91
+ <dd>
92
+ <ul>
93
+ <li>Returns: self: <em>FIXME</em></li>
94
+ </ul></dd>
95
+ <dt><a name="label-18" id="label-18"><code>rotate!</code></a></dt><!-- RDLabel: "rotate!" -->
96
+ <dd>
97
+ <ul>
98
+ <li>Returns: self: <em>FIXME</em></li>
99
+ </ul></dd>
100
+ <dt><a name="label-19" id="label-19"><code>scale</code></a></dt><!-- RDLabel: "scale" -->
101
+ <dd>
102
+ <ul>
103
+ <li>Returns: self: <em>FIXME</em></li>
104
+ </ul></dd>
105
+ <dt><a name="label-20" id="label-20"><code>scale!</code></a></dt><!-- RDLabel: "scale!" -->
106
+ <dd>
107
+ <ul>
108
+ <li>Returns: self: <em>FIXME</em></li>
109
+ </ul></dd>
110
+ <dt><a name="label-21" id="label-21"><code>set</code></a></dt><!-- RDLabel: "set" -->
111
+ <dd>
112
+ <ul>
113
+ <li>Returns: self: <em>FIXME</em></li>
114
+ </ul></dd>
115
+ <dt><a name="label-22" id="label-22"><code>set_x0</code></a></dt><!-- RDLabel: "set_x0" -->
116
+ <dd>
117
+ <ul>
118
+ <li>Returns: self: <em>FIXME</em></li>
119
+ </ul></dd>
120
+ <dt><a name="label-23" id="label-23"><code>set_xx</code></a></dt><!-- RDLabel: "set_xx" -->
121
+ <dd>
122
+ <ul>
123
+ <li>Returns: self: <em>FIXME</em></li>
124
+ </ul></dd>
125
+ <dt><a name="label-24" id="label-24"><code>set_xy</code></a></dt><!-- RDLabel: "set_xy" -->
126
+ <dd>
127
+ <ul>
128
+ <li>Returns: self: <em>FIXME</em></li>
129
+ </ul></dd>
130
+ <dt><a name="label-25" id="label-25"><code>set_y0</code></a></dt><!-- RDLabel: "set_y0" -->
131
+ <dd>
132
+ <ul>
133
+ <li>Returns: self: <em>FIXME</em></li>
134
+ </ul></dd>
135
+ <dt><a name="label-26" id="label-26"><code>set_yx</code></a></dt><!-- RDLabel: "set_yx" -->
136
+ <dd>
137
+ <ul>
138
+ <li>Returns: self: <em>FIXME</em></li>
139
+ </ul></dd>
140
+ <dt><a name="label-27" id="label-27"><code>set_yy</code></a></dt><!-- RDLabel: "set_yy" -->
141
+ <dd>
142
+ <ul>
143
+ <li>Returns: self: <em>FIXME</em></li>
144
+ </ul></dd>
145
+ <dt><a name="label-28" id="label-28"><code>to_a</code></a></dt><!-- RDLabel: "to_a" -->
146
+ <dd>
147
+ <ul>
148
+ <li>Returns: self: <em>FIXME</em></li>
149
+ </ul></dd>
150
+ <dt><a name="label-29" id="label-29"><code>to_s</code></a></dt><!-- RDLabel: "to_s" -->
151
+ <dd>
152
+ <ul>
153
+ <li>Returns: self: <em>FIXME</em></li>
154
+ </ul></dd>
155
+ <dt><a name="label-30" id="label-30"><code>transform_distance</code></a></dt><!-- RDLabel: "transform_distance" -->
156
+ <dd>
157
+ <ul>
158
+ <li>Returns: self: <em>FIXME</em></li>
159
+ </ul></dd>
160
+ <dt><a name="label-31" id="label-31"><code>transform_point</code></a></dt><!-- RDLabel: "transform_point" -->
161
+ <dd>
162
+ <ul>
163
+ <li>Returns: self: <em>FIXME</em></li>
164
+ </ul></dd>
165
+ <dt><a name="label-32" id="label-32"><code>translate</code></a></dt><!-- RDLabel: "translate" -->
166
+ <dd>
167
+ <ul>
168
+ <li>Returns: self: <em>FIXME</em></li>
169
+ </ul></dd>
170
+ <dt><a name="label-33" id="label-33"><code>translate!</code></a></dt><!-- RDLabel: "translate!" -->
171
+ <dd>
172
+ <ul>
173
+ <li>Returns: self: <em>FIXME</em></li>
174
+ </ul></dd>
175
+ <dt><a name="label-34" id="label-34"><code>x0</code></a></dt><!-- RDLabel: "x0" -->
176
+ <dd>
177
+ <ul>
178
+ <li>Returns: self: <em>FIXME</em></li>
179
+ </ul></dd>
180
+ <dt><a name="label-35" id="label-35"><code>x0=</code></a></dt><!-- RDLabel: "x0=" -->
181
+ <dd>
182
+ <ul>
183
+ <li>Returns: self: <em>FIXME</em></li>
184
+ </ul></dd>
185
+ <dt><a name="label-36" id="label-36"><code>xx</code></a></dt><!-- RDLabel: "xx" -->
186
+ <dd>
187
+ <ul>
188
+ <li>Returns: self: <em>FIXME</em></li>
189
+ </ul></dd>
190
+ <dt><a name="label-37" id="label-37"><code>xx=</code></a></dt><!-- RDLabel: "xx=" -->
191
+ <dd>
192
+ <ul>
193
+ <li>Returns: self: <em>FIXME</em></li>
194
+ </ul></dd>
195
+ <dt><a name="label-38" id="label-38"><code>xy</code></a></dt><!-- RDLabel: "xy" -->
196
+ <dd>
197
+ <ul>
198
+ <li>Returns: self: <em>FIXME</em></li>
199
+ </ul></dd>
200
+ <dt><a name="label-39" id="label-39"><code>xy=</code></a></dt><!-- RDLabel: "xy=" -->
201
+ <dd>
202
+ <ul>
203
+ <li>Returns: self: <em>FIXME</em></li>
204
+ </ul></dd>
205
+ <dt><a name="label-40" id="label-40"><code>y0</code></a></dt><!-- RDLabel: "y0" -->
206
+ <dd>
207
+ <ul>
208
+ <li>Returns: self: <em>FIXME</em></li>
209
+ </ul></dd>
210
+ <dt><a name="label-41" id="label-41"><code>y0=</code></a></dt><!-- RDLabel: "y0=" -->
211
+ <dd>
212
+ <ul>
213
+ <li>Returns: self: <em>FIXME</em></li>
214
+ </ul></dd>
215
+ <dt><a name="label-42" id="label-42"><code>yx</code></a></dt><!-- RDLabel: "yx" -->
216
+ <dd>
217
+ <ul>
218
+ <li>Returns: self: <em>FIXME</em></li>
219
+ </ul></dd>
220
+ <dt><a name="label-43" id="label-43"><code>yx=</code></a></dt><!-- RDLabel: "yx=" -->
221
+ <dd>
222
+ <ul>
223
+ <li>Returns: self: <em>FIXME</em></li>
224
+ </ul></dd>
225
+ <dt><a name="label-44" id="label-44"><code>yy</code></a></dt><!-- RDLabel: "yy" -->
226
+ <dd>
227
+ <ul>
228
+ <li>Returns: self: <em>FIXME</em></li>
229
+ </ul></dd>
230
+ <dt><a name="label-45" id="label-45"><code>yy=</code></a></dt><!-- RDLabel: "yy=" -->
231
+ <dd>
232
+ <ul>
233
+ <li>Returns: self: <em>FIXME</em></li>
234
+ </ul></dd>
235
+ </dl>
236
+ <h2><a name="label-46" id="label-46">See Also</a></h2><!-- RDLabel: "See Also" -->
237
+ <ul>
238
+ <li><a href="index.html#label-0">Index</a></li>
239
+ </ul>
240
+ <h2><a name="label-47" id="label-47">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
241
+
242
+ </body>
243
+ </html>