cairo 1.12.4-x86-mingw32 → 1.12.5-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 (931) hide show
  1. data/NEWS +8 -0
  2. data/Rakefile +357 -31
  3. data/ext/cairo/rb_cairo.h +1 -1
  4. data/lib/1.9/cairo.so +0 -0
  5. data/lib/2.0/cairo.so +0 -0
  6. data/vendor/local/bin/fc-cache.exe +0 -0
  7. data/vendor/local/bin/fc-cat.exe +0 -0
  8. data/vendor/local/bin/fc-list.exe +0 -0
  9. data/vendor/local/bin/fc-match.exe +0 -0
  10. data/vendor/local/bin/fc-pattern.exe +0 -0
  11. data/vendor/local/bin/fc-query.exe +0 -0
  12. data/vendor/local/bin/fc-scan.exe +0 -0
  13. data/vendor/local/bin/fc-validate.exe +0 -0
  14. data/vendor/local/bin/freetype-config +14 -16
  15. data/vendor/local/bin/libcairo-2.dll +0 -0
  16. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  17. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  18. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  19. data/vendor/local/bin/libfreetype-6.dll +0 -0
  20. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  21. data/vendor/local/bin/libpng-config +127 -0
  22. data/vendor/local/bin/libpng16-16.dll +0 -0
  23. data/vendor/local/bin/libpng16-config +127 -0
  24. data/vendor/local/bin/libxml2-2.dll +0 -0
  25. data/vendor/local/bin/xml2-config +106 -0
  26. data/vendor/local/bin/xmlcatalog.exe +0 -0
  27. data/vendor/local/bin/xmllint.exe +0 -0
  28. data/vendor/local/bin/zlib1.dll +0 -0
  29. data/vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf +81 -0
  30. data/vendor/local/etc/fonts/conf.d/20-unhint-small-vera.conf +48 -0
  31. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +291 -0
  32. data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +40 -0
  33. data/vendor/local/etc/fonts/conf.d/40-nonlatin.conf +231 -0
  34. data/vendor/local/etc/fonts/conf.d/45-latin.conf +173 -0
  35. data/vendor/local/etc/fonts/conf.d/49-sansserif.conf +21 -0
  36. data/vendor/local/etc/fonts/conf.d/50-user.conf +15 -0
  37. data/vendor/local/etc/fonts/conf.d/51-local.conf +6 -0
  38. data/vendor/local/etc/fonts/conf.d/60-latin.conf +70 -0
  39. data/vendor/local/etc/fonts/conf.d/65-fonts-persian.conf +419 -0
  40. data/vendor/local/etc/fonts/conf.d/65-nonlatin.conf +196 -0
  41. data/vendor/local/etc/fonts/conf.d/69-unifont.conf +28 -0
  42. data/vendor/local/etc/fonts/conf.d/80-delicious.conf +19 -0
  43. data/vendor/local/etc/fonts/conf.d/90-synthetic.conf +64 -0
  44. data/vendor/local/etc/fonts/conf.d/README +23 -0
  45. data/vendor/local/etc/fonts/fonts.conf +8 -4
  46. data/vendor/local/include/cairo/cairo-features.h +4 -0
  47. data/vendor/local/include/cairo/cairo-ft.h +36 -0
  48. data/vendor/local/include/cairo/cairo-gobject.h +3 -1
  49. data/vendor/local/include/cairo/cairo-pdf.h +4 -4
  50. data/vendor/local/include/cairo/cairo-ps.h +5 -3
  51. data/vendor/local/include/cairo/cairo-script-interpreter.h +7 -0
  52. data/vendor/local/include/cairo/cairo-script.h +98 -0
  53. data/vendor/local/include/cairo/cairo-svg.h +5 -3
  54. data/vendor/local/include/cairo/cairo-version.h +2 -2
  55. data/vendor/local/include/cairo/cairo.h +642 -209
  56. data/vendor/local/include/fontconfig/fcfreetype.h +2 -2
  57. data/vendor/local/include/fontconfig/fcprivate.h +2 -2
  58. data/vendor/local/include/fontconfig/fontconfig.h +59 -19
  59. data/vendor/local/include/freetype2/freetype/config/ftconfig.h +74 -5
  60. data/vendor/local/include/freetype2/freetype/config/ftheader.h +27 -1
  61. data/vendor/local/include/freetype2/freetype/config/ftoption.h +24 -2
  62. data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +2 -2
  63. data/vendor/local/include/freetype2/freetype/freetype.h +46 -16
  64. data/vendor/local/include/freetype2/freetype/ftautoh.h +349 -0
  65. data/vendor/local/include/freetype2/freetype/ftcffdrv.h +150 -0
  66. data/vendor/local/include/freetype2/freetype/ftchapters.h +28 -0
  67. data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
  68. data/vendor/local/include/freetype2/freetype/fterrors.h +7 -16
  69. data/vendor/local/include/freetype2/freetype/ftglyph.h +1 -1
  70. data/vendor/local/include/freetype2/freetype/ftimage.h +1 -1
  71. data/vendor/local/include/freetype2/freetype/ftlcdfil.h +38 -0
  72. data/vendor/local/include/freetype2/freetype/ftmodapi.h +156 -5
  73. data/vendor/local/include/freetype2/freetype/ftmoderr.h +51 -13
  74. data/vendor/local/include/freetype2/freetype/ftoutln.h +2 -0
  75. data/vendor/local/include/freetype2/freetype/ftstroke.h +1 -1
  76. data/vendor/local/include/freetype2/freetype/fttrigon.h +5 -5
  77. data/vendor/local/include/freetype2/freetype/fttypes.h +19 -9
  78. data/vendor/local/include/freetype2/freetype/ttnameid.h +5 -15
  79. data/vendor/local/include/freetype2/freetype/tttables.h +14 -1
  80. data/vendor/local/include/libpng16/png.h +3304 -0
  81. data/vendor/local/include/libpng16/pngconf.h +616 -0
  82. data/vendor/local/include/libpng16/pnglibconf.h +209 -0
  83. data/vendor/local/include/libxml2/libxml/DOCBparser.h +96 -0
  84. data/vendor/local/include/libxml2/libxml/HTMLparser.h +306 -0
  85. data/vendor/local/include/libxml2/libxml/HTMLtree.h +147 -0
  86. data/vendor/local/include/libxml2/libxml/SAX.h +173 -0
  87. data/vendor/local/include/libxml2/libxml/SAX2.h +176 -0
  88. data/vendor/local/include/libxml2/libxml/c14n.h +126 -0
  89. data/vendor/local/include/libxml2/libxml/catalog.h +182 -0
  90. data/vendor/local/include/libxml2/libxml/chvalid.h +230 -0
  91. data/vendor/local/include/libxml2/libxml/debugXML.h +217 -0
  92. data/vendor/local/include/libxml2/libxml/dict.h +80 -0
  93. data/vendor/local/include/libxml2/libxml/encoding.h +240 -0
  94. data/vendor/local/include/libxml2/libxml/entities.h +151 -0
  95. data/vendor/local/include/libxml2/libxml/globals.h +502 -0
  96. data/vendor/local/include/libxml2/libxml/hash.h +233 -0
  97. data/vendor/local/include/libxml2/libxml/list.h +137 -0
  98. data/vendor/local/include/libxml2/libxml/nanoftp.h +163 -0
  99. data/vendor/local/include/libxml2/libxml/nanohttp.h +81 -0
  100. data/vendor/local/include/libxml2/libxml/parser.h +1241 -0
  101. data/vendor/local/include/libxml2/libxml/parserInternals.h +644 -0
  102. data/vendor/local/include/libxml2/libxml/pattern.h +100 -0
  103. data/vendor/local/include/libxml2/libxml/relaxng.h +213 -0
  104. data/vendor/local/include/libxml2/libxml/schemasInternals.h +958 -0
  105. data/vendor/local/include/libxml2/libxml/schematron.h +142 -0
  106. data/vendor/local/include/libxml2/libxml/threads.h +84 -0
  107. data/vendor/local/include/libxml2/libxml/tree.h +1303 -0
  108. data/vendor/local/include/libxml2/libxml/uri.h +94 -0
  109. data/vendor/local/include/libxml2/libxml/valid.h +458 -0
  110. data/vendor/local/include/libxml2/libxml/xinclude.h +129 -0
  111. data/vendor/local/include/libxml2/libxml/xlink.h +189 -0
  112. data/vendor/local/include/libxml2/libxml/xmlIO.h +366 -0
  113. data/vendor/local/include/libxml2/libxml/xmlautomata.h +146 -0
  114. data/vendor/local/include/libxml2/libxml/xmlerror.h +945 -0
  115. data/vendor/local/include/libxml2/libxml/xmlexports.h +162 -0
  116. data/vendor/local/include/libxml2/libxml/xmlmemory.h +224 -0
  117. data/vendor/local/include/libxml2/libxml/xmlmodule.h +57 -0
  118. data/vendor/local/include/libxml2/libxml/xmlreader.h +428 -0
  119. data/vendor/local/include/libxml2/libxml/xmlregexp.h +222 -0
  120. data/vendor/local/include/libxml2/libxml/xmlsave.h +88 -0
  121. data/vendor/local/include/libxml2/libxml/xmlschemas.h +246 -0
  122. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +151 -0
  123. data/vendor/local/include/libxml2/libxml/xmlstring.h +140 -0
  124. data/vendor/local/include/libxml2/libxml/xmlunicode.h +202 -0
  125. data/vendor/local/include/libxml2/libxml/xmlversion.h +489 -0
  126. data/vendor/local/include/libxml2/libxml/xmlwriter.h +488 -0
  127. data/vendor/local/include/libxml2/libxml/xpath.h +557 -0
  128. data/vendor/local/include/libxml2/libxml/xpathInternals.h +632 -0
  129. data/vendor/local/include/libxml2/libxml/xpointer.h +114 -0
  130. data/vendor/local/include/pixman-1/pixman-version.h +50 -0
  131. data/vendor/local/include/pixman-1/pixman.h +1111 -0
  132. data/vendor/local/include/png.h +1993 -1426
  133. data/vendor/local/include/pngconf.h +462 -1398
  134. data/vendor/local/include/pnglibconf.h +209 -0
  135. data/vendor/local/include/zconf.h +141 -91
  136. data/vendor/local/include/zlib.h +273 -94
  137. data/vendor/local/lib/fontconfig.def +11 -1
  138. data/vendor/local/lib/libcairo-gobject.a +0 -0
  139. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  140. data/vendor/local/lib/libcairo-gobject.la +41 -0
  141. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  142. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  143. data/vendor/local/lib/libcairo-script-interpreter.la +41 -0
  144. data/vendor/local/lib/libcairo.a +0 -0
  145. data/vendor/local/lib/libcairo.dll.a +0 -0
  146. data/vendor/local/lib/libcairo.la +41 -0
  147. data/vendor/local/lib/libfontconfig.a +0 -0
  148. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  149. data/vendor/local/lib/libfontconfig.la +41 -0
  150. data/vendor/local/lib/libfreetype.a +0 -0
  151. data/vendor/local/lib/libfreetype.dll.a +0 -0
  152. data/vendor/local/lib/libfreetype.la +41 -0
  153. data/vendor/local/lib/libpixman-1.a +0 -0
  154. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  155. data/vendor/local/lib/libpixman-1.la +41 -0
  156. data/vendor/local/lib/libpng.a +0 -0
  157. data/vendor/local/lib/libpng.dll.a +0 -0
  158. data/vendor/local/lib/libpng.la +41 -0
  159. data/vendor/local/lib/libpng16.a +0 -0
  160. data/vendor/local/lib/libpng16.dll.a +0 -0
  161. data/vendor/local/lib/libpng16.la +41 -0
  162. data/vendor/local/lib/libxml2.a +0 -0
  163. data/vendor/local/lib/libxml2.dll.a +0 -0
  164. data/vendor/local/lib/libxml2.la +41 -0
  165. data/vendor/local/lib/libz.a +0 -0
  166. data/vendor/local/lib/libz.dll.a +0 -0
  167. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  168. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  169. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  170. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  171. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  172. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  173. data/vendor/local/lib/pkgconfig/cairo-script.pc +12 -0
  174. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  175. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  176. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  177. data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
  178. data/vendor/local/lib/pkgconfig/fontconfig.pc +7 -2
  179. data/vendor/local/lib/pkgconfig/freetype2.pc +6 -6
  180. data/vendor/local/lib/pkgconfig/libpng.pc +3 -3
  181. data/vendor/local/lib/pkgconfig/libpng16.pc +11 -0
  182. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +13 -0
  183. data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
  184. data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
  185. data/vendor/local/lib/xml2Conf.sh +8 -0
  186. data/vendor/local/share/aclocal/libxml.m4 +188 -0
  187. data/vendor/local/share/doc/libxml2-2.9.1/Copyright +23 -0
  188. data/vendor/local/share/doc/libxml2-2.9.1/examples/testHTML.c +880 -0
  189. data/vendor/local/share/doc/libxml2-2.9.1/examples/testSAX.c +1198 -0
  190. data/vendor/local/share/doc/libxml2-2.9.1/examples/testXPath.c +229 -0
  191. data/vendor/local/share/doc/libxml2-2.9.1/examples/xmllint.c +3776 -0
  192. data/vendor/local/share/doc/libxml2-2.9.1/html/DOM.gif +0 -0
  193. data/vendor/local/share/doc/libxml2-2.9.1/html/FAQ.html +282 -0
  194. data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-180x168.gif +0 -0
  195. data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-90x34.gif +0 -0
  196. data/vendor/local/share/doc/libxml2-2.9.1/html/encoding.html +207 -0
  197. data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xml +751 -0
  198. data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xsl +174 -0
  199. data/vendor/local/share/doc/libxml2-2.9.1/html/html/book1.html +13 -0
  200. data/vendor/local/share/doc/libxml2-2.9.1/html/html/home.png +0 -0
  201. data/vendor/local/share/doc/libxml2-2.9.1/html/html/index.html +13 -0
  202. data/vendor/local/share/doc/libxml2-2.9.1/html/html/left.png +0 -0
  203. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-DOCBparser.html +51 -0
  204. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLparser.html +184 -0
  205. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLtree.html +73 -0
  206. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX.html +125 -0
  207. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX2.html +128 -0
  208. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-c14n.html +38 -0
  209. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-catalog.html +142 -0
  210. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-chvalid.html +72 -0
  211. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-debugXML.html +120 -0
  212. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-dict.html +58 -0
  213. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-encoding.html +124 -0
  214. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-entities.html +79 -0
  215. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-globals.html +152 -0
  216. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-hash.html +116 -0
  217. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-lib.html +13 -0
  218. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-list.html +120 -0
  219. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanoftp.html +94 -0
  220. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanohttp.html +65 -0
  221. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parser.html +559 -0
  222. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parserInternals.html +322 -0
  223. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-pattern.html +76 -0
  224. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-relaxng.html +162 -0
  225. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schemasInternals.html +373 -0
  226. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schematron.html +81 -0
  227. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-threads.html +72 -0
  228. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-tree.html +990 -0
  229. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-uri.html +73 -0
  230. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-valid.html +289 -0
  231. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xinclude.html +59 -0
  232. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xlink.html +82 -0
  233. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlIO.html +212 -0
  234. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlautomata.html +85 -0
  235. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlerror.html +865 -0
  236. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlexports.html +20 -0
  237. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmemory.html +107 -0
  238. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmodule.html +38 -0
  239. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlreader.html +330 -0
  240. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlregexp.html +143 -0
  241. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlsave.html +60 -0
  242. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemas.html +185 -0
  243. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemastypes.html +123 -0
  244. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlstring.html +108 -0
  245. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlunicode.html +512 -0
  246. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlversion.html +63 -0
  247. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlwriter.html +261 -0
  248. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpath.html +316 -0
  249. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpathInternals.html +394 -0
  250. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpointer.html +83 -0
  251. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xzlib.html +16 -0
  252. data/vendor/local/share/doc/libxml2-2.9.1/html/html/right.png +0 -0
  253. data/vendor/local/share/doc/libxml2-2.9.1/html/html/up.png +0 -0
  254. data/vendor/local/share/doc/libxml2-2.9.1/html/index.html +14 -0
  255. data/vendor/local/share/doc/libxml2-2.9.1/html/io1.c +166 -0
  256. data/vendor/local/share/doc/libxml2-2.9.1/html/io1.res +5 -0
  257. data/vendor/local/share/doc/libxml2-2.9.1/html/io2.c +58 -0
  258. data/vendor/local/share/doc/libxml2-2.9.1/html/io2.res +2 -0
  259. data/vendor/local/share/doc/libxml2-2.9.1/html/libxml.gif +0 -0
  260. data/vendor/local/share/doc/libxml2-2.9.1/html/parse1.c +56 -0
  261. data/vendor/local/share/doc/libxml2-2.9.1/html/parse2.c +72 -0
  262. data/vendor/local/share/doc/libxml2-2.9.1/html/parse3.c +60 -0
  263. data/vendor/local/share/doc/libxml2-2.9.1/html/parse4.c +143 -0
  264. data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.c +107 -0
  265. data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.res +14 -0
  266. data/vendor/local/share/doc/libxml2-2.9.1/html/reader2.c +122 -0
  267. data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.c +120 -0
  268. data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.res +13 -0
  269. data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.c +122 -0
  270. data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.res +3 -0
  271. data/vendor/local/share/doc/libxml2-2.9.1/html/redhat.gif +0 -0
  272. data/vendor/local/share/doc/libxml2-2.9.1/html/smallfootonly.gif +0 -0
  273. data/vendor/local/share/doc/libxml2-2.9.1/html/structure.gif +0 -0
  274. data/vendor/local/share/doc/libxml2-2.9.1/html/test1.xml +1 -0
  275. data/vendor/local/share/doc/libxml2-2.9.1/html/test2.xml +13 -0
  276. data/vendor/local/share/doc/libxml2-2.9.1/html/test3.xml +39 -0
  277. data/vendor/local/share/doc/libxml2-2.9.1/html/testWriter.c +1198 -0
  278. data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.c +94 -0
  279. data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.res +4 -0
  280. data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.c +118 -0
  281. data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.res +18 -0
  282. data/vendor/local/share/doc/libxml2-2.9.1/html/tst.xml +7 -0
  283. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apa.html +8 -0
  284. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apb.html +14 -0
  285. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apc.html +82 -0
  286. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apd.html +76 -0
  287. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ape.html +78 -0
  288. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apf.html +67 -0
  289. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apg.html +75 -0
  290. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/aph.html +76 -0
  291. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/api.html +4 -0
  292. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s02.html +14 -0
  293. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s03.html +47 -0
  294. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s04.html +54 -0
  295. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s05.html +55 -0
  296. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s06.html +35 -0
  297. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s07.html +30 -0
  298. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s08.html +38 -0
  299. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s09.html +63 -0
  300. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/blank.png +0 -0
  301. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/1.png +0 -0
  302. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/10.png +0 -0
  303. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/2.png +0 -0
  304. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/3.png +0 -0
  305. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/4.png +0 -0
  306. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/5.png +0 -0
  307. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/6.png +0 -0
  308. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/7.png +0 -0
  309. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/8.png +0 -0
  310. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/9.png +0 -0
  311. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/caution.png +0 -0
  312. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/draft.png +0 -0
  313. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/home.png +0 -0
  314. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/important.png +0 -0
  315. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/next.png +0 -0
  316. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/note.png +0 -0
  317. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/prev.png +0 -0
  318. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/tip.png +0 -0
  319. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-blank.png +0 -0
  320. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-minus.png +0 -0
  321. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-plus.png +0 -0
  322. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/up.png +0 -0
  323. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/warning.png +0 -0
  324. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddattribute.c +64 -0
  325. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddkeyword.c +75 -0
  326. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeconvert.c +73 -0
  327. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includegetattribute.c +72 -0
  328. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includekeyword.c +79 -0
  329. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includexpath.c +74 -0
  330. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/index.html +14 -0
  331. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ix01.html +1 -0
  332. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/xmltutorial.pdf +1336 -0
  333. data/vendor/local/share/doc/libxml2-2.9.1/html/w3c.png +0 -0
  334. data/vendor/local/share/doc/libxml2-2.9.1/html/writer.xml +2 -0
  335. data/vendor/local/share/doc/libxml2-2.9.1/html/xml.html +5715 -0
  336. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.c +250 -0
  337. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.res +5 -0
  338. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.c +190 -0
  339. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.res +30 -0
  340. data/vendor/local/share/fontconfig/conf.avail/10-autohint.conf +14 -0
  341. data/vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf +14 -0
  342. data/vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf +81 -0
  343. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf +14 -0
  344. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf +14 -0
  345. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf +14 -0
  346. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf +14 -0
  347. data/vendor/local/share/fontconfig/conf.avail/10-unhinted.conf +14 -0
  348. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-default.conf +16 -0
  349. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf +16 -0
  350. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-light.conf +16 -0
  351. data/vendor/local/share/fontconfig/conf.avail/20-unhint-small-vera.conf +48 -0
  352. data/vendor/local/share/fontconfig/conf.avail/25-unhint-nonlatin.conf +128 -0
  353. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +291 -0
  354. data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +40 -0
  355. data/vendor/local/share/fontconfig/conf.avail/40-nonlatin.conf +231 -0
  356. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +173 -0
  357. data/vendor/local/share/fontconfig/conf.avail/49-sansserif.conf +21 -0
  358. data/vendor/local/share/fontconfig/conf.avail/50-user.conf +15 -0
  359. data/vendor/local/share/fontconfig/conf.avail/51-local.conf +6 -0
  360. data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +70 -0
  361. data/vendor/local/share/fontconfig/conf.avail/65-fonts-persian.conf +419 -0
  362. data/vendor/local/share/fontconfig/conf.avail/65-khmer.conf +16 -0
  363. data/vendor/local/share/fontconfig/conf.avail/65-nonlatin.conf +196 -0
  364. data/vendor/local/share/fontconfig/conf.avail/69-unifont.conf +28 -0
  365. data/vendor/local/share/fontconfig/conf.avail/70-no-bitmaps.conf +12 -0
  366. data/vendor/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf +12 -0
  367. data/vendor/local/share/fontconfig/conf.avail/80-delicious.conf +19 -0
  368. data/vendor/local/share/fontconfig/conf.avail/90-synthetic.conf +64 -0
  369. data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +10 -10
  370. data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +4 -4
  371. data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +4 -4
  372. data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +4 -4
  373. data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +4 -4
  374. data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +17 -4
  375. data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +6 -6
  376. data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +7 -7
  377. data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +6 -6
  378. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +54 -38
  379. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +193 -61
  380. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +95 -89
  381. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +45 -66
  382. data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +58 -63
  383. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +249 -232
  384. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +118 -113
  385. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +20 -24
  386. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +51 -45
  387. data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +600 -0
  388. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +73 -35
  389. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +102 -126
  390. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +42 -58
  391. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +360 -0
  392. data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +57 -73
  393. data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +37 -30
  394. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +91 -129
  395. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +53 -61
  396. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +47 -57
  397. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +535 -0
  398. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +148 -83
  399. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +170 -0
  400. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +127 -96
  401. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +55 -59
  402. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +96 -87
  403. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +64 -79
  404. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +1069 -229
  405. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +274 -220
  406. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +395 -216
  407. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +409 -409
  408. data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +7 -4
  409. data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +6 -6
  410. data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +7 -9
  411. data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +13 -4
  412. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +128 -165
  413. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +326 -249
  414. data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +29 -8
  415. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +193 -0
  416. data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +19 -4
  417. data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +4 -15
  418. data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +32 -7
  419. data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +15 -4
  420. data/vendor/local/share/gtk-doc/html/cairo/index-all.html +140 -27
  421. data/vendor/local/share/gtk-doc/html/cairo/index.html +18 -8
  422. data/vendor/local/share/gtk-doc/html/cairo/index.sgml +104 -13
  423. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +7 -7
  424. data/vendor/local/share/gtk-doc/html/cairo/style.css +2 -1
  425. data/vendor/local/share/gtk-doc/html/libxml2/general.html +38 -0
  426. data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
  427. data/vendor/local/share/gtk-doc/html/libxml2/index.html +67 -0
  428. data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
  429. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +138 -0
  430. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +373 -0
  431. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +172 -0
  432. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +243 -0
  433. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +247 -0
  434. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +91 -0
  435. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +278 -0
  436. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +241 -0
  437. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +225 -0
  438. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +134 -0
  439. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +218 -0
  440. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +166 -0
  441. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +383 -0
  442. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +214 -0
  443. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +226 -0
  444. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +187 -0
  445. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +142 -0
  446. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +766 -0
  447. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +688 -0
  448. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +166 -0
  449. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +278 -0
  450. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +860 -0
  451. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +166 -0
  452. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +161 -0
  453. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1597 -0
  454. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +154 -0
  455. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +528 -0
  456. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +169 -0
  457. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +160 -0
  458. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +347 -0
  459. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +176 -0
  460. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +953 -0
  461. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +87 -0
  462. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +186 -0
  463. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +97 -0
  464. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +565 -0
  465. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +280 -0
  466. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +133 -0
  467. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +314 -0
  468. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +237 -0
  469. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +217 -0
  470. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +887 -0
  471. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +292 -0
  472. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +479 -0
  473. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +542 -0
  474. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +787 -0
  475. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +171 -0
  476. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +3573 -0
  477. data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
  478. data/vendor/local/share/gtk-doc/html/libxml2/style.css +66 -0
  479. data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
  480. data/vendor/local/share/license/cairo/AUTHORS +111 -0
  481. data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING +0 -0
  482. data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-LGPL-2.1 +0 -0
  483. data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-MPL-1.1 +0 -0
  484. data/vendor/local/share/license/cairo/README +194 -0
  485. data/vendor/local/share/license/cairo/README.win32 +66 -0
  486. data/vendor/local/share/license/fontconfig/AUTHORS +3 -0
  487. data/vendor/local/share/license/fontconfig/COPYING +28 -0
  488. data/vendor/local/share/license/fontconfig/README +1350 -0
  489. data/vendor/local/share/license/freetype/README +83 -0
  490. data/vendor/local/share/license/freetype/README.git +46 -0
  491. data/vendor/local/share/license/libpng/README +202 -0
  492. data/vendor/local/share/license/libxml2/AUTHORS +5 -0
  493. data/vendor/local/share/license/libxml2/COPYING +23 -0
  494. data/vendor/local/share/license/libxml2/README +39 -0
  495. data/vendor/local/share/license/libxml2/README.tests +39 -0
  496. data/vendor/local/share/license/pixman/AUTHORS +0 -0
  497. data/vendor/local/share/license/pixman/COPYING +42 -0
  498. data/vendor/local/share/license/pixman/README +116 -0
  499. data/vendor/local/share/license/zlib/README +115 -0
  500. data/vendor/local/share/man/man1/xml2-config.1 +30 -0
  501. data/vendor/local/share/man/man1/xmlcatalog.1 +340 -0
  502. data/vendor/local/share/man/man1/xmllint.1 +650 -0
  503. data/vendor/local/share/man/man3/libpng.3 +2332 -863
  504. data/vendor/local/share/man/man3/libpngpf.3 +6 -790
  505. data/vendor/local/share/man/man3/libxml.3 +71 -0
  506. data/vendor/local/share/man/man5/png.5 +1 -1
  507. data/vendor/local/share/xml/fontconfig/fonts.dtd +233 -0
  508. metadata +447 -490
  509. data/vendor/local/bin/freetype6.dll +0 -0
  510. data/vendor/local/bin/libexpat-1.dll +0 -0
  511. data/vendor/local/bin/libpng14-14.dll +0 -0
  512. data/vendor/local/bin/xmlwf.exe +0 -0
  513. data/vendor/local/etc/fonts/fonts.dtd +0 -224
  514. data/vendor/local/include/expat.h +0 -1047
  515. data/vendor/local/include/expat_external.h +0 -115
  516. data/vendor/local/include/libpng14/png.h +0 -2737
  517. data/vendor/local/include/libpng14/pngconf.h +0 -1552
  518. data/vendor/local/lib/cairo.def +0 -322
  519. data/vendor/local/lib/cairo.lib +0 -0
  520. data/vendor/local/lib/expat.lib +0 -0
  521. data/vendor/local/lib/fontconfig.lib +0 -0
  522. data/vendor/local/lib/freetype.def +0 -189
  523. data/vendor/local/lib/freetype.lib +0 -0
  524. data/vendor/local/lib/libexpat.def +0 -73
  525. data/vendor/local/lib/libexpat.dll.a +0 -0
  526. data/vendor/local/lib/libpng.def +0 -192
  527. data/vendor/local/lib/libpng.lib +0 -0
  528. data/vendor/local/lib/libpng14.dll.a +0 -0
  529. data/vendor/local/lib/pkgconfig/libpng14.pc +0 -11
  530. data/vendor/local/lib/zdll.lib +0 -0
  531. data/vendor/local/lib/zlib.def +0 -67
  532. data/vendor/local/manifest/cairo-dev_1.10.2-2_win32.mft +0 -86
  533. data/vendor/local/manifest/cairo_1.10.2-2_win32.mft +0 -7
  534. data/vendor/local/manifest/expat-dev_2.1.0-1_win32.mft +0 -10
  535. data/vendor/local/manifest/expat_2.1.0-1_win32.mft +0 -2
  536. data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +0 -387
  537. data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +0 -3
  538. data/vendor/local/manifest/freetype-dev_2.4.10-1_win32.mft +0 -57
  539. data/vendor/local/manifest/freetype_2.4.10-1_win32.mft +0 -2
  540. data/vendor/local/manifest/libpng-dev_1.4.12-1_win32.mft +0 -15
  541. data/vendor/local/manifest/libpng_1.4.12-1_win32.mft +0 -2
  542. data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +0 -8
  543. data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +0 -2
  544. data/vendor/local/share/doc/fontconfig/fontconfig-devel.pdf +4 -42484
  545. data/vendor/local/share/doc/fontconfig/fontconfig-devel.txt +0 -5046
  546. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html +0 -224
  547. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdeletenew.html +0 -216
  548. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdestroy.html +0 -210
  549. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiclock.html +0 -223
  550. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicnewfile.html +0 -222
  551. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicorigfile.html +0 -221
  552. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicreplaceorig.html +0 -223
  553. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicunlock.html +0 -216
  554. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksadd.html +0 -222
  555. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblankscreate.html +0 -216
  556. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksdestroy.html +0 -216
  557. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksismember.html +0 -211
  558. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachecopyset.html +0 -228
  559. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachedir.html +0 -221
  560. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumfont.html +0 -211
  561. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumsubdir.html +0 -221
  562. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachesubdir.html +0 -244
  563. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetaddchar.html +0 -226
  564. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcopy.html +0 -227
  565. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcount.html +0 -221
  566. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcoverage.html +0 -249
  567. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcreate.html +0 -220
  568. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetdestroy.html +0 -226
  569. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetequal.html +0 -232
  570. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetfirstpage.html +0 -238
  571. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsethaschar.html +0 -231
  572. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersect.html +0 -232
  573. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersectcount.html +0 -231
  574. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetissubset.html +0 -231
  575. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetmerge.html +0 -261
  576. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnew.html +0 -208
  577. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnextpage.html +0 -243
  578. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtract.html +0 -231
  579. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtractcount.html +0 -231
  580. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetunion.html +0 -231
  581. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontadddir.html +0 -229
  582. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontaddfile.html +0 -228
  583. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontclear.html +0 -222
  584. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigbuildfonts.html +0 -224
  585. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html +0 -216
  586. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html +0 -219
  587. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html +0 -230
  588. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html +0 -237
  589. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html +0 -225
  590. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html +0 -217
  591. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcachedirs.html +0 -227
  592. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigdirs.html +0 -228
  593. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigfiles.html +0 -227
  594. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcurrent.html +0 -216
  595. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfontdirs.html +0 -229
  596. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfonts.html +0 -234
  597. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetrescaninterval.html +0 -230
  598. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfighome.html +0 -221
  599. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigparseandload.html +0 -220
  600. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigreference.html +0 -231
  601. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetcurrent.html +0 -222
  602. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetrescaninterval.html +0 -229
  603. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitute.html +0 -233
  604. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitutewithpat.html +0 -251
  605. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html +0 -228
  606. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html +0 -234
  607. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheload.html +0 -239
  608. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html +0 -233
  609. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheread.html +0 -239
  610. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunlink.html +0 -239
  611. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunload.html +0 -211
  612. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircachevalid.html +0 -222
  613. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirsave.html +0 -245
  614. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirscan.html +0 -266
  615. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfileisdir.html +0 -222
  616. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfilescan.html +0 -276
  617. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfini.html +0 -219
  618. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontlist.html +0 -244
  619. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontmatch.html +0 -262
  620. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontrenderprepare.html +0 -259
  621. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetadd.html +0 -223
  622. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetcreate.html +0 -216
  623. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetdestroy.html +0 -217
  624. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetlist.html +0 -261
  625. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetmatch.html +0 -273
  626. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetprint.html +0 -224
  627. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsort.html +0 -303
  628. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsortdestroy.html +0 -222
  629. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsort.html +0 -289
  630. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharindex.html +0 -226
  631. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html +0 -225
  632. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html +0 -241
  633. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html +0 -233
  634. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html +0 -222
  635. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetlangs.html +0 -216
  636. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetversion.html +0 -216
  637. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinit.html +0 -219
  638. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitbringuptodate.html +0 -208
  639. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfig.html +0 -217
  640. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfigandfonts.html +0 -217
  641. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitreinitialize.html +0 -219
  642. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcislower.html +0 -222
  643. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcisupper.html +0 -222
  644. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclanggetcharset.html +0 -205
  645. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetadd.html +0 -239
  646. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcompare.html +0 -239
  647. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcontains.html +0 -259
  648. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcopy.html +0 -225
  649. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcreate.html +0 -219
  650. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetdestroy.html +0 -220
  651. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetequal.html +0 -232
  652. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetgetlangs.html +0 -221
  653. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethash.html +0 -233
  654. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethaslang.html +0 -255
  655. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixcopy.html +0 -225
  656. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixequal.html +0 -236
  657. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixinit.html +0 -225
  658. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixmultiply.html +0 -246
  659. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixrotate.html +0 -261
  660. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixscale.html +0 -261
  661. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html +0 -250
  662. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameconstant.html +0 -221
  663. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html +0 -221
  664. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html +0 -210
  665. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameparse.html +0 -221
  666. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html +0 -228
  667. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterobjecttypes.html +0 -228
  668. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunparse.html +0 -218
  669. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterconstants.html +0 -228
  670. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterobjecttypes.html +0 -226
  671. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetadd.html +0 -222
  672. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetbuild.html +0 -262
  673. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetcreate.html +0 -216
  674. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetdestroy.html +0 -216
  675. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd-type.html +0 -404
  676. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd.html +0 -240
  677. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternaddweak.html +0 -242
  678. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternbuild.html +0 -313
  679. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterncreate.html +0 -216
  680. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndel.html +0 -222
  681. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html +0 -217
  682. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternduplicate.html +0 -223
  683. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequal.html +0 -231
  684. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequalsubset.html +0 -242
  685. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternfilter.html +0 -244
  686. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternformat.html +0 -602
  687. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget-type.html +0 -435
  688. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget.html +0 -249
  689. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternhash.html +0 -217
  690. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternprint.html +0 -218
  691. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternreference.html +0 -222
  692. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternremove.html +0 -227
  693. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrbasename.html +0 -212
  694. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmp.html +0 -232
  695. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmpignorecase.html +0 -233
  696. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopy.html +0 -226
  697. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopyfilename.html +0 -234
  698. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdirname.html +0 -223
  699. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdowncase.html +0 -222
  700. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrfree.html +0 -217
  701. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistcreate.html +0 -221
  702. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistdone.html +0 -210
  703. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistnext.html +0 -221
  704. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrplus.html +0 -233
  705. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetadd.html +0 -231
  706. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetaddfilename.html +0 -233
  707. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetcreate.html +0 -216
  708. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdel.html +0 -237
  709. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdestroy.html +0 -221
  710. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetequal.html +0 -233
  711. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetmember.html +0 -232
  712. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstr.html +0 -244
  713. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstrignorecase.html +0 -244
  714. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fctolower.html +0 -222
  715. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcucs4toutf8.html +0 -233
  716. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16len.html +0 -278
  717. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16toucs4.html +0 -265
  718. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8len.html +0 -261
  719. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8toucs4.html +0 -249
  720. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluedestroy.html +0 -222
  721. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueequal.html +0 -212
  722. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueprint.html +0 -223
  723. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluesave.html +0 -227
  724. data/vendor/local/share/doc/fontconfig/fontconfig-devel/ln12.html +0 -128
  725. data/vendor/local/share/doc/fontconfig/fontconfig-devel/t1.html +0 -133
  726. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x102.html +0 -1463
  727. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x19.html +0 -264
  728. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x31.html +0 -590
  729. data/vendor/local/share/doc/fontconfig/fontconfig-user.html +0 -1352
  730. data/vendor/local/share/doc/fontconfig/fontconfig-user.pdf +0 -0
  731. data/vendor/local/share/doc/fontconfig/fontconfig-user.txt +0 -644
  732. data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -340
  733. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp +0 -477
  734. data/vendor/local/share/man/man1/fc-cache.1 +0 -70
  735. data/vendor/local/share/man/man1/fc-cat.1 +0 -44
  736. data/vendor/local/share/man/man1/fc-list.1 +0 -72
  737. data/vendor/local/share/man/man1/fc-match.1 +0 -73
  738. data/vendor/local/share/man/man1/fc-query.1 +0 -57
  739. data/vendor/local/share/man/man1/fc-scan.1 +0 -52
  740. data/vendor/local/share/man/man1/xmlwf.1 +0 -251
  741. data/vendor/local/share/man/man3/FcAtomicCreate.3 +0 -19
  742. data/vendor/local/share/man/man3/FcAtomicDeleteNew.3 +0 -16
  743. data/vendor/local/share/man/man3/FcAtomicDestroy.3 +0 -16
  744. data/vendor/local/share/man/man3/FcAtomicLock.3 +0 -18
  745. data/vendor/local/share/man/man3/FcAtomicNewFile.3 +0 -17
  746. data/vendor/local/share/man/man3/FcAtomicOrigFile.3 +0 -16
  747. data/vendor/local/share/man/man3/FcAtomicReplaceOrig.3 +0 -18
  748. data/vendor/local/share/man/man3/FcAtomicUnlock.3 +0 -16
  749. data/vendor/local/share/man/man3/FcBlanksAdd.3 +0 -18
  750. data/vendor/local/share/man/man3/FcBlanksCreate.3 +0 -16
  751. data/vendor/local/share/man/man3/FcBlanksDestroy.3 +0 -16
  752. data/vendor/local/share/man/man3/FcBlanksIsMember.3 +0 -18
  753. data/vendor/local/share/man/man3/FcCacheCopySet.3 +0 -18
  754. data/vendor/local/share/man/man3/FcCacheDir.3 +0 -16
  755. data/vendor/local/share/man/man3/FcCacheNumFont.3 +0 -17
  756. data/vendor/local/share/man/man3/FcCacheNumSubdir.3 +0 -16
  757. data/vendor/local/share/man/man3/FcCacheSubdir.3 +0 -20
  758. data/vendor/local/share/man/man3/FcCharSetAddChar.3 +0 -19
  759. data/vendor/local/share/man/man3/FcCharSetCopy.3 +0 -17
  760. data/vendor/local/share/man/man3/FcCharSetCount.3 +0 -16
  761. data/vendor/local/share/man/man3/FcCharSetCoverage.3 +0 -23
  762. data/vendor/local/share/man/man3/FcCharSetCreate.3 +0 -17
  763. data/vendor/local/share/man/man3/FcCharSetDestroy.3 +0 -18
  764. data/vendor/local/share/man/man3/FcCharSetEqual.3 +0 -18
  765. data/vendor/local/share/man/man3/FcCharSetFirstPage.3 +0 -20
  766. data/vendor/local/share/man/man3/FcCharSetHasChar.3 +0 -17
  767. data/vendor/local/share/man/man3/FcCharSetIntersect.3 +0 -18
  768. data/vendor/local/share/man/man3/FcCharSetIntersectCount.3 +0 -17
  769. data/vendor/local/share/man/man3/FcCharSetIsSubset.3 +0 -17
  770. data/vendor/local/share/man/man3/FcCharSetMerge.3 +0 -23
  771. data/vendor/local/share/man/man3/FcCharSetNew.3 +0 -16
  772. data/vendor/local/share/man/man3/FcCharSetNextPage.3 +0 -20
  773. data/vendor/local/share/man/man3/FcCharSetSubtract.3 +0 -17
  774. data/vendor/local/share/man/man3/FcCharSetSubtractCount.3 +0 -17
  775. data/vendor/local/share/man/man3/FcCharSetUnion.3 +0 -17
  776. data/vendor/local/share/man/man3/FcConfigAppFontAddDir.3 +0 -20
  777. data/vendor/local/share/man/man3/FcConfigAppFontAddFile.3 +0 -19
  778. data/vendor/local/share/man/man3/FcConfigAppFontClear.3 +0 -17
  779. data/vendor/local/share/man/man3/FcConfigBuildFonts.3 +0 -19
  780. data/vendor/local/share/man/man3/FcConfigCreate.3 +0 -16
  781. data/vendor/local/share/man/man3/FcConfigDestroy.3 +0 -19
  782. data/vendor/local/share/man/man3/FcConfigEnableHome.3 +0 -20
  783. data/vendor/local/share/man/man3/FcConfigFilename.3 +0 -26
  784. data/vendor/local/share/man/man3/FcConfigGetBlanks.3 +0 -20
  785. data/vendor/local/share/man/man3/FcConfigGetCache.3 +0 -17
  786. data/vendor/local/share/man/man3/FcConfigGetCacheDirs.3 +0 -19
  787. data/vendor/local/share/man/man3/FcConfigGetConfigDirs.3 +0 -18
  788. data/vendor/local/share/man/man3/FcConfigGetConfigFiles.3 +0 -17
  789. data/vendor/local/share/man/man3/FcConfigGetCurrent.3 +0 -16
  790. data/vendor/local/share/man/man3/FcConfigGetFontDirs.3 +0 -19
  791. data/vendor/local/share/man/man3/FcConfigGetFonts.3 +0 -20
  792. data/vendor/local/share/man/man3/FcConfigGetRescanInterval.3 +0 -20
  793. data/vendor/local/share/man/man3/FcConfigHome.3 +0 -18
  794. data/vendor/local/share/man/man3/FcConfigParseAndLoad.3 +0 -23
  795. data/vendor/local/share/man/man3/FcConfigReference.3 +0 -21
  796. data/vendor/local/share/man/man3/FcConfigSetCurrent.3 +0 -17
  797. data/vendor/local/share/man/man3/FcConfigSetRescanInterval.3 +0 -20
  798. data/vendor/local/share/man/man3/FcConfigSubstitute.3 +0 -20
  799. data/vendor/local/share/man/man3/FcConfigSubstituteWithPat.3 +0 -24
  800. data/vendor/local/share/man/man3/FcConfigUptoDate.3 +0 -18
  801. data/vendor/local/share/man/man3/FcDefaultSubstitute.3 +0 -27
  802. data/vendor/local/share/man/man3/FcDirCacheLoad.3 +0 -21
  803. data/vendor/local/share/man/man3/FcDirCacheLoadFile.3 +0 -19
  804. data/vendor/local/share/man/man3/FcDirCacheRead.3 +0 -21
  805. data/vendor/local/share/man/man3/FcDirCacheUnlink.3 +0 -20
  806. data/vendor/local/share/man/man3/FcDirCacheUnload.3 +0 -17
  807. data/vendor/local/share/man/man3/FcDirCacheValid.3 +0 -17
  808. data/vendor/local/share/man/man3/FcDirSave.3 +0 -22
  809. data/vendor/local/share/man/man3/FcDirScan.3 +0 -26
  810. data/vendor/local/share/man/man3/FcFileIsDir.3 +0 -17
  811. data/vendor/local/share/man/man3/FcFileScan.3 +0 -31
  812. data/vendor/local/share/man/man3/FcFini.3 +0 -19
  813. data/vendor/local/share/man/man3/FcFontList.3 +0 -21
  814. data/vendor/local/share/man/man3/FcFontMatch.3 +0 -25
  815. data/vendor/local/share/man/man3/FcFontRenderPrepare.3 +0 -21
  816. data/vendor/local/share/man/man3/FcFontSetAdd.3 +0 -19
  817. data/vendor/local/share/man/man3/FcFontSetCreate.3 +0 -16
  818. data/vendor/local/share/man/man3/FcFontSetDestroy.3 +0 -17
  819. data/vendor/local/share/man/man3/FcFontSetList.3 +0 -25
  820. data/vendor/local/share/man/man3/FcFontSetMatch.3 +0 -28
  821. data/vendor/local/share/man/man3/FcFontSetPrint.3 +0 -19
  822. data/vendor/local/share/man/man3/FcFontSetSort.3 +0 -39
  823. data/vendor/local/share/man/man3/FcFontSetSortDestroy.3 +0 -19
  824. data/vendor/local/share/man/man3/FcFontSort.3 +0 -33
  825. data/vendor/local/share/man/man3/FcFreeTypeCharIndex.3 +0 -22
  826. data/vendor/local/share/man/man3/FcFreeTypeCharSet.3 +0 -21
  827. data/vendor/local/share/man/man3/FcFreeTypeCharSetAndSpacing.3 +0 -28
  828. data/vendor/local/share/man/man3/FcFreeTypeQuery.3 +0 -21
  829. data/vendor/local/share/man/man3/FcFreeTypeQueryFace.3 +0 -21
  830. data/vendor/local/share/man/man3/FcGetLangs.3 +0 -16
  831. data/vendor/local/share/man/man3/FcGetVersion.3 +0 -16
  832. data/vendor/local/share/man/man3/FcInit.3 +0 -19
  833. data/vendor/local/share/man/man3/FcInitBringUptoDate.3 +0 -19
  834. data/vendor/local/share/man/man3/FcInitLoadConfig.3 +0 -17
  835. data/vendor/local/share/man/man3/FcInitLoadConfigAndFonts.3 +0 -17
  836. data/vendor/local/share/man/man3/FcInitReinitialize.3 +0 -19
  837. data/vendor/local/share/man/man3/FcIsLower.3 +0 -17
  838. data/vendor/local/share/man/man3/FcIsUpper.3 +0 -17
  839. data/vendor/local/share/man/man3/FcLangGetCharSet.3 +0 -16
  840. data/vendor/local/share/man/man3/FcLangSetAdd.3 +0 -20
  841. data/vendor/local/share/man/man3/FcLangSetCompare.3 +0 -22
  842. data/vendor/local/share/man/man3/FcLangSetContains.3 +0 -22
  843. data/vendor/local/share/man/man3/FcLangSetCopy.3 +0 -17
  844. data/vendor/local/share/man/man3/FcLangSetCreate.3 +0 -16
  845. data/vendor/local/share/man/man3/FcLangSetDestroy.3 +0 -17
  846. data/vendor/local/share/man/man3/FcLangSetEqual.3 +0 -18
  847. data/vendor/local/share/man/man3/FcLangSetGetLangs.3 +0 -16
  848. data/vendor/local/share/man/man3/FcLangSetHasLang.3 +0 -23
  849. data/vendor/local/share/man/man3/FcLangSetHash.3 +0 -20
  850. data/vendor/local/share/man/man3/FcMatrixCopy.3 +0 -17
  851. data/vendor/local/share/man/man3/FcMatrixEqual.3 +0 -19
  852. data/vendor/local/share/man/man3/FcMatrixInit.3 +0 -17
  853. data/vendor/local/share/man/man3/FcMatrixMultiply.3 +0 -20
  854. data/vendor/local/share/man/man3/FcMatrixRotate.3 +0 -27
  855. data/vendor/local/share/man/man3/FcMatrixScale.3 +0 -27
  856. data/vendor/local/share/man/man3/FcMatrixShear.3 +0 -27
  857. data/vendor/local/share/man/man3/FcNameConstant.3 +0 -18
  858. data/vendor/local/share/man/man3/FcNameGetConstant.3 +0 -16
  859. data/vendor/local/share/man/man3/FcNameGetObjectType.3 +0 -16
  860. data/vendor/local/share/man/man3/FcNameParse.3 +0 -16
  861. data/vendor/local/share/man/man3/FcNameRegisterConstants.3 +0 -19
  862. data/vendor/local/share/man/man3/FcNameRegisterObjectTypes.3 +0 -19
  863. data/vendor/local/share/man/man3/FcNameUnparse.3 +0 -18
  864. data/vendor/local/share/man/man3/FcNameUnregisterConstants.3 +0 -19
  865. data/vendor/local/share/man/man3/FcNameUnregisterObjectTypes.3 +0 -17
  866. data/vendor/local/share/man/man3/FcObjectSetAdd.3 +0 -18
  867. data/vendor/local/share/man/man3/FcObjectSetBuild.3 +0 -26
  868. data/vendor/local/share/man/man3/FcObjectSetCreate.3 +0 -16
  869. data/vendor/local/share/man/man3/FcObjectSetDestroy.3 +0 -16
  870. data/vendor/local/share/man/man3/FcPatternAdd-Type.3 +0 -49
  871. data/vendor/local/share/man/man3/FcPatternAdd.3 +0 -23
  872. data/vendor/local/share/man/man3/FcPatternAddWeak.3 +0 -20
  873. data/vendor/local/share/man/man3/FcPatternBuild.3 +0 -50
  874. data/vendor/local/share/man/man3/FcPatternCreate.3 +0 -16
  875. data/vendor/local/share/man/man3/FcPatternDel.3 +0 -18
  876. data/vendor/local/share/man/man3/FcPatternDestroy.3 +0 -17
  877. data/vendor/local/share/man/man3/FcPatternDuplicate.3 +0 -18
  878. data/vendor/local/share/man/man3/FcPatternEqual.3 +0 -17
  879. data/vendor/local/share/man/man3/FcPatternEqualSubset.3 +0 -19
  880. data/vendor/local/share/man/man3/FcPatternFilter.3 +0 -20
  881. data/vendor/local/share/man/man3/FcPatternFormat.3 +0 -205
  882. data/vendor/local/share/man/man3/FcPatternGet-Type.3 +0 -56
  883. data/vendor/local/share/man/man3/FcPatternGet.3 +0 -22
  884. data/vendor/local/share/man/man3/FcPatternHash.3 +0 -17
  885. data/vendor/local/share/man/man3/FcPatternPrint.3 +0 -18
  886. data/vendor/local/share/man/man3/FcPatternReference.3 +0 -17
  887. data/vendor/local/share/man/man3/FcPatternRemove.3 +0 -19
  888. data/vendor/local/share/man/man3/FcStrBasename.3 +0 -18
  889. data/vendor/local/share/man/man3/FcStrCmp.3 +0 -18
  890. data/vendor/local/share/man/man3/FcStrCmpIgnoreCase.3 +0 -19
  891. data/vendor/local/share/man/man3/FcStrCopy.3 +0 -18
  892. data/vendor/local/share/man/man3/FcStrCopyFilename.3 +0 -23
  893. data/vendor/local/share/man/man3/FcStrDirname.3 +0 -18
  894. data/vendor/local/share/man/man3/FcStrDowncase.3 +0 -17
  895. data/vendor/local/share/man/man3/FcStrFree.3 +0 -17
  896. data/vendor/local/share/man/man3/FcStrListCreate.3 +0 -16
  897. data/vendor/local/share/man/man3/FcStrListDone.3 +0 -16
  898. data/vendor/local/share/man/man3/FcStrListNext.3 +0 -16
  899. data/vendor/local/share/man/man3/FcStrPlus.3 +0 -19
  900. data/vendor/local/share/man/man3/FcStrSetAdd.3 +0 -17
  901. data/vendor/local/share/man/man3/FcStrSetAddFilename.3 +0 -19
  902. data/vendor/local/share/man/man3/FcStrSetCreate.3 +0 -16
  903. data/vendor/local/share/man/man3/FcStrSetDel.3 +0 -18
  904. data/vendor/local/share/man/man3/FcStrSetDestroy.3 +0 -16
  905. data/vendor/local/share/man/man3/FcStrSetEqual.3 +0 -19
  906. data/vendor/local/share/man/man3/FcStrSetMember.3 +0 -18
  907. data/vendor/local/share/man/man3/FcStrStr.3 +0 -20
  908. data/vendor/local/share/man/man3/FcStrStrIgnoreCase.3 +0 -20
  909. data/vendor/local/share/man/man3/FcToLower.3 +0 -17
  910. data/vendor/local/share/man/man3/FcUcs4ToUtf8.3 +0 -19
  911. data/vendor/local/share/man/man3/FcUtf16Len.3 +0 -27
  912. data/vendor/local/share/man/man3/FcUtf16ToUcs4.3 +0 -23
  913. data/vendor/local/share/man/man3/FcUtf8Len.3 +0 -24
  914. data/vendor/local/share/man/man3/FcUtf8ToUcs4.3 +0 -21
  915. data/vendor/local/share/man/man3/FcValueDestroy.3 +0 -17
  916. data/vendor/local/share/man/man3/FcValueEqual.3 +0 -19
  917. data/vendor/local/share/man/man3/FcValuePrint.3 +0 -18
  918. data/vendor/local/share/man/man3/FcValueSave.3 +0 -17
  919. data/vendor/local/share/man/man5/fonts-conf.5 +0 -644
  920. data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.log +0 -1315
  921. data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.sh +0 -251
  922. data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.log +0 -181
  923. data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.sh +0 -76
  924. data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.log +0 -363
  925. data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.sh +0 -92
  926. data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.log +0 -283
  927. data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.sh +0 -71
  928. data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log +0 -999
  929. data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh +0 -79
  930. data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +0 -42
  931. data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +0 -189
