cairo 1.8.3-x86-mingw32

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 (352) hide show
  1. data/AUTHORS +4 -0
  2. data/COPYING +59 -0
  3. data/GPL +340 -0
  4. data/NEWS +163 -0
  5. data/Rakefile +190 -0
  6. data/doc/doc.css +91 -0
  7. data/doc/en/cairo-antialias.html +38 -0
  8. data/doc/en/cairo-clip-not-representable-error.html +47 -0
  9. data/doc/en/cairo-color-base.html +69 -0
  10. data/doc/en/cairo-color-cmyk.html +157 -0
  11. data/doc/en/cairo-color-hsv.html +137 -0
  12. data/doc/en/cairo-color-rgb.html +142 -0
  13. data/doc/en/cairo-color-x11.html +173 -0
  14. data/doc/en/cairo-color.html +238 -0
  15. data/doc/en/cairo-content.html +37 -0
  16. data/doc/en/cairo-context-blur.html +39 -0
  17. data/doc/en/cairo-context-circle.html +39 -0
  18. data/doc/en/cairo-context-color.html +39 -0
  19. data/doc/en/cairo-context-path.html +44 -0
  20. data/doc/en/cairo-context-rectangle.html +39 -0
  21. data/doc/en/cairo-context-triangle.html +39 -0
  22. data/doc/en/cairo-context.html +643 -0
  23. data/doc/en/cairo-error.html +44 -0
  24. data/doc/en/cairo-extend.html +38 -0
  25. data/doc/en/cairo-file-not-found.html +47 -0
  26. data/doc/en/cairo-fill-rule.html +36 -0
  27. data/doc/en/cairo-filter.html +40 -0
  28. data/doc/en/cairo-font-extents.html +129 -0
  29. data/doc/en/cairo-font-face.html +38 -0
  30. data/doc/en/cairo-font-options.html +139 -0
  31. data/doc/en/cairo-font-slant.html +37 -0
  32. data/doc/en/cairo-font-type-mismatch.html +47 -0
  33. data/doc/en/cairo-font-weight.html +36 -0
  34. data/doc/en/cairo-format.html +46 -0
  35. data/doc/en/cairo-glyph.html +99 -0
  36. data/doc/en/cairo-gradient-pattern.html +74 -0
  37. data/doc/en/cairo-hint-metrics.html +37 -0
  38. data/doc/en/cairo-hint-style.html +39 -0
  39. data/doc/en/cairo-image-surface.html +82 -0
  40. data/doc/en/cairo-invalid-clusters.html +47 -0
  41. data/doc/en/cairo-invalid-content-error.html +47 -0
  42. data/doc/en/cairo-invalid-dash-error.html +47 -0
  43. data/doc/en/cairo-invalid-dsc-comment-error.html +47 -0
  44. data/doc/en/cairo-invalid-format-error.html +47 -0
  45. data/doc/en/cairo-invalid-index-error.html +47 -0
  46. data/doc/en/cairo-invalid-matrix-error.html +47 -0
  47. data/doc/en/cairo-invalid-path-data-error.html +47 -0
  48. data/doc/en/cairo-invalid-pop-group-error.html +47 -0
  49. data/doc/en/cairo-invalid-restore-error.html +47 -0
  50. data/doc/en/cairo-invalid-slant.html +47 -0
  51. data/doc/en/cairo-invalid-status-error.html +47 -0
  52. data/doc/en/cairo-invalid-stride-error.html +47 -0
  53. data/doc/en/cairo-invalid-string-error.html +47 -0
  54. data/doc/en/cairo-invalid-visual-error.html +47 -0
  55. data/doc/en/cairo-invalid-weight.html +47 -0
  56. data/doc/en/cairo-line-cap.html +37 -0
  57. data/doc/en/cairo-line-join.html +37 -0
  58. data/doc/en/cairo-linear-pattern.html +60 -0
  59. data/doc/en/cairo-matrix.html +259 -0
  60. data/doc/en/cairo-negative-count.html +47 -0
  61. data/doc/en/cairo-no-current-point-error.html +47 -0
  62. data/doc/en/cairo-null-pointer-error.html +47 -0
  63. data/doc/en/cairo-operator.html +48 -0
  64. data/doc/en/cairo-paper-parse-error.html +47 -0
  65. data/doc/en/cairo-paper-unknown-paper-name.html +66 -0
  66. data/doc/en/cairo-paper-unknown-unit.html +66 -0
  67. data/doc/en/cairo-paper-unrecognized-paper-description.html +66 -0
  68. data/doc/en/cairo-paper.html +184 -0
  69. data/doc/en/cairo-path-close-path.html +49 -0
  70. data/doc/en/cairo-path-curve-to.html +49 -0
  71. data/doc/en/cairo-path-data-type.html +38 -0
  72. data/doc/en/cairo-path-data.html +98 -0
  73. data/doc/en/cairo-path-line-to.html +49 -0
  74. data/doc/en/cairo-path-move-to.html +49 -0
  75. data/doc/en/cairo-path.html +155 -0
  76. data/doc/en/cairo-pattern-type-mismatch-error.html +47 -0
  77. data/doc/en/cairo-pattern.html +99 -0
  78. data/doc/en/cairo-pdf-surface.html +57 -0
  79. data/doc/en/cairo-point.html +74 -0
  80. data/doc/en/cairo-ps-level.html +49 -0
  81. data/doc/en/cairo-ps-surface.html +92 -0
  82. data/doc/en/cairo-quartz-image-surface.html +57 -0
  83. data/doc/en/cairo-quartz-surface.html +57 -0
  84. data/doc/en/cairo-radial-pattern.html +60 -0
  85. data/doc/en/cairo-read-error.html +47 -0
  86. data/doc/en/cairo-rectangle.html +89 -0
  87. data/doc/en/cairo-scaled-font.html +94 -0
  88. data/doc/en/cairo-solid-pattern.html +62 -0
  89. data/doc/en/cairo-subpixel-order.html +39 -0
  90. data/doc/en/cairo-surface-finished-error.html +47 -0
  91. data/doc/en/cairo-surface-pattern.html +57 -0
  92. data/doc/en/cairo-surface-type-mismatch-error.html +47 -0
  93. data/doc/en/cairo-surface.html +121 -0
  94. data/doc/en/cairo-svg-surface.html +77 -0
  95. data/doc/en/cairo-svg-version.html +49 -0
  96. data/doc/en/cairo-temp-file-error.html +47 -0
  97. data/doc/en/cairo-text-cluster-flag.html +35 -0
  98. data/doc/en/cairo-text-cluster.html +84 -0
  99. data/doc/en/cairo-text-extents.html +144 -0
  100. data/doc/en/cairo-toy-font-face.html +67 -0
  101. data/doc/en/cairo-user-font-error.html +47 -0
  102. data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +94 -0
  103. data/doc/en/cairo-user-font-face.html +72 -0
  104. data/doc/en/cairo-user-font-immutable.html +47 -0
  105. data/doc/en/cairo-win32-printing-surface.html +57 -0
  106. data/doc/en/cairo-win32-surface.html +62 -0
  107. data/doc/en/cairo-write-error.html +47 -0
  108. data/doc/en/cairo.html +131 -0
  109. data/doc/en/index.html +1154 -0
  110. data/doc/index.html +18 -0
  111. data/doc/ja/cairo-antialias.html +57 -0
  112. data/doc/ja/cairo-clip-not-representable-error.html +56 -0
  113. data/doc/ja/cairo-color-base.html +75 -0
  114. data/doc/ja/cairo-color-cmyk.html +152 -0
  115. data/doc/ja/cairo-color-hsv.html +135 -0
  116. data/doc/ja/cairo-color-rgb.html +145 -0
  117. data/doc/ja/cairo-color-x11.html +183 -0
  118. data/doc/ja/cairo-color.html +317 -0
  119. data/doc/ja/cairo-content.html +51 -0
  120. data/doc/ja/cairo-context-blur.html +53 -0
  121. data/doc/ja/cairo-context-circle.html +54 -0
  122. data/doc/ja/cairo-context-color.html +52 -0
  123. data/doc/ja/cairo-context-path.html +77 -0
  124. data/doc/ja/cairo-context-rectangle.html +60 -0
  125. data/doc/ja/cairo-context-triangle.html +47 -0
  126. data/doc/ja/cairo-context.html +1542 -0
  127. data/doc/ja/cairo-error.html +56 -0
  128. data/doc/ja/cairo-extend.html +56 -0
  129. data/doc/ja/cairo-file-not-found.html +51 -0
  130. data/doc/ja/cairo-fill-rule.html +58 -0
  131. data/doc/ja/cairo-filter.html +43 -0
  132. data/doc/ja/cairo-font-extents.html +164 -0
  133. data/doc/ja/cairo-font-face.html +55 -0
  134. data/doc/ja/cairo-font-options.html +189 -0
  135. data/doc/ja/cairo-font-slant.html +50 -0
  136. data/doc/ja/cairo-font-type-mismatch.html +52 -0
  137. data/doc/ja/cairo-font-weight.html +47 -0
  138. data/doc/ja/cairo-format.html +81 -0
  139. data/doc/ja/cairo-glyph.html +115 -0
  140. data/doc/ja/cairo-gradient-pattern.html +119 -0
  141. data/doc/ja/cairo-hint-metrics.html +57 -0
  142. data/doc/ja/cairo-hint-style.html +64 -0
  143. data/doc/ja/cairo-image-surface.html +131 -0
  144. data/doc/ja/cairo-invalid-clusters.html +55 -0
  145. data/doc/ja/cairo-invalid-content-error.html +54 -0
  146. data/doc/ja/cairo-invalid-dash-error.html +54 -0
  147. data/doc/ja/cairo-invalid-dsc-comment-error.html +54 -0
  148. data/doc/ja/cairo-invalid-format-error.html +54 -0
  149. data/doc/ja/cairo-invalid-index-error.html +54 -0
  150. data/doc/ja/cairo-invalid-matrix-error.html +54 -0
  151. data/doc/ja/cairo-invalid-path-data-error.html +54 -0
  152. data/doc/ja/cairo-invalid-pop-group-error.html +54 -0
  153. data/doc/ja/cairo-invalid-restore-error.html +55 -0
  154. data/doc/ja/cairo-invalid-slant.html +57 -0
  155. data/doc/ja/cairo-invalid-status-error.html +55 -0
  156. data/doc/ja/cairo-invalid-stride-error.html +55 -0
  157. data/doc/ja/cairo-invalid-string-error.html +54 -0
  158. data/doc/ja/cairo-invalid-visual-error.html +57 -0
  159. data/doc/ja/cairo-invalid-weight.html +57 -0
  160. data/doc/ja/cairo-line-cap.html +50 -0
  161. data/doc/ja/cairo-line-join.html +53 -0
  162. data/doc/ja/cairo-linear-pattern.html +87 -0
  163. data/doc/ja/cairo-matrix.html +354 -0
  164. data/doc/ja/cairo-negative-count.html +52 -0
  165. data/doc/ja/cairo-no-current-point-error.html +54 -0
  166. data/doc/ja/cairo-null-pointer-error.html +54 -0
  167. data/doc/ja/cairo-operator.html +51 -0
  168. data/doc/ja/cairo-paper-parse-error.html +55 -0
  169. data/doc/ja/cairo-paper-unknown-paper-name.html +76 -0
  170. data/doc/ja/cairo-paper-unknown-unit.html +75 -0
  171. data/doc/ja/cairo-paper-unrecognized-paper-description.html +76 -0
  172. data/doc/ja/cairo-paper.html +357 -0
  173. data/doc/ja/cairo-path-close-path.html +57 -0
  174. data/doc/ja/cairo-path-curve-to.html +70 -0
  175. data/doc/ja/cairo-path-data-type.html +53 -0
  176. data/doc/ja/cairo-path-data.html +127 -0
  177. data/doc/ja/cairo-path-line-to.html +62 -0
  178. data/doc/ja/cairo-path-move-to.html +62 -0
  179. data/doc/ja/cairo-path.html +144 -0
  180. data/doc/ja/cairo-pattern-type-mismatch-error.html +56 -0
  181. data/doc/ja/cairo-pattern.html +128 -0
  182. data/doc/ja/cairo-pdf-surface.html +86 -0
  183. data/doc/ja/cairo-point.html +90 -0
  184. data/doc/ja/cairo-ps-level.html +62 -0
  185. data/doc/ja/cairo-ps-surface.html +214 -0
  186. data/doc/ja/cairo-quartz-image-surface.html +75 -0
  187. data/doc/ja/cairo-quartz-surface.html +93 -0
  188. data/doc/ja/cairo-radial-pattern.html +93 -0
  189. data/doc/ja/cairo-read-error.html +55 -0
  190. data/doc/ja/cairo-rectangle.html +109 -0
  191. data/doc/ja/cairo-scaled-font.html +180 -0
  192. data/doc/ja/cairo-solid-pattern.html +87 -0
  193. data/doc/ja/cairo-subpixel-order.html +57 -0
  194. data/doc/ja/cairo-surface-finished-error.html +54 -0
  195. data/doc/ja/cairo-surface-pattern.html +68 -0
  196. data/doc/ja/cairo-surface-type-mismatch-error.html +56 -0
  197. data/doc/ja/cairo-surface.html +213 -0
  198. data/doc/ja/cairo-svg-surface.html +114 -0
  199. data/doc/ja/cairo-svg-version.html +66 -0
  200. data/doc/ja/cairo-temp-file-error.html +50 -0
  201. data/doc/ja/cairo-text-cluster-flag.html +46 -0
  202. data/doc/ja/cairo-text-cluster.html +102 -0
  203. data/doc/ja/cairo-text-extents.html +163 -0
  204. data/doc/ja/cairo-toy-font-face.html +107 -0
  205. data/doc/ja/cairo-user-font-error.html +55 -0
  206. data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +156 -0
  207. data/doc/ja/cairo-user-font-face.html +268 -0
  208. data/doc/ja/cairo-user-font-immutable.html +54 -0
  209. data/doc/ja/cairo-win32-printing-surface.html +80 -0
  210. data/doc/ja/cairo-win32-surface.html +100 -0
  211. data/doc/ja/cairo-write-error.html +55 -0
  212. data/doc/ja/cairo.html +177 -0
  213. data/doc/ja/index.html +1156 -0
  214. data/ext/cairo/cairo.def +104 -0
  215. data/ext/cairo/extconf.rb +80 -0
  216. data/ext/cairo/rb_cairo.c +104 -0
  217. data/ext/cairo/rb_cairo.h +275 -0
  218. data/ext/cairo/rb_cairo_constants.c +478 -0
  219. data/ext/cairo/rb_cairo_context.c +1693 -0
  220. data/ext/cairo/rb_cairo_exception.c +354 -0
  221. data/ext/cairo/rb_cairo_font_extents.c +200 -0
  222. data/ext/cairo/rb_cairo_font_face.c +713 -0
  223. data/ext/cairo/rb_cairo_font_options.c +197 -0
  224. data/ext/cairo/rb_cairo_glyph.c +161 -0
  225. data/ext/cairo/rb_cairo_matrix.c +366 -0
  226. data/ext/cairo/rb_cairo_path.c +459 -0
  227. data/ext/cairo/rb_cairo_pattern.c +540 -0
  228. data/ext/cairo/rb_cairo_private.c +242 -0
  229. data/ext/cairo/rb_cairo_private.h +114 -0
  230. data/ext/cairo/rb_cairo_scaled_font.c +235 -0
  231. data/ext/cairo/rb_cairo_surface.c +1371 -0
  232. data/ext/cairo/rb_cairo_text_cluster.c +151 -0
  233. data/ext/cairo/rb_cairo_text_extents.c +221 -0
  234. data/extconf.rb +45 -0
  235. data/lib/1.8/cairo.so +0 -0
  236. data/lib/1.9/cairo.so +0 -0
  237. data/lib/cairo.rb +151 -0
  238. data/lib/cairo/color.rb +267 -0
  239. data/lib/cairo/colors.rb +656 -0
  240. data/lib/cairo/constants.rb +24 -0
  241. data/lib/cairo/context.rb +29 -0
  242. data/lib/cairo/context/blur.rb +45 -0
  243. data/lib/cairo/context/circle.rb +9 -0
  244. data/lib/cairo/context/color.rb +11 -0
  245. data/lib/cairo/context/path.rb +116 -0
  246. data/lib/cairo/context/rectangle.rb +33 -0
  247. data/lib/cairo/context/triangle.rb +12 -0
  248. data/lib/cairo/paper.rb +183 -0
  249. data/lib/cairo/papers.rb +41 -0
  250. data/lib/cairo/path.rb +15 -0
  251. data/lib/cairo/point.rb +7 -0
  252. data/misc/update-colors.rb +143 -0
  253. data/pkg-config.rb +313 -0
  254. data/samples/agg/README +4 -0
  255. data/samples/agg/aa_test.rb +304 -0
  256. data/samples/blur.rb +47 -0
  257. data/samples/pac.rb +99 -0
  258. data/samples/pac2.rb +171 -0
  259. data/samples/png.rb +45 -0
  260. data/samples/scalable.rb +56 -0
  261. data/samples/text-on-path.rb +60 -0
  262. data/samples/text2.rb +131 -0
  263. data/test-unit/Rakefile +30 -0
  264. data/test-unit/bin/testrb +5 -0
  265. data/test-unit/lib/test/unit.rb +280 -0
  266. data/test-unit/lib/test/unit/assertionfailederror.rb +14 -0
  267. data/test-unit/lib/test/unit/assertions.rb +722 -0
  268. data/test-unit/lib/test/unit/attribute.rb +125 -0
  269. data/test-unit/lib/test/unit/autorunner.rb +254 -0
  270. data/test-unit/lib/test/unit/collector.rb +43 -0
  271. data/test-unit/lib/test/unit/collector/descendant.rb +23 -0
  272. data/test-unit/lib/test/unit/collector/dir.rb +108 -0
  273. data/test-unit/lib/test/unit/collector/load.rb +135 -0
  274. data/test-unit/lib/test/unit/collector/objectspace.rb +34 -0
  275. data/test-unit/lib/test/unit/color.rb +61 -0
  276. data/test-unit/lib/test/unit/diff.rb +524 -0
  277. data/test-unit/lib/test/unit/error.rb +124 -0
  278. data/test-unit/lib/test/unit/exceptionhandler.rb +39 -0
  279. data/test-unit/lib/test/unit/failure.rb +110 -0
  280. data/test-unit/lib/test/unit/fixture.rb +185 -0
  281. data/test-unit/lib/test/unit/notification.rb +125 -0
  282. data/test-unit/lib/test/unit/omission.rb +143 -0
  283. data/test-unit/lib/test/unit/pending.rb +146 -0
  284. data/test-unit/lib/test/unit/priority.rb +146 -0
  285. data/test-unit/lib/test/unit/runner/console.rb +46 -0
  286. data/test-unit/lib/test/unit/runner/emacs.rb +8 -0
  287. data/test-unit/lib/test/unit/testcase.rb +281 -0
  288. data/test-unit/lib/test/unit/testresult.rb +89 -0
  289. data/test-unit/lib/test/unit/testsuite.rb +110 -0
  290. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +14 -0
  291. data/test-unit/lib/test/unit/ui/console/testrunner.rb +195 -0
  292. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +49 -0
  293. data/test-unit/lib/test/unit/ui/testrunner.rb +20 -0
  294. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +77 -0
  295. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +41 -0
  296. data/test-unit/lib/test/unit/util/backtracefilter.rb +41 -0
  297. data/test-unit/lib/test/unit/util/observable.rb +90 -0
  298. data/test-unit/lib/test/unit/util/procwrapper.rb +48 -0
  299. data/test-unit/lib/test/unit/version.rb +7 -0
  300. data/test-unit/sample/adder.rb +13 -0
  301. data/test-unit/sample/subtracter.rb +12 -0
  302. data/test-unit/sample/tc_adder.rb +18 -0
  303. data/test-unit/sample/tc_subtracter.rb +18 -0
  304. data/test-unit/sample/ts_examples.rb +7 -0
  305. data/test-unit/test/collector/test_descendant.rb +135 -0
  306. data/test-unit/test/collector/test_dir.rb +406 -0
  307. data/test-unit/test/collector/test_load.rb +333 -0
  308. data/test-unit/test/collector/test_objectspace.rb +98 -0
  309. data/test-unit/test/run-test.rb +13 -0
  310. data/test-unit/test/test_assertions.rb +693 -0
  311. data/test-unit/test/test_attribute.rb +86 -0
  312. data/test-unit/test/test_color.rb +37 -0
  313. data/test-unit/test/test_diff.rb +477 -0
  314. data/test-unit/test/test_emacs_runner.rb +60 -0
  315. data/test-unit/test/test_error.rb +26 -0
  316. data/test-unit/test/test_failure.rb +33 -0
  317. data/test-unit/test/test_fixture.rb +252 -0
  318. data/test-unit/test/test_notification.rb +33 -0
  319. data/test-unit/test/test_omission.rb +81 -0
  320. data/test-unit/test/test_pending.rb +70 -0
  321. data/test-unit/test/test_priority.rb +89 -0
  322. data/test-unit/test/test_testcase.rb +430 -0
  323. data/test-unit/test/test_testresult.rb +113 -0
  324. data/test-unit/test/test_testsuite.rb +129 -0
  325. data/test-unit/test/testunit_test_util.rb +14 -0
  326. data/test-unit/test/ui/test_testrunmediator.rb +20 -0
  327. data/test-unit/test/util/test_backtracefilter.rb +41 -0
  328. data/test-unit/test/util/test_observable.rb +102 -0
  329. data/test-unit/test/util/test_procwrapper.rb +36 -0
  330. data/test/cairo-test-utils.rb +18 -0
  331. data/test/run-test.rb +28 -0
  332. data/test/test_color.rb +17 -0
  333. data/test/test_constants.rb +16 -0
  334. data/test/test_context.rb +105 -0
  335. data/test/test_exception.rb +27 -0
  336. data/test/test_font_extents.rb +36 -0
  337. data/test/test_font_face.rb +244 -0
  338. data/test/test_font_options.rb +13 -0
  339. data/test/test_paper.rb +81 -0
  340. data/test/test_pkg_config.rb +123 -0
  341. data/test/test_scaled_font.rb +34 -0
  342. data/test/test_surface.rb +41 -0
  343. data/test/test_text_cluster.rb +32 -0
  344. data/test/test_text_extents.rb +40 -0
  345. data/test/test_text_to_glyphs_data.rb +51 -0
  346. data/tmp/x86-mingw32/cairo/1.8.7/fake.rb +6 -0
  347. data/tmp/x86-mingw32/cairo/1.8.7/mkmf.rb +1836 -0
  348. data/tmp/x86-mingw32/cairo/1.8.7/rbconfig.rb +183 -0
  349. data/tmp/x86-mingw32/cairo/1.9.2/fake.rb +6 -0
  350. data/tmp/x86-mingw32/cairo/1.9.2/mkmf.rb +2079 -0
  351. data/tmp/x86-mingw32/cairo/1.9.2/rbconfig.rb +226 -0
  352. metadata +437 -0
