cairo 1.6.1-x86-mswin32

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 (418) hide show
  1. data/AUTHORS +4 -0
  2. data/COPYING +59 -0
  3. data/ChangeLog +1320 -0
  4. data/GPL +340 -0
  5. data/NEWS +98 -0
  6. data/README +70 -0
  7. data/Rakefile +215 -0
  8. data/cairo/bin/libcairo-2.dll +0 -0
  9. data/cairo/bin/libpng13.dll +0 -0
  10. data/cairo/bin/zlib1.dll +0 -0
  11. data/cairo/include/cairo/cairo-deprecated.h +142 -0
  12. data/cairo/include/cairo/cairo-features.h +35 -0
  13. data/cairo/include/cairo/cairo-pdf.h +68 -0
  14. data/cairo/include/cairo/cairo-ps.h +114 -0
  15. data/cairo/include/cairo/cairo-svg.h +82 -0
  16. data/cairo/include/cairo/cairo-win32.h +104 -0
  17. data/cairo/include/cairo/cairo.h +1945 -0
  18. data/cairo/include/libpng13/png.h +3419 -0
  19. data/cairo/include/libpng13/pngconf.h +1437 -0
  20. data/cairo/lib/cairo.def +251 -0
  21. data/cairo/lib/cairo.lib +0 -0
  22. data/cairo/lib/libcairo.dll.a +0 -0
  23. data/cairo/lib/libpng.def +372 -0
  24. data/cairo/lib/libpng13.dll.a +0 -0
  25. data/cairo/lib/pkgconfig/cairo-pdf.pc +12 -0
  26. data/cairo/lib/pkgconfig/cairo-png.pc +12 -0
  27. data/cairo/lib/pkgconfig/cairo-ps.pc +12 -0
  28. data/cairo/lib/pkgconfig/cairo-svg.pc +12 -0
  29. data/cairo/lib/pkgconfig/cairo-win32-font.pc +12 -0
  30. data/cairo/lib/pkgconfig/cairo-win32.pc +12 -0
  31. data/cairo/lib/pkgconfig/cairo.pc +13 -0
  32. data/cairo/lib/pkgconfig/libpng.pc +14 -0
  33. data/cairo/lib/pkgconfig/libpng13.pc +14 -0
  34. data/cairo/make/cairo-1.6.4-1.sh +55 -0
  35. data/cairo/manifest/cairo-1.6.4-1.mft +6 -0
  36. data/cairo/manifest/cairo-dev-1.6.4-1.mft +72 -0
  37. data/cairo/manifest/libpng-dev-1.2.8.mft +7 -0
  38. data/cairo/share/doc/cairo-1.6.4-1/COPYING +32 -0
  39. data/cairo/share/doc/cairo-1.6.4-1/COPYING-LGPL-2.1 +510 -0
  40. data/cairo/share/doc/cairo-1.6.4-1/COPYING-MPL-1.1 +470 -0
  41. data/cairo/share/gtk-doc/html/cairo/Drawing.html +53 -0
  42. data/cairo/share/gtk-doc/html/cairo/Fonts.html +56 -0
  43. data/cairo/share/gtk-doc/html/cairo/Support.html +50 -0
  44. data/cairo/share/gtk-doc/html/cairo/Surfaces.html +65 -0
  45. data/cairo/share/gtk-doc/html/cairo/bindings-errors.html +128 -0
  46. data/cairo/share/gtk-doc/html/cairo/bindings-fonts.html +59 -0
  47. data/cairo/share/gtk-doc/html/cairo/bindings-memory.html +129 -0
  48. data/cairo/share/gtk-doc/html/cairo/bindings-overloading.html +127 -0
  49. data/cairo/share/gtk-doc/html/cairo/bindings-path.html +123 -0
  50. data/cairo/share/gtk-doc/html/cairo/bindings-patterns.html +63 -0
  51. data/cairo/share/gtk-doc/html/cairo/bindings-return-values.html +126 -0
  52. data/cairo/share/gtk-doc/html/cairo/bindings-streams.html +98 -0
  53. data/cairo/share/gtk-doc/html/cairo/bindings-surfaces.html +99 -0
  54. data/cairo/share/gtk-doc/html/cairo/cairo-Error-Handling.html +328 -0
  55. data/cairo/share/gtk-doc/html/cairo/cairo-Font-Options.html +720 -0
  56. data/cairo/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +297 -0
  57. data/cairo/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +484 -0
  58. data/cairo/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +246 -0
  59. data/cairo/share/gtk-doc/html/cairo/cairo-PNG-Support.html +345 -0
  60. data/cairo/share/gtk-doc/html/cairo/cairo-Paths.html +1336 -0
  61. data/cairo/share/gtk-doc/html/cairo/cairo-Patterns.html +1560 -0
  62. data/cairo/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +656 -0
  63. data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Fonts.html +161 -0
  64. data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +232 -0
  65. data/cairo/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +337 -0
  66. data/cairo/share/gtk-doc/html/cairo/cairo-Scaled-Fonts.html +823 -0
  67. data/cairo/share/gtk-doc/html/cairo/cairo-Text.html +836 -0
  68. data/cairo/share/gtk-doc/html/cairo/cairo-Transformations.html +462 -0
  69. data/cairo/share/gtk-doc/html/cairo/cairo-Types.html +143 -0
  70. data/cairo/share/gtk-doc/html/cairo/cairo-Version-Information.html +325 -0
  71. data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +381 -0
  72. data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +331 -0
  73. data/cairo/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +525 -0
  74. data/cairo/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +427 -0
  75. data/cairo/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +626 -0
  76. data/cairo/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +995 -0
  77. data/cairo/share/gtk-doc/html/cairo/cairo-cairo-t.html +2795 -0
  78. data/cairo/share/gtk-doc/html/cairo/cairo.devhelp +432 -0
  79. data/cairo/share/gtk-doc/html/cairo/cairo.devhelp2 +432 -0
  80. data/cairo/share/gtk-doc/html/cairo/home.png +0 -0
  81. data/cairo/share/gtk-doc/html/cairo/index-1.2.html +137 -0
  82. data/cairo/share/gtk-doc/html/cairo/index-1.4.html +105 -0
  83. data/cairo/share/gtk-doc/html/cairo/index-1.6.html +65 -0
  84. data/cairo/share/gtk-doc/html/cairo/index.html +134 -0
  85. data/cairo/share/gtk-doc/html/cairo/index.sgml +466 -0
  86. data/cairo/share/gtk-doc/html/cairo/ix01.html +693 -0
  87. data/cairo/share/gtk-doc/html/cairo/language-bindings.html +79 -0
  88. data/cairo/share/gtk-doc/html/cairo/left.png +0 -0
  89. data/cairo/share/gtk-doc/html/cairo/right.png +0 -0
  90. data/cairo/share/gtk-doc/html/cairo/style.css +148 -0
  91. data/cairo/share/gtk-doc/html/cairo/up.png +0 -0
  92. data/doc/doc.css +91 -0
  93. data/doc/en/cairo-antialias.html +41 -0
  94. data/doc/en/cairo-antialias.rd +16 -0
  95. data/doc/en/cairo-clip-not-representable-error.html +50 -0
  96. data/doc/en/cairo-clip-not-representable-error.rd +17 -0
  97. data/doc/en/cairo-color-base.html +72 -0
  98. data/doc/en/cairo-color-base.rd +38 -0
  99. data/doc/en/cairo-color-cmyk.html +160 -0
  100. data/doc/en/cairo-color-cmyk.rd +107 -0
  101. data/doc/en/cairo-color-hsv.html +140 -0
  102. data/doc/en/cairo-color-hsv.rd +91 -0
  103. data/doc/en/cairo-color-rgb.html +145 -0
  104. data/doc/en/cairo-color-rgb.rd +95 -0
  105. data/doc/en/cairo-color-x11.html +176 -0
  106. data/doc/en/cairo-color-x11.rd +151 -0
  107. data/doc/en/cairo-color.html +241 -0
  108. data/doc/en/cairo-color.rd +213 -0
  109. data/doc/en/cairo-content.html +40 -0
  110. data/doc/en/cairo-content.rd +15 -0
  111. data/doc/en/cairo-context-blur.html +42 -0
  112. data/doc/en/cairo-context-blur.rd +15 -0
  113. data/doc/en/cairo-context-circle.html +42 -0
  114. data/doc/en/cairo-context-circle.rd +15 -0
  115. data/doc/en/cairo-context-color.html +42 -0
  116. data/doc/en/cairo-context-color.rd +15 -0
  117. data/doc/en/cairo-context-path.html +47 -0
  118. data/doc/en/cairo-context-path.rd +19 -0
  119. data/doc/en/cairo-context-rectangle.html +42 -0
  120. data/doc/en/cairo-context-rectangle.rd +15 -0
  121. data/doc/en/cairo-context-triangle.html +42 -0
  122. data/doc/en/cairo-context-triangle.rd +15 -0
  123. data/doc/en/cairo-context.html +636 -0
  124. data/doc/en/cairo-context.rd +491 -0
  125. data/doc/en/cairo-error.html +47 -0
  126. data/doc/en/cairo-error.rd +16 -0
  127. data/doc/en/cairo-extend.html +41 -0
  128. data/doc/en/cairo-extend.rd +16 -0
  129. data/doc/en/cairo-file-not-found.html +50 -0
  130. data/doc/en/cairo-file-not-found.rd +17 -0
  131. data/doc/en/cairo-fill-rule.html +39 -0
  132. data/doc/en/cairo-fill-rule.rd +14 -0
  133. data/doc/en/cairo-filter.html +43 -0
  134. data/doc/en/cairo-filter.rd +18 -0
  135. data/doc/en/cairo-font-extents.html +74 -0
  136. data/doc/en/cairo-font-extents.rd +40 -0
  137. data/doc/en/cairo-font-face.html +41 -0
  138. data/doc/en/cairo-font-face.rd +14 -0
  139. data/doc/en/cairo-font-options.html +142 -0
  140. data/doc/en/cairo-font-options.rd +94 -0
  141. data/doc/en/cairo-font-slant.html +40 -0
  142. data/doc/en/cairo-font-slant.rd +15 -0
  143. data/doc/en/cairo-font-weight.html +39 -0
  144. data/doc/en/cairo-font-weight.rd +14 -0
  145. data/doc/en/cairo-format.html +49 -0
  146. data/doc/en/cairo-format.rd +22 -0
  147. data/doc/en/cairo-glyph.html +102 -0
  148. data/doc/en/cairo-glyph.rd +62 -0
  149. data/doc/en/cairo-gradient-pattern.html +77 -0
  150. data/doc/en/cairo-gradient-pattern.rd +41 -0
  151. data/doc/en/cairo-hint-metrics.html +40 -0
  152. data/doc/en/cairo-hint-metrics.rd +15 -0
  153. data/doc/en/cairo-hint-style.html +42 -0
  154. data/doc/en/cairo-hint-style.rd +17 -0
  155. data/doc/en/cairo-image-surface.html +85 -0
  156. data/doc/en/cairo-image-surface.rd +47 -0
  157. data/doc/en/cairo-invalid-content-error.html +50 -0
  158. data/doc/en/cairo-invalid-content-error.rd +17 -0
  159. data/doc/en/cairo-invalid-dash-error.html +50 -0
  160. data/doc/en/cairo-invalid-dash-error.rd +17 -0
  161. data/doc/en/cairo-invalid-dsc-comment-error.html +50 -0
  162. data/doc/en/cairo-invalid-dsc-comment-error.rd +17 -0
  163. data/doc/en/cairo-invalid-format-error.html +50 -0
  164. data/doc/en/cairo-invalid-format-error.rd +17 -0
  165. data/doc/en/cairo-invalid-index-error.html +50 -0
  166. data/doc/en/cairo-invalid-index-error.rd +17 -0
  167. data/doc/en/cairo-invalid-matrix-error.html +50 -0
  168. data/doc/en/cairo-invalid-matrix-error.rd +17 -0
  169. data/doc/en/cairo-invalid-path-data-error.html +50 -0
  170. data/doc/en/cairo-invalid-path-data-error.rd +17 -0
  171. data/doc/en/cairo-invalid-pop-group-error.html +50 -0
  172. data/doc/en/cairo-invalid-pop-group-error.rd +17 -0
  173. data/doc/en/cairo-invalid-restore-error.html +50 -0
  174. data/doc/en/cairo-invalid-restore-error.rd +17 -0
  175. data/doc/en/cairo-invalid-status-error.html +50 -0
  176. data/doc/en/cairo-invalid-status-error.rd +17 -0
  177. data/doc/en/cairo-invalid-stride-error.html +50 -0
  178. data/doc/en/cairo-invalid-stride-error.rd +17 -0
  179. data/doc/en/cairo-invalid-string-error.html +50 -0
  180. data/doc/en/cairo-invalid-string-error.rd +17 -0
  181. data/doc/en/cairo-invalid-visual-error.html +50 -0
  182. data/doc/en/cairo-invalid-visual-error.rd +17 -0
  183. data/doc/en/cairo-line-cap.html +40 -0
  184. data/doc/en/cairo-line-cap.rd +15 -0
  185. data/doc/en/cairo-line-join.html +40 -0
  186. data/doc/en/cairo-line-join.rd +15 -0
  187. data/doc/en/cairo-linear-pattern.html +63 -0
  188. data/doc/en/cairo-linear-pattern.rd +28 -0
  189. data/doc/en/cairo-matrix.html +257 -0
  190. data/doc/en/cairo-matrix.rd +186 -0
  191. data/doc/en/cairo-no-current-point-error.html +50 -0
  192. data/doc/en/cairo-no-current-point-error.rd +17 -0
  193. data/doc/en/cairo-null-pointer-error.html +50 -0
  194. data/doc/en/cairo-null-pointer-error.rd +17 -0
  195. data/doc/en/cairo-operator.html +51 -0
  196. data/doc/en/cairo-operator.rd +26 -0
  197. data/doc/en/cairo-paper-parse-error.html +50 -0
  198. data/doc/en/cairo-paper-parse-error.rd +17 -0
  199. data/doc/en/cairo-paper-unknown-paper-name.html +69 -0
  200. data/doc/en/cairo-paper-unknown-paper-name.rd +30 -0
  201. data/doc/en/cairo-paper-unknown-unit.html +69 -0
  202. data/doc/en/cairo-paper-unknown-unit.rd +30 -0
  203. data/doc/en/cairo-paper-unrecognized-paper-description.html +69 -0
  204. data/doc/en/cairo-paper-unrecognized-paper-description.rd +30 -0
  205. data/doc/en/cairo-paper.html +187 -0
  206. data/doc/en/cairo-paper.rd +141 -0
  207. data/doc/en/cairo-path-close-path.html +52 -0
  208. data/doc/en/cairo-path-close-path.rd +21 -0
  209. data/doc/en/cairo-path-curve-to.html +52 -0
  210. data/doc/en/cairo-path-curve-to.rd +21 -0
  211. data/doc/en/cairo-path-data-type.html +41 -0
  212. data/doc/en/cairo-path-data-type.rd +16 -0
  213. data/doc/en/cairo-path-data.html +101 -0
  214. data/doc/en/cairo-path-data.rd +62 -0
  215. data/doc/en/cairo-path-line-to.html +52 -0
  216. data/doc/en/cairo-path-line-to.rd +21 -0
  217. data/doc/en/cairo-path-move-to.html +52 -0
  218. data/doc/en/cairo-path-move-to.rd +21 -0
  219. data/doc/en/cairo-path.html +158 -0
  220. data/doc/en/cairo-path.rd +109 -0
  221. data/doc/en/cairo-pattern-type-mismatch-error.html +50 -0
  222. data/doc/en/cairo-pattern-type-mismatch-error.rd +17 -0
  223. data/doc/en/cairo-pattern.html +102 -0
  224. data/doc/en/cairo-pattern.rd +62 -0
  225. data/doc/en/cairo-pdf-surface.html +60 -0
  226. data/doc/en/cairo-pdf-surface.rd +27 -0
  227. data/doc/en/cairo-point.html +77 -0
  228. data/doc/en/cairo-point.rd +42 -0
  229. data/doc/en/cairo-ps-level.html +52 -0
  230. data/doc/en/cairo-ps-level.rd +24 -0
  231. data/doc/en/cairo-ps-surface.html +95 -0
  232. data/doc/en/cairo-ps-surface.rd +55 -0
  233. data/doc/en/cairo-quartz-image-surface.html +60 -0
  234. data/doc/en/cairo-quartz-image-surface.rd +27 -0
  235. data/doc/en/cairo-quartz-surface.html +60 -0
  236. data/doc/en/cairo-quartz-surface.rd +27 -0
  237. data/doc/en/cairo-radial-pattern.html +63 -0
  238. data/doc/en/cairo-radial-pattern.rd +28 -0
  239. data/doc/en/cairo-read-error.html +50 -0
  240. data/doc/en/cairo-read-error.rd +17 -0
  241. data/doc/en/cairo-rectangle.html +92 -0
  242. data/doc/en/cairo-rectangle.rd +54 -0
  243. data/doc/en/cairo-scaled-font.html +87 -0
  244. data/doc/en/cairo-scaled-font.rd +50 -0
  245. data/doc/en/cairo-solid-pattern.html +65 -0
  246. data/doc/en/cairo-solid-pattern.rd +31 -0
  247. data/doc/en/cairo-subpixel-order.html +42 -0
  248. data/doc/en/cairo-subpixel-order.rd +17 -0
  249. data/doc/en/cairo-surface-finished-error.html +50 -0
  250. data/doc/en/cairo-surface-finished-error.rd +17 -0
  251. data/doc/en/cairo-surface-pattern.html +60 -0
  252. data/doc/en/cairo-surface-pattern.rd +27 -0
  253. data/doc/en/cairo-surface-type-mismatch-error.html +50 -0
  254. data/doc/en/cairo-surface-type-mismatch-error.rd +17 -0
  255. data/doc/en/cairo-surface.html +114 -0
  256. data/doc/en/cairo-surface.rd +72 -0
  257. data/doc/en/cairo-svg-surface.html +80 -0
  258. data/doc/en/cairo-svg-surface.rd +44 -0
  259. data/doc/en/cairo-svg-version.html +52 -0
  260. data/doc/en/cairo-svg-version.rd +24 -0
  261. data/doc/en/cairo-temp-file-error.html +50 -0
  262. data/doc/en/cairo-temp-file-error.rd +17 -0
  263. data/doc/en/cairo-text-extents.html +79 -0
  264. data/doc/en/cairo-text-extents.rd +44 -0
  265. data/doc/en/cairo-win32-printing-surface.html +60 -0
  266. data/doc/en/cairo-win32-printing-surface.rd +27 -0
  267. data/doc/en/cairo-win32-surface.html +65 -0
  268. data/doc/en/cairo-win32-surface.rd +31 -0
  269. data/doc/en/cairo-write-error.html +50 -0
  270. data/doc/en/cairo-write-error.rd +17 -0
  271. data/doc/en/cairo.html +123 -0
  272. data/doc/en/cairo.rd +95 -0
  273. data/doc/en/index.html +1080 -0
  274. data/doc/en/index.rd +1051 -0
  275. data/doc/index.html +18 -0
  276. data/doc/ja/cairo-antialias.html +57 -0
  277. data/doc/ja/cairo-clip-not-representable-error.html +56 -0
  278. data/doc/ja/cairo-color-base.html +75 -0
  279. data/doc/ja/cairo-color-cmyk.html +152 -0
  280. data/doc/ja/cairo-color-hsv.html +135 -0
  281. data/doc/ja/cairo-color-rgb.html +145 -0
  282. data/doc/ja/cairo-color-x11.html +183 -0
  283. data/doc/ja/cairo-color.html +317 -0
  284. data/doc/ja/cairo-content.html +51 -0
  285. data/doc/ja/cairo-context-blur.html +53 -0
  286. data/doc/ja/cairo-context-circle.html +54 -0
  287. data/doc/ja/cairo-context-color.html +52 -0
  288. data/doc/ja/cairo-context-path.html +77 -0
  289. data/doc/ja/cairo-context-rectangle.html +60 -0
  290. data/doc/ja/cairo-context-triangle.html +47 -0
  291. data/doc/ja/cairo-context.html +1449 -0
  292. data/doc/ja/cairo-error.html +56 -0
  293. data/doc/ja/cairo-extend.html +56 -0
  294. data/doc/ja/cairo-file-not-found.html +51 -0
  295. data/doc/ja/cairo-fill-rule.html +58 -0
  296. data/doc/ja/cairo-filter.html +43 -0
  297. data/doc/ja/cairo-font-extents.html +110 -0
  298. data/doc/ja/cairo-font-face.html +55 -0
  299. data/doc/ja/cairo-font-options.html +186 -0
  300. data/doc/ja/cairo-font-slant.html +50 -0
  301. data/doc/ja/cairo-font-weight.html +47 -0
  302. data/doc/ja/cairo-format.html +81 -0
  303. data/doc/ja/cairo-glyph.html +115 -0
  304. data/doc/ja/cairo-gradient-pattern.html +119 -0
  305. data/doc/ja/cairo-hint-metrics.html +57 -0
  306. data/doc/ja/cairo-hint-style.html +64 -0
  307. data/doc/ja/cairo-image-surface.html +131 -0
  308. data/doc/ja/cairo-invalid-content-error.html +54 -0
  309. data/doc/ja/cairo-invalid-dash-error.html +54 -0
  310. data/doc/ja/cairo-invalid-dsc-comment-error.html +54 -0
  311. data/doc/ja/cairo-invalid-format-error.html +54 -0
  312. data/doc/ja/cairo-invalid-index-error.html +54 -0
  313. data/doc/ja/cairo-invalid-matrix-error.html +54 -0
  314. data/doc/ja/cairo-invalid-path-data-error.html +54 -0
  315. data/doc/ja/cairo-invalid-pop-group-error.html +54 -0
  316. data/doc/ja/cairo-invalid-restore-error.html +55 -0
  317. data/doc/ja/cairo-invalid-status-error.html +55 -0
  318. data/doc/ja/cairo-invalid-stride-error.html +55 -0
  319. data/doc/ja/cairo-invalid-string-error.html +54 -0
  320. data/doc/ja/cairo-invalid-visual-error.html +57 -0
  321. data/doc/ja/cairo-line-cap.html +50 -0
  322. data/doc/ja/cairo-line-join.html +53 -0
  323. data/doc/ja/cairo-linear-pattern.html +87 -0
  324. data/doc/ja/cairo-matrix.html +343 -0
  325. data/doc/ja/cairo-no-current-point-error.html +54 -0
  326. data/doc/ja/cairo-null-pointer-error.html +54 -0
  327. data/doc/ja/cairo-operator.html +51 -0
  328. data/doc/ja/cairo-paper-parse-error.html +55 -0
  329. data/doc/ja/cairo-paper-unknown-paper-name.html +76 -0
  330. data/doc/ja/cairo-paper-unknown-unit.html +75 -0
  331. data/doc/ja/cairo-paper-unrecognized-paper-description.html +76 -0
  332. data/doc/ja/cairo-paper.html +357 -0
  333. data/doc/ja/cairo-path-close-path.html +57 -0
  334. data/doc/ja/cairo-path-curve-to.html +70 -0
  335. data/doc/ja/cairo-path-data-type.html +53 -0
  336. data/doc/ja/cairo-path-data.html +127 -0
  337. data/doc/ja/cairo-path-line-to.html +62 -0
  338. data/doc/ja/cairo-path-move-to.html +62 -0
  339. data/doc/ja/cairo-path.html +144 -0
  340. data/doc/ja/cairo-pattern-type-mismatch-error.html +56 -0
  341. data/doc/ja/cairo-pattern.html +128 -0
  342. data/doc/ja/cairo-pdf-surface.html +86 -0
  343. data/doc/ja/cairo-point.html +90 -0
  344. data/doc/ja/cairo-ps-level.html +62 -0
  345. data/doc/ja/cairo-ps-surface.html +214 -0
  346. data/doc/ja/cairo-quartz-image-surface.html +75 -0
  347. data/doc/ja/cairo-quartz-surface.html +93 -0
  348. data/doc/ja/cairo-radial-pattern.html +93 -0
  349. data/doc/ja/cairo-read-error.html +55 -0
  350. data/doc/ja/cairo-rectangle.html +109 -0
  351. data/doc/ja/cairo-scaled-font.html +144 -0
  352. data/doc/ja/cairo-solid-pattern.html +87 -0
  353. data/doc/ja/cairo-subpixel-order.html +57 -0
  354. data/doc/ja/cairo-surface-finished-error.html +54 -0
  355. data/doc/ja/cairo-surface-pattern.html +68 -0
  356. data/doc/ja/cairo-surface-type-mismatch-error.html +56 -0
  357. data/doc/ja/cairo-surface.html +191 -0
  358. data/doc/ja/cairo-svg-surface.html +114 -0
  359. data/doc/ja/cairo-svg-version.html +66 -0
  360. data/doc/ja/cairo-temp-file-error.html +50 -0
  361. data/doc/ja/cairo-text-extents.html +101 -0
  362. data/doc/ja/cairo-win32-printing-surface.html +80 -0
  363. data/doc/ja/cairo-win32-surface.html +100 -0
  364. data/doc/ja/cairo-write-error.html +55 -0
  365. data/doc/ja/cairo.html +148 -0
  366. data/doc/ja/index.html +1080 -0
  367. data/extconf.rb +153 -0
  368. data/misc/update-colors.rb +143 -0
  369. data/pkg-config.rb +278 -0
  370. data/samples/agg/README +4 -0
  371. data/samples/agg/aa_demo.rb +47 -0
  372. data/samples/agg/aa_test.rb +304 -0
  373. data/samples/blur.rb +47 -0
  374. data/samples/pac.rb +99 -0
  375. data/samples/pac2.rb +171 -0
  376. data/samples/png.rb +45 -0
  377. data/samples/scalable.rb +56 -0
  378. data/samples/text-on-path.rb +60 -0
  379. data/samples/text2.rb +131 -0
  380. data/src/cairo.def +96 -0
  381. data/src/cairo.so +0 -0
  382. data/src/lib/cairo.rb +141 -0
  383. data/src/lib/cairo/color.rb +255 -0
  384. data/src/lib/cairo/colors.rb +656 -0
  385. data/src/lib/cairo/constants.rb +21 -0
  386. data/src/lib/cairo/context.rb +29 -0
  387. data/src/lib/cairo/context/blur.rb +45 -0
  388. data/src/lib/cairo/context/circle.rb +9 -0
  389. data/src/lib/cairo/context/color.rb +11 -0
  390. data/src/lib/cairo/context/path.rb +116 -0
  391. data/src/lib/cairo/context/rectangle.rb +33 -0
  392. data/src/lib/cairo/context/triangle.rb +12 -0
  393. data/src/lib/cairo/paper.rb +183 -0
  394. data/src/lib/cairo/papers.rb +41 -0
  395. data/src/lib/cairo/path.rb +15 -0
  396. data/src/lib/cairo/point.rb +7 -0
  397. data/src/libruby-cairo.a +0 -0
  398. data/src/rb_cairo.c +82 -0
  399. data/src/rb_cairo.h +264 -0
  400. data/src/rb_cairo_constants.c +456 -0
  401. data/src/rb_cairo_context.c +1548 -0
  402. data/src/rb_cairo_exception.c +214 -0
  403. data/src/rb_cairo_font_extents.c +125 -0
  404. data/src/rb_cairo_font_face.c +56 -0
  405. data/src/rb_cairo_font_options.c +197 -0
  406. data/src/rb_cairo_glyph.c +159 -0
  407. data/src/rb_cairo_matrix.c +350 -0
  408. data/src/rb_cairo_path.c +459 -0
  409. data/src/rb_cairo_pattern.c +540 -0
  410. data/src/rb_cairo_private.c +78 -0
  411. data/src/rb_cairo_private.h +72 -0
  412. data/src/rb_cairo_scaled_font.c +177 -0
  413. data/src/rb_cairo_surface.c +1252 -0
  414. data/src/rb_cairo_text_extents.c +138 -0
  415. data/test/run-test.rb +15 -0
  416. data/test/test_paper.rb +81 -0
  417. data/test/test_pkg_config.rb +122 -0
  418. metadata +490 -0