@@ -117,7 +117,7 @@ cairo_gobject_line_cap_get_type (void);
117
117
  cairo_public GType
118
118
  cairo_gobject_line_join_get_type (void);
119
119
 
120
- #define CAIRO_GOBJECT_TYPE_CLUSTER_FLAGS cairo_gobject_cluster_flags_get_type ()
120
+ #define CAIRO_GOBJECT_TYPE_TEXT_CLUSTER_FLAGS cairo_gobject_text_cluster_flags_get_type ()
121
121
  cairo_public GType
122
122
  cairo_gobject_text_cluster_flags_get_type (void);
123
123
 
@@ -137,7 +137,9 @@ cairo_gobject_subpixel_order_get_type (void);
137
137
  cairo_public GType
138
138
  cairo_gobject_hint_style_get_type (void);
139
139
 
140
+ /* historical accident */
140
141
  #define CAIRO_GOBJECT_TYPE_HNT_METRICS cairo_gobject_hint_metrics_get_type ()
142
+ #define CAIRO_GOBJECT_TYPE_HINT_METRICS cairo_gobject_hint_metrics_get_type ()
141
143
  cairo_public GType
142
144
  cairo_gobject_hint_metrics_get_type (void);
143
145
 
@@ -45,14 +45,14 @@ CAIRO_BEGIN_DECLS
45
45
 