@@ -0,0 +1,713 @@
1
+ /* -*- c-file-style: "gnu"; indent-tabs-mode: nil -*- */
2
+ /*
3
+ * Ruby Cairo Binding
4
+ *
5
+ * $Author: kou $
6
+ * $Date: 2008-09-26 14:13:58 $
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_FontFace;
20
+ VALUE rb_cCairo_ToyFontFace = Qnil;
21
+ VALUE rb_cCairo_UserFontFace = Qnil;
22
+ VALUE rb_cCairo_UserFontFace_TextToGlyphsData = Qnil;
23
+
24
+ #if CAIRO_CHECK_VERSION(1, 7, 6)
25
+ static cairo_user_data_key_t ruby_object_key;
26
+ static ID cr_id_call;
27
+ static ID cr_id_new;
28
+
29
+ static ID cr_id_init;
30
+ static ID cr_id_render_glyph;
31
+ static ID cr_id_text_to_glyphs;
32
+ static ID cr_id_unicode_to_glyph;
33
+
34
+ static ID cr_id_at_glyphs;
35
+ static ID cr_id_at_clusters;
36
+ static ID cr_id_at_cluster_flags;
37
+ static ID cr_id_at_need_glyphs;
38
+ static ID cr_id_at_need_clusters;
39
+ static ID cr_id_at_need_cluster_flags;
40
+ #endif
41
+
42
+ #define _SELF (RVAL2CRFONTFACE(self))
43
+
44
+ static inline void
45
+ cr_font_face_check_status (cairo_font_face_t *face)
46
+ {
47
+ rb_cairo_check_status (cairo_font_face_status (face));
48
+ }
49
+
50
+ cairo_font_face_t *
51
+ rb_cairo_font_face_from_ruby_object (VALUE obj)
52
+ {
53
+ cairo_font_face_t *face;
54
+
55
+ if (!rb_cairo__is_kind_of (obj, rb_cCairo_FontFace))
56
+ {
57
+ rb_raise (rb_eTypeError,
58
+ "not a cairo font face: %s",
59
+ rb_cairo__inspect (obj));
60
+ }
61
+ Data_Get_Struct (obj, cairo_font_face_t, face);
62
+ if (!face)
63
+ rb_cairo_check_status (CAIRO_STATUS_NULL_POINTER);
64
+ cr_font_face_check_status (face);
65
+ return face;
66
+ }
67
+
68
+ static void
69
+ cr_font_face_free (void *ptr)
70
+ {
71
+ if (ptr)
72
+ {
73
+ cairo_font_face_t *face = ptr;
74
+ cairo_font_face_destroy (face);
75
+ }
76
+ }
77
+
78
+ VALUE
79
+ rb_cairo_font_face_to_ruby_object (cairo_font_face_t *face)
80
+ {
81
+ if (face)
82
+ {
83
+ VALUE klass;
84
+
85
+ switch (cairo_font_face_get_type (face))
86
+ {
87
+ #if CAIRO_CHECK_VERSION(1, 7, 6)
88
+ case CAIRO_FONT_TYPE_TOY:
89
+ klass = rb_cCairo_ToyFontFace;
90
+ break;
91
+ case CAIRO_FONT_TYPE_USER:
92
+ klass = rb_cCairo_UserFontFace;
93
+ break;
94
+ #endif
95
+ default:
96
+ klass = rb_cCairo_FontFace;
97
+ break;
98
+ }
99
+ cairo_font_face_reference (face);
100
+ return Data_Wrap_Struct (klass, NULL, cr_font_face_free, face);
101
+ }
102
+ else
103
+ {
104
+ return Qnil;
105
+ }
106
+ }
107
+
108
+ static VALUE
109
+ cr_font_face_allocate (VALUE klass)
110
+ {
111
+ return Data_Wrap_Struct (klass, NULL, cr_font_face_free, NULL);
112
+ }
113
+
114
+ #if CAIRO_CHECK_VERSION(1, 7, 6)
115
+ static VALUE
116
+ cr_toy_font_face_initialize (int argc, VALUE *argv, VALUE self)
117
+ {
118
+ cairo_font_face_t *face;
119
+ VALUE rb_family, rb_slant, rb_weight;
120
+ const char *family;
121
+ cairo_font_slant_t slant;
122
+ cairo_font_weight_t weight;
123
+
124
+ rb_scan_args (argc, argv, "03", &rb_family, &rb_slant, &rb_weight);
125
+
126
+ if (NIL_P (rb_family))
127
+ {
128
+ family = "";
129
+ }
130
+ else if (rb_cairo__is_kind_of (rb_family, rb_cString))
131
+ {
132
+ family = RSTRING_PTR (rb_family);
133
+ }
134
+ else if (rb_cairo__is_kind_of (rb_family, rb_cSymbol))
135
+ {
136
+ family = rb_id2name (SYM2ID (rb_family));
137
+ }
138
+ else
139
+ {
140
+ rb_raise (rb_eArgError,
141
+ "family name should be nil, String or Symbol: %s",
142
+ rb_cairo__inspect (rb_family));
143
+ }
144
+
145
+ if (NIL_P (rb_slant))
146
+ slant = CAIRO_FONT_SLANT_NORMAL;
147
+ else
148
+ slant = RVAL2CRFONTSLANT (rb_slant);
149
+
150
+ if (NIL_P (rb_weight))
151
+ weight = CAIRO_FONT_WEIGHT_NORMAL;
152
+ else
153
+ weight = RVAL2CRFONTWEIGHT (rb_weight);
154
+
155
+ face = cairo_toy_font_face_create (family, slant, weight);
156
+ cr_font_face_check_status (face);
157
+ DATA_PTR (self) = face;
158
+
159
+ return Qnil;
160
+ }
161
+
162
+ static VALUE
163
+ cr_toy_font_face_get_family (VALUE self)
164
+ {
165
+ return CSTR2RVAL (cairo_toy_font_face_get_family (_SELF));
166
+ }
167
+
168
+ static VALUE
169
+ cr_toy_font_face_get_slant (VALUE self)
170
+ {
171
+ return INT2NUM (cairo_toy_font_face_get_slant (_SELF));
172
+ }
173
+
174
+ static VALUE
175
+ cr_toy_font_face_get_weight (VALUE self)
176
+ {
177
+ return INT2NUM (cairo_toy_font_face_get_weight (_SELF));
178
+ }
179
+
180
+ typedef struct cr_user_font_face_invoke_data
181
+ {
182
+ VALUE receiver;
183
+ ID method;
184
+ int argc;
185
+ VALUE *argv;
186
+ cairo_status_t *status;
187
+ VALUE result;
188
+ cr_callback_func_t after_hook;
189
+ void *after_hook_data;
190
+ } cr_user_font_face_invoke_data_t;
191
+
192
+ static VALUE
193
+ cr_user_font_face_invoke_body (VALUE user_data)
194
+ {
195
+ cr_user_font_face_invoke_data_t *data;
196
+ VALUE result;
197
+
198
+ data = (cr_user_font_face_invoke_data_t *)user_data;
199
+ result = rb_funcall2 (data->receiver, data->method, data->argc, data->argv);
200
+ data->result = result;
201
+ if (data->after_hook)
202
+ result = data->after_hook(user_data);
203
+ return result;
204
+ }
205
+
206
+ static VALUE
207
+ cr_user_font_face_invoke_rescue (VALUE user_data, VALUE exception)
208
+ {
209
+ cr_user_font_face_invoke_data_t *data;
210
+
211
+ data = (cr_user_font_face_invoke_data_t *)user_data;
212
+ *(data->status) = rb_cairo__exception_to_status (exception);
213
+
214
+ if (*(data->status) == -1)
215
+ rb_exc_raise (exception);
216
+
217
+ return Qnil;
218
+ }
219
+
220
+ static VALUE
221
+ cr_user_font_face_invoke_func (VALUE user_data)
222
+ {
223
+ return rb_rescue2 (cr_user_font_face_invoke_body, user_data,
224
+ cr_user_font_face_invoke_rescue, user_data, rb_eException,
225
+ (VALUE)0);
226
+ }
227
+
228
+ static VALUE
229
+ cr_user_font_face_init_func_after (VALUE user_data)
230
+ {
231
+ cr_user_font_face_invoke_data_t *data;
232
+ cairo_font_extents_t *extents;
233
+
234
+ data = (cr_user_font_face_invoke_data_t *)user_data;
235
+ extents = data->after_hook_data;
236
+
237
+ *extents = *(RVAL2CRFONTEXTENTS (data->argv[2]));
238
+
239
+ return data->result;
240
+ }
241
+
242
+ static cairo_status_t
243
+ cr_user_font_face_init_func (cairo_scaled_font_t *scaled_font,
244
+ cairo_t *cr, cairo_font_extents_t *extents)
245
+ {
246
+ cairo_status_t status = CAIRO_STATUS_SUCCESS;
247
+ cairo_font_face_t *face;
248
+ VALUE self;
249
+ VALUE receiver = Qnil;
250
+ ID id_method_name = cr_id_call;
251
+
252
+ face = cairo_scaled_font_get_font_face (scaled_font);
253
+ self = (VALUE)cairo_font_face_get_user_data (face, &ruby_object_key);
254
+ receiver = rb_ivar_get (self, cr_id_init);
255
+ if (NIL_P (receiver) && rb_obj_respond_to (self, cr_id_init, Qtrue))
256
+ {
257
+ receiver = self;
258
+ id_method_name = cr_id_init;
259
+ }
260
+
261
+ if (!NIL_P (receiver))
262
+ {
263
+ cr_user_font_face_invoke_data_t data;
264
+ VALUE argv[3];
265
+
266
+ argv[0] = CRSCALEDFONT2RVAL (scaled_font);
267
+ argv[1] = CRCONTEXT2RVAL (cr);
268
+ argv[2] = CRFONTEXTENTS2RVAL (extents);
269
+
270
+ data.receiver = receiver;
271
+ data.method = id_method_name;
272
+ data.argc = 3;
273
+ data.argv = argv;
274
+ data.status = &status;
275
+ data.after_hook = cr_user_font_face_init_func_after;
276
+ data.after_hook_data = extents;
277
+
278
+ rb_cairo__invoke_callback (cr_user_font_face_invoke_func, (VALUE)&data);
279
+ }
280
+
281
+ return status;
282
+ }
283
+
284
+ static VALUE
285
+ cr_user_font_face_render_glyph_func_after (VALUE user_data)
286
+ {
287
+ cr_user_font_face_invoke_data_t *data;
288
+ cairo_text_extents_t *extents;
289
+
290
+ data = (cr_user_font_face_invoke_data_t *)user_data;
291
+ extents = data->after_hook_data;
292
+
293
+ *extents = *(RVAL2CRTEXTEXTENTS (data->argv[3]));
294
+
295
+ return data->result;
296
+ }
297
+
298
+ static cairo_status_t
299
+ cr_user_font_face_render_glyph_func (cairo_scaled_font_t *scaled_font,
300
+ unsigned long glyph,
301
+ cairo_t *cr,
302
+ cairo_text_extents_t *extents)
303
+ {
304
+ cairo_status_t status = CAIRO_STATUS_SUCCESS;
305
+ cairo_font_face_t *face;
306
+ VALUE self;
307
+ VALUE receiver = Qnil;
308
+ ID id_method_name = cr_id_call;
309
+
310
+ face = cairo_scaled_font_get_font_face (scaled_font);
311
+ self = (VALUE)cairo_font_face_get_user_data (face, &ruby_object_key);
312
+ receiver = rb_ivar_get (self, cr_id_render_glyph);
313
+ if (NIL_P (receiver) && rb_obj_respond_to (self, cr_id_render_glyph, Qtrue))
314
+ {
315
+ receiver = self;
316
+ id_method_name = cr_id_render_glyph;
317
+ }
318
+
319
+ if (!NIL_P (receiver))
320
+ {
321
+ cr_user_font_face_invoke_data_t data;
322
+ VALUE argv[4];
323
+
324
+ argv[0] = CRSCALEDFONT2RVAL (scaled_font);
325
+ argv[1] = ULONG2NUM (glyph);
326
+ argv[2] = CRCONTEXT2RVAL (cr);
327
+ argv[3] = CRTEXTEXTENTS2RVAL (extents);
328
+
329
+ data.receiver = receiver;
330
+ data.method = id_method_name;
331
+ data.argc = 4;
332
+ data.argv = argv;
333
+ data.status = &status;
334
+ data.after_hook = cr_user_font_face_render_glyph_func_after;
335
+ data.after_hook_data = extents;
336
+
337
+ rb_cairo__invoke_callback (cr_user_font_face_invoke_func, (VALUE)&data);
338
+ }
339
+
340
+ return status;
341
+ }
342
+
343
+ typedef struct _cr_text_to_glyphs_after_hook_data {
344
+ VALUE text_to_glyphs_data;
345
+ cairo_glyph_t **glyphs;
346
+ int *num_glyphs;
347
+ cairo_text_cluster_t **clusters;
348
+ int *num_clusters;
349
+ cairo_text_cluster_flags_t *cluster_flags;
350
+ } cr_text_to_glyphs_after_hook_data_t;
351
+
352
+ static VALUE
353
+ cr_user_font_face_text_to_glyphs_func_after (VALUE user_data)
354
+ {
355
+ cr_user_font_face_invoke_data_t *data;
356
+ cr_text_to_glyphs_after_hook_data_t *after_hook_data;
357
+ VALUE text_to_glyphs_data;
358
+
359
+
360
+ data = (cr_user_font_face_invoke_data_t *)user_data;
361
+ after_hook_data = data->after_hook_data;
362
+ text_to_glyphs_data = after_hook_data->text_to_glyphs_data;
363
+
364
+ if (after_hook_data->glyphs)
365
+ {
366
+ VALUE rb_glyphs;
367
+
368
+ rb_glyphs = rb_ivar_get (text_to_glyphs_data, cr_id_at_glyphs);
369
+ rb_cairo__glyphs_from_ruby_object (rb_glyphs,
370
+ after_hook_data->glyphs,
371
+ after_hook_data->num_glyphs);
372
+ }
373
+
374
+ if (after_hook_data->clusters)
375
+ {
376
+ VALUE rb_clusters;
377
+
378
+ rb_clusters = rb_ivar_get (text_to_glyphs_data, cr_id_at_clusters);
379
+ rb_cairo__text_clusters_from_ruby_object (rb_clusters,
380
+ after_hook_data->clusters,
381
+ after_hook_data->num_clusters);
382
+ }
383
+
384
+ if (after_hook_data->cluster_flags)
385
+ {
386
+ VALUE rb_cluster_flags;
387
+
388
+ rb_cluster_flags = rb_ivar_get (text_to_glyphs_data,
389
+ cr_id_at_cluster_flags);
390
+ *(after_hook_data->cluster_flags) =
391
+ RVAL2CRTEXTCLUSTERFLAGS (rb_cluster_flags);
392
+ }
393
+
394
+ return data->result;
395
+ }
396
+
397
+ static cairo_status_t
398
+ cr_user_font_face_text_to_glyphs_func (cairo_scaled_font_t *scaled_font,
399
+ const char *utf8, int utf8_len,
400
+ cairo_glyph_t **glyphs, int *num_glyphs,
401
+ cairo_text_cluster_t **clusters,
402
+ int *num_clusters,
403
+ cairo_text_cluster_flags_t *cluster_flags)
404
+ {
405
+ cairo_status_t status = CAIRO_INT_STATUS_UNSUPPORTED;
406
+ cairo_font_face_t *face;
407
+ VALUE self;
408
+ VALUE receiver = Qnil;
409
+ ID id_method_name = cr_id_call;
410
+
411
+ face = cairo_scaled_font_get_font_face (scaled_font);
412
+ self = (VALUE)cairo_font_face_get_user_data (face, &ruby_object_key);
413
+ receiver = rb_ivar_get (self, cr_id_text_to_glyphs);
414
+ if (NIL_P (receiver) && rb_obj_respond_to (self, cr_id_text_to_glyphs, Qtrue))
415
+ {
416
+ receiver = self;
417
+ id_method_name = cr_id_text_to_glyphs;
418
+ }
419
+
420
+ if (NIL_P (receiver))
421
+ {
422
+ if (num_glyphs)
423
+ *num_glyphs = -1;
424
+ }
425
+ else
426
+ {
427
+ cr_user_font_face_invoke_data_t data;
428
+ cr_text_to_glyphs_after_hook_data_t after_hook_data;
429
+ VALUE text_to_glyphs_data;
430
+ VALUE argv[3];
431
+
432
+ argv[0] = CRSCALEDFONT2RVAL (scaled_font);
433
+ argv[1] = rb_str_new (utf8, utf8_len);
434
+ text_to_glyphs_data = rb_funcall (rb_cCairo_UserFontFace_TextToGlyphsData,
435
+ cr_id_new,
436
+ 3,
437
+ CBOOL2RVAL (glyphs != NULL),
438
+ CBOOL2RVAL (clusters != NULL),
439
+ CBOOL2RVAL (cluster_flags != NULL));
440
+ argv[2] = text_to_glyphs_data;
441
+
442
+ data.receiver = receiver;
443
+ data.method = id_method_name;
444
+ data.argc = 3;
445
+ data.argv = argv;
446
+ data.status = &status;
447
+ data.after_hook = cr_user_font_face_text_to_glyphs_func_after;
448
+ data.after_hook_data = &after_hook_data;
449
+
450
+ after_hook_data.text_to_glyphs_data = text_to_glyphs_data;
451
+ after_hook_data.glyphs = glyphs;
452
+ after_hook_data.num_glyphs = num_glyphs;
453
+ after_hook_data.clusters = clusters;
454
+ after_hook_data.num_clusters = num_clusters;
455
+ after_hook_data.cluster_flags = cluster_flags;
456
+
457
+ rb_cairo__invoke_callback (cr_user_font_face_invoke_func, (VALUE)&data);
458
+ }
459
+
460
+ return status;
461
+ }
462
+
463
+ static VALUE
464
+ cr_user_font_face_unicode_to_glyph_func_after (VALUE user_data)
465
+ {
466
+ cr_user_font_face_invoke_data_t *data;
467
+ unsigned long *glyph_index;
468
+
469
+ data = (cr_user_font_face_invoke_data_t *)user_data;
470
+ glyph_index = data->after_hook_data;
471
+
472
+ *glyph_index = NUM2ULONG (data->result);
473
+
474
+ return data->result;
475
+ }
476
+
477
+ static cairo_status_t
478
+ cr_user_font_face_unicode_to_glyph_func (cairo_scaled_font_t *scaled_font,
479
+ unsigned long unicode,
480
+ unsigned long *glyph_index)
481
+ {
482
+ cairo_status_t status = CAIRO_STATUS_SUCCESS;
483
+ cairo_font_face_t *face;
484
+ VALUE self;
485
+ VALUE receiver = Qnil;
486
+ ID id_method_name = cr_id_call;
487
+
488
+ face = cairo_scaled_font_get_font_face (scaled_font);
489
+ self = (VALUE)cairo_font_face_get_user_data (face, &ruby_object_key);
490
+ receiver = rb_ivar_get (self, cr_id_unicode_to_glyph);
491
+ if (NIL_P (receiver) &&
492
+ rb_obj_respond_to (self, cr_id_unicode_to_glyph, Qtrue))
493
+ {
494
+ receiver = self;
495
+ id_method_name = cr_id_unicode_to_glyph;
496
+ }
497
+
498
+ if (NIL_P (receiver))
499
+ {
500
+ *glyph_index = unicode;
501
+ }
502
+ else
503
+ {
504
+ cr_user_font_face_invoke_data_t data;
505
+ VALUE argv[2];
506
+
507
+ argv[0] = CRSCALEDFONT2RVAL (scaled_font);
508
+ argv[1] = ULONG2NUM (unicode);
509
+
510
+ data.receiver = receiver;
511
+ data.method = id_method_name;
512
+ data.argc = 2;
513
+ data.argv = argv;
514
+ data.status = &status;
515
+ data.after_hook = cr_user_font_face_unicode_to_glyph_func_after;
516
+ data.after_hook_data = glyph_index;
517
+
518
+ rb_cairo__invoke_callback (cr_user_font_face_invoke_func, (VALUE)&data);
519
+ }
520
+
521
+ return status;
522
+ }
523
+
524
+
525
+ static VALUE
526
+ cr_user_font_face_initialize (VALUE self)
527
+ {
528
+ cairo_font_face_t *face;
529
+
530
+ face = cairo_user_font_face_create ();
531
+ cr_font_face_check_status (face);
532
+
533
+ cairo_font_face_set_user_data (face, &ruby_object_key, (void *)self, NULL);
534
+
535
+ cairo_user_font_face_set_init_func
536
+ (face, cr_user_font_face_init_func);
537
+ cairo_user_font_face_set_render_glyph_func
538
+ (face, cr_user_font_face_render_glyph_func);
539
+ cairo_user_font_face_set_text_to_glyphs_func
540
+ (face, cr_user_font_face_text_to_glyphs_func);
541
+ cairo_user_font_face_set_unicode_to_glyph_func
542
+ (face, cr_user_font_face_unicode_to_glyph_func);
543
+
544
+ rb_ivar_set (self, cr_id_init, Qnil);
545
+ rb_ivar_set (self, cr_id_render_glyph, Qnil);
546
+ rb_ivar_set (self, cr_id_text_to_glyphs, Qnil);
547
+ rb_ivar_set (self, cr_id_unicode_to_glyph, Qnil);
548
+
549
+ DATA_PTR (self) = face;
550
+
551
+ return Qnil;
552
+ }
553
+
554
+ static VALUE
555
+ cr_user_font_face_on_init (VALUE self)
556
+ {
557
+ rb_ivar_set (self, cr_id_init, rb_block_proc ());
558
+ return self;
559
+ }
560
+
561
+ static VALUE
562
+ cr_user_font_face_on_render_glyph (VALUE self)
563
+ {
564
+ rb_ivar_set (self, cr_id_render_glyph, rb_block_proc ());
565
+ return self;
566
+ }
567
+
568
+ static VALUE
569
+ cr_user_font_face_on_text_to_glyphs (VALUE self)
570
+ {
571
+ rb_ivar_set (self, cr_id_text_to_glyphs, rb_block_proc ());
572
+ return self;
573
+ }
574
+
575
+ static VALUE
576
+ cr_user_font_face_on_unicode_to_glyph (VALUE self)
577
+ {
578
+ rb_ivar_set (self, cr_id_unicode_to_glyph, rb_block_proc ());
579
+ return self;
580
+ }
581
+
582
+
583
+ static VALUE
584
+ cr_text_to_glyphs_data_initialize (VALUE self,
585
+ VALUE need_glyphs, VALUE need_clusters,
586
+ VALUE need_cluster_flags)
587
+ {
588
+ rb_ivar_set (self, cr_id_at_glyphs, Qnil);
589
+ rb_ivar_set (self, cr_id_at_clusters, Qnil);
590
+ rb_ivar_set (self, cr_id_at_cluster_flags, INT2NUM (0));
591
+ rb_ivar_set (self, cr_id_at_need_glyphs, need_glyphs);
592
+ rb_ivar_set (self, cr_id_at_need_clusters, need_clusters);
593
+ rb_ivar_set (self, cr_id_at_need_cluster_flags, need_cluster_flags);
594
+
595
+ return Qnil;
596
+ }
597
+
598
+ static VALUE
599
+ cr_text_to_glyphs_data_get_cluster_flags (VALUE self)
600
+ {
601
+ return rb_ivar_get (self, cr_id_at_cluster_flags);
602
+ }
603
+
604
+ static VALUE
605
+ cr_text_to_glyphs_data_set_cluster_flags (VALUE self, VALUE cluster_flags)
606
+ {
607
+ rb_ivar_set (self, cr_id_at_cluster_flags,
608
+ INT2NUM (RVAL2CRTEXTCLUSTERFLAGS (cluster_flags)));
609
+ return Qnil;
610
+ }
611
+
612
+ static VALUE
613
+ cr_text_to_glyphs_data_need_glyphs (VALUE self)
614
+ {
615
+ return rb_ivar_get (self, cr_id_at_need_glyphs);
616
+ }
617
+
618
+ static VALUE
619
+ cr_text_to_glyphs_data_need_clusters (VALUE self)
620
+ {
621
+ return rb_ivar_get (self, cr_id_at_need_clusters);
622
+ }
623
+
624
+ static VALUE
625
+ cr_text_to_glyphs_data_need_cluster_flags (VALUE self)
626
+ {
627
+ return rb_ivar_get (self, cr_id_at_need_cluster_flags);
628
+ }
629
+ #endif
630
+
631
+ void
632
+ Init_cairo_font (void)
633
+ {
634
+ #if CAIRO_CHECK_VERSION(1, 7, 6)
635
+ cr_id_call = rb_intern ("call");
636
+ cr_id_new = rb_intern ("new");
637
+
638
+ cr_id_init = rb_intern ("init");
639
+ cr_id_render_glyph = rb_intern ("render_glyph");
640
+ cr_id_text_to_glyphs = rb_intern ("text_to_glyphs");
641
+ cr_id_unicode_to_glyph = rb_intern ("unicode_to_glyph");
642
+
643
+ cr_id_at_glyphs = rb_intern ("@glyphs");
644
+ cr_id_at_clusters = rb_intern ("@clusters");
645
+ cr_id_at_cluster_flags = rb_intern ("@cluster_flags");
646
+ cr_id_at_need_glyphs = rb_intern ("@need_glyphs");
647
+ cr_id_at_need_clusters = rb_intern ("@need_clusters");
648
+ cr_id_at_need_cluster_flags = rb_intern ("@need_cluster_flags");
649
+ #endif
650
+
651
+ rb_cCairo_FontFace =
652
+ rb_define_class_under (rb_mCairo, "FontFace", rb_cObject);
653
+ rb_define_alloc_func (rb_cCairo_FontFace, cr_font_face_allocate);
654
+
655
+ #if CAIRO_CHECK_VERSION(1, 7, 6)
656
+ rb_cCairo_ToyFontFace =
657
+ rb_define_class_under (rb_mCairo, "ToyFontFace", rb_cCairo_FontFace);
658
+
659
+ rb_define_method (rb_cCairo_ToyFontFace, "initialize",
660
+ cr_toy_font_face_initialize, -1);
661
+
662
+ rb_define_method (rb_cCairo_ToyFontFace, "family",
663
+ cr_toy_font_face_get_family, 0);
664
+ rb_define_method (rb_cCairo_ToyFontFace, "slant",
665
+ cr_toy_font_face_get_slant, 0);
666
+ rb_define_method (rb_cCairo_ToyFontFace, "weight",
667
+ cr_toy_font_face_get_weight, 0);
668
+
669
+
670
+ rb_cCairo_UserFontFace =
671
+ rb_define_class_under (rb_mCairo, "UserFontFace", rb_cCairo_FontFace);
672
+
673
+ rb_define_method (rb_cCairo_UserFontFace, "initialize",
674
+ cr_user_font_face_initialize, 0);
675
+
676
+ rb_define_method (rb_cCairo_UserFontFace, "on_init",
677
+ cr_user_font_face_on_init, 0);
678
+ rb_define_method (rb_cCairo_UserFontFace, "on_render_glyph",
679
+ cr_user_font_face_on_render_glyph, 0);
680
+ rb_define_method (rb_cCairo_UserFontFace, "on_text_to_glyphs",
681
+ cr_user_font_face_on_text_to_glyphs, 0);
682
+ rb_define_method (rb_cCairo_UserFontFace, "on_unicode_to_glyph",
683
+ cr_user_font_face_on_unicode_to_glyph, 0);
684
+
685
+
686
+ rb_cCairo_UserFontFace_TextToGlyphsData =
687
+ rb_define_class_under (rb_cCairo_UserFontFace,
688
+ "TextToGlyphsData", rb_cObject);
689
+ rb_attr (rb_cCairo_UserFontFace_TextToGlyphsData, rb_intern ("glyphs"),
690
+ CR_TRUE, CR_TRUE, CR_TRUE);
691
+ rb_attr (rb_cCairo_UserFontFace_TextToGlyphsData, rb_intern ("clusters"),
692
+ CR_TRUE, CR_TRUE, CR_TRUE);
693
+
694
+ rb_define_method (rb_cCairo_UserFontFace_TextToGlyphsData,
695
+ "initialize", cr_text_to_glyphs_data_initialize, 3);
696
+
697
+ rb_define_method (rb_cCairo_UserFontFace_TextToGlyphsData,
698
+ "cluster_flags",
699
+ cr_text_to_glyphs_data_get_cluster_flags, 0);
700
+ rb_define_method (rb_cCairo_UserFontFace_TextToGlyphsData,
701
+ "cluster_flags=",
702
+ cr_text_to_glyphs_data_set_cluster_flags, 1);
703
+ rb_define_method (rb_cCairo_UserFontFace_TextToGlyphsData,
704
+ "need_glyphs?", cr_text_to_glyphs_data_need_glyphs, 0);
705
+ rb_define_method (rb_cCairo_UserFontFace_TextToGlyphsData,
706
+ "need_clusters?", cr_text_to_glyphs_data_need_clusters, 0);
707
+ rb_define_method (rb_cCairo_UserFontFace_TextToGlyphsData,
708
+ "need_cluster_flags?",
709
+ cr_text_to_glyphs_data_need_cluster_flags, 0);
710
+
711
+ RB_CAIRO_DEF_SETTERS (rb_cCairo_UserFontFace_TextToGlyphsData);
712
+ #endif
713
+ }