@@ -0,0 +1,159 @@
1
+ /* -*- c-file-style: "gnu"; indent-tabs-mode: nil -*- */
2
+ /*
3
+ * Ruby Cairo Binding
4
+ *
5
+ * $Author: kou $
6
+ * $Date: 2007/05/03 02:47:39 $
7
+ *
8
+ * Copyright 2005 Øyvind Kolås <pippin@freedesktop.org>
9
+ * Copyright 2004-2005 MenTaLguY <mental@rydia.com>
10
+ *
11
+ * This file is made available under the same terms as Ruby
12
+ *
13
+ */
14
+
15
+
16
+ #include "rb_cairo.h"
17
+ #include "rb_cairo_private.h"
18
+
19
+ VALUE rb_cCairo_Glyph;
20
+
21
+ #define _SELF(self) (RVAL2CRGLYPH(self))
22
+
23
+ cairo_glyph_t *
24
+ rb_cairo_glyph_from_ruby_object (VALUE obj)
25
+ {
26
+ cairo_glyph_t *glyph;
27
+ if (!rb_cairo__is_kind_of (obj, rb_cCairo_Glyph))
28
+ {
29
+ rb_raise (rb_eTypeError, "not a cairo glyph");
30
+ }
31
+ Data_Get_Struct (obj, cairo_glyph_t, glyph);
32
+ return glyph;
33
+ }
34
+
35
+ static void
36
+ cr_glyph_free (void *ptr)
37
+ {
38
+ if (ptr)
39
+ {
40
+ free (ptr);
41
+ }
42
+ }
43
+
44
+ VALUE
45
+ rb_cairo_glyph_to_ruby_object (cairo_glyph_t *glyph)
46
+ {
47
+ if (glyph)
48
+ {
49
+ cairo_glyph_t *new_glyph = ALLOC (cairo_glyph_t);
50
+ *new_glyph = *glyph;
51
+ return Data_Wrap_Struct (rb_cCairo_Glyph, NULL, cr_glyph_free, new_glyph);
52
+ }
53
+ else
54
+ {
55
+ return Qnil;
56
+ }
57
+ }
58
+
59
+ static VALUE
60
+ cr_glyph_allocate (VALUE klass)
61
+ {
62
+ return Data_Wrap_Struct (klass, NULL, cr_glyph_free, NULL);
63
+ }
64
+
65
+ static VALUE
66
+ cr_glyph_initialize (VALUE self, VALUE index, VALUE x, VALUE y)
67
+ {
68
+ cairo_glyph_t *glyph;
69
+
70
+ glyph = ALLOC (cairo_glyph_t);
71
+ glyph->index = NUM2ULONG (index);
72
+ glyph->x = NUM2DBL (x);
73
+ glyph->y = NUM2DBL (y);
74
+
75
+ DATA_PTR (self) = glyph;
76
+ return Qnil;
77
+ }
78
+
79
+ static VALUE
80
+ cr_glyph_index (VALUE self)
81
+ {
82
+ return ULONG2NUM (_SELF(self)->index);
83
+ }
84
+
85
+ static VALUE
86
+ cr_glyph_x (VALUE self)
87
+ {
88
+ return rb_float_new (_SELF(self)->x);
89
+ }
90
+
91
+ static VALUE
92
+ cr_glyph_y (VALUE self)
93
+ {
94
+ return rb_float_new (_SELF(self)->y);
95
+ }
96
+
97
+ static VALUE
98
+ cr_glyph_set_index (VALUE self, VALUE index)
99
+ {
100
+ _SELF(self)->index = NUM2ULONG (index);
101
+ return self;
102
+ }
103
+
104
+ static VALUE
105
+ cr_glyph_set_x (VALUE self, VALUE x)
106
+ {
107
+ _SELF(self)->x = NUM2DBL (x);
108
+ return self;
109
+ }
110
+
111
+ static VALUE
112
+ cr_glyph_set_y (VALUE self, VALUE y)
113
+ {
114
+ _SELF(self)->y = NUM2DBL (y);
115
+ return self;
116
+ }
117
+
118
+ static VALUE
119
+ cr_glyph_to_s (VALUE self)
120
+ {
121
+ VALUE ret;
122
+
123
+ ret = rb_str_new2 ("#<");
124
+ rb_str_cat2 (ret, rb_class2name (CLASS_OF (self)));
125
+ rb_str_cat2 (ret, ": ");
126
+ rb_str_cat2 (ret, "index=");
127
+ rb_str_concat (ret, rb_inspect (cr_glyph_index (self)));
128
+ rb_str_cat2 (ret, ", ");
129
+ rb_str_cat2 (ret, "x=");
130
+ rb_str_concat (ret, rb_inspect (cr_glyph_x (self)));
131
+ rb_str_cat2 (ret, ", ");
132
+ rb_str_cat2 (ret, "y=");
133
+ rb_str_concat (ret, rb_inspect (cr_glyph_y (self)));
134
+ rb_str_cat2 (ret, ">");
135
+
136
+ return ret;
137
+ }
138
+
139
+
140
+ void
141
+ Init_cairo_glyph (void)
142
+ {
143
+ rb_cCairo_Glyph = rb_define_class_under (rb_mCairo, "Glyph", rb_cObject);
144
+
145
+ rb_define_alloc_func (rb_cCairo_Glyph, cr_glyph_allocate);
146
+
147
+ rb_define_method (rb_cCairo_Glyph, "initialize", cr_glyph_initialize, 3);
148
+
149
+ rb_define_method (rb_cCairo_Glyph, "index", cr_glyph_index, 0);
150
+ rb_define_method (rb_cCairo_Glyph, "x", cr_glyph_x, 0);
151
+ rb_define_method (rb_cCairo_Glyph, "y", cr_glyph_y, 0);
152
+ rb_define_method (rb_cCairo_Glyph, "set_index", cr_glyph_set_index, 1);
153
+ rb_define_method (rb_cCairo_Glyph, "set_x", cr_glyph_set_x, 1);
154
+ rb_define_method (rb_cCairo_Glyph, "set_y", cr_glyph_set_y, 1);
155
+
156
+ rb_define_method (rb_cCairo_Glyph, "to_s", cr_glyph_to_s, 0);
157
+
158
+ RB_CAIRO_DEF_SETTERS (rb_cCairo_Glyph);
159
+ }
@@ -0,0 +1,350 @@
1
+ /* -*- c-file-style: "gnu"; indent-tabs-mode: nil -*- */
2
+ /*
3
+ * Ruby Cairo Binding
4
+ *
5
+ * $Author: kou $
6
+ * $Date: 2007/05/21 11:54:44 $
7
+ *
8
+ * Copyright 2005 Øyvind Kolås <pippin@freedesktop.org>
9
+ * Copyright 2004-2005 MenTaLguY <mental@rydia.com>
10
+ *
11
+ * This file is made available under the same terms as Ruby
12
+ *
13
+ */
14
+
15
+
16
+ #include "rb_cairo.h"
17
+ #include "rb_cairo_private.h"
18
+
19
+ VALUE rb_cCairo_Matrix;
20
+
21
+ #define _SELF (RVAL2CRMATRIX(self))
22
+
23
+ cairo_matrix_t *
24
+ rb_cairo_matrix_from_ruby_object (VALUE obj)
25
+ {
26
+ cairo_matrix_t *matrix;
27
+ if (!rb_cairo__is_kind_of (obj, rb_cCairo_Matrix))
28
+ {
29
+ rb_raise (rb_eTypeError, "not a cairo matrix");
30
+ }
31
+ Data_Get_Struct (obj, cairo_matrix_t, matrix);
32
+ return matrix;
33
+ }
34
+
35
+ static void
36
+ cr_matrix_free (void *ptr)
37
+ {
38
+ if (ptr)
39
+ {
40
+ free ((cairo_matrix_t *) ptr);
41
+ }
42
+ }
43
+
44
+ VALUE
45
+ rb_cairo_matrix_to_ruby_object (cairo_matrix_t *matrix)
46
+ {
47
+ if (matrix)
48
+ {
49
+ cairo_matrix_t *new_matrix = ALLOC (cairo_matrix_t);
50
+ *new_matrix = *matrix;
51
+ return Data_Wrap_Struct (rb_cCairo_Matrix, NULL,
52
+ cr_matrix_free, new_matrix);
53
+ }
54
+ else
55
+ {
56
+ return Qnil;
57
+ }
58
+ }
59
+
60
+ static VALUE
61
+ cr_matrix_allocate (VALUE klass)
62
+ {
63
+ return Data_Wrap_Struct (klass, NULL, cr_matrix_free, NULL);
64
+ }
65
+
66
+ static VALUE
67
+ cr_matrix_initialize (VALUE self,
68
+ VALUE xx, VALUE yx,
69
+ VALUE xy, VALUE yy,
70
+ VALUE x0, VALUE y0)
71
+ {
72
+ cairo_matrix_t *matrix = ALLOC (cairo_matrix_t);
73
+
74
+ cairo_matrix_init (matrix,
75
+ NUM2DBL (xx), NUM2DBL (yx),
76
+ NUM2DBL (xy), NUM2DBL (yy),
77
+ NUM2DBL (x0), NUM2DBL (y0));
78
+ DATA_PTR (self) = matrix;
79
+ return Qnil;
80
+ }
81
+
82
+ static VALUE
83
+ cr_matrix_init_identity (VALUE self)
84
+ {
85
+ cairo_matrix_t matrix;
86
+ cairo_matrix_init_identity (&matrix);
87
+ return CRMATRIX2RVAL (&matrix);
88
+ }
89
+
90
+ static VALUE
91
+ cr_matrix_init_translate (VALUE self, VALUE tx, VALUE ty)
92
+ {
93
+ cairo_matrix_t matrix;
94
+ cairo_matrix_init_translate (&matrix, NUM2DBL (tx), NUM2DBL (ty));
95
+ return CRMATRIX2RVAL (&matrix);
96
+ }
97
+
98
+ static VALUE
99
+ cr_matrix_init_scale (VALUE self, VALUE sx, VALUE sy)
100
+ {
101
+ cairo_matrix_t matrix;
102
+ cairo_matrix_init_scale (&matrix, NUM2DBL (sx), NUM2DBL (sy));
103
+ return CRMATRIX2RVAL (&matrix);
104
+ }
105
+
106
+ static VALUE
107
+ cr_matrix_init_rotate (VALUE self, VALUE radius)
108
+ {
109
+ cairo_matrix_t matrix;
110
+ cairo_matrix_init_rotate (&matrix, NUM2DBL (radius));
111
+ return CRMATRIX2RVAL (&matrix);
112
+ }
113
+
114
+ static VALUE
115
+ cr_matrix_identity (VALUE self)
116
+ {
117
+ cairo_matrix_init_identity (_SELF);
118
+ return self;
119
+ }
120
+
121
+ static VALUE
122
+ cr_matrix_translate (VALUE self, VALUE tx, VALUE ty)
123
+ {
124
+ cairo_matrix_translate (_SELF, NUM2DBL (tx), NUM2DBL (ty));
125
+ return self;
126
+ }
127
+
128
+ static VALUE
129
+ cr_matrix_scale (VALUE self, VALUE sx, VALUE sy)
130
+ {
131
+ cairo_matrix_scale (_SELF, NUM2DBL (sx), NUM2DBL (sy));
132
+ return self;
133
+ }
134
+
135
+ static VALUE
136
+ cr_matrix_rotate (VALUE self, VALUE radians)
137
+ {
138
+ cairo_matrix_rotate (_SELF, NUM2DBL (radians));
139
+ return self;
140
+ }
141
+
142
+ static VALUE
143
+ cr_matrix_invert (VALUE self)
144
+ {
145
+ rb_cairo_check_status (cairo_matrix_invert (_SELF));
146
+ return self;
147
+ }
148
+
149
+ static VALUE
150
+ cr_matrix_multiply (VALUE self, VALUE other)
151
+ {
152
+ cairo_matrix_multiply (_SELF, _SELF, RVAL2CRMATRIX (other));
153
+ return self;
154
+ }
155
+
156
+ static VALUE
157
+ cr_matrix_transform_distance (VALUE self, VALUE dx, VALUE dy)
158
+ {
159
+ double pair[2];
160
+ pair[0] = NUM2DBL (dx);
161
+ pair[1] = NUM2DBL (dy);
162
+ cairo_matrix_transform_distance (_SELF, pair, pair + 1);
163
+ return rb_cairo__float_array (pair, 2);
164
+ }
165
+
166
+ static VALUE
167
+ cr_matrix_transform_point (VALUE self, VALUE x, VALUE y)
168
+ {
169
+ double pair[2];
170
+ pair[0] = NUM2DBL (x);
171
+ pair[1] = NUM2DBL (y);
172
+ cairo_matrix_transform_point (_SELF, pair, pair + 1);
173
+ return rb_cairo__float_array (pair, 2);
174
+ }
175
+
176
+
177
+ /* Accessors */
178
+ static VALUE
179
+ cr_matrix_get_xx (VALUE self)
180
+ {
181
+ return rb_float_new (_SELF->xx);
182
+ }
183
+
184
+ static VALUE
185
+ cr_matrix_set_xx (VALUE self, VALUE xx)
186
+ {
187
+ _SELF->xx = NUM2DBL (xx);
188
+ return Qnil;
189
+ }
190
+
191
+ static VALUE
192
+ cr_matrix_get_yx (VALUE self)
193
+ {
194
+ return rb_float_new (_SELF->yx);
195
+ }
196
+
197
+ static VALUE
198
+ cr_matrix_set_yx (VALUE self, VALUE yx)
199
+ {
200
+ _SELF->yx = NUM2DBL (yx);
201
+ return Qnil;
202
+ }
203
+
204
+ static VALUE
205
+ cr_matrix_get_xy (VALUE self)
206
+ {
207
+ return rb_float_new (_SELF->xy);
208
+ }
209
+
210
+ static VALUE
211
+ cr_matrix_set_xy (VALUE self, VALUE xy)
212
+ {
213
+ _SELF->xy = NUM2DBL (xy);
214
+ return Qnil;
215
+ }
216
+
217
+ static VALUE
218
+ cr_matrix_get_yy (VALUE self)
219
+ {
220
+ return rb_float_new (_SELF->yy);
221
+ }
222
+
223
+ static VALUE
224
+ cr_matrix_set_yy (VALUE self, VALUE yy)
225
+ {
226
+ _SELF->yy = NUM2DBL (yy);
227
+ return Qnil;
228
+ }
229
+
230
+ static VALUE
231
+ cr_matrix_get_x0 (VALUE self)
232
+ {
233
+ return rb_float_new (_SELF->x0);
234
+ }
235
+
236
+ static VALUE
237
+ cr_matrix_set_x0 (VALUE self, VALUE x0)
238
+ {
239
+ _SELF->x0 = NUM2DBL (x0);
240
+ return Qnil;
241
+ }
242
+
243
+ static VALUE
244
+ cr_matrix_get_y0 (VALUE self)
245
+ {
246
+ return rb_float_new (_SELF->y0);
247
+ }
248
+
249
+ static VALUE
250
+ cr_matrix_set_y0 (VALUE self, VALUE y0)
251
+ {
252
+ _SELF->y0 = NUM2DBL (y0);
253
+ return Qnil;
254
+ }
255
+
256
+ /* Utilities */
257
+ static VALUE
258
+ cr_matrix_set (VALUE self,
259
+ VALUE xx, VALUE yx,
260
+ VALUE xy, VALUE yy,
261
+ VALUE x0, VALUE y0)
262
+ {
263
+ cairo_matrix_init (_SELF,
264
+ NUM2DBL (xx), NUM2DBL (yx),
265
+ NUM2DBL (xy), NUM2DBL (yy),
266
+ NUM2DBL (x0), NUM2DBL (y0));
267
+ return self;
268
+ }
269
+
270
+ static VALUE
271
+ cr_matrix_to_a (VALUE self)
272
+ {
273
+ cairo_matrix_t *matrix = _SELF;
274
+ double affine[6];
275
+ affine[0] = matrix->xx;
276
+ affine[1] = matrix->yx;
277
+ affine[2] = matrix->xy;
278
+ affine[3] = matrix->yy;
279
+ affine[4] = matrix->x0;
280
+ affine[5] = matrix->y0;
281
+ return rb_cairo__float_array (affine, 6);
282
+ }
283
+
284
+ static VALUE
285
+ cr_matrix_to_s(VALUE self)
286
+ {
287
+ VALUE ret;
288
+
289
+ ret = rb_str_new2 ("#<");
290
+ rb_str_cat2 (ret, rb_class2name (CLASS_OF (self)));
291
+ rb_str_cat2 (ret, ":");
292
+ rb_str_concat (ret, rb_inspect (cr_matrix_to_a (self)));
293
+ rb_str_cat2 (ret, ">");
294
+
295
+ return ret;
296
+ }
297
+
298
+
299
+ void
300
+ Init_cairo_matrix (void)
301
+ {
302
+ rb_cCairo_Matrix =
303
+ rb_define_class_under (rb_mCairo, "Matrix", rb_cObject);
304
+
305
+ rb_define_alloc_func (rb_cCairo_Matrix, cr_matrix_allocate);
306
+
307
+ rb_define_singleton_method (rb_cCairo_Matrix, "identity",
308
+ cr_matrix_init_identity, 0);
309
+ rb_define_singleton_method (rb_cCairo_Matrix, "translate",
310
+ cr_matrix_init_translate, 2);
311
+ rb_define_singleton_method (rb_cCairo_Matrix, "scale",
312
+ cr_matrix_init_scale, 2);
313
+ rb_define_singleton_method (rb_cCairo_Matrix, "rotate",
314
+ cr_matrix_init_rotate, 1);
315
+
316
+ rb_define_method (rb_cCairo_Matrix, "initialize", cr_matrix_initialize, 6);
317
+
318
+ rb_define_method (rb_cCairo_Matrix, "identity!", cr_matrix_identity, 0);
319
+ rb_define_method (rb_cCairo_Matrix, "translate!", cr_matrix_translate, 2);
320
+ rb_define_method (rb_cCairo_Matrix, "scale!", cr_matrix_scale, 2);
321
+ rb_define_method (rb_cCairo_Matrix, "rotate!", cr_matrix_rotate, 1);
322
+ rb_define_method (rb_cCairo_Matrix, "invert!", cr_matrix_invert, 0);
323
+ rb_define_method (rb_cCairo_Matrix, "multiply!", cr_matrix_multiply, 1);
324
+ rb_define_method (rb_cCairo_Matrix, "transform_distance",
325
+ cr_matrix_transform_distance, 2);
326
+ rb_define_method (rb_cCairo_Matrix, "transform_point",
327
+ cr_matrix_transform_point, 2);
328
+
329
+ /* Accessors */
330
+ rb_define_method (rb_cCairo_Matrix, "xx", cr_matrix_get_xx, 0);
331
+ rb_define_method (rb_cCairo_Matrix, "set_xx", cr_matrix_set_xx, 1);
332
+ rb_define_method (rb_cCairo_Matrix, "yx", cr_matrix_get_yx, 0);
333
+ rb_define_method (rb_cCairo_Matrix, "set_yx", cr_matrix_set_yx, 1);
334
+ rb_define_method (rb_cCairo_Matrix, "xy", cr_matrix_get_xy, 0);
335
+ rb_define_method (rb_cCairo_Matrix, "set_xy", cr_matrix_set_xy, 1);
336
+ rb_define_method (rb_cCairo_Matrix, "yy", cr_matrix_get_yy, 0);
337
+ rb_define_method (rb_cCairo_Matrix, "set_yy", cr_matrix_set_yy, 1);
338
+ rb_define_method (rb_cCairo_Matrix, "x0", cr_matrix_get_x0, 0);
339
+ rb_define_method (rb_cCairo_Matrix, "set_x0", cr_matrix_set_x0, 1);
340
+ rb_define_method (rb_cCairo_Matrix, "y0", cr_matrix_get_y0, 0);
341
+ rb_define_method (rb_cCairo_Matrix, "set_y0", cr_matrix_set_y0, 1);
342
+
343
+ /* Utilities */
344
+ rb_define_method (rb_cCairo_Matrix, "set", cr_matrix_set, 6);
345
+ rb_define_method (rb_cCairo_Matrix, "to_a", cr_matrix_to_a, 0);
346
+ rb_define_method (rb_cCairo_Matrix, "to_s", cr_matrix_to_s, 0);
347
+
348
+
349
+ RB_CAIRO_DEF_SETTERS (rb_cCairo_Matrix);
350
+ }