46
46
  /**
47
47
  * cairo_pdf_version_t:
48
- * @CAIRO_PDF_VERSION_1_4: The version 1.4 of the PDF specification.
49
- * @CAIRO_PDF_VERSION_1_5: The version 1.5 of the PDF specification.
48
+ * @CAIRO_PDF_VERSION_1_4: The version 1.4 of the PDF specification. (Since 1.10)
49
+ * @CAIRO_PDF_VERSION_1_5: The version 1.5 of the PDF specification. (Since 1.10)
50
50
  *
51
51
  * #cairo_pdf_version_t is used to describe the version number of the PDF
52
52
  * specification that a generated PDF file will conform to.
53
53
  *
54
- * Since 1.10
55
- */
54
+ * Since: 1.10
55
+ **/
56
56
  typedef enum _cairo_pdf_version {
57
57
  CAIRO_PDF_VERSION_1_4,
58
58
  CAIRO_PDF_VERSION_1_5
@@ -49,13 +49,15 @@ CAIRO_BEGIN_DECLS
49
49
 
50
50
  /**
51
51
  * cairo_ps_level_t:
52
- * @CAIRO_PS_LEVEL_2: The language level 2 of the PostScript specification.
53
- * @CAIRO_PS_LEVEL_3: The language level 3 of the PostScript specification.
52
+ * @CAIRO_PS_LEVEL_2: The language level 2 of the PostScript specification. (Since 1.6)
53
+ * @CAIRO_PS_LEVEL_3: The language level 3 of the PostScript specification. (Since 1.6)
54
54
  *
55
55
  * #cairo_ps_level_t is used to describe the language level of the
56
56
  * PostScript Language Reference that a generated PostScript file will
57
57
  * conform to.
58
- */
58
+ *
59
+ * Since: 1.6
60
+ **/
59
61
  typedef enum _cairo_ps_level {
60
62
  CAIRO_PS_LEVEL_2,
61
63
  CAIRO_PS_LEVEL_3
@@ -65,6 +65,12 @@ typedef void
65
65
  (*csi_copy_page_func_t) (void *closure,
66
66
  cairo_t *cr);
67
67
 
68
+ typedef cairo_surface_t *
69
+ (*csi_create_source_image_t) (void *closure,
70
+ cairo_format_t format,
71
+ int width, int height,
72
+ long uid);
73
+
68
74
  typedef struct _cairo_script_interpreter_hooks {
69
75
  void *closure;
70
76
  csi_surface_create_func_t surface_create;
@@ -73,6 +79,7 @@ typedef struct _cairo_script_interpreter_hooks {
73
79
  csi_destroy_func_t context_destroy;
74
80
  csi_show_page_func_t show_page;
75
81
  csi_copy_page_func_t copy_page;
82
+ csi_create_source_image_t create_source_image;
76
83
  } cairo_script_interpreter_hooks_t;
77
84
 
78
85
  cairo_public cairo_script_interpreter_t *
@@ -0,0 +1,98 @@
1
+ /* cairo - a vector graphics library with display and print output
2
+ *
3
+ * Copyright © 2008 Chris Wilson
4
+ *
5
+ * This library is free software; you can redistribute it and/or
6
+ * modify it either under the terms of the GNU Lesser General Public
7
+ * License version 2.1 as published by the Free Software Foundation
8
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
9
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
10
+ * notice, a recipient may use your version of this file under either
11
+ * the MPL or the LGPL.
12
+ *
13
+ * You should have received a copy of the LGPL along with this library
14
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
15
+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
16
+ * You should have received a copy of the MPL along with this library
17
+ * in the file COPYING-MPL-1.1
18
+ *
19
+ * The contents of this file are subject to the Mozilla Public License
20
+ * Version 1.1 (the "License"); you may not use this file except in
21
+ * compliance with the License. You may obtain a copy of the License at
22
+ * http://www.mozilla.org/MPL/
23
+ *
24
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
25
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
26
+ * the specific language governing rights and limitations.
27
+ *
28
+ * The Original Code is the cairo graphics library.
29
+ *
30
+ * The Initial Developer of the Original Code is Chris Wilson
31
+ *
32
+ * Contributor(s):
33
+ * Chris Wilson <chris@chris-wilson.co.uk>
34
+ */
35
+
36
+ #ifndef CAIRO_SCRIPT_H
37
+ #define CAIRO_SCRIPT_H
38
+
39
+ #include "cairo.h"
40
+
41
+ #if CAIRO_HAS_SCRIPT_SURFACE
42
+
43
+ CAIRO_BEGIN_DECLS
44
+
45
+ /**
46
+ * cairo_script_mode_t:
47
+ * @CAIRO_SCRIPT_MODE_ASCII: the output will be in readable text (default). (Since 1.12)
48
+ * @CAIRO_SCRIPT_MODE_BINARY: the output will use byte codes. (Since 1.12)
49
+ *
50
+ * A set of script output variants.
51
+ *
52
+ * Since: 1.12
53
+ **/
54
+ typedef enum {
55
+ CAIRO_SCRIPT_MODE_ASCII,
56
+ CAIRO_SCRIPT_MODE_BINARY
57
+ } cairo_script_mode_t;
58
+
59
+ cairo_public cairo_device_t *
60
+ cairo_script_create (const char *filename);
61
+
62
+ cairo_public cairo_device_t *
63
+ cairo_script_create_for_stream (cairo_write_func_t write_func,
64
+ void *closure);
65
+
66
+ cairo_public void
67
+ cairo_script_write_comment (cairo_device_t *script,
68
+ const char *comment,
69
+ int len);
70
+
71
+ cairo_public void
72
+ cairo_script_set_mode (cairo_device_t *script,
73
+ cairo_script_mode_t mode);
74
+
75
+ cairo_public cairo_script_mode_t
76
+ cairo_script_get_mode (cairo_device_t *script);
77
+
78
+ cairo_public cairo_surface_t *
79
+ cairo_script_surface_create (cairo_device_t *script,
80
+ cairo_content_t content,
81
+ double width,
82
+ double height);
83
+
84
+ cairo_public cairo_surface_t *
85
+ cairo_script_surface_create_for_target (cairo_device_t *script,
86
+ cairo_surface_t *target);
87
+
88
+ cairo_public cairo_status_t
89
+ cairo_script_from_recording_surface (cairo_device_t *script,
90
+ cairo_surface_t *recording_surface);
91
+
92
+ CAIRO_END_DECLS
93
+
94
+ #else /*CAIRO_HAS_SCRIPT_SURFACE*/
95
+ # error Cairo was not compiled with support for the CairoScript backend
96
+ #endif /*CAIRO_HAS_SCRIPT_SURFACE*/
97
+
98
+ #endif /*CAIRO_SCRIPT_H*/
@@ -40,12 +40,14 @@ CAIRO_BEGIN_DECLS
40
40
 
41
41
  /**
42
42
  * cairo_svg_version_t:
43
- * @CAIRO_SVG_VERSION_1_1: The version 1.1 of the SVG specification.
44
- * @CAIRO_SVG_VERSION_1_2: The version 1.2 of the SVG specification.
43
+ * @CAIRO_SVG_VERSION_1_1: The version 1.1 of the SVG specification. (Since 1.2)
44
+ * @CAIRO_SVG_VERSION_1_2: The version 1.2 of the SVG specification. (Since 1.2)
45
45
  *
46
46
  * #cairo_svg_version_t is used to describe the version number of the SVG
47
47
  * specification that a generated SVG file will conform to.
48
- */
48
+ *
49
+ * Since: 1.2
50
+ **/
49
51
  typedef enum _cairo_svg_version {
50
52
  CAIRO_SVG_VERSION_1_1,
51
53
  CAIRO_SVG_VERSION_1_2
@@ -2,7 +2,7 @@
2
2
  #define CAIRO_VERSION_H
3
3
 
4
4
  #define CAIRO_VERSION_MAJOR 1
5
- #define CAIRO_VERSION_MINOR 10
6
- #define CAIRO_VERSION_MICRO 2
5
+ #define CAIRO_VERSION_MINOR 12
6
+ #define CAIRO_VERSION_MICRO 14
7
7
 
8
8
  #endif
@@ -101,6 +101,8 @@ cairo_version_string (void);
101
101
  * /<!-- -->* do something *<!-- -->/
102
102
  * }
103
103
  * </programlisting></informalexample>
104
+ *
105
+ * Since: 1.0
104
106
  **/
105
107
  typedef int cairo_bool_t;
106
108
 
@@ -116,6 +118,8 @@ typedef int cairo_bool_t;
116
118
  *
117
119
  * Memory management of #cairo_t is done with
118
120
  * cairo_reference() and cairo_destroy().
121
+ *
122
+ * Since: 1.0
119
123
  **/
120
124
  typedef struct _cairo cairo_t;
121
125
 
@@ -143,6 +147,8 @@ typedef struct _cairo cairo_t;
143
147
  *
144
148
  * Memory management of #cairo_surface_t is done with
145
149
  * cairo_surface_reference() and cairo_surface_destroy().
150
+ *
151
+ * Since: 1.0
146
152
  **/
147
153
  typedef struct _cairo_surface cairo_surface_t;
148
154
 
@@ -152,8 +158,8 @@ typedef struct _cairo_surface cairo_surface_t;
152
158
  * A #cairo_device_t represents the driver interface for drawing
153
159
  * operations to a #cairo_surface_t. There are different subtypes of
154
160
  * #cairo_device_t for different drawing backends; for example,
155
- * cairo_xcb_device_create() creates a device that wraps the connection
156
- * to an X Windows System using the XCB library.
161
+ * cairo_egl_device_create() creates a device that wraps an EGL display and
162
+ * context.
157
163
  *
158
164
  * The type of a device can be queried with cairo_device_get_type().
159
165
  *
@@ -180,6 +186,8 @@ typedef struct _cairo_device cairo_device_t;
180
186
  * x_new = xx * x + xy * y + x0;
181
187
  * y_new = yx * x + yy * y + y0;
182
188
  * </programlisting>
189
+ *
190
+ * Since: 1.0
183
191
  **/
184
192
  typedef struct _cairo_matrix {
185
193
  double xx; double yx;
@@ -196,15 +204,18 @@ typedef struct _cairo_matrix {
196
204
  * cairo_pattern_create_rgb() creates a pattern for a solid
197
205
  * opaque color.
198
206
  *
199
- * Other than various cairo_pattern_create_<emphasis>type</emphasis>()
200
- * functions, some of the pattern types can be implicitly created
201
- * using various cairo_set_source_<emphasis>type</emphasis>() functions;
207
+ * Other than various
208
+ * <function>cairo_pattern_create_<emphasis>type</emphasis>()</function>
209
+ * functions, some of the pattern types can be implicitly created using various
210
+ * <function>cairo_set_source_<emphasis>type</emphasis>()</function> functions;
202
211
  * for example cairo_set_source_rgb().
203
212
  *
204
213
  * The type of a pattern can be queried with cairo_pattern_get_type().
205
214
  *
206
215
  * Memory management of #cairo_pattern_t is done with
207
216
  * cairo_pattern_reference() and cairo_pattern_destroy().
217
+ *
218
+ * Since: 1.0
208
219
  **/
209
220
  typedef struct _cairo_pattern cairo_pattern_t;
210
221
 
@@ -215,6 +226,8 @@ typedef struct _cairo_pattern cairo_pattern_t;
215
226
  * #cairo_destroy_func_t the type of function which is called when a
216
227
  * data element is destroyed. It is passed the pointer to the data
217
228
  * element and should free any memory and resources allocated for it.
229
+ *
230
+ * Since: 1.0
218
231
  **/
219
232
  typedef void (*cairo_destroy_func_t) (void *data);
220
233
 
@@ -227,6 +240,8 @@ typedef void (*cairo_destroy_func_t) (void *data);
227
240
  * and there is no need to initialize the object; only the unique
228
241
  * address of a #cairo_data_key_t object is used. Typically, you
229
242
  * would just use the address of a static #cairo_data_key_t object.
243
+ *
244
+ * Since: 1.0
230
245
  **/
231
246
  typedef struct _cairo_user_data_key {
232
247
  int unused;
@@ -234,26 +249,26 @@ typedef struct _cairo_user_data_key {
234
249
 
235
250
  /**
236
251
  * cairo_status_t:
237
- * @CAIRO_STATUS_SUCCESS: no error has occurred
238
- * @CAIRO_STATUS_NO_MEMORY: out of memory
239
- * @CAIRO_STATUS_INVALID_RESTORE: cairo_restore() called without matching cairo_save()
240
- * @CAIRO_STATUS_INVALID_POP_GROUP: no saved group to pop, i.e. cairo_pop_group() without matching cairo_push_group()
241
- * @CAIRO_STATUS_NO_CURRENT_POINT: no current point defined
242
- * @CAIRO_STATUS_INVALID_MATRIX: invalid matrix (not invertible)
243
- * @CAIRO_STATUS_INVALID_STATUS: invalid value for an input #cairo_status_t
244
- * @CAIRO_STATUS_NULL_POINTER: %NULL pointer
245
- * @CAIRO_STATUS_INVALID_STRING: input string not valid UTF-8
246
- * @CAIRO_STATUS_INVALID_PATH_DATA: input path data not valid
247
- * @CAIRO_STATUS_READ_ERROR: error while reading from input stream
248
- * @CAIRO_STATUS_WRITE_ERROR: error while writing to output stream
249
- * @CAIRO_STATUS_SURFACE_FINISHED: target surface has been finished
250
- * @CAIRO_STATUS_SURFACE_TYPE_MISMATCH: the surface type is not appropriate for the operation
251
- * @CAIRO_STATUS_PATTERN_TYPE_MISMATCH: the pattern type is not appropriate for the operation
252
- * @CAIRO_STATUS_INVALID_CONTENT: invalid value for an input #cairo_content_t
253
- * @CAIRO_STATUS_INVALID_FORMAT: invalid value for an input #cairo_format_t
254
- * @CAIRO_STATUS_INVALID_VISUAL: invalid value for an input Visual*
255
- * @CAIRO_STATUS_FILE_NOT_FOUND: file not found
256
- * @CAIRO_STATUS_INVALID_DASH: invalid value for a dash setting
252
+ * @CAIRO_STATUS_SUCCESS: no error has occurred (Since 1.0)
253
+ * @CAIRO_STATUS_NO_MEMORY: out of memory (Since 1.0)
254
+ * @CAIRO_STATUS_INVALID_RESTORE: cairo_restore() called without matching cairo_save() (Since 1.0)
255
+ * @CAIRO_STATUS_INVALID_POP_GROUP: no saved group to pop, i.e. cairo_pop_group() without matching cairo_push_group() (Since 1.0)
256
+ * @CAIRO_STATUS_NO_CURRENT_POINT: no current point defined (Since 1.0)
257
+ * @CAIRO_STATUS_INVALID_MATRIX: invalid matrix (not invertible) (Since 1.0)
258
+ * @CAIRO_STATUS_INVALID_STATUS: invalid value for an input #cairo_status_t (Since 1.0)
259
+ * @CAIRO_STATUS_NULL_POINTER: %NULL pointer (Since 1.0)
260
+ * @CAIRO_STATUS_INVALID_STRING: input string not valid UTF-8 (Since 1.0)
261
+ * @CAIRO_STATUS_INVALID_PATH_DATA: input path data not valid (Since 1.0)
262
+ * @CAIRO_STATUS_READ_ERROR: error while reading from input stream (Since 1.0)
263
+ * @CAIRO_STATUS_WRITE_ERROR: error while writing to output stream (Since 1.0)
264
+ * @CAIRO_STATUS_SURFACE_FINISHED: target surface has been finished (Since 1.0)
265
+ * @CAIRO_STATUS_SURFACE_TYPE_MISMATCH: the surface type is not appropriate for the operation (Since 1.0)
266
+ * @CAIRO_STATUS_PATTERN_TYPE_MISMATCH: the pattern type is not appropriate for the operation (Since 1.0)
267
+ * @CAIRO_STATUS_INVALID_CONTENT: invalid value for an input #cairo_content_t (Since 1.0)
268
+ * @CAIRO_STATUS_INVALID_FORMAT: invalid value for an input #cairo_format_t (Since 1.0)
269
+ * @CAIRO_STATUS_INVALID_VISUAL: invalid value for an input Visual* (Since 1.0)
270
+ * @CAIRO_STATUS_FILE_NOT_FOUND: file not found (Since 1.0)
271
+ * @CAIRO_STATUS_INVALID_DASH: invalid value for a dash setting (Since 1.0)
257
272
  * @CAIRO_STATUS_INVALID_DSC_COMMENT: invalid value for a DSC comment (Since 1.2)
258
273
  * @CAIRO_STATUS_INVALID_INDEX: invalid index passed to getter (Since 1.4)
259
274
  * @CAIRO_STATUS_CLIP_NOT_REPRESENTABLE: clip region not representable in desired format (Since 1.4)
@@ -270,6 +285,11 @@ typedef struct _cairo_user_data_key {
270
285
  * @CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED: user-font method not implemented (Since 1.10)
271
286
  * @CAIRO_STATUS_DEVICE_TYPE_MISMATCH: the device type is not appropriate for the operation (Since 1.10)
272
287
  * @CAIRO_STATUS_DEVICE_ERROR: an operation to the device caused an unspecified error (Since 1.10)
288
+ * @CAIRO_STATUS_INVALID_MESH_CONSTRUCTION: a mesh pattern
289
+ * construction operation was used outside of a
290
+ * cairo_mesh_pattern_begin_patch()/cairo_mesh_pattern_end_patch()
291
+ * pair (Since 1.12)
292
+ * @CAIRO_STATUS_DEVICE_FINISHED: target device has been finished (Since 1.12)
273
293
  * @CAIRO_STATUS_LAST_STATUS: this is a special value indicating the number of
274
294
  * status values defined in this enumeration. When using this value, note
275
295
  * that the version of cairo at run-time may have additional status values
@@ -282,6 +302,8 @@ typedef struct _cairo_user_data_key {
282
302
  *
283
303
  * New entries may be added in future versions. Use cairo_status_to_string()
284
304
  * to get a human-readable representation of an error message.
305
+ *
306
+ * Since: 1.0
285
307
  **/
286
308
  typedef enum _cairo_status {
287
309
  CAIRO_STATUS_SUCCESS = 0,
@@ -321,15 +343,17 @@ typedef enum _cairo_status {
321
343
  CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED,
322
344
  CAIRO_STATUS_DEVICE_TYPE_MISMATCH,
323
345
  CAIRO_STATUS_DEVICE_ERROR,
346
+ CAIRO_STATUS_INVALID_MESH_CONSTRUCTION,
347
+ CAIRO_STATUS_DEVICE_FINISHED,
324
348
 
325
349
  CAIRO_STATUS_LAST_STATUS
326
350
  } cairo_status_t;
327
351
 
328
352
  /**
329
353
  * cairo_content_t:
330
- * @CAIRO_CONTENT_COLOR: The surface will hold color content only.
331
- * @CAIRO_CONTENT_ALPHA: The surface will hold alpha content only.
332
- * @CAIRO_CONTENT_COLOR_ALPHA: The surface will hold color and alpha content.
354
+ * @CAIRO_CONTENT_COLOR: The surface will hold color content only. (Since 1.0)
355
+ * @CAIRO_CONTENT_ALPHA: The surface will hold alpha content only. (Since 1.0)
356
+ * @CAIRO_CONTENT_COLOR_ALPHA: The surface will hold color and alpha content. (Since 1.0)
333
357
  *
334
358
  * #cairo_content_t is used to describe the content that a surface will
335
359
  * contain, whether color information, alpha information (translucence
@@ -338,6 +362,8 @@ typedef enum _cairo_status {
338
362
  * Note: The large values here are designed to keep #cairo_content_t
339
363
  * values distinct from #cairo_format_t values so that the
340
364
  * implementation can detect the error if users confuse the two types.
365
+ *
366
+ * Since: 1.0
341
367
  **/
342
368
  typedef enum _cairo_content {
343
369
  CAIRO_CONTENT_COLOR = 0x1000,
@@ -345,6 +371,48 @@ typedef enum _cairo_content {
345
371
  CAIRO_CONTENT_COLOR_ALPHA = 0x3000
346
372
  } cairo_content_t;
347
373
 
374
+ /**
375
+ * cairo_format_t:
376
+ * @CAIRO_FORMAT_INVALID: no such format exists or is supported.
377
+ * @CAIRO_FORMAT_ARGB32: each pixel is a 32-bit quantity, with
378
+ * alpha in the upper 8 bits, then red, then green, then blue.
379
+ * The 32-bit quantities are stored native-endian. Pre-multiplied
380
+ * alpha is used. (That is, 50% transparent red is 0x80800000,
381
+ * not 0x80ff0000.) (Since 1.0)
382
+ * @CAIRO_FORMAT_RGB24: each pixel is a 32-bit quantity, with
383
+ * the upper 8 bits unused. Red, Green, and Blue are stored
384
+ * in the remaining 24 bits in that order. (Since 1.0)
385
+ * @CAIRO_FORMAT_A8: each pixel is a 8-bit quantity holding
386
+ * an alpha value. (Since 1.0)
387
+ * @CAIRO_FORMAT_A1: each pixel is a 1-bit quantity holding
388
+ * an alpha value. Pixels are packed together into 32-bit
389
+ * quantities. The ordering of the bits matches the
390
+ * endianess of the platform. On a big-endian machine, the
391
+ * first pixel is in the uppermost bit, on a little-endian
392
+ * machine the first pixel is in the least-significant bit. (Since 1.0)
393
+ * @CAIRO_FORMAT_RGB16_565: each pixel is a 16-bit quantity
394
+ * with red in the upper 5 bits, then green in the middle
395
+ * 6 bits, and blue in the lower 5 bits. (Since 1.2)
396
+ * @CAIRO_FORMAT_RGB30: like RGB24 but with 10bpc. (Since 1.12)
397
+ *
398
+ * #cairo_format_t is used to identify the memory format of
399
+ * image data.
400
+ *
401
+ * New entries may be added in future versions.
402
+ *
403
+ * Since: 1.0
404
+ **/
405
+ typedef enum _cairo_format {
406
+ CAIRO_FORMAT_INVALID = -1,
407
+ CAIRO_FORMAT_ARGB32 = 0,
408
+ CAIRO_FORMAT_RGB24 = 1,
409
+ CAIRO_FORMAT_A8 = 2,
410
+ CAIRO_FORMAT_A1 = 3,
411
+ CAIRO_FORMAT_RGB16_565 = 4,
412
+ CAIRO_FORMAT_RGB30 = 5
413
+ } cairo_format_t;
414
+
415
+
348
416
  /**
349
417
  * cairo_write_func_t:
350
418
  * @closure: the output closure
@@ -360,6 +428,8 @@ typedef enum _cairo_content {
360
428
  * %CAIRO_STATUS_WRITE_ERROR otherwise.
361
429
  *
362
430
  * Returns: the status code of the write operation
431
+ *
432
+ * Since: 1.0
363
433
  **/
364
434
  typedef cairo_status_t (*cairo_write_func_t) (void *closure,
365
435
  const unsigned char *data,
@@ -380,11 +450,31 @@ typedef cairo_status_t (*cairo_write_func_t) (void *closure,
380
450
  * %CAIRO_STATUS_READ_ERROR otherwise.
381
451
  *
382
452
  * Returns: the status code of the read operation
453
+ *
454
+ * Since: 1.0
383
455
  **/
384
456
  typedef cairo_status_t (*cairo_read_func_t) (void *closure,
385
457
  unsigned char *data,
386
458
  unsigned int length);
387
459
 
460
+ /**
461
+ * cairo_rectangle_int_t:
462
+ * @x: X coordinate of the left side of the rectangle
463
+ * @y: Y coordinate of the the top side of the rectangle
464
+ * @width: width of the rectangle
465
+ * @height: height of the rectangle
466
+ *
467
+ * A data structure for holding a rectangle with integer coordinates.
468
+ *
469
+ * Since: 1.10
470
+ **/
471
+
472
+ typedef struct _cairo_rectangle_int {
473
+ int x, y;
474
+ int width, height;
475
+ } cairo_rectangle_int_t;
476
+
477
+
388
478
  /* Functions for manipulating state objects */
389
479
  cairo_public cairo_t *
390
480
  cairo_create (cairo_surface_t *target);
@@ -430,64 +520,64 @@ cairo_pop_group_to_source (cairo_t *cr);
430
520
 
431
521
  /**
432
522
  * cairo_operator_t:
433
- * @CAIRO_OPERATOR_CLEAR: clear destination layer (bounded)
434
- * @CAIRO_OPERATOR_SOURCE: replace destination layer (bounded)
523
+ * @CAIRO_OPERATOR_CLEAR: clear destination layer (bounded) (Since 1.0)
524
+ * @CAIRO_OPERATOR_SOURCE: replace destination layer (bounded) (Since 1.0)
435
525
  * @CAIRO_OPERATOR_OVER: draw source layer on top of destination layer
436
- * (bounded)
526
+ * (bounded) (Since 1.0)
437
527
  * @CAIRO_OPERATOR_IN: draw source where there was destination content
438
- * (unbounded)
528
+ * (unbounded) (Since 1.0)
439
529
  * @CAIRO_OPERATOR_OUT: draw source where there was no destination
440
- * content (unbounded)
530
+ * content (unbounded) (Since 1.0)
441
531
  * @CAIRO_OPERATOR_ATOP: draw source on top of destination content and
442
- * only there
443
- * @CAIRO_OPERATOR_DEST: ignore the source
444
- * @CAIRO_OPERATOR_DEST_OVER: draw destination on top of source
532
+ * only there (Since 1.0)
533
+ * @CAIRO_OPERATOR_DEST: ignore the source (Since 1.0)
534
+ * @CAIRO_OPERATOR_DEST_OVER: draw destination on top of source (Since 1.0)
445
535
  * @CAIRO_OPERATOR_DEST_IN: leave destination only where there was
446
- * source content (unbounded)
536
+ * source content (unbounded) (Since 1.0)
447
537
  * @CAIRO_OPERATOR_DEST_OUT: leave destination only where there was no
448
- * source content
538
+ * source content (Since 1.0)
449
539
  * @CAIRO_OPERATOR_DEST_ATOP: leave destination on top of source content
450
- * and only there (unbounded)
540
+ * and only there (unbounded) (Since 1.0)
451
541
  * @CAIRO_OPERATOR_XOR: source and destination are shown where there is only
452
- * one of them
453
- * @CAIRO_OPERATOR_ADD: source and destination layers are accumulated
542
+ * one of them (Since 1.0)
543
+ * @CAIRO_OPERATOR_ADD: source and destination layers are accumulated (Since 1.0)
454
544
  * @CAIRO_OPERATOR_SATURATE: like over, but assuming source and dest are
455
- * disjoint geometries
545
+ * disjoint geometries (Since 1.0)
456
546
  * @CAIRO_OPERATOR_MULTIPLY: source and destination layers are multiplied.
457
- * This causes the result to be at least as dark as the darker inputs.
547
+ * This causes the result to be at least as dark as the darker inputs. (Since 1.10)
458
548
  * @CAIRO_OPERATOR_SCREEN: source and destination are complemented and
459
549
  * multiplied. This causes the result to be at least as light as the lighter
460
- * inputs.
550
+ * inputs. (Since 1.10)
461
551
  * @CAIRO_OPERATOR_OVERLAY: multiplies or screens, depending on the
462
- * lightness of the destination color.
552
+ * lightness of the destination color. (Since 1.10)
463
553
  * @CAIRO_OPERATOR_DARKEN: replaces the destination with the source if it
464
- * is darker, otherwise keeps the source.
554
+ * is darker, otherwise keeps the source. (Since 1.10)
465
555
  * @CAIRO_OPERATOR_LIGHTEN: replaces the destination with the source if it
466
- * is lighter, otherwise keeps the source.
556
+ * is lighter, otherwise keeps the source. (Since 1.10)
467
557
  * @CAIRO_OPERATOR_COLOR_DODGE: brightens the destination color to reflect
468
- * the source color.
558
+ * the source color. (Since 1.10)
469
559
  * @CAIRO_OPERATOR_COLOR_BURN: darkens the destination color to reflect
470
- * the source color.
471
- * @CAIRO_OPERATOR_HARD_LIGHT: Multiplies or screens, dependant on source
472
- * color.
473
- * @CAIRO_OPERATOR_SOFT_LIGHT: Darkens or lightens, dependant on source
474
- * color.
560
+ * the source color. (Since 1.10)
561
+ * @CAIRO_OPERATOR_HARD_LIGHT: Multiplies or screens, dependent on source
562
+ * color. (Since 1.10)
563
+ * @CAIRO_OPERATOR_SOFT_LIGHT: Darkens or lightens, dependent on source
564
+ * color. (Since 1.10)
475
565
  * @CAIRO_OPERATOR_DIFFERENCE: Takes the difference of the source and
476
- * destination color.
566
+ * destination color. (Since 1.10)
477
567
  * @CAIRO_OPERATOR_EXCLUSION: Produces an effect similar to difference, but
478
- * with lower contrast.
568
+ * with lower contrast. (Since 1.10)
479
569
  * @CAIRO_OPERATOR_HSL_HUE: Creates a color with the hue of the source
480
- * and the saturation and luminosity of the target.
570
+ * and the saturation and luminosity of the target. (Since 1.10)
481
571
  * @CAIRO_OPERATOR_HSL_SATURATION: Creates a color with the saturation
482
572
  * of the source and the hue and luminosity of the target. Painting with
483
- * this mode onto a gray area prduces no change.
573
+ * this mode onto a gray area produces no change. (Since 1.10)
484
574
  * @CAIRO_OPERATOR_HSL_COLOR: Creates a color with the hue and saturation
485
575
  * of the source and the luminosity of the target. This preserves the gray
486
576
  * levels of the target and is useful for coloring monochrome images or
487
- * tinting color images.
577
+ * tinting color images. (Since 1.10)
488
578
  * @CAIRO_OPERATOR_HSL_LUMINOSITY: Creates a color with the luminosity of
489
579
  * the source and the hue and saturation of the target. This produces an
490
- * inverse effect to @CAIRO_OPERATOR_HSL_COLOR.
580
+ * inverse effect to @CAIRO_OPERATOR_HSL_COLOR. (Since 1.10)
491
581
  *
492
582
  * #cairo_operator_t is used to set the compositing operator for all cairo
493
583
  * drawing operations.
@@ -506,6 +596,8 @@ cairo_pop_group_to_source (cairo_t *cr);
506
596
  * For a more detailed explanation of the effects of each operator, including
507
597
  * the mathematical definitions, see
508
598
  * <ulink url="http://cairographics.org/operators/">http://cairographics.org/operators/</ulink>.
599
+ *
600
+ * Since: 1.0
509
601
  **/
510
602
  typedef enum _cairo_operator {
511
603
  CAIRO_OPERATOR_CLEAR,
@@ -569,21 +661,52 @@ cairo_set_tolerance (cairo_t *cr, double tolerance);
569
661
  /**
570
662
  * cairo_antialias_t:
571
663
  * @CAIRO_ANTIALIAS_DEFAULT: Use the default antialiasing for
572
- * the subsystem and target device
573
- * @CAIRO_ANTIALIAS_NONE: Use a bilevel alpha mask
664
+ * the subsystem and target device, since 1.0
665
+ * @CAIRO_ANTIALIAS_NONE: Use a bilevel alpha mask, since 1.0
574
666
  * @CAIRO_ANTIALIAS_GRAY: Perform single-color antialiasing (using
575
- * shades of gray for black text on a white background, for example).
667
+ * shades of gray for black text on a white background, for example), since 1.0
576
668
  * @CAIRO_ANTIALIAS_SUBPIXEL: Perform antialiasing by taking
577
669
  * advantage of the order of subpixel elements on devices
578
- * such as LCD panels
670
+ * such as LCD panels, since 1.0
671
+ * @CAIRO_ANTIALIAS_FAST: Hint that the backend should perform some
672
+ * antialiasing but prefer speed over quality, since 1.12
673
+ * @CAIRO_ANTIALIAS_GOOD: The backend should balance quality against
674
+ * performance, since 1.12
675
+ * @CAIRO_ANTIALIAS_BEST: Hint that the backend should render at the highest
676
+ * quality, sacrificing speed if necessary, since 1.12
579
677
  *
580
678
  * Specifies the type of antialiasing to do when rendering text or shapes.
679
+ *
680
+ * As it is not necessarily clear from the above what advantages a particular
681
+ * antialias method provides, since 1.12, there is also a set of hints:
682
+ * @CAIRO_ANTIALIAS_FAST: Allow the backend to degrade raster quality for speed
683
+ * @CAIRO_ANTIALIAS_GOOD: A balance between speed and quality
684
+ * @CAIRO_ANTIALIAS_BEST: A high-fidelity, but potentially slow, raster mode
685
+ *
686
+ * These make no guarantee on how the backend will perform its rasterisation
687
+ * (if it even rasterises!), nor that they have any differing effect other
688
+ * than to enable some form of antialiasing. In the case of glyph rendering,
689
+ * @CAIRO_ANTIALIAS_FAST and @CAIRO_ANTIALIAS_GOOD will be mapped to
690
+ * @CAIRO_ANTIALIAS_GRAY, with @CAIRO_ANTALIAS_BEST being equivalent to
691
+ * @CAIRO_ANTIALIAS_SUBPIXEL.
692
+ *
693
+ * The interpretation of @CAIRO_ANTIALIAS_DEFAULT is left entirely up to
694
+ * the backend, typically this will be similar to @CAIRO_ANTIALIAS_GOOD.
695
+ *
696
+ * Since: 1.0
581
697
  **/
582
698
  typedef enum _cairo_antialias {
583
699
  CAIRO_ANTIALIAS_DEFAULT,
700
+
701
+ /* method */
584
702
  CAIRO_ANTIALIAS_NONE,
585
703
  CAIRO_ANTIALIAS_GRAY,
586
- CAIRO_ANTIALIAS_SUBPIXEL
704
+ CAIRO_ANTIALIAS_SUBPIXEL,
705
+
706
+ /* hints */
707
+ CAIRO_ANTIALIAS_FAST,
708
+ CAIRO_ANTIALIAS_GOOD,
709
+ CAIRO_ANTIALIAS_BEST
587
710
  } cairo_antialias_t;
588
711
 
589
712
  cairo_public void
@@ -595,11 +718,11 @@ cairo_set_antialias (cairo_t *cr, cairo_antialias_t antialias);
595
718
  * left-to-right, counts +1. If the path crosses the ray
596
719
  * from right to left, counts -1. (Left and right are determined
597
720
  * from the perspective of looking along the ray from the starting
598
- * point.) If the total count is non-zero, the point will be filled.
721
+ * point.) If the total count is non-zero, the point will be filled. (Since 1.0)
599
722
  * @CAIRO_FILL_RULE_EVEN_ODD: Counts the total number of
600
723
  * intersections, without regard to the orientation of the contour. If
601
724
  * the total number of intersections is odd, the point will be
602
- * filled.
725
+ * filled. (Since 1.0)
603
726
  *
604
727
  * #cairo_fill_rule_t is used to select how paths are filled. For both
605
728
  * fill rules, whether or not a point is included in the fill is
@@ -613,6 +736,8 @@ cairo_set_antialias (cairo_t *cr, cairo_antialias_t antialias);
613
736
  * The default fill rule is %CAIRO_FILL_RULE_WINDING.
614
737
  *
615
738
  * New entries may be added in future versions.
739
+ *
740
+ * Since: 1.0
616
741
  **/
617
742
  typedef enum _cairo_fill_rule {
618
743
  CAIRO_FILL_RULE_WINDING,
@@ -627,13 +752,15 @@ cairo_set_line_width (cairo_t *cr, double width);
627
752
 
628
753
  /**
629
754
  * cairo_line_cap_t:
630
- * @CAIRO_LINE_CAP_BUTT: start(stop) the line exactly at the start(end) point
631
- * @CAIRO_LINE_CAP_ROUND: use a round ending, the center of the circle is the end point
632
- * @CAIRO_LINE_CAP_SQUARE: use squared ending, the center of the square is the end point
755
+ * @CAIRO_LINE_CAP_BUTT: start(stop) the line exactly at the start(end) point (Since 1.0)
756
+ * @CAIRO_LINE_CAP_ROUND: use a round ending, the center of the circle is the end point (Since 1.0)
757
+ * @CAIRO_LINE_CAP_SQUARE: use squared ending, the center of the square is the end point (Since 1.0)
633
758
  *
634
759
  * Specifies how to render the endpoints of the path when stroking.
635
760
  *
636
761
  * The default line cap style is %CAIRO_LINE_CAP_BUTT.
762
+ *
763
+ * Since: 1.0
637
764
  **/
638
765
  typedef enum _cairo_line_cap {
639
766
  CAIRO_LINE_CAP_BUTT,
@@ -647,15 +774,17 @@ cairo_set_line_cap (cairo_t *cr, cairo_line_cap_t line_cap);
647
774
  /**
648
775
  * cairo_line_join_t:
649
776
  * @CAIRO_LINE_JOIN_MITER: use a sharp (angled) corner, see
650
- * cairo_set_miter_limit()
777
+ * cairo_set_miter_limit() (Since 1.0)
651
778
  * @CAIRO_LINE_JOIN_ROUND: use a rounded join, the center of the circle is the
652
- * joint point
779
+ * joint point (Since 1.0)
653
780
  * @CAIRO_LINE_JOIN_BEVEL: use a cut-off join, the join is cut off at half
654
- * the line width from the joint point
781
+ * the line width from the joint point (Since 1.0)
655
782
  *
656
783
  * Specifies how to render the junction of two lines when stroking.
657
784
  *
658
785
  * The default line join style is %CAIRO_LINE_JOIN_MITER.
786
+ *
787
+ * Since: 1.0
659
788
  **/
660
789
  typedef enum _cairo_line_join {
661
790
  CAIRO_LINE_JOIN_MITER,
@@ -902,6 +1031,8 @@ cairo_rectangle_list_destroy (cairo_rectangle_list_t *rectangle_list);
902
1031
  *
903
1032
  * Memory management of #cairo_scaled_font_t is done with
904
1033
  * cairo_scaled_font_reference() and cairo_scaled_font_destroy().
1034
+ *
1035
+ * Since: 1.0
905
1036
  **/
906
1037
  typedef struct _cairo_scaled_font cairo_scaled_font_t;
907
1038
 
@@ -921,6 +1052,8 @@ typedef struct _cairo_scaled_font cairo_scaled_font_t;
921
1052
  *
922
1053
  * Memory management of #cairo_font_face_t is done with
923
1054
  * cairo_font_face_reference() and cairo_font_face_destroy().
1055
+ *
1056
+ * Since: 1.0
924
1057
  **/
925
1058
  typedef struct _cairo_font_face cairo_font_face_t;
926
1059
 
@@ -947,6 +1080,8 @@ typedef struct _cairo_font_face cairo_font_face_t;
947
1080
  * Note that the offsets given by @x and @y are not cumulative. When
948
1081
  * drawing or measuring text, each glyph is individually positioned
949
1082
  * with respect to the overall origin
1083
+ *
1084
+ * Since: 1.0
950
1085
  **/
951
1086
  typedef struct {
952
1087
  unsigned long index;
@@ -994,7 +1129,7 @@ cairo_text_cluster_free (cairo_text_cluster_t *clusters);
994
1129
  /**
995
1130
  * cairo_text_cluster_flags_t:
996
1131
  * @CAIRO_TEXT_CLUSTER_FLAG_BACKWARD: The clusters in the cluster array
997
- * map to glyphs in the glyph array from end to start.
1132
+ * map to glyphs in the glyph array from end to start. (Since 1.8)
998
1133
  *
999
1134
  * Specifies properties of a text cluster mapping.
1000
1135
  *
@@ -1030,6 +1165,8 @@ typedef enum _cairo_text_cluster_flags {
1030
1165
  * doubled. They will change slightly due to hinting (so you can't
1031
1166
  * assume that metrics are independent of the transformation matrix),
1032
1167
  * but otherwise will remain unchanged.
1168
+ *
1169
+ * Since: 1.0
1033
1170
  **/
1034
1171
  typedef struct {
1035
1172
  double x_bearing;
@@ -1052,7 +1189,7 @@ typedef struct {
1052
1189
  * portions below the baseline. Note that this is not always
1053
1190
  * exactly equal to the maximum of the extents of all the
1054
1191
  * glyphs in the font, but rather is picked to express the
1055
- * font designer's intent as to how the the font should
1192
+ * font designer's intent as to how the font should
1056
1193
  * align with elements below it.
1057
1194
  * @height: the recommended vertical distance between baselines when
1058
1195
  * setting consecutive lines of text with the font. This
@@ -1062,10 +1199,10 @@ typedef struct {
1062
1199
  * is at a premium, most fonts can be set with only
1063
1200
  * a distance of @ascent+@descent between lines.
1064
1201
  * @max_x_advance: the maximum distance in the X direction that
1065
- * the the origin is advanced for any glyph in the font.
1202
+ * the origin is advanced for any glyph in the font.
1066
1203
  * @max_y_advance: the maximum distance in the Y direction that
1067
- * the the origin is advanced for any glyph in the font.
1068
- * this will be zero for normal fonts used for horizontal
1204
+ * the origin is advanced for any glyph in the font.
1205
+ * This will be zero for normal fonts used for horizontal
1069
1206
  * writing. (The scripts of East Asia are sometimes written
1070
1207
  * vertically.)
1071
1208
  *
@@ -1080,6 +1217,8 @@ typedef struct {
1080
1217
  * not be doubled. They will change slightly due to hinting (so you
1081
1218
  * can't assume that metrics are independent of the transformation
1082
1219
  * matrix), but otherwise will remain unchanged.
1220
+ *
1221
+ * Since: 1.0
1083
1222
  **/
1084
1223
  typedef struct {
1085
1224
  double ascent;
@@ -1091,11 +1230,13 @@ typedef struct {
1091
1230
 
1092
1231
  /**
1093
1232
  * cairo_font_slant_t:
1094
- * @CAIRO_FONT_SLANT_NORMAL: Upright font style
1095
- * @CAIRO_FONT_SLANT_ITALIC: Italic font style
1096
- * @CAIRO_FONT_SLANT_OBLIQUE: Oblique font style
1233
+ * @CAIRO_FONT_SLANT_NORMAL: Upright font style, since 1.0
1234
+ * @CAIRO_FONT_SLANT_ITALIC: Italic font style, since 1.0
1235
+ * @CAIRO_FONT_SLANT_OBLIQUE: Oblique font style, since 1.0
1097
1236
  *
1098
1237
  * Specifies variants of a font face based on their slant.
1238
+ *
1239
+ * Since: 1.0
1099
1240
  **/
1100
1241
  typedef enum _cairo_font_slant {
1101
1242
  CAIRO_FONT_SLANT_NORMAL,
@@ -1105,10 +1246,12 @@ typedef enum _cairo_font_slant {
1105
1246
 
1106
1247
  /**
1107
1248
  * cairo_font_weight_t:
1108
- * @CAIRO_FONT_WEIGHT_NORMAL: Normal font weight
1109
- * @CAIRO_FONT_WEIGHT_BOLD: Bold font weight
1249
+ * @CAIRO_FONT_WEIGHT_NORMAL: Normal font weight, since 1.0
1250
+ * @CAIRO_FONT_WEIGHT_BOLD: Bold font weight, since 1.0
1110
1251
  *
1111
1252
  * Specifies variants of a font face based on their weight.
1253
+ *
1254
+ * Since: 1.0
1112
1255
  **/
1113
1256
  typedef enum _cairo_font_weight {
1114
1257
  CAIRO_FONT_WEIGHT_NORMAL,
@@ -1118,19 +1261,21 @@ typedef enum _cairo_font_weight {
1118
1261
  /**
1119
1262
  * cairo_subpixel_order_t:
1120
1263
  * @CAIRO_SUBPIXEL_ORDER_DEFAULT: Use the default subpixel order for
1121
- * for the target device
1264
+ * for the target device, since 1.0
1122
1265
  * @CAIRO_SUBPIXEL_ORDER_RGB: Subpixel elements are arranged horizontally
1123
- * with red at the left
1266
+ * with red at the left, since 1.0
1124
1267
  * @CAIRO_SUBPIXEL_ORDER_BGR: Subpixel elements are arranged horizontally
1125
- * with blue at the left
1268
+ * with blue at the left, since 1.0
1126
1269
  * @CAIRO_SUBPIXEL_ORDER_VRGB: Subpixel elements are arranged vertically
1127
- * with red at the top
1270
+ * with red at the top, since 1.0
1128
1271
  * @CAIRO_SUBPIXEL_ORDER_VBGR: Subpixel elements are arranged vertically
1129
- * with blue at the top
1272
+ * with blue at the top, since 1.0
1130
1273
  *
1131
1274
  * The subpixel order specifies the order of color elements within
1132
1275
  * each pixel on the display device when rendering with an
1133
1276
  * antialiasing mode of %CAIRO_ANTIALIAS_SUBPIXEL.
1277
+ *
1278
+ * Since: 1.0
1134
1279
  **/
1135
1280
  typedef enum _cairo_subpixel_order {
1136
1281
  CAIRO_SUBPIXEL_ORDER_DEFAULT,
@@ -1143,15 +1288,15 @@ typedef enum _cairo_subpixel_order {
1143
1288
  /**
1144
1289
  * cairo_hint_style_t:
1145
1290
  * @CAIRO_HINT_STYLE_DEFAULT: Use the default hint style for
1146
- * font backend and target device
1147
- * @CAIRO_HINT_STYLE_NONE: Do not hint outlines
1291
+ * font backend and target device, since 1.0
1292
+ * @CAIRO_HINT_STYLE_NONE: Do not hint outlines, since 1.0
1148
1293
  * @CAIRO_HINT_STYLE_SLIGHT: Hint outlines slightly to improve
1149
1294
  * contrast while retaining good fidelity to the original
1150
- * shapes.
1295
+ * shapes, since 1.0
1151
1296
  * @CAIRO_HINT_STYLE_MEDIUM: Hint outlines with medium strength
1152
1297
  * giving a compromise between fidelity to the original shapes
1153
- * and contrast
1154
- * @CAIRO_HINT_STYLE_FULL: Hint outlines to maximize contrast
1298
+ * and contrast, since 1.0
1299
+ * @CAIRO_HINT_STYLE_FULL: Hint outlines to maximize contrast, since 1.0
1155
1300
  *
1156
1301
  * Specifies the type of hinting to do on font outlines. Hinting
1157
1302
  * is the process of fitting outlines to the pixel grid in order
@@ -1161,6 +1306,8 @@ typedef enum _cairo_subpixel_order {
1161
1306
  * styles are supported by all font backends.
1162
1307
  *
1163
1308
  * New entries may be added in future versions.
1309
+ *
1310
+ * Since: 1.0
1164
1311
  **/
1165
1312
  typedef enum _cairo_hint_style {
1166
1313
  CAIRO_HINT_STYLE_DEFAULT,
@@ -1173,15 +1320,17 @@ typedef enum _cairo_hint_style {
1173
1320
  /**
1174
1321
  * cairo_hint_metrics_t:
1175
1322
  * @CAIRO_HINT_METRICS_DEFAULT: Hint metrics in the default
1176
- * manner for the font backend and target device
1177
- * @CAIRO_HINT_METRICS_OFF: Do not hint font metrics
1178
- * @CAIRO_HINT_METRICS_ON: Hint font metrics
1323
+ * manner for the font backend and target device, since 1.0
1324
+ * @CAIRO_HINT_METRICS_OFF: Do not hint font metrics, since 1.0
1325
+ * @CAIRO_HINT_METRICS_ON: Hint font metrics, since 1.0
1179
1326
  *
1180
1327
  * Specifies whether to hint font metrics; hinting font metrics
1181
1328
  * means quantizing them so that they are integer values in
1182
1329
  * device space. Doing this improves the consistency of
1183
1330
  * letter and line spacing, however it also means that text
1184
1331
  * will be laid out differently at different zoom factors.
1332
+ *
1333
+ * Since: 1.0
1185
1334
  **/
1186
1335
  typedef enum _cairo_hint_metrics {
1187
1336
  CAIRO_HINT_METRICS_DEFAULT,
@@ -1197,8 +1346,8 @@ typedef enum _cairo_hint_metrics {
1197
1346
  *
1198
1347
  * Individual features of a #cairo_font_options_t can be set or
1199
1348
  * accessed using functions named
1200
- * cairo_font_options_set_<emphasis>feature_name</emphasis> and
1201
- * cairo_font_options_get_<emphasis>feature_name</emphasis>, like
1349
+ * <function>cairo_font_options_set_<emphasis>feature_name</emphasis>()</function> and
1350
+ * <function>cairo_font_options_get_<emphasis>feature_name</emphasis>()</function>, like
1202
1351
  * cairo_font_options_set_antialias() and
1203
1352
  * cairo_font_options_get_antialias().
1204
1353
  *
@@ -1208,6 +1357,8 @@ typedef enum _cairo_hint_metrics {
1208
1357
  * cairo_font_options_hash() should be used to copy, check
1209
1358
  * for equality, merge, or compute a hash value of
1210
1359
  * #cairo_font_options_t objects.
1360
+ *
1361
+ * Since: 1.0
1211
1362
  **/
1212
1363
  typedef struct _cairo_font_options cairo_font_options_t;
1213
1364
 
@@ -1352,10 +1503,11 @@ cairo_font_face_status (cairo_font_face_t *font_face);
1352
1503
 
1353
1504
  /**
1354
1505
  * cairo_font_type_t:
1355
- * @CAIRO_FONT_TYPE_TOY: The font was created using cairo's toy font api
1356
- * @CAIRO_FONT_TYPE_FT: The font is of type FreeType
1357
- * @CAIRO_FONT_TYPE_WIN32: The font is of type Win32
1358
- * @CAIRO_FONT_TYPE_QUARTZ: The font is of type Quartz (Since: 1.6)
1506
+ * @CAIRO_FONT_TYPE_TOY: The font was created using cairo's toy font api (Since: 1.2)
1507
+ * @CAIRO_FONT_TYPE_FT: The font is of type FreeType (Since: 1.2)
1508
+ * @CAIRO_FONT_TYPE_WIN32: The font is of type Win32 (Since: 1.2)
1509
+ * @CAIRO_FONT_TYPE_QUARTZ: The font is of type Quartz (Since: 1.6, in 1.2 and
1510
+ * 1.4 it was named CAIRO_FONT_TYPE_ATSUI)
1359
1511
  * @CAIRO_FONT_TYPE_USER: The font was create using cairo's user font api (Since: 1.8)
1360
1512
  *
1361
1513
  * #cairo_font_type_t is used to describe the type of a given font
@@ -1364,8 +1516,8 @@ cairo_font_face_status (cairo_font_face_t *font_face);
1364
1516
  *
1365
1517
  * The type of a font face is determined by the function used to
1366
1518
  * create it, which will generally be of the form
1367
- * cairo_<emphasis>type</emphasis>_font_face_create(). The font face type can be queried
1368
- * with cairo_font_face_get_type()
1519
+ * <function>cairo_<emphasis>type</emphasis>_font_face_create(<!-- -->)</function>.
1520
+ * The font face type can be queried with cairo_font_face_get_type()
1369
1521
  *
1370
1522
  * The various #cairo_font_face_t functions can be used with a font face
1371
1523
  * of any type.
@@ -1378,7 +1530,8 @@ cairo_font_face_status (cairo_font_face_t *font_face);
1378
1530
  * fonts of any type, but some font backends also provide
1379
1531
  * type-specific functions that must only be called with a scaled font
1380
1532
  * of the appropriate type. These functions have names that begin with
1381
- * cairo_<emphasis>type</emphasis>_scaled_font() such as cairo_ft_scaled_font_lock_face().
1533
+ * <function>cairo_<emphasis>type</emphasis>_scaled_font(<!-- -->)</function>
1534
+ * such as cairo_ft_scaled_font_lock_face().
1382
1535
  *
1383
1536
  * The behavior of calling a type-specific function with a scaled font
1384
1537
  * of the wrong type is undefined.
@@ -1624,7 +1777,8 @@ typedef cairo_status_t (*cairo_user_scaled_font_render_glyph_func_t) (cairo_scal
1624
1777
  * using cairo_glyph_allocate() and placed in @glyphs. Upon return,
1625
1778
  * @num_glyphs should contain the number of generated glyphs. If the value
1626
1779
  * @glyphs points at has changed after the call, the caller will free the
1627
- * allocated glyph array using cairo_glyph_free().
1780
+ * allocated glyph array using cairo_glyph_free(). The caller will also free
1781
+ * the original value of @glyphs, so the callback shouldn't do so.
1628
1782
  * The callback should populate the glyph indices and positions (in font space)
1629
1783
  * assuming that the text is to be shown at the origin.
1630
1784
  *
@@ -1635,8 +1789,9 @@ typedef cairo_status_t (*cairo_user_scaled_font_render_glyph_func_t) (cairo_scal
1635
1789
  * as a cluster buffer, and @num_clusters points to the number of cluster
1636
1790
  * entries available there. If the provided cluster array is too short for
1637
1791
  * the conversion (or for convenience), a new cluster array may be allocated
1638
- * using cairo_text_cluster_allocate() and placed in @clusters. Upon return,
1639
- * @num_clusters should contain the number of generated clusters.
1792
+ * using cairo_text_cluster_allocate() and placed in @clusters. In this case,
1793
+ * the original value of @clusters will still be freed by the caller. Upon
1794
+ * return, @num_clusters should contain the number of generated clusters.
1640
1795
  * If the value @clusters points at has changed after the call, the caller
1641
1796
  * will free the allocated cluster array using cairo_text_cluster_free().
1642
1797
  *
@@ -1795,14 +1950,16 @@ cairo_get_group_target (cairo_t *cr);
1795
1950
 
1796
1951
  /**
1797
1952
  * cairo_path_data_type_t:
1798
- * @CAIRO_PATH_MOVE_TO: A move-to operation
1799
- * @CAIRO_PATH_LINE_TO: A line-to operation
1800
- * @CAIRO_PATH_CURVE_TO: A curve-to operation
1801
- * @CAIRO_PATH_CLOSE_PATH: A close-path operation
1953
+ * @CAIRO_PATH_MOVE_TO: A move-to operation, since 1.0
1954
+ * @CAIRO_PATH_LINE_TO: A line-to operation, since 1.0
1955
+ * @CAIRO_PATH_CURVE_TO: A curve-to operation, since 1.0
1956
+ * @CAIRO_PATH_CLOSE_PATH: A close-path operation, since 1.0
1802
1957
  *
1803
1958
  * #cairo_path_data_t is used to describe the type of one portion
1804
1959
  * of a path when represented as a #cairo_path_t.
1805
1960
  * See #cairo_path_data_t for details.
1961
+ *
1962
+ * Since: 1.0
1806
1963
  **/
1807
1964
  typedef enum _cairo_path_data_type {
1808
1965
  CAIRO_PATH_MOVE_TO,
@@ -1876,6 +2033,8 @@ typedef enum _cairo_path_data_type {
1876
2033
  * always use <literal>data->header.length</literal> to
1877
2034
  * iterate over the path data, instead of hardcoding the number of
1878
2035
  * elements for each element type.
2036
+ *
2037
+ * Since: 1.0
1879
2038
  **/
1880
2039
  typedef union _cairo_path_data_t cairo_path_data_t;
1881
2040
  union _cairo_path_data_t {
@@ -1906,6 +2065,8 @@ union _cairo_path_data_t {
1906
2065
  * array. This number is larger than the number of independent path
1907
2066
  * portions (defined in #cairo_path_data_type_t), since the data
1908
2067
  * includes both headers and coordinates for each portion.
2068
+ *
2069
+ * Since: 1.0
1909
2070
  **/
1910
2071
  typedef struct cairo_path {
1911
2072
  cairo_status_t status;
@@ -1941,26 +2102,29 @@ cairo_device_reference (cairo_device_t *device);
1941
2102
 
1942
2103
  /**
1943
2104
  * cairo_device_type_t:
1944
- * @CAIRO_DEVICE_TYPE_DRM: The surface is of type Direct Render Manager
1945
- * @CAIRO_DEVICE_TYPE_GL: The surface is of type OpenGL
1946
- * @CAIRO_DEVICE_TYPE_SCRIPT: The surface is of type script
1947
- * @CAIRO_DEVICE_TYPE_XCB: The surface is of type xcb
1948
- * @CAIRO_DEVICE_TYPE_XLIB: The surface is of type xlib
1949
- * @CAIRO_DEVICE_TYPE_XML: The surface is of type XML
1950
- * cairo_surface_create_for_rectangle()
2105
+ * @CAIRO_DEVICE_TYPE_DRM: The device is of type Direct Render Manager, since 1.10
2106
+ * @CAIRO_DEVICE_TYPE_GL: The device is of type OpenGL, since 1.10
2107
+ * @CAIRO_DEVICE_TYPE_SCRIPT: The device is of type script, since 1.10
2108
+ * @CAIRO_DEVICE_TYPE_XCB: The device is of type xcb, since 1.10
2109
+ * @CAIRO_DEVICE_TYPE_XLIB: The device is of type xlib, since 1.10
2110
+ * @CAIRO_DEVICE_TYPE_XML: The device is of type XML, since 1.10
2111
+ * @CAIRO_DEVICE_TYPE_COGL: The device is of type cogl, since 1.12
2112
+ * @CAIRO_DEVICE_TYPE_WIN32: The device is of type win32, since 1.12
2113
+ * @CAIRO_DEVICE_TYPE_INVALID: The device is invalid, since 1.10
1951
2114
  *
1952
2115
  * #cairo_device_type_t is used to describe the type of a given
1953
2116
  * device. The devices types are also known as "backends" within cairo.
1954
2117
  *
1955
2118
  * The device type can be queried with cairo_device_get_type()
1956
2119
  *
1957
- * The various #cairo_device_t functions can be used with surfaces of
2120
+ * The various #cairo_device_t functions can be used with devices of
1958
2121
  * any type, but some backends also provide type-specific functions
1959
2122
  * that must only be called with a device of the appropriate
1960
2123
  * type. These functions have names that begin with
1961
- * cairo_<emphasis>type</emphasis>_device<!-- --> such as cairo_xcb_device_debug_set_render_version().
2124
+ * <literal>cairo_<emphasis>type</emphasis>_device</literal> such as
2125
+ * cairo_xcb_device_debug_cap_xrender_version().
1962
2126
  *
1963
- * The behavior of calling a type-specific function with a surface of
2127
+ * The behavior of calling a type-specific function with a device of
1964
2128
  * the wrong type is undefined.
1965
2129
  *
1966
2130
  * New entries may be added in future versions.
@@ -1973,7 +2137,11 @@ typedef enum _cairo_device_type {
1973
2137
  CAIRO_DEVICE_TYPE_SCRIPT,
1974
2138
  CAIRO_DEVICE_TYPE_XCB,
1975
2139
  CAIRO_DEVICE_TYPE_XLIB,
1976
- CAIRO_DEVICE_TYPE_XML
2140
+ CAIRO_DEVICE_TYPE_XML,
2141
+ CAIRO_DEVICE_TYPE_COGL,
2142
+ CAIRO_DEVICE_TYPE_WIN32,
2143
+
2144
+ CAIRO_DEVICE_TYPE_INVALID = -1
1977
2145
  } cairo_device_type_t;
1978
2146
 
1979
2147
  cairo_public cairo_device_type_t
@@ -2019,6 +2187,20 @@ cairo_surface_create_similar (cairo_surface_t *other,
2019
2187
  int width,
2020
2188
  int height);
2021
2189
 
2190
+ cairo_public cairo_surface_t *
2191
+ cairo_surface_create_similar_image (cairo_surface_t *other,
2192
+ cairo_format_t format,
2193
+ int width,
2194
+ int height);
2195
+
2196
+ cairo_public cairo_surface_t *
2197
+ cairo_surface_map_to_image (cairo_surface_t *surface,
2198
+ const cairo_rectangle_int_t *extents);
2199
+
2200
+ cairo_public void
2201
+ cairo_surface_unmap_image (cairo_surface_t *surface,
2202
+ cairo_surface_t *image);
2203
+
2022
2204
  cairo_public cairo_surface_t *
2023
2205
  cairo_surface_create_for_rectangle (cairo_surface_t *target,
2024
2206
  double x,
@@ -2026,6 +2208,84 @@ cairo_surface_create_for_rectangle (cairo_surface_t *target,
2026
2208
  double width,
2027
2209
  double height);
2028
2210
 
2211
+ typedef enum {
2212
+ CAIRO_SURFACE_OBSERVER_NORMAL = 0,
2213
+ CAIRO_SURFACE_OBSERVER_RECORD_OPERATIONS = 0x1
2214
+ } cairo_surface_observer_mode_t;
2215
+
2216
+ cairo_public cairo_surface_t *
2217
+ cairo_surface_create_observer (cairo_surface_t *target,
2218
+ cairo_surface_observer_mode_t mode);
2219
+
2220
+ typedef void (*cairo_surface_observer_callback_t) (cairo_surface_t *observer,
2221
+ cairo_surface_t *target,
2222
+ void *data);
2223
+
2224
+ cairo_public cairo_status_t
2225
+ cairo_surface_observer_add_paint_callback (cairo_surface_t *abstract_surface,
2226
+ cairo_surface_observer_callback_t func,
2227
+ void *data);
2228
+
2229
+ cairo_public cairo_status_t
2230
+ cairo_surface_observer_add_mask_callback (cairo_surface_t *abstract_surface,
2231
+ cairo_surface_observer_callback_t func,
2232
+ void *data);
2233
+
2234
+ cairo_public cairo_status_t
2235
+ cairo_surface_observer_add_fill_callback (cairo_surface_t *abstract_surface,
2236
+ cairo_surface_observer_callback_t func,
2237
+ void *data);
2238
+
2239
+ cairo_public cairo_status_t
2240
+ cairo_surface_observer_add_stroke_callback (cairo_surface_t *abstract_surface,
2241
+ cairo_surface_observer_callback_t func,
2242
+ void *data);
2243
+
2244
+ cairo_public cairo_status_t
2245
+ cairo_surface_observer_add_glyphs_callback (cairo_surface_t *abstract_surface,
2246
+ cairo_surface_observer_callback_t func,
2247
+ void *data);
2248
+
2249
+ cairo_public cairo_status_t
2250
+ cairo_surface_observer_add_flush_callback (cairo_surface_t *abstract_surface,
2251
+ cairo_surface_observer_callback_t func,
2252
+ void *data);
2253
+
2254
+ cairo_public cairo_status_t
2255
+ cairo_surface_observer_add_finish_callback (cairo_surface_t *abstract_surface,
2256
+ cairo_surface_observer_callback_t func,
2257
+ void *data);
2258
+
2259
+ cairo_public cairo_status_t
2260
+ cairo_surface_observer_print (cairo_surface_t *surface,
2261
+ cairo_write_func_t write_func,
2262
+ void *closure);
2263
+ cairo_public double
2264
+ cairo_surface_observer_elapsed (cairo_surface_t *surface);
2265
+
2266
+ cairo_public cairo_status_t
2267
+ cairo_device_observer_print (cairo_device_t *device,
2268
+ cairo_write_func_t write_func,
2269
+ void *closure);
2270
+
2271
+ cairo_public double
2272
+ cairo_device_observer_elapsed (cairo_device_t *device);
2273
+
2274
+ cairo_public double
2275
+ cairo_device_observer_paint_elapsed (cairo_device_t *device);
2276
+
2277
+ cairo_public double
2278
+ cairo_device_observer_mask_elapsed (cairo_device_t *device);
2279
+
2280
+ cairo_public double
2281
+ cairo_device_observer_fill_elapsed (cairo_device_t *device);
2282
+
2283
+ cairo_public double
2284
+ cairo_device_observer_stroke_elapsed (cairo_device_t *device);
2285
+
2286
+ cairo_public double
2287
+ cairo_device_observer_glyphs_elapsed (cairo_device_t *device);
2288
+
2029
2289
  cairo_public cairo_surface_t *
2030
2290
  cairo_surface_reference (cairo_surface_t *surface);
2031
2291
 
@@ -2046,20 +2306,20 @@ cairo_surface_status (cairo_surface_t *surface);
2046
2306
 
2047
2307
  /**
2048
2308
  * cairo_surface_type_t:
2049
- * @CAIRO_SURFACE_TYPE_IMAGE: The surface is of type image
2050
- * @CAIRO_SURFACE_TYPE_PDF: The surface is of type pdf
2051
- * @CAIRO_SURFACE_TYPE_PS: The surface is of type ps
2052
- * @CAIRO_SURFACE_TYPE_XLIB: The surface is of type xlib
2053
- * @CAIRO_SURFACE_TYPE_XCB: The surface is of type xcb
2054
- * @CAIRO_SURFACE_TYPE_GLITZ: The surface is of type glitz
2055
- * @CAIRO_SURFACE_TYPE_QUARTZ: The surface is of type quartz
2056
- * @CAIRO_SURFACE_TYPE_WIN32: The surface is of type win32
2057
- * @CAIRO_SURFACE_TYPE_BEOS: The surface is of type beos
2058
- * @CAIRO_SURFACE_TYPE_DIRECTFB: The surface is of type directfb
2059
- * @CAIRO_SURFACE_TYPE_SVG: The surface is of type svg
2060
- * @CAIRO_SURFACE_TYPE_OS2: The surface is of type os2
2061
- * @CAIRO_SURFACE_TYPE_WIN32_PRINTING: The surface is a win32 printing surface
2062
- * @CAIRO_SURFACE_TYPE_QUARTZ_IMAGE: The surface is of type quartz_image
2309
+ * @CAIRO_SURFACE_TYPE_IMAGE: The surface is of type image, since 1.2
2310
+ * @CAIRO_SURFACE_TYPE_PDF: The surface is of type pdf, since 1.2
2311
+ * @CAIRO_SURFACE_TYPE_PS: The surface is of type ps, since 1.2
2312
+ * @CAIRO_SURFACE_TYPE_XLIB: The surface is of type xlib, since 1.2
2313
+ * @CAIRO_SURFACE_TYPE_XCB: The surface is of type xcb, since 1.2
2314
+ * @CAIRO_SURFACE_TYPE_GLITZ: The surface is of type glitz, since 1.2
2315
+ * @CAIRO_SURFACE_TYPE_QUARTZ: The surface is of type quartz, since 1.2
2316
+ * @CAIRO_SURFACE_TYPE_WIN32: The surface is of type win32, since 1.2
2317
+ * @CAIRO_SURFACE_TYPE_BEOS: The surface is of type beos, since 1.2
2318
+ * @CAIRO_SURFACE_TYPE_DIRECTFB: The surface is of type directfb, since 1.2
2319
+ * @CAIRO_SURFACE_TYPE_SVG: The surface is of type svg, since 1.2
2320
+ * @CAIRO_SURFACE_TYPE_OS2: The surface is of type os2, since 1.4
2321
+ * @CAIRO_SURFACE_TYPE_WIN32_PRINTING: The surface is a win32 printing surface, since 1.6
2322
+ * @CAIRO_SURFACE_TYPE_QUARTZ_IMAGE: The surface is of type quartz_image, since 1.6
2063
2323
  * @CAIRO_SURFACE_TYPE_SCRIPT: The surface is of type script, since 1.10
2064
2324
  * @CAIRO_SURFACE_TYPE_QT: The surface is of type Qt, since 1.10
2065
2325
  * @CAIRO_SURFACE_TYPE_RECORDING: The surface is of type recording, since 1.10
@@ -2071,13 +2331,15 @@ cairo_surface_status (cairo_surface_t *surface);
2071
2331
  * @CAIRO_SURFACE_TYPE_SKIA: The surface is of type Skia, since 1.10
2072
2332
  * @CAIRO_SURFACE_TYPE_SUBSURFACE: The surface is a subsurface created with
2073
2333
  * cairo_surface_create_for_rectangle(), since 1.10
2334
+ * @CAIRO_SURFACE_TYPE_COGL: This surface is of type Cogl, since 1.12
2074
2335
  *
2075
2336
  * #cairo_surface_type_t is used to describe the type of a given
2076
2337
  * surface. The surface types are also known as "backends" or "surface
2077
2338
  * backends" within cairo.
2078
2339
  *
2079
2340
  * The type of a surface is determined by the function used to create
2080
- * it, which will generally be of the form cairo_<emphasis>type</emphasis>_surface_create(),
2341
+ * it, which will generally be of the form
2342
+ * <function>cairo_<emphasis>type</emphasis>_surface_create(<!-- -->)</function>,
2081
2343
  * (though see cairo_surface_create_similar() as well).
2082
2344
  *
2083
2345
  * The surface type can be queried with cairo_surface_get_type()
@@ -2086,7 +2348,7 @@ cairo_surface_status (cairo_surface_t *surface);
2086
2348
  * any type, but some backends also provide type-specific functions
2087
2349
  * that must only be called with a surface of the appropriate
2088
2350
  * type. These functions have names that begin with
2089
- * cairo_<emphasis>type</emphasis>_surface<!-- --> such as cairo_image_surface_get_width().
2351
+ * <literal>cairo_<emphasis>type</emphasis>_surface</literal> such as cairo_image_surface_get_width().
2090
2352
  *
2091
2353
  * The behavior of calling a type-specific function with a surface of
2092
2354
  * the wrong type is undefined.
@@ -2119,7 +2381,8 @@ typedef enum _cairo_surface_type {
2119
2381
  CAIRO_SURFACE_TYPE_TEE,
2120
2382
  CAIRO_SURFACE_TYPE_XML,
2121
2383
  CAIRO_SURFACE_TYPE_SKIA,
2122
- CAIRO_SURFACE_TYPE_SUBSURFACE
2384
+ CAIRO_SURFACE_TYPE_SUBSURFACE,
2385
+ CAIRO_SURFACE_TYPE_COGL
2123
2386
  } cairo_surface_type_t;
2124
2387
 
2125
2388
  cairo_public cairo_surface_type_t
@@ -2155,6 +2418,7 @@ cairo_surface_set_user_data (cairo_surface_t *surface,
2155
2418
  #define CAIRO_MIME_TYPE_PNG "image/png"
2156
2419
  #define CAIRO_MIME_TYPE_JP2 "image/jp2"
2157
2420
  #define CAIRO_MIME_TYPE_URI "text/x-uri"
2421
+ #define CAIRO_MIME_TYPE_UNIQUE_ID "application/x-cairo.uuid"
2158
2422
 
2159
2423
  cairo_public void
2160
2424
  cairo_surface_get_mime_data (cairo_surface_t *surface,
@@ -2170,6 +2434,10 @@ cairo_surface_set_mime_data (cairo_surface_t *surface,
2170
2434
  cairo_destroy_func_t destroy,
2171
2435
  void *closure);
2172
2436
 
2437
+ cairo_public cairo_bool_t
2438
+ cairo_surface_supports_mime_type (cairo_surface_t *surface,
2439
+ const char *mime_type);
2440
+
2173
2441
  cairo_public void
2174
2442
  cairo_surface_get_font_options (cairo_surface_t *surface,
2175
2443
  cairo_font_options_t *options);
@@ -2218,43 +2486,6 @@ cairo_surface_has_show_text_glyphs (cairo_surface_t *surface);
2218
2486
 
2219
2487
  /* Image-surface functions */
2220
2488
 
2221
- /**
2222
- * cairo_format_t:
2223
- * @CAIRO_FORMAT_INVALID: no such format exists or is supported.
2224
- * @CAIRO_FORMAT_ARGB32: each pixel is a 32-bit quantity, with
2225
- * alpha in the upper 8 bits, then red, then green, then blue.
2226
- * The 32-bit quantities are stored native-endian. Pre-multiplied
2227
- * alpha is used. (That is, 50% transparent red is 0x80800000,
2228
- * not 0x80ff0000.)
2229
- * @CAIRO_FORMAT_RGB24: each pixel is a 32-bit quantity, with
2230
- * the upper 8 bits unused. Red, Green, and Blue are stored
2231
- * in the remaining 24 bits in that order.
2232
- * @CAIRO_FORMAT_A8: each pixel is a 8-bit quantity holding
2233
- * an alpha value.
2234
- * @CAIRO_FORMAT_A1: each pixel is a 1-bit quantity holding
2235
- * an alpha value. Pixels are packed together into 32-bit
2236
- * quantities. The ordering of the bits matches the
2237
- * endianess of the platform. On a big-endian machine, the
2238
- * first pixel is in the uppermost bit, on a little-endian
2239
- * machine the first pixel is in the least-significant bit.
2240
- * @CAIRO_FORMAT_RGB16_565: each pixel is a 16-bit quantity
2241
- * with red in the upper 5 bits, then green in the middle
2242
- * 6 bits, and blue in the lower 5 bits.
2243
- *
2244
- * #cairo_format_t is used to identify the memory format of
2245
- * image data.
2246
- *
2247
- * New entries may be added in future versions.
2248
- **/
2249
- typedef enum _cairo_format {
2250
- CAIRO_FORMAT_INVALID = -1,
2251
- CAIRO_FORMAT_ARGB32 = 0,
2252
- CAIRO_FORMAT_RGB24 = 1,
2253
- CAIRO_FORMAT_A8 = 2,
2254
- CAIRO_FORMAT_A1 = 3,
2255
- CAIRO_FORMAT_RGB16_565 = 4
2256
- } cairo_format_t;
2257
-
2258
2489
  cairo_public cairo_surface_t *
2259
2490
  cairo_image_surface_create (cairo_format_t format,
2260
2491
  int width,
@@ -2310,6 +2541,155 @@ cairo_recording_surface_ink_extents (cairo_surface_t *surface,
2310
2541
  double *width,
2311
2542
  double *height);
2312
2543
 
2544
+ cairo_public cairo_bool_t
2545
+ cairo_recording_surface_get_extents (cairo_surface_t *surface,
2546
+ cairo_rectangle_t *extents);
2547
+
2548
+ /* raster-source pattern (callback) functions */
2549
+
2550
+ /**
2551
+ * cairo_raster_source_acquire_func_t:
2552
+ * @pattern: the pattern being rendered from
2553
+ * @callback_data: the user data supplied during creation
2554
+ * @target: the rendering target surface
2555
+ * @extents: rectangular region of interest in pixels in sample space
2556
+ *
2557
+ * #cairo_raster_source_acquire_func_t is the type of function which is
2558
+ * called when a pattern is being rendered from. It should create a surface
2559
+ * that provides the pixel data for the region of interest as defined by
2560
+ * extents, though the surface itself does not have to be limited to that
2561
+ * area. For convenience the surface should probably be of image type,
2562
+ * created with cairo_surface_create_similar_image() for the target (which
2563
+ * enables the number of copies to be reduced during transfer to the
2564
+ * device). Another option, might be to return a similar surface to the
2565
+ * target for explicit handling by the application of a set of cached sources
2566
+ * on the device. The region of sample data provided should be defined using
2567
+ * cairo_surface_set_device_offset() to specify the top-left corner of the
2568
+ * sample data (along with width and height of the surface).
2569
+ *
2570
+ * Returns: a #cairo_surface_t
2571
+ *
2572
+ * Since: 1.12
2573
+ **/
2574
+ typedef cairo_surface_t *
2575
+ (*cairo_raster_source_acquire_func_t) (cairo_pattern_t *pattern,
2576
+ void *callback_data,
2577
+ cairo_surface_t *target,
2578
+ const cairo_rectangle_int_t *extents);
2579
+
2580
+ /**
2581
+ * cairo_raster_source_release_func_t:
2582
+ * @pattern: the pattern being rendered from
2583
+ * @callback_data: the user data supplied during creation
2584
+ * @surface: the surface created during acquire
2585
+ *
2586
+ * #cairo_raster_source_release_func_t is the type of function which is
2587
+ * called when the pixel data is no longer being access by the pattern
2588
+ * for the rendering operation. Typically this function will simply
2589
+ * destroy the surface created during acquire.
2590
+ *
2591
+ * Since: 1.12
2592
+ **/
2593
+ typedef void
2594
+ (*cairo_raster_source_release_func_t) (cairo_pattern_t *pattern,
2595
+ void *callback_data,
2596
+ cairo_surface_t *surface);
2597
+
2598
+ /**
2599
+ * cairo_raster_source_snapshot_func_t:
2600
+ * @pattern: the pattern being rendered from
2601
+ * @callback_data: the user data supplied during creation
2602
+ *
2603
+ * #cairo_raster_source_snapshot_func_t is the type of function which is
2604
+ * called when the pixel data needs to be preserved for later use
2605
+ * during printing. This pattern will be accessed again later, and it
2606
+ * is expected to provide the pixel data that was current at the time
2607
+ * of snapshotting.
2608
+ *
2609
+ * Return value: CAIRO_STATUS_SUCCESS on success, or one of the
2610
+ * #cairo_status_t error codes for failure.
2611
+ *
2612
+ * Since: 1.12
2613
+ **/
2614
+ typedef cairo_status_t
2615
+ (*cairo_raster_source_snapshot_func_t) (cairo_pattern_t *pattern,
2616
+ void *callback_data);
2617
+
2618
+ /**
2619
+ * cairo_raster_source_copy_func_t:
2620
+ * @pattern: the #cairo_pattern_t that was copied to
2621
+ * @callback_data: the user data supplied during creation
2622
+ * @other: the #cairo_pattern_t being used as the source for the copy
2623
+ *
2624
+ * #cairo_raster_source_copy_func_t is the type of function which is
2625
+ * called when the pattern gets copied as a normal part of rendering.
2626
+ *
2627
+ * Return value: CAIRO_STATUS_SUCCESS on success, or one of the
2628
+ * #cairo_status_t error codes for failure.
2629
+ *
2630
+ * Since: 1.12
2631
+ **/
2632
+ typedef cairo_status_t
2633
+ (*cairo_raster_source_copy_func_t) (cairo_pattern_t *pattern,
2634
+ void *callback_data,
2635
+ const cairo_pattern_t *other);
2636
+
2637
+ /**
2638
+ * cairo_raster_source_finish_func_t:
2639
+ * @pattern: the pattern being rendered from
2640
+ * @callback_data: the user data supplied during creation
2641
+ *
2642
+ * #cairo_raster_source_finish_func_t is the type of function which is
2643
+ * called when the pattern (or a copy thereof) is no longer required.
2644
+ *
2645
+ * Since: 1.12
2646
+ **/
2647
+ typedef void
2648
+ (*cairo_raster_source_finish_func_t) (cairo_pattern_t *pattern,
2649
+ void *callback_data);
2650
+
2651
+ cairo_public cairo_pattern_t *
2652
+ cairo_pattern_create_raster_source (void *user_data,
2653
+ cairo_content_t content,
2654
+ int width, int height);
2655
+
2656
+ cairo_public void
2657
+ cairo_raster_source_pattern_set_callback_data (cairo_pattern_t *pattern,
2658
+ void *data);
2659
+
2660
+ cairo_public void *
2661
+ cairo_raster_source_pattern_get_callback_data (cairo_pattern_t *pattern);
2662
+
2663
+ cairo_public void
2664
+ cairo_raster_source_pattern_set_acquire (cairo_pattern_t *pattern,
2665
+ cairo_raster_source_acquire_func_t acquire,
2666
+ cairo_raster_source_release_func_t release);
2667
+
2668
+ cairo_public void
2669
+ cairo_raster_source_pattern_get_acquire (cairo_pattern_t *pattern,
2670
+ cairo_raster_source_acquire_func_t *acquire,
2671
+ cairo_raster_source_release_func_t *release);
2672
+ cairo_public void
2673
+ cairo_raster_source_pattern_set_snapshot (cairo_pattern_t *pattern,
2674
+ cairo_raster_source_snapshot_func_t snapshot);
2675
+
2676
+ cairo_public cairo_raster_source_snapshot_func_t
2677
+ cairo_raster_source_pattern_get_snapshot (cairo_pattern_t *pattern);
2678
+
2679
+ cairo_public void
2680
+ cairo_raster_source_pattern_set_copy (cairo_pattern_t *pattern,
2681
+ cairo_raster_source_copy_func_t copy);
2682
+
2683
+ cairo_public cairo_raster_source_copy_func_t
2684
+ cairo_raster_source_pattern_get_copy (cairo_pattern_t *pattern);
2685
+
2686
+ cairo_public void
2687
+ cairo_raster_source_pattern_set_finish (cairo_pattern_t *pattern,
2688
+ cairo_raster_source_finish_func_t finish);
2689
+
2690
+ cairo_public cairo_raster_source_finish_func_t
2691
+ cairo_raster_source_pattern_get_finish (cairo_pattern_t *pattern);
2692
+
2313
2693
  /* Pattern creation functions */
2314
2694
 
2315
2695
  cairo_public cairo_pattern_t *
@@ -2330,6 +2710,9 @@ cairo_public cairo_pattern_t *
2330
2710
  cairo_pattern_create_radial (double cx0, double cy0, double radius0,
2331
2711
  double cx1, double cy1, double radius1);
2332
2712
 
2713
+ cairo_public cairo_pattern_t *
2714
+ cairo_pattern_create_mesh (void);
2715
+
2333
2716
  cairo_public cairo_pattern_t *
2334
2717
  cairo_pattern_reference (cairo_pattern_t *pattern);
2335
2718
 
@@ -2355,10 +2738,12 @@ cairo_pattern_set_user_data (cairo_pattern_t *pattern,
2355
2738
  /**
2356
2739
  * cairo_pattern_type_t:
2357
2740
  * @CAIRO_PATTERN_TYPE_SOLID: The pattern is a solid (uniform)
2358
- * color. It may be opaque or translucent.
2359
- * @CAIRO_PATTERN_TYPE_SURFACE: The pattern is a based on a surface (an image).
2360
- * @CAIRO_PATTERN_TYPE_LINEAR: The pattern is a linear gradient.
2361
- * @CAIRO_PATTERN_TYPE_RADIAL: The pattern is a radial gradient.
2741
+ * color. It may be opaque or translucent, since 1.2.
2742
+ * @CAIRO_PATTERN_TYPE_SURFACE: The pattern is a based on a surface (an image), since 1.2.
2743
+ * @CAIRO_PATTERN_TYPE_LINEAR: The pattern is a linear gradient, since 1.2.
2744
+ * @CAIRO_PATTERN_TYPE_RADIAL: The pattern is a radial gradient, since 1.2.
2745
+ * @CAIRO_PATTERN_TYPE_MESH: The pattern is a mesh, since 1.12.
2746
+ * @CAIRO_PATTERN_TYPE_RASTER_SOURCE: The pattern is a user pattern providing raster data, since 1.12.
2362
2747
  *
2363
2748
  * #cairo_pattern_type_t is used to describe the type of a given pattern.
2364
2749
  *
@@ -2386,7 +2771,9 @@ typedef enum _cairo_pattern_type {
2386
2771
  CAIRO_PATTERN_TYPE_SOLID,
2387
2772
  CAIRO_PATTERN_TYPE_SURFACE,
2388
2773
  CAIRO_PATTERN_TYPE_LINEAR,
2389
- CAIRO_PATTERN_TYPE_RADIAL
2774
+ CAIRO_PATTERN_TYPE_RADIAL,
2775
+ CAIRO_PATTERN_TYPE_MESH,
2776
+ CAIRO_PATTERN_TYPE_RASTER_SOURCE
2390
2777
  } cairo_pattern_type_t;
2391
2778
 
2392
2779
  cairo_public cairo_pattern_type_t
@@ -2403,6 +2790,42 @@ cairo_pattern_add_color_stop_rgba (cairo_pattern_t *pattern,
2403
2790
  double red, double green, double blue,
2404
2791
  double alpha);
2405
2792
 
2793
+ cairo_public void
2794
+ cairo_mesh_pattern_begin_patch (cairo_pattern_t *pattern);
2795
+
2796
+ cairo_public void
2797
+ cairo_mesh_pattern_end_patch (cairo_pattern_t *pattern);
2798
+
2799
+ cairo_public void
2800
+ cairo_mesh_pattern_curve_to (cairo_pattern_t *pattern,
2801
+ double x1, double y1,
2802
+ double x2, double y2,
2803
+ double x3, double y3);
2804
+
2805
+ cairo_public void
2806
+ cairo_mesh_pattern_line_to (cairo_pattern_t *pattern,
2807
+ double x, double y);
2808
+
2809
+ cairo_public void
2810
+ cairo_mesh_pattern_move_to (cairo_pattern_t *pattern,
2811
+ double x, double y);
2812
+
2813
+ cairo_public void
2814
+ cairo_mesh_pattern_set_control_point (cairo_pattern_t *pattern,
2815
+ unsigned int point_num,
2816
+ double x, double y);
2817
+
2818
+ cairo_public void
2819
+ cairo_mesh_pattern_set_corner_color_rgb (cairo_pattern_t *pattern,
2820
+ unsigned int corner_num,
2821
+ double red, double green, double blue);
2822
+
2823
+ cairo_public void
2824
+ cairo_mesh_pattern_set_corner_color_rgba (cairo_pattern_t *pattern,
2825
+ unsigned int corner_num,
2826
+ double red, double green, double blue,
2827
+ double alpha);
2828
+
2406
2829
  cairo_public void
2407
2830
  cairo_pattern_set_matrix (cairo_pattern_t *pattern,
2408
2831
  const cairo_matrix_t *matrix);
@@ -2414,10 +2837,10 @@ cairo_pattern_get_matrix (cairo_pattern_t *pattern,
2414
2837
  /**
2415
2838
  * cairo_extend_t:
2416
2839
  * @CAIRO_EXTEND_NONE: pixels outside of the source pattern
2417
- * are fully transparent
2418
- * @CAIRO_EXTEND_REPEAT: the pattern is tiled by repeating
2840
+ * are fully transparent (Since 1.0)
2841
+ * @CAIRO_EXTEND_REPEAT: the pattern is tiled by repeating (Since 1.0)
2419
2842
  * @CAIRO_EXTEND_REFLECT: the pattern is tiled by reflecting
2420
- * at the edges (Implemented for surface patterns since 1.6)
2843
+ * at the edges (Since 1.0; but only implemented for surface patterns since 1.6)
2421
2844
  * @CAIRO_EXTEND_PAD: pixels outside of the pattern copy
2422
2845
  * the closest pixel from the source (Since 1.2; but only
2423
2846
  * implemented for surface patterns since 1.6)
@@ -2427,10 +2850,14 @@ cairo_pattern_get_matrix (cairo_pattern_t *pattern,
2427
2850
  * example, outside the surface bounds or outside the gradient
2428
2851
  * geometry).
2429
2852
  *
2853
+ * Mesh patterns are not affected by the extend mode.
2854
+ *
2430
2855
  * The default extend mode is %CAIRO_EXTEND_NONE for surface patterns
2431
2856
  * and %CAIRO_EXTEND_PAD for gradient patterns.
2432
2857
  *
2433
2858
  * New entries may be added in future versions.
2859
+ *
2860
+ * Since: 1.0
2434
2861
  **/
2435
2862
  typedef enum _cairo_extend {
2436
2863
  CAIRO_EXTEND_NONE,
@@ -2448,21 +2875,23 @@ cairo_pattern_get_extend (cairo_pattern_t *pattern);
2448
2875
  /**
2449
2876
  * cairo_filter_t:
2450
2877
  * @CAIRO_FILTER_FAST: A high-performance filter, with quality similar
2451
- * to %CAIRO_FILTER_NEAREST
2878
+ * to %CAIRO_FILTER_NEAREST (Since 1.0)
2452
2879
  * @CAIRO_FILTER_GOOD: A reasonable-performance filter, with quality
2453
- * similar to %CAIRO_FILTER_BILINEAR
2880
+ * similar to %CAIRO_FILTER_BILINEAR (Since 1.0)
2454
2881
  * @CAIRO_FILTER_BEST: The highest-quality available, performance may
2455
- * not be suitable for interactive use.
2456
- * @CAIRO_FILTER_NEAREST: Nearest-neighbor filtering
2457
- * @CAIRO_FILTER_BILINEAR: Linear interpolation in two dimensions
2882
+ * not be suitable for interactive use. (Since 1.0)
2883
+ * @CAIRO_FILTER_NEAREST: Nearest-neighbor filtering (Since 1.0)
2884
+ * @CAIRO_FILTER_BILINEAR: Linear interpolation in two dimensions (Since 1.0)
2458
2885
  * @CAIRO_FILTER_GAUSSIAN: This filter value is currently
2459
- * unimplemented, and should not be used in current code.
2886
+ * unimplemented, and should not be used in current code. (Since 1.0)
2460
2887
  *
2461
2888
  * #cairo_filter_t is used to indicate what filtering should be
2462
2889
  * applied when reading pixel values from patterns. See
2463
- * cairo_pattern_set_source() for indicating the desired filter to be
2890
+ * cairo_pattern_set_filter() for indicating the desired filter to be
2464
2891
  * used with a particular pattern.
2465
- */
2892
+ *
2893
+ * Since: 1.0
2894
+ **/
2466
2895
  typedef enum _cairo_filter {
2467
2896
  CAIRO_FILTER_FAST,
2468
2897
  CAIRO_FILTER_GOOD,
@@ -2508,6 +2937,27 @@ cairo_pattern_get_radial_circles (cairo_pattern_t *pattern,
2508
2937
  double *x0, double *y0, double *r0,
2509
2938
  double *x1, double *y1, double *r1);
2510
2939
 
2940
+ cairo_public cairo_status_t
2941
+ cairo_mesh_pattern_get_patch_count (cairo_pattern_t *pattern,
2942
+ unsigned int *count);
2943
+
2944
+ cairo_public cairo_path_t *
2945
+ cairo_mesh_pattern_get_path (cairo_pattern_t *pattern,
2946
+ unsigned int patch_num);
2947
+
2948
+ cairo_public cairo_status_t
2949
+ cairo_mesh_pattern_get_corner_color_rgba (cairo_pattern_t *pattern,
2950
+ unsigned int patch_num,
2951
+ unsigned int corner_num,
2952
+ double *red, double *green,
2953
+ double *blue, double *alpha);
2954
+
2955
+ cairo_public cairo_status_t
2956
+ cairo_mesh_pattern_get_control_point (cairo_pattern_t *pattern,
2957
+ unsigned int patch_num,
2958
+ unsigned int point_num,
2959
+ double *x, double *y);
2960
+
2511
2961
  /* Matrix functions */
2512
2962
 
2513
2963
  cairo_public void
@@ -2573,23 +3023,6 @@ cairo_matrix_transform_point (const cairo_matrix_t *matrix,
2573
3023
  **/
2574
3024
  typedef struct _cairo_region cairo_region_t;
2575
3025
 
2576
- /**
2577
- * cairo_rectangle_int_t:
2578
- * @x: X coordinate of the left side of the rectangle
2579
- * @y: Y coordinate of the the top side of the rectangle
2580
- * @width: width of the rectangle
2581
- * @height: height of the rectangle
2582
- *
2583
- * A data structure for holding a rectangle with integer coordinates.
2584
- *
2585
- * Since: 1.10
2586
- **/
2587
-
2588
- typedef struct _cairo_rectangle_int {
2589
- int x, y;
2590
- int width, height;
2591
- } cairo_rectangle_int_t;
2592
-
2593
3026
  typedef enum _cairo_region_overlap {
2594
3027
  CAIRO_REGION_OVERLAP_IN, /* completely inside region */
2595
3028
  CAIRO_REGION_OVERLAP_OUT, /* completely outside region */