cairo 1.15.9-x86-mingw32 → 1.15.10-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (394) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +20 -0
  3. data/Rakefile +9 -7
  4. data/ext/cairo/rb_cairo.h +1 -1
  5. data/lib/2.2/cairo.so +0 -0
  6. data/lib/2.3/cairo.so +0 -0
  7. data/lib/2.4/cairo.so +0 -0
  8. data/lib/cairo.rb +3 -3
  9. data/test/cairo-test-utils.rb +8 -4
  10. data/test/test_context.rb +1 -1
  11. data/test/test_font_face.rb +1 -1
  12. data/test/test_recording_surface.rb +1 -0
  13. data/vendor/local/bin/fc-cache.exe +0 -0
  14. data/vendor/local/bin/fc-cat.exe +0 -0
  15. data/vendor/local/bin/fc-list.exe +0 -0
  16. data/vendor/local/bin/fc-match.exe +0 -0
  17. data/vendor/local/bin/fc-pattern.exe +0 -0
  18. data/vendor/local/bin/fc-query.exe +0 -0
  19. data/vendor/local/bin/fc-scan.exe +0 -0
  20. data/vendor/local/bin/fc-validate.exe +0 -0
  21. data/vendor/local/bin/freetype-config +78 -28
  22. data/vendor/local/bin/libcairo-2.dll +0 -0
  23. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  24. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  25. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  26. data/vendor/local/bin/libfreetype-6.dll +0 -0
  27. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  28. data/vendor/local/bin/libpng-config +1 -1
  29. data/vendor/local/bin/libpng16-16.dll +0 -0
  30. data/vendor/local/bin/libpng16-config +1 -1
  31. data/vendor/local/bin/libxml2-2.dll +0 -0
  32. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  33. data/vendor/local/bin/pngfix.exe +0 -0
  34. data/vendor/local/bin/xml2-config +1 -1
  35. data/vendor/local/bin/xmlcatalog.exe +0 -0
  36. data/vendor/local/bin/xmllint.exe +0 -0
  37. data/vendor/local/bin/zlib1211.dll +0 -0
  38. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +56 -16
  39. data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +11 -2
  40. data/vendor/local/etc/fonts/conf.d/45-latin.conf +4 -0
  41. data/vendor/local/etc/fonts/conf.d/60-latin.conf +1 -0
  42. data/vendor/local/include/cairo/cairo-pdf.h +7 -8
  43. data/vendor/local/include/cairo/cairo-version.h +1 -1
  44. data/vendor/local/include/fontconfig/fontconfig.h +3 -2
  45. data/vendor/local/include/freetype2/freetype/config/ftconfig.h +10 -1
  46. data/vendor/local/include/freetype2/freetype/config/ftheader.h +14 -1
  47. data/vendor/local/include/freetype2/freetype/config/ftoption.h +79 -22
  48. data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +1 -1
  49. data/vendor/local/include/freetype2/freetype/freetype.h +616 -400
  50. data/vendor/local/include/freetype2/freetype/ftadvanc.h +1 -1
  51. data/vendor/local/include/freetype2/freetype/ftautoh.h +32 -10
  52. data/vendor/local/include/freetype2/freetype/ftbbox.h +1 -1
  53. data/vendor/local/include/freetype2/freetype/ftbdf.h +1 -1
  54. data/vendor/local/include/freetype2/freetype/ftbitmap.h +1 -1
  55. data/vendor/local/include/freetype2/freetype/ftbzip2.h +1 -1
  56. data/vendor/local/include/freetype2/freetype/ftcache.h +1 -1
  57. data/vendor/local/include/freetype2/freetype/ftcffdrv.h +47 -1
  58. data/vendor/local/include/freetype2/freetype/ftchapters.h +1 -0
  59. data/vendor/local/include/freetype2/freetype/ftcid.h +1 -1
  60. data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
  61. data/vendor/local/include/freetype2/freetype/fterrors.h +5 -5
  62. data/vendor/local/include/freetype2/freetype/ftfntfmt.h +1 -1
  63. data/vendor/local/include/freetype2/freetype/ftgasp.h +12 -4
  64. data/vendor/local/include/freetype2/freetype/ftglyph.h +11 -2
  65. data/vendor/local/include/freetype2/freetype/ftgxval.h +1 -1
  66. data/vendor/local/include/freetype2/freetype/ftgzip.h +1 -1
  67. data/vendor/local/include/freetype2/freetype/ftimage.h +12 -12
  68. data/vendor/local/include/freetype2/freetype/ftincrem.h +1 -1
  69. data/vendor/local/include/freetype2/freetype/ftlcdfil.h +46 -10
  70. data/vendor/local/include/freetype2/freetype/ftlist.h +1 -1
  71. data/vendor/local/include/freetype2/freetype/ftlzw.h +1 -1
  72. data/vendor/local/include/freetype2/freetype/ftmac.h +6 -5
  73. data/vendor/local/include/freetype2/freetype/ftmm.h +147 -58
  74. data/vendor/local/include/freetype2/freetype/ftmodapi.h +46 -3
  75. data/vendor/local/include/freetype2/freetype/ftmoderr.h +1 -1
  76. data/vendor/local/include/freetype2/freetype/ftotval.h +1 -1
  77. data/vendor/local/include/freetype2/freetype/ftoutln.h +4 -1
  78. data/vendor/local/include/freetype2/freetype/ftpcfdrv.h +105 -0
  79. data/vendor/local/include/freetype2/freetype/ftpfr.h +1 -1
  80. data/vendor/local/include/freetype2/freetype/ftrender.h +1 -1
  81. data/vendor/local/include/freetype2/freetype/ftsizes.h +1 -1
  82. data/vendor/local/include/freetype2/freetype/ftsnames.h +117 -30
  83. data/vendor/local/include/freetype2/freetype/ftstroke.h +2 -2
  84. data/vendor/local/include/freetype2/freetype/ftsynth.h +1 -1
  85. data/vendor/local/include/freetype2/freetype/ftsystem.h +1 -1
  86. data/vendor/local/include/freetype2/freetype/fttrigon.h +1 -1
  87. data/vendor/local/include/freetype2/freetype/ftttdrv.h +5 -6
  88. data/vendor/local/include/freetype2/freetype/fttypes.h +1 -1
  89. data/vendor/local/include/freetype2/freetype/ftwinfnt.h +1 -1
  90. data/vendor/local/include/freetype2/freetype/t1tables.h +3 -3
  91. data/vendor/local/include/freetype2/freetype/ttnameid.h +313 -314
  92. data/vendor/local/include/freetype2/freetype/tttables.h +190 -173
  93. data/vendor/local/include/freetype2/freetype/tttags.h +7 -1
  94. data/vendor/local/include/freetype2/freetype/ttunpat.h +2 -2
  95. data/vendor/local/include/freetype2/ft2build.h +1 -1
  96. data/vendor/local/include/libpng16/png.h +29 -18
  97. data/vendor/local/include/libpng16/pngconf.h +1 -1
  98. data/vendor/local/include/libpng16/pnglibconf.h +5 -2
  99. data/vendor/local/include/libxml2/libxml/HTMLparser.h +2 -2
  100. data/vendor/local/include/libxml2/libxml/schemasInternals.h +1 -1
  101. data/vendor/local/include/libxml2/libxml/xmlreader.h +1 -1
  102. data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -4
  103. data/vendor/local/include/png.h +29 -18
  104. data/vendor/local/include/pngconf.h +1 -1
  105. data/vendor/local/include/pnglibconf.h +5 -2
  106. data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +2 -2
  107. data/vendor/local/lib/fontconfig.def +1 -1
  108. data/vendor/local/lib/libcairo-gobject.a +0 -0
  109. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  110. data/vendor/local/lib/libcairo-gobject.la +2 -2
  111. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  112. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  113. data/vendor/local/lib/libcairo-script-interpreter.la +2 -2
  114. data/vendor/local/lib/libcairo.a +0 -0
  115. data/vendor/local/lib/libcairo.dll.a +0 -0
  116. data/vendor/local/lib/libcairo.la +2 -2
  117. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  118. data/vendor/local/lib/libfontconfig.la +1 -1
  119. data/vendor/local/lib/libfreetype.a +0 -0
  120. data/vendor/local/lib/libfreetype.dll.a +0 -0
  121. data/vendor/local/lib/libfreetype.la +2 -2
  122. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  123. data/vendor/local/lib/libpng.a +0 -0
  124. data/vendor/local/lib/libpng.dll.a +0 -0
  125. data/vendor/local/lib/libpng.la +2 -2
  126. data/vendor/local/lib/libpng16.a +0 -0
  127. data/vendor/local/lib/libpng16.dll.a +0 -0
  128. data/vendor/local/lib/libpng16.la +2 -2
  129. data/vendor/local/lib/libxml2.a +0 -0
  130. data/vendor/local/lib/libxml2.dll.a +0 -0
  131. data/vendor/local/lib/libxml2.la +1 -1
  132. data/vendor/local/lib/libz.dll.a +0 -0
  133. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  134. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  135. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  136. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  137. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  138. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  142. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  143. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  144. data/vendor/local/lib/pkgconfig/fontconfig.pc +2 -2
  145. data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
  146. data/vendor/local/lib/pkgconfig/libpng.pc +2 -1
  147. data/vendor/local/lib/pkgconfig/libpng16.pc +2 -1
  148. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +1 -1
  149. data/vendor/local/lib/xml2Conf.sh +1 -1
  150. data/vendor/local/share/aclocal/freetype2.m4 +1 -1
  151. data/vendor/local/share/aclocal/libxml.m4 +1 -1
  152. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/Copyright +0 -0
  153. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testHTML.c +0 -0
  154. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testSAX.c +0 -0
  155. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testXPath.c +0 -0
  156. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/xmllint.c +78 -78
  157. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/DOM.gif +0 -0
  158. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/FAQ.html +0 -0
  159. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-180x168.gif +0 -0
  160. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-90x34.gif +0 -0
  161. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/encoding.html +0 -0
  162. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xml +256 -256
  163. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xsl +0 -0
  164. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/book1.html +0 -0
  165. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/home.png +0 -0
  166. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/index.html +0 -0
  167. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/left.png +0 -0
  168. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-DOCBparser.html +0 -0
  169. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLparser.html +4 -4
  170. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLtree.html +0 -0
  171. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX.html +0 -0
  172. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX2.html +0 -0
  173. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-c14n.html +0 -0
  174. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-catalog.html +0 -0
  175. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-chvalid.html +0 -0
  176. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-debugXML.html +0 -0
  177. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-dict.html +2 -2
  178. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-encoding.html +0 -0
  179. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-entities.html +0 -0
  180. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-globals.html +0 -0
  181. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-hash.html +2 -2
  182. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-lib.html +0 -0
  183. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-list.html +2 -2
  184. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanoftp.html +0 -0
  185. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanohttp.html +0 -0
  186. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parser.html +0 -0
  187. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parserInternals.html +0 -0
  188. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-pattern.html +0 -0
  189. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-relaxng.html +0 -0
  190. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schemasInternals.html +1 -1
  191. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schematron.html +0 -0
  192. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-threads.html +0 -0
  193. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-tree.html +1 -1
  194. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-uri.html +0 -0
  195. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-valid.html +0 -0
  196. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xinclude.html +0 -0
  197. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xlink.html +0 -0
  198. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlIO.html +0 -0
  199. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlautomata.html +0 -0
  200. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlerror.html +2 -2
  201. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlexports.html +0 -0
  202. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmemory.html +0 -0
  203. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmodule.html +0 -0
  204. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlreader.html +2 -2
  205. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlregexp.html +0 -0
  206. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlsave.html +0 -0
  207. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemas.html +0 -0
  208. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemastypes.html +0 -0
  209. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlstring.html +3 -3
  210. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlunicode.html +0 -0
  211. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlversion.html +0 -0
  212. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlwriter.html +0 -0
  213. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpath.html +1 -1
  214. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpathInternals.html +1 -1
  215. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpointer.html +1 -1
  216. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xzlib.html +0 -0
  217. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/right.png +0 -0
  218. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/up.png +0 -0
  219. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/index.html +0 -0
  220. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.c +0 -0
  221. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.res +0 -0
  222. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.c +0 -0
  223. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.res +0 -0
  224. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/libxml.gif +0 -0
  225. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse1.c +0 -0
  226. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse2.c +0 -0
  227. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse3.c +0 -0
  228. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse4.c +0 -0
  229. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.c +0 -0
  230. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.res +0 -0
  231. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader2.c +0 -0
  232. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.c +0 -0
  233. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.res +0 -0
  234. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.c +0 -0
  235. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.res +0 -0
  236. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/redhat.gif +0 -0
  237. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/smallfootonly.gif +0 -0
  238. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/structure.gif +0 -0
  239. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test1.xml +0 -0
  240. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test2.xml +0 -0
  241. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test3.xml +0 -0
  242. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/testWriter.c +16 -16
  243. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.c +0 -0
  244. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.res +0 -0
  245. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.c +1 -2
  246. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.res +0 -0
  247. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tst.xml +0 -0
  248. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apa.html +0 -0
  249. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apb.html +0 -0
  250. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apc.html +0 -0
  251. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apd.html +0 -0
  252. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ape.html +0 -0
  253. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apf.html +0 -0
  254. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apg.html +0 -0
  255. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/aph.html +0 -0
  256. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/api.html +0 -0
  257. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s02.html +0 -0
  258. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s03.html +0 -0
  259. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s04.html +0 -0
  260. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s05.html +0 -0
  261. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s06.html +0 -0
  262. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s07.html +0 -0
  263. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s08.html +0 -0
  264. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s09.html +0 -0
  265. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/blank.png +0 -0
  266. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/1.png +0 -0
  267. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/10.png +0 -0
  268. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/2.png +0 -0
  269. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/3.png +0 -0
  270. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/4.png +0 -0
  271. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/5.png +0 -0
  272. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/6.png +0 -0
  273. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/7.png +0 -0
  274. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/8.png +0 -0
  275. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/9.png +0 -0
  276. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/caution.png +0 -0
  277. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/draft.png +0 -0
  278. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/home.png +0 -0
  279. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/important.png +0 -0
  280. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/next.png +0 -0
  281. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/note.png +0 -0
  282. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/prev.png +0 -0
  283. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/tip.png +0 -0
  284. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-blank.png +0 -0
  285. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-minus.png +0 -0
  286. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-plus.png +0 -0
  287. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/up.png +0 -0
  288. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/warning.png +0 -0
  289. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddattribute.c +0 -0
  290. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddkeyword.c +0 -0
  291. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeconvert.c +0 -0
  292. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includegetattribute.c +0 -0
  293. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includekeyword.c +0 -0
  294. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includexpath.c +0 -0
  295. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/index.html +0 -0
  296. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ix01.html +0 -0
  297. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/xmltutorial.pdf +0 -0
  298. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/w3c.png +0 -0
  299. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/writer.xml +0 -0
  300. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xml.html +154 -8
  301. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.c +0 -0
  302. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.res +0 -0
  303. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.c +0 -0
  304. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.res +0 -0
  305. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +56 -16
  306. data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +11 -2
  307. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +4 -0
  308. data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +1 -0
  309. data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +5 -6
  310. data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +5 -6
  311. data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +5 -6
  312. data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +5 -6
  313. data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +5 -6
  314. data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +5 -6
  315. data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +5 -6
  316. data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +5 -6
  317. data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +5 -6
  318. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +17 -25
  319. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +42 -53
  320. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +48 -63
  321. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +68 -78
  322. data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +34 -47
  323. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +82 -92
  324. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +50 -61
  325. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +18 -27
  326. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +22 -32
  327. data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +64 -79
  328. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +21 -30
  329. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +99 -125
  330. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +31 -41
  331. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +43 -56
  332. data/vendor/local/share/gtk-doc/html/cairo/cairo-Tags-and-Links.html +23 -29
  333. data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +41 -48
  334. data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +19 -26
  335. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +56 -72
  336. data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +28 -39
  337. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +39 -51
  338. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +34 -47
  339. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +45 -57
  340. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +62 -79
  341. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +18 -27
  342. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +53 -95
  343. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +40 -53
  344. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +71 -87
  345. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +49 -57
  346. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +158 -189
  347. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +76 -92
  348. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +146 -164
  349. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +234 -264
  350. data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +5 -6
  351. data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +5 -6
  352. data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +5 -6
  353. data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +5 -6
  354. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +104 -119
  355. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +236 -6
  356. data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +62 -63
  357. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +69 -70
  358. data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +11 -12
  359. data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +59 -60
  360. data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +35 -36
  361. data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +28 -29
  362. data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +39 -40
  363. data/vendor/local/share/gtk-doc/html/cairo/index-all.html +510 -511
  364. data/vendor/local/share/gtk-doc/html/cairo/index.html +4 -5
  365. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +5 -6
  366. data/vendor/local/share/gtk-doc/html/cairo/left-insensitive.png +0 -0
  367. data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
  368. data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
  369. data/vendor/local/share/gtk-doc/html/cairo/style.css +160 -142
  370. data/vendor/local/share/gtk-doc/html/cairo/up-insensitive.png +0 -0
  371. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +4 -4
  372. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +1 -1
  376. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1 -1
  377. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +2 -2
  378. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +2 -2
  379. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +3 -3
  380. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +1 -1
  381. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +1 -1
  382. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +1 -1
  383. data/vendor/local/share/license/cairo/README +1 -1
  384. data/vendor/local/share/license/fontconfig/README +58 -2
  385. data/vendor/local/share/license/freetype/README +5 -5
  386. data/vendor/local/share/license/freetype/README.git +1 -1
  387. data/vendor/local/share/license/libpng/README +6 -6
  388. data/vendor/local/share/license/libxml2/README.zOS +212 -0
  389. data/vendor/local/share/man/man1/freetype-config.1 +44 -6
  390. data/vendor/local/share/man/man3/libpng.3 +106 -48
  391. data/vendor/local/share/man/man3/libpngpf.3 +4 -4
  392. data/vendor/local/share/man/man5/png.5 +5 -5
  393. metadata +175 -174
  394. data/vendor/local/share/gtk-doc/html/cairo/index.sgml +0 -764
@@ -1,11 +1,11 @@
1
- .TH LIBPNGPF 3 "March 16, 2017"
1
+ .TH LIBPNGPF 3 "April 1, 2017"
2
2
  .SH NAME
3
- libpng \- Portable Network Graphics (PNG) Reference Library 1.6.29
3
+ libpng \- Portable Network Graphics (PNG) Reference Library 1.6.32
4
4
  (private functions)
5
5
  .SH SYNOPSIS
6
- \fB#include \fI"pngpriv.h"
6
+ \fB\fB#include \fI\fI"pngpriv.h"
7
7
 
8
- \fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer \fP\fImaintained\fP\fB, now that the private function prototypes are hidden in pngpriv.h and not accessible to applications. Look in pngpriv.h for the prototypes and a short description of each \fIfunction.
8
+ \fB\fBAs of libpng version \fP\fI\fP\fI1.5.1\fP\fB\fP\fB, this section is no longer \fP\fI\fP\fImaintained\fP\fB\fP\fB, now that the private function prototypes are hidden in pngpriv.h and not accessible to applications. Look in pngpriv.h for the prototypes and a short description of each \fI\fIfunction.
9
9
 
10
10
  .SH DESCRIPTION
11
11
  The functions previously listed here are used privately by libpng and are not
@@ -1,4 +1,4 @@
1
- .TH PNG 5 "March 16, 2017"
1
+ .TH PNG 5 "April 1, 2017"
2
2
  .SH NAME
3
3
  png \- Portable Network Graphics (PNG) format
4
4
  .SH DESCRIPTION
@@ -23,11 +23,11 @@ platforms.
23
23
  PNG specification (second edition), November 2003:
24
24
  .IP
25
25
  .br
26
- <http://www.w3.org/TR/2003/REC-PNG-20031110/
26
+ <https://www.w3.org/TR/2003/REC-PNG-20031110/
27
27
  PNG 1.2 specification, July 1999:
28
28
  .IP
29
29
  .br
30
- http://png-mng.sourceforge.net/pub/png/spec/1.2/
30
+ https://png-mng.sourceforge.io/pub/png/spec/1.2/
31
31
  .LP
32
32
  PNG 1.0 specification, October 1996:
33
33
  .IP
@@ -35,11 +35,11 @@ PNG 1.0 specification, October 1996:
35
35
  RFC 2083
36
36
  .IP
37
37
  .br
38
- http://www.ietf.org/rfc/rfc2083.txt
38
+ https://www.ietf.org/rfc/rfc2083.txt
39
39
  .br
40
40
  or (as a W3C Recommendation) at
41
41
  .br
42
- http://www.w3.org/TR/REC-png-961001
42
+ https://www.w3.org/TR/REC-png-961001
43
43
  .SH AUTHORS
44
44
  This man page: Glenn Randers-Pehrson
45
45
  .LP
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cairo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.9
4
+ version: 1.15.10
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-03 00:00:00.000000000 Z
11
+ date: 2017-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pkg-config
@@ -290,6 +290,7 @@ files:
290
290
  - vendor/local/include/freetype2/freetype/ftmoderr.h
291
291
  - vendor/local/include/freetype2/freetype/ftotval.h
292
292
  - vendor/local/include/freetype2/freetype/ftoutln.h
293
+ - vendor/local/include/freetype2/freetype/ftpcfdrv.h
293
294
  - vendor/local/include/freetype2/freetype/ftpfr.h
294
295
  - vendor/local/include/freetype2/freetype/ftrender.h
295
296
  - vendor/local/include/freetype2/freetype/ftsizes.h
@@ -415,159 +416,159 @@ files:
415
416
  - vendor/local/lib/xml2Conf.sh
416
417
  - vendor/local/share/aclocal/freetype2.m4
417
418
  - vendor/local/share/aclocal/libxml.m4
418
- - vendor/local/share/doc/libxml2-2.9.4/Copyright
419
- - vendor/local/share/doc/libxml2-2.9.4/examples/testHTML.c
420
- - vendor/local/share/doc/libxml2-2.9.4/examples/testSAX.c
421
- - vendor/local/share/doc/libxml2-2.9.4/examples/testXPath.c
422
- - vendor/local/share/doc/libxml2-2.9.4/examples/xmllint.c
423
- - vendor/local/share/doc/libxml2-2.9.4/html/DOM.gif
424
- - vendor/local/share/doc/libxml2-2.9.4/html/FAQ.html
425
- - vendor/local/share/doc/libxml2-2.9.4/html/Libxml2-Logo-180x168.gif
426
- - vendor/local/share/doc/libxml2-2.9.4/html/Libxml2-Logo-90x34.gif
427
- - vendor/local/share/doc/libxml2-2.9.4/html/encoding.html
428
- - vendor/local/share/doc/libxml2-2.9.4/html/examples.xml
429
- - vendor/local/share/doc/libxml2-2.9.4/html/examples.xsl
430
- - vendor/local/share/doc/libxml2-2.9.4/html/html/book1.html
431
- - vendor/local/share/doc/libxml2-2.9.4/html/html/home.png
432
- - vendor/local/share/doc/libxml2-2.9.4/html/html/index.html
433
- - vendor/local/share/doc/libxml2-2.9.4/html/html/left.png
434
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-DOCBparser.html
435
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-HTMLparser.html
436
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-HTMLtree.html
437
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-SAX.html
438
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-SAX2.html
439
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-c14n.html
440
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-catalog.html
441
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-chvalid.html
442
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-debugXML.html
443
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-dict.html
444
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-encoding.html
445
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-entities.html
446
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-globals.html
447
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-hash.html
448
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-lib.html
449
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-list.html
450
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-nanoftp.html
451
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-nanohttp.html
452
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-parser.html
453
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-parserInternals.html
454
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-pattern.html
455
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-relaxng.html
456
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-schemasInternals.html
457
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-schematron.html
458
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-threads.html
459
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-tree.html
460
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-uri.html
461
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-valid.html
462
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xinclude.html
463
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xlink.html
464
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlIO.html
465
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlautomata.html
466
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlerror.html
467
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlexports.html
468
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlmemory.html
469
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlmodule.html
470
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlreader.html
471
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlregexp.html
472
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlsave.html
473
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlschemas.html
474
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlschemastypes.html
475
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlstring.html
476
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlunicode.html
477
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlversion.html
478
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlwriter.html
479
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xpath.html
480
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xpathInternals.html
481
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xpointer.html
482
- - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xzlib.html
483
- - vendor/local/share/doc/libxml2-2.9.4/html/html/right.png
484
- - vendor/local/share/doc/libxml2-2.9.4/html/html/up.png
485
- - vendor/local/share/doc/libxml2-2.9.4/html/index.html
486
- - vendor/local/share/doc/libxml2-2.9.4/html/io1.c
487
- - vendor/local/share/doc/libxml2-2.9.4/html/io1.res
488
- - vendor/local/share/doc/libxml2-2.9.4/html/io2.c
489
- - vendor/local/share/doc/libxml2-2.9.4/html/io2.res
490
- - vendor/local/share/doc/libxml2-2.9.4/html/libxml.gif
491
- - vendor/local/share/doc/libxml2-2.9.4/html/parse1.c
492
- - vendor/local/share/doc/libxml2-2.9.4/html/parse2.c
493
- - vendor/local/share/doc/libxml2-2.9.4/html/parse3.c
494
- - vendor/local/share/doc/libxml2-2.9.4/html/parse4.c
495
- - vendor/local/share/doc/libxml2-2.9.4/html/reader1.c
496
- - vendor/local/share/doc/libxml2-2.9.4/html/reader1.res
497
- - vendor/local/share/doc/libxml2-2.9.4/html/reader2.c
498
- - vendor/local/share/doc/libxml2-2.9.4/html/reader3.c
499
- - vendor/local/share/doc/libxml2-2.9.4/html/reader3.res
500
- - vendor/local/share/doc/libxml2-2.9.4/html/reader4.c
501
- - vendor/local/share/doc/libxml2-2.9.4/html/reader4.res
502
- - vendor/local/share/doc/libxml2-2.9.4/html/redhat.gif
503
- - vendor/local/share/doc/libxml2-2.9.4/html/smallfootonly.gif
504
- - vendor/local/share/doc/libxml2-2.9.4/html/structure.gif
505
- - vendor/local/share/doc/libxml2-2.9.4/html/test1.xml
506
- - vendor/local/share/doc/libxml2-2.9.4/html/test2.xml
507
- - vendor/local/share/doc/libxml2-2.9.4/html/test3.xml
508
- - vendor/local/share/doc/libxml2-2.9.4/html/testWriter.c
509
- - vendor/local/share/doc/libxml2-2.9.4/html/tree1.c
510
- - vendor/local/share/doc/libxml2-2.9.4/html/tree1.res
511
- - vendor/local/share/doc/libxml2-2.9.4/html/tree2.c
512
- - vendor/local/share/doc/libxml2-2.9.4/html/tree2.res
513
- - vendor/local/share/doc/libxml2-2.9.4/html/tst.xml
514
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apa.html
515
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apb.html
516
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apc.html
517
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apd.html
518
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ape.html
519
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apf.html
520
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apg.html
521
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/aph.html
522
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/api.html
523
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s02.html
524
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s03.html
525
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s04.html
526
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s05.html
527
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s06.html
528
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s07.html
529
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s08.html
530
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s09.html
531
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/blank.png
532
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/1.png
533
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/10.png
534
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/2.png
535
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/3.png
536
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/4.png
537
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/5.png
538
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/6.png
539
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/7.png
540
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/8.png
541
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/9.png
542
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/caution.png
543
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/draft.png
544
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/home.png
545
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/important.png
546
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/next.png
547
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/note.png
548
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/prev.png
549
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/tip.png
550
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/toc-blank.png
551
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/toc-minus.png
552
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/toc-plus.png
553
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/up.png
554
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/warning.png
555
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includeaddattribute.c
556
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includeaddkeyword.c
557
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includeconvert.c
558
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includegetattribute.c
559
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includekeyword.c
560
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includexpath.c
561
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/index.html
562
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ix01.html
563
- - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/xmltutorial.pdf
564
- - vendor/local/share/doc/libxml2-2.9.4/html/w3c.png
565
- - vendor/local/share/doc/libxml2-2.9.4/html/writer.xml
566
- - vendor/local/share/doc/libxml2-2.9.4/html/xml.html
567
- - vendor/local/share/doc/libxml2-2.9.4/html/xpath1.c
568
- - vendor/local/share/doc/libxml2-2.9.4/html/xpath1.res
569
- - vendor/local/share/doc/libxml2-2.9.4/html/xpath2.c
570
- - vendor/local/share/doc/libxml2-2.9.4/html/xpath2.res
419
+ - vendor/local/share/doc/libxml2-2.9.6/Copyright
420
+ - vendor/local/share/doc/libxml2-2.9.6/examples/testHTML.c
421
+ - vendor/local/share/doc/libxml2-2.9.6/examples/testSAX.c
422
+ - vendor/local/share/doc/libxml2-2.9.6/examples/testXPath.c
423
+ - vendor/local/share/doc/libxml2-2.9.6/examples/xmllint.c
424
+ - vendor/local/share/doc/libxml2-2.9.6/html/DOM.gif
425
+ - vendor/local/share/doc/libxml2-2.9.6/html/FAQ.html
426
+ - vendor/local/share/doc/libxml2-2.9.6/html/Libxml2-Logo-180x168.gif
427
+ - vendor/local/share/doc/libxml2-2.9.6/html/Libxml2-Logo-90x34.gif
428
+ - vendor/local/share/doc/libxml2-2.9.6/html/encoding.html
429
+ - vendor/local/share/doc/libxml2-2.9.6/html/examples.xml
430
+ - vendor/local/share/doc/libxml2-2.9.6/html/examples.xsl
431
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/book1.html
432
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/home.png
433
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/index.html
434
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/left.png
435
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-DOCBparser.html
436
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-HTMLparser.html
437
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-HTMLtree.html
438
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-SAX.html
439
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-SAX2.html
440
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-c14n.html
441
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-catalog.html
442
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-chvalid.html
443
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-debugXML.html
444
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-dict.html
445
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-encoding.html
446
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-entities.html
447
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-globals.html
448
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-hash.html
449
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-lib.html
450
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-list.html
451
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-nanoftp.html
452
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-nanohttp.html
453
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-parser.html
454
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-parserInternals.html
455
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-pattern.html
456
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-relaxng.html
457
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-schemasInternals.html
458
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-schematron.html
459
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-threads.html
460
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-tree.html
461
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-uri.html
462
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-valid.html
463
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xinclude.html
464
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xlink.html
465
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlIO.html
466
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlautomata.html
467
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlerror.html
468
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlexports.html
469
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlmemory.html
470
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlmodule.html
471
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlreader.html
472
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlregexp.html
473
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlsave.html
474
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlschemas.html
475
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlschemastypes.html
476
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlstring.html
477
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlunicode.html
478
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlversion.html
479
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xmlwriter.html
480
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xpath.html
481
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xpathInternals.html
482
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xpointer.html
483
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/libxml-xzlib.html
484
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/right.png
485
+ - vendor/local/share/doc/libxml2-2.9.6/html/html/up.png
486
+ - vendor/local/share/doc/libxml2-2.9.6/html/index.html
487
+ - vendor/local/share/doc/libxml2-2.9.6/html/io1.c
488
+ - vendor/local/share/doc/libxml2-2.9.6/html/io1.res
489
+ - vendor/local/share/doc/libxml2-2.9.6/html/io2.c
490
+ - vendor/local/share/doc/libxml2-2.9.6/html/io2.res
491
+ - vendor/local/share/doc/libxml2-2.9.6/html/libxml.gif
492
+ - vendor/local/share/doc/libxml2-2.9.6/html/parse1.c
493
+ - vendor/local/share/doc/libxml2-2.9.6/html/parse2.c
494
+ - vendor/local/share/doc/libxml2-2.9.6/html/parse3.c
495
+ - vendor/local/share/doc/libxml2-2.9.6/html/parse4.c
496
+ - vendor/local/share/doc/libxml2-2.9.6/html/reader1.c
497
+ - vendor/local/share/doc/libxml2-2.9.6/html/reader1.res
498
+ - vendor/local/share/doc/libxml2-2.9.6/html/reader2.c
499
+ - vendor/local/share/doc/libxml2-2.9.6/html/reader3.c
500
+ - vendor/local/share/doc/libxml2-2.9.6/html/reader3.res
501
+ - vendor/local/share/doc/libxml2-2.9.6/html/reader4.c
502
+ - vendor/local/share/doc/libxml2-2.9.6/html/reader4.res
503
+ - vendor/local/share/doc/libxml2-2.9.6/html/redhat.gif
504
+ - vendor/local/share/doc/libxml2-2.9.6/html/smallfootonly.gif
505
+ - vendor/local/share/doc/libxml2-2.9.6/html/structure.gif
506
+ - vendor/local/share/doc/libxml2-2.9.6/html/test1.xml
507
+ - vendor/local/share/doc/libxml2-2.9.6/html/test2.xml
508
+ - vendor/local/share/doc/libxml2-2.9.6/html/test3.xml
509
+ - vendor/local/share/doc/libxml2-2.9.6/html/testWriter.c
510
+ - vendor/local/share/doc/libxml2-2.9.6/html/tree1.c
511
+ - vendor/local/share/doc/libxml2-2.9.6/html/tree1.res
512
+ - vendor/local/share/doc/libxml2-2.9.6/html/tree2.c
513
+ - vendor/local/share/doc/libxml2-2.9.6/html/tree2.res
514
+ - vendor/local/share/doc/libxml2-2.9.6/html/tst.xml
515
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/apa.html
516
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/apb.html
517
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/apc.html
518
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/apd.html
519
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/ape.html
520
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/apf.html
521
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/apg.html
522
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/aph.html
523
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/api.html
524
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/ar01s02.html
525
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/ar01s03.html
526
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/ar01s04.html
527
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/ar01s05.html
528
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/ar01s06.html
529
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/ar01s07.html
530
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/ar01s08.html
531
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/ar01s09.html
532
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/blank.png
533
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/callouts/1.png
534
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/callouts/10.png
535
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/callouts/2.png
536
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/callouts/3.png
537
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/callouts/4.png
538
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/callouts/5.png
539
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/callouts/6.png
540
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/callouts/7.png
541
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/callouts/8.png
542
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/callouts/9.png
543
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/caution.png
544
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/draft.png
545
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/home.png
546
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/important.png
547
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/next.png
548
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/note.png
549
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/prev.png
550
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/tip.png
551
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/toc-blank.png
552
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/toc-minus.png
553
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/toc-plus.png
554
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/up.png
555
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/images/warning.png
556
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/includeaddattribute.c
557
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/includeaddkeyword.c
558
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/includeconvert.c
559
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/includegetattribute.c
560
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/includekeyword.c
561
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/includexpath.c
562
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/index.html
563
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/ix01.html
564
+ - vendor/local/share/doc/libxml2-2.9.6/html/tutorial/xmltutorial.pdf
565
+ - vendor/local/share/doc/libxml2-2.9.6/html/w3c.png
566
+ - vendor/local/share/doc/libxml2-2.9.6/html/writer.xml
567
+ - vendor/local/share/doc/libxml2-2.9.6/html/xml.html
568
+ - vendor/local/share/doc/libxml2-2.9.6/html/xpath1.c
569
+ - vendor/local/share/doc/libxml2-2.9.6/html/xpath1.res
570
+ - vendor/local/share/doc/libxml2-2.9.6/html/xpath2.c
571
+ - vendor/local/share/doc/libxml2-2.9.6/html/xpath2.res
571
572
  - vendor/local/share/fontconfig/conf.avail/10-autohint.conf
572
573
  - vendor/local/share/fontconfig/conf.avail/10-hinting-full.conf
573
574
  - vendor/local/share/fontconfig/conf.avail/10-hinting-medium.conf
@@ -658,7 +659,6 @@ files:
658
659
  - vendor/local/share/gtk-doc/html/cairo/index-1.8.html
659
660
  - vendor/local/share/gtk-doc/html/cairo/index-all.html
660
661
  - vendor/local/share/gtk-doc/html/cairo/index.html
661
- - vendor/local/share/gtk-doc/html/cairo/index.sgml
662
662
  - vendor/local/share/gtk-doc/html/cairo/language-bindings.html
663
663
  - vendor/local/share/gtk-doc/html/cairo/left-insensitive.png
664
664
  - vendor/local/share/gtk-doc/html/cairo/left.png
@@ -738,6 +738,7 @@ files:
738
738
  - vendor/local/share/license/libxml2/COPYING
739
739
  - vendor/local/share/license/libxml2/README
740
740
  - vendor/local/share/license/libxml2/README.tests
741
+ - vendor/local/share/license/libxml2/README.zOS
741
742
  - vendor/local/share/license/pixman/AUTHORS
742
743
  - vendor/local/share/license/pixman/COPYING
743
744
  - vendor/local/share/license/pixman/README
@@ -779,30 +780,30 @@ signing_key:
779
780
  specification_version: 4
780
781
  summary: Ruby bindings for cairo
781
782
  test_files:
783
+ - test/test_constants.rb
784
+ - test/cairo-test-utils.rb
782
785
  - test/test_xml_device.rb
783
- - test/test_script_device.rb
784
786
  - test/test_pdf_surface.rb
787
+ - test/run-test.rb
788
+ - test/test_script_device.rb
785
789
  - test/test_font_options.rb
786
- - test/test_raster_source_pattern.rb
787
- - test/test_font_face.rb
788
- - test/test_region.rb
789
- - test/test_recording_surface.rb
790
- - test/test_text_to_glyphs_data.rb
791
- - test/test_exception.rb
790
+ - test/test_script_surface.rb
792
791
  - test/test_svg_surface.rb
793
- - test/test_paper.rb
794
- - test/cairo-test-utils.rb
795
- - test/test_xml_surface.rb
796
- - test/test_surface.rb
797
- - test/test_font_extents.rb
798
792
  - test/test_image_surface.rb
799
- - test/run-test.rb
793
+ - test/test_exception.rb
794
+ - test/test_font_face.rb
795
+ - test/test_tee_surface.rb
796
+ - test/test_font_extents.rb
800
797
  - test/test_context.rb
801
- - test/test_text_cluster.rb
802
- - test/test_constants.rb
798
+ - test/test_region.rb
799
+ - test/test_text_extents.rb
803
800
  - test/test_color.rb
801
+ - test/test_xml_surface.rb
802
+ - test/test_paper.rb
804
803
  - test/test_quartz_image_surface.rb
805
- - test/test_script_surface.rb
806
- - test/test_text_extents.rb
807
- - test/test_tee_surface.rb
804
+ - test/test_text_to_glyphs_data.rb
805
+ - test/test_raster_source_pattern.rb
806
+ - test/test_recording_surface.rb
807
+ - test/test_text_cluster.rb
808
+ - test/test_surface.rb
808
809
  - test/test_scaled_font.rb
@@ -1,764 +0,0 @@
1
- <ANCHOR id="cairo-cairo-t" href="cairo/cairo-cairo-t.html">
2
- <ANCHOR id="cairo-cairo-t.functions" href="cairo/cairo-cairo-t.html#cairo-cairo-t.functions">
3
- <ANCHOR id="cairo-cairo-t.other" href="cairo/cairo-cairo-t.html#cairo-cairo-t.other">
4
- <ANCHOR id="cairo-cairo-t.object-hierarchy" href="cairo/cairo-cairo-t.html#cairo-cairo-t.object-hierarchy">
5
- <ANCHOR id="cairo-cairo-t.description" href="cairo/cairo-cairo-t.html#cairo-cairo-t.description">
6
- <ANCHOR id="cairo-cairo-t.functions_details" href="cairo/cairo-cairo-t.html#cairo-cairo-t.functions_details">
7
- <ANCHOR id="cairo-create" href="cairo/cairo-cairo-t.html#cairo-create">
8
- <ANCHOR id="cairo-reference" href="cairo/cairo-cairo-t.html#cairo-reference">
9
- <ANCHOR id="cairo-destroy" href="cairo/cairo-cairo-t.html#cairo-destroy">
10
- <ANCHOR id="cairo-status" href="cairo/cairo-cairo-t.html#cairo-status">
11
- <ANCHOR id="cairo-save" href="cairo/cairo-cairo-t.html#cairo-save">
12
- <ANCHOR id="cairo-restore" href="cairo/cairo-cairo-t.html#cairo-restore">
13
- <ANCHOR id="cairo-get-target" href="cairo/cairo-cairo-t.html#cairo-get-target">
14
- <ANCHOR id="cairo-push-group" href="cairo/cairo-cairo-t.html#cairo-push-group">
15
- <ANCHOR id="cairo-push-group-with-content" href="cairo/cairo-cairo-t.html#cairo-push-group-with-content">
16
- <ANCHOR id="cairo-pop-group" href="cairo/cairo-cairo-t.html#cairo-pop-group">
17
- <ANCHOR id="cairo-pop-group-to-source" href="cairo/cairo-cairo-t.html#cairo-pop-group-to-source">
18
- <ANCHOR id="cairo-get-group-target" href="cairo/cairo-cairo-t.html#cairo-get-group-target">
19
- <ANCHOR id="cairo-set-source-rgb" href="cairo/cairo-cairo-t.html#cairo-set-source-rgb">
20
- <ANCHOR id="cairo-set-source-rgba" href="cairo/cairo-cairo-t.html#cairo-set-source-rgba">
21
- <ANCHOR id="cairo-set-source" href="cairo/cairo-cairo-t.html#cairo-set-source">
22
- <ANCHOR id="cairo-set-source-surface" href="cairo/cairo-cairo-t.html#cairo-set-source-surface">
23
- <ANCHOR id="cairo-get-source" href="cairo/cairo-cairo-t.html#cairo-get-source">
24
- <ANCHOR id="cairo-set-antialias" href="cairo/cairo-cairo-t.html#cairo-set-antialias">
25
- <ANCHOR id="cairo-get-antialias" href="cairo/cairo-cairo-t.html#cairo-get-antialias">
26
- <ANCHOR id="cairo-set-dash" href="cairo/cairo-cairo-t.html#cairo-set-dash">
27
- <ANCHOR id="cairo-get-dash-count" href="cairo/cairo-cairo-t.html#cairo-get-dash-count">
28
- <ANCHOR id="cairo-get-dash" href="cairo/cairo-cairo-t.html#cairo-get-dash">
29
- <ANCHOR id="cairo-set-fill-rule" href="cairo/cairo-cairo-t.html#cairo-set-fill-rule">
30
- <ANCHOR id="cairo-get-fill-rule" href="cairo/cairo-cairo-t.html#cairo-get-fill-rule">
31
- <ANCHOR id="cairo-set-line-cap" href="cairo/cairo-cairo-t.html#cairo-set-line-cap">
32
- <ANCHOR id="cairo-get-line-cap" href="cairo/cairo-cairo-t.html#cairo-get-line-cap">
33
- <ANCHOR id="cairo-set-line-join" href="cairo/cairo-cairo-t.html#cairo-set-line-join">
34
- <ANCHOR id="cairo-get-line-join" href="cairo/cairo-cairo-t.html#cairo-get-line-join">
35
- <ANCHOR id="cairo-set-line-width" href="cairo/cairo-cairo-t.html#cairo-set-line-width">
36
- <ANCHOR id="cairo-get-line-width" href="cairo/cairo-cairo-t.html#cairo-get-line-width">
37
- <ANCHOR id="cairo-set-miter-limit" href="cairo/cairo-cairo-t.html#cairo-set-miter-limit">
38
- <ANCHOR id="cairo-get-miter-limit" href="cairo/cairo-cairo-t.html#cairo-get-miter-limit">
39
- <ANCHOR id="cairo-set-operator" href="cairo/cairo-cairo-t.html#cairo-set-operator">
40
- <ANCHOR id="cairo-get-operator" href="cairo/cairo-cairo-t.html#cairo-get-operator">
41
- <ANCHOR id="cairo-set-tolerance" href="cairo/cairo-cairo-t.html#cairo-set-tolerance">
42
- <ANCHOR id="cairo-get-tolerance" href="cairo/cairo-cairo-t.html#cairo-get-tolerance">
43
- <ANCHOR id="cairo-clip" href="cairo/cairo-cairo-t.html#cairo-clip">
44
- <ANCHOR id="cairo-clip-preserve" href="cairo/cairo-cairo-t.html#cairo-clip-preserve">
45
- <ANCHOR id="cairo-clip-extents" href="cairo/cairo-cairo-t.html#cairo-clip-extents">
46
- <ANCHOR id="cairo-in-clip" href="cairo/cairo-cairo-t.html#cairo-in-clip">
47
- <ANCHOR id="cairo-reset-clip" href="cairo/cairo-cairo-t.html#cairo-reset-clip">
48
- <ANCHOR id="cairo-rectangle-list-destroy" href="cairo/cairo-cairo-t.html#cairo-rectangle-list-destroy">
49
- <ANCHOR id="cairo-copy-clip-rectangle-list" href="cairo/cairo-cairo-t.html#cairo-copy-clip-rectangle-list">
50
- <ANCHOR id="cairo-fill" href="cairo/cairo-cairo-t.html#cairo-fill">
51
- <ANCHOR id="cairo-fill-preserve" href="cairo/cairo-cairo-t.html#cairo-fill-preserve">
52
- <ANCHOR id="cairo-fill-extents" href="cairo/cairo-cairo-t.html#cairo-fill-extents">
53
- <ANCHOR id="cairo-in-fill" href="cairo/cairo-cairo-t.html#cairo-in-fill">
54
- <ANCHOR id="cairo-mask" href="cairo/cairo-cairo-t.html#cairo-mask">
55
- <ANCHOR id="cairo-mask-surface" href="cairo/cairo-cairo-t.html#cairo-mask-surface">
56
- <ANCHOR id="cairo-paint" href="cairo/cairo-cairo-t.html#cairo-paint">
57
- <ANCHOR id="cairo-paint-with-alpha" href="cairo/cairo-cairo-t.html#cairo-paint-with-alpha">
58
- <ANCHOR id="cairo-stroke" href="cairo/cairo-cairo-t.html#cairo-stroke">
59
- <ANCHOR id="cairo-stroke-preserve" href="cairo/cairo-cairo-t.html#cairo-stroke-preserve">
60
- <ANCHOR id="cairo-stroke-extents" href="cairo/cairo-cairo-t.html#cairo-stroke-extents">
61
- <ANCHOR id="cairo-in-stroke" href="cairo/cairo-cairo-t.html#cairo-in-stroke">
62
- <ANCHOR id="cairo-copy-page" href="cairo/cairo-cairo-t.html#cairo-copy-page">
63
- <ANCHOR id="cairo-show-page" href="cairo/cairo-cairo-t.html#cairo-show-page">
64
- <ANCHOR id="cairo-get-reference-count" href="cairo/cairo-cairo-t.html#cairo-get-reference-count">
65
- <ANCHOR id="cairo-set-user-data" href="cairo/cairo-cairo-t.html#cairo-set-user-data">
66
- <ANCHOR id="cairo-get-user-data" href="cairo/cairo-cairo-t.html#cairo-get-user-data">
67
- <ANCHOR id="cairo-cairo-t.other_details" href="cairo/cairo-cairo-t.html#cairo-cairo-t.other_details">
68
- <ANCHOR id="cairo-t" href="cairo/cairo-cairo-t.html#cairo-t">
69
- <ANCHOR id="cairo-antialias-t" href="cairo/cairo-cairo-t.html#cairo-antialias-t">
70
- <ANCHOR id="cairo-fill-rule-t" href="cairo/cairo-cairo-t.html#cairo-fill-rule-t">
71
- <ANCHOR id="cairo-line-cap-t" href="cairo/cairo-cairo-t.html#cairo-line-cap-t">
72
- <ANCHOR id="cairo-line-join-t" href="cairo/cairo-cairo-t.html#cairo-line-join-t">
73
- <ANCHOR id="cairo-operator-t" href="cairo/cairo-cairo-t.html#cairo-operator-t">
74
- <ANCHOR id="cairo-rectangle-t" href="cairo/cairo-cairo-t.html#cairo-rectangle-t">
75
- <ANCHOR id="cairo-rectangle-list-t" href="cairo/cairo-cairo-t.html#cairo-rectangle-list-t">
76
- <ANCHOR id="cairo-cairo-t.see-also" href="cairo/cairo-cairo-t.html#cairo-cairo-t.see-also">
77
- <ANCHOR id="cairo-Paths" href="cairo/cairo-Paths.html">
78
- <ANCHOR id="cairo-Paths.functions" href="cairo/cairo-Paths.html#cairo-Paths.functions">
79
- <ANCHOR id="cairo-Paths.other" href="cairo/cairo-Paths.html#cairo-Paths.other">
80
- <ANCHOR id="cairo-Paths.object-hierarchy" href="cairo/cairo-Paths.html#cairo-Paths.object-hierarchy">
81
- <ANCHOR id="cairo-Paths.description" href="cairo/cairo-Paths.html#cairo-Paths.description">
82
- <ANCHOR id="cairo-Paths.functions_details" href="cairo/cairo-Paths.html#cairo-Paths.functions_details">
83
- <ANCHOR id="cairo-copy-path" href="cairo/cairo-Paths.html#cairo-copy-path">
84
- <ANCHOR id="cairo-copy-path-flat" href="cairo/cairo-Paths.html#cairo-copy-path-flat">
85
- <ANCHOR id="cairo-path-destroy" href="cairo/cairo-Paths.html#cairo-path-destroy">
86
- <ANCHOR id="cairo-append-path" href="cairo/cairo-Paths.html#cairo-append-path">
87
- <ANCHOR id="cairo-has-current-point" href="cairo/cairo-Paths.html#cairo-has-current-point">
88
- <ANCHOR id="cairo-get-current-point" href="cairo/cairo-Paths.html#cairo-get-current-point">
89
- <ANCHOR id="cairo-new-path" href="cairo/cairo-Paths.html#cairo-new-path">
90
- <ANCHOR id="cairo-new-sub-path" href="cairo/cairo-Paths.html#cairo-new-sub-path">
91
- <ANCHOR id="cairo-close-path" href="cairo/cairo-Paths.html#cairo-close-path">
92
- <ANCHOR id="cairo-arc" href="cairo/cairo-Paths.html#cairo-arc">
93
- <ANCHOR id="cairo-arc-negative" href="cairo/cairo-Paths.html#cairo-arc-negative">
94
- <ANCHOR id="cairo-curve-to" href="cairo/cairo-Paths.html#cairo-curve-to">
95
- <ANCHOR id="cairo-line-to" href="cairo/cairo-Paths.html#cairo-line-to">
96
- <ANCHOR id="cairo-move-to" href="cairo/cairo-Paths.html#cairo-move-to">
97
- <ANCHOR id="cairo-rectangle" href="cairo/cairo-Paths.html#cairo-rectangle">
98
- <ANCHOR id="cairo-glyph-path" href="cairo/cairo-Paths.html#cairo-glyph-path">
99
- <ANCHOR id="cairo-text-path" href="cairo/cairo-Paths.html#cairo-text-path">
100
- <ANCHOR id="cairo-rel-curve-to" href="cairo/cairo-Paths.html#cairo-rel-curve-to">
101
- <ANCHOR id="cairo-rel-line-to" href="cairo/cairo-Paths.html#cairo-rel-line-to">
102
- <ANCHOR id="cairo-rel-move-to" href="cairo/cairo-Paths.html#cairo-rel-move-to">
103
- <ANCHOR id="cairo-path-extents" href="cairo/cairo-Paths.html#cairo-path-extents">
104
- <ANCHOR id="cairo-Paths.other_details" href="cairo/cairo-Paths.html#cairo-Paths.other_details">
105
- <ANCHOR id="cairo-path-t" href="cairo/cairo-Paths.html#cairo-path-t">
106
- <ANCHOR id="cairo-path-data-t" href="cairo/cairo-Paths.html#cairo-path-data-t">
107
- <ANCHOR id="cairo-path-data-type-t" href="cairo/cairo-Paths.html#cairo-path-data-type-t">
108
- <ANCHOR id="cairo-cairo-pattern-t" href="cairo/cairo-cairo-pattern-t.html">
109
- <ANCHOR id="cairo-cairo-pattern-t.functions" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.functions">
110
- <ANCHOR id="cairo-cairo-pattern-t.other" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.other">
111
- <ANCHOR id="cairo-cairo-pattern-t.object-hierarchy" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.object-hierarchy">
112
- <ANCHOR id="cairo-cairo-pattern-t.description" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.description">
113
- <ANCHOR id="cairo-cairo-pattern-t.functions_details" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.functions_details">
114
- <ANCHOR id="cairo-pattern-add-color-stop-rgb" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-add-color-stop-rgb">
115
- <ANCHOR id="cairo-pattern-add-color-stop-rgba" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-add-color-stop-rgba">
116
- <ANCHOR id="cairo-pattern-get-color-stop-count" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-color-stop-count">
117
- <ANCHOR id="cairo-pattern-get-color-stop-rgba" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-color-stop-rgba">
118
- <ANCHOR id="cairo-pattern-create-rgb" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-create-rgb">
119
- <ANCHOR id="cairo-pattern-create-rgba" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-create-rgba">
120
- <ANCHOR id="cairo-pattern-get-rgba" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-rgba">
121
- <ANCHOR id="cairo-pattern-create-for-surface" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-create-for-surface">
122
- <ANCHOR id="cairo-pattern-get-surface" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-surface">
123
- <ANCHOR id="cairo-pattern-create-linear" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-create-linear">
124
- <ANCHOR id="cairo-pattern-get-linear-points" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-linear-points">
125
- <ANCHOR id="cairo-pattern-create-radial" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-create-radial">
126
- <ANCHOR id="cairo-pattern-get-radial-circles" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-radial-circles">
127
- <ANCHOR id="cairo-pattern-create-mesh" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-create-mesh">
128
- <ANCHOR id="cairo-mesh-pattern-begin-patch" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-begin-patch">
129
- <ANCHOR id="cairo-mesh-pattern-end-patch" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-end-patch">
130
- <ANCHOR id="cairo-mesh-pattern-move-to" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-move-to">
131
- <ANCHOR id="cairo-mesh-pattern-line-to" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-line-to">
132
- <ANCHOR id="cairo-mesh-pattern-curve-to" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-curve-to">
133
- <ANCHOR id="cairo-mesh-pattern-set-control-point" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-set-control-point">
134
- <ANCHOR id="cairo-mesh-pattern-set-corner-color-rgb" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-set-corner-color-rgb">
135
- <ANCHOR id="cairo-mesh-pattern-set-corner-color-rgba" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-set-corner-color-rgba">
136
- <ANCHOR id="cairo-mesh-pattern-get-patch-count" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-get-patch-count">
137
- <ANCHOR id="cairo-mesh-pattern-get-path" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-get-path">
138
- <ANCHOR id="cairo-mesh-pattern-get-control-point" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-get-control-point">
139
- <ANCHOR id="cairo-mesh-pattern-get-corner-color-rgba" href="cairo/cairo-cairo-pattern-t.html#cairo-mesh-pattern-get-corner-color-rgba">
140
- <ANCHOR id="cairo-pattern-reference" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-reference">
141
- <ANCHOR id="cairo-pattern-destroy" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-destroy">
142
- <ANCHOR id="cairo-pattern-status" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-status">
143
- <ANCHOR id="cairo-pattern-set-extend" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-set-extend">
144
- <ANCHOR id="cairo-pattern-get-extend" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-extend">
145
- <ANCHOR id="cairo-pattern-set-filter" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-set-filter">
146
- <ANCHOR id="cairo-pattern-get-filter" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-filter">
147
- <ANCHOR id="cairo-pattern-set-matrix" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-set-matrix">
148
- <ANCHOR id="cairo-pattern-get-matrix" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-matrix">
149
- <ANCHOR id="cairo-pattern-get-type" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-type">
150
- <ANCHOR id="cairo-pattern-get-reference-count" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-reference-count">
151
- <ANCHOR id="cairo-pattern-set-user-data" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-set-user-data">
152
- <ANCHOR id="cairo-pattern-get-user-data" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-user-data">
153
- <ANCHOR id="cairo-cairo-pattern-t.other_details" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.other_details">
154
- <ANCHOR id="cairo-pattern-t" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-t">
155
- <ANCHOR id="cairo-extend-t" href="cairo/cairo-cairo-pattern-t.html#cairo-extend-t">
156
- <ANCHOR id="cairo-filter-t" href="cairo/cairo-cairo-pattern-t.html#cairo-filter-t">
157
- <ANCHOR id="cairo-pattern-type-t" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-type-t">
158
- <ANCHOR id="cairo-cairo-pattern-t.see-also" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.see-also">
159
- <ANCHOR id="cairo-Regions" href="cairo/cairo-Regions.html">
160
- <ANCHOR id="cairo-Regions.functions" href="cairo/cairo-Regions.html#cairo-Regions.functions">
161
- <ANCHOR id="cairo-Regions.other" href="cairo/cairo-Regions.html#cairo-Regions.other">
162
- <ANCHOR id="cairo-Regions.object-hierarchy" href="cairo/cairo-Regions.html#cairo-Regions.object-hierarchy">
163
- <ANCHOR id="cairo-Regions.description" href="cairo/cairo-Regions.html#cairo-Regions.description">
164
- <ANCHOR id="cairo-Regions.functions_details" href="cairo/cairo-Regions.html#cairo-Regions.functions_details">
165
- <ANCHOR id="cairo-region-create" href="cairo/cairo-Regions.html#cairo-region-create">
166
- <ANCHOR id="cairo-region-create-rectangle" href="cairo/cairo-Regions.html#cairo-region-create-rectangle">
167
- <ANCHOR id="cairo-region-create-rectangles" href="cairo/cairo-Regions.html#cairo-region-create-rectangles">
168
- <ANCHOR id="cairo-region-copy" href="cairo/cairo-Regions.html#cairo-region-copy">
169
- <ANCHOR id="cairo-region-reference" href="cairo/cairo-Regions.html#cairo-region-reference">
170
- <ANCHOR id="cairo-region-destroy" href="cairo/cairo-Regions.html#cairo-region-destroy">
171
- <ANCHOR id="cairo-region-status" href="cairo/cairo-Regions.html#cairo-region-status">
172
- <ANCHOR id="cairo-region-get-extents" href="cairo/cairo-Regions.html#cairo-region-get-extents">
173
- <ANCHOR id="cairo-region-num-rectangles" href="cairo/cairo-Regions.html#cairo-region-num-rectangles">
174
- <ANCHOR id="cairo-region-get-rectangle" href="cairo/cairo-Regions.html#cairo-region-get-rectangle">
175
- <ANCHOR id="cairo-region-is-empty" href="cairo/cairo-Regions.html#cairo-region-is-empty">
176
- <ANCHOR id="cairo-region-contains-point" href="cairo/cairo-Regions.html#cairo-region-contains-point">
177
- <ANCHOR id="cairo-region-contains-rectangle" href="cairo/cairo-Regions.html#cairo-region-contains-rectangle">
178
- <ANCHOR id="cairo-region-equal" href="cairo/cairo-Regions.html#cairo-region-equal">
179
- <ANCHOR id="cairo-region-translate" href="cairo/cairo-Regions.html#cairo-region-translate">
180
- <ANCHOR id="cairo-region-intersect" href="cairo/cairo-Regions.html#cairo-region-intersect">
181
- <ANCHOR id="cairo-region-intersect-rectangle" href="cairo/cairo-Regions.html#cairo-region-intersect-rectangle">
182
- <ANCHOR id="cairo-region-subtract" href="cairo/cairo-Regions.html#cairo-region-subtract">
183
- <ANCHOR id="cairo-region-subtract-rectangle" href="cairo/cairo-Regions.html#cairo-region-subtract-rectangle">
184
- <ANCHOR id="cairo-region-union" href="cairo/cairo-Regions.html#cairo-region-union">
185
- <ANCHOR id="cairo-region-union-rectangle" href="cairo/cairo-Regions.html#cairo-region-union-rectangle">
186
- <ANCHOR id="cairo-region-xor" href="cairo/cairo-Regions.html#cairo-region-xor">
187
- <ANCHOR id="cairo-region-xor-rectangle" href="cairo/cairo-Regions.html#cairo-region-xor-rectangle">
188
- <ANCHOR id="cairo-Regions.other_details" href="cairo/cairo-Regions.html#cairo-Regions.other_details">
189
- <ANCHOR id="cairo-region-t" href="cairo/cairo-Regions.html#cairo-region-t">
190
- <ANCHOR id="cairo-region-overlap-t" href="cairo/cairo-Regions.html#cairo-region-overlap-t">
191
- <ANCHOR id="cairo-Transformations" href="cairo/cairo-Transformations.html">
192
- <ANCHOR id="cairo-Transformations.functions" href="cairo/cairo-Transformations.html#cairo-Transformations.functions">
193
- <ANCHOR id="cairo-Transformations.object-hierarchy" href="cairo/cairo-Transformations.html#cairo-Transformations.object-hierarchy">
194
- <ANCHOR id="cairo-Transformations.description" href="cairo/cairo-Transformations.html#cairo-Transformations.description">
195
- <ANCHOR id="cairo-Transformations.functions_details" href="cairo/cairo-Transformations.html#cairo-Transformations.functions_details">
196
- <ANCHOR id="cairo-translate" href="cairo/cairo-Transformations.html#cairo-translate">
197
- <ANCHOR id="cairo-scale" href="cairo/cairo-Transformations.html#cairo-scale">
198
- <ANCHOR id="cairo-rotate" href="cairo/cairo-Transformations.html#cairo-rotate">
199
- <ANCHOR id="cairo-transform" href="cairo/cairo-Transformations.html#cairo-transform">
200
- <ANCHOR id="cairo-set-matrix" href="cairo/cairo-Transformations.html#cairo-set-matrix">
201
- <ANCHOR id="cairo-get-matrix" href="cairo/cairo-Transformations.html#cairo-get-matrix">
202
- <ANCHOR id="cairo-identity-matrix" href="cairo/cairo-Transformations.html#cairo-identity-matrix">
203
- <ANCHOR id="cairo-user-to-device" href="cairo/cairo-Transformations.html#cairo-user-to-device">
204
- <ANCHOR id="cairo-user-to-device-distance" href="cairo/cairo-Transformations.html#cairo-user-to-device-distance">
205
- <ANCHOR id="cairo-device-to-user" href="cairo/cairo-Transformations.html#cairo-device-to-user">
206
- <ANCHOR id="cairo-device-to-user-distance" href="cairo/cairo-Transformations.html#cairo-device-to-user-distance">
207
- <ANCHOR id="cairo-Transformations.other_details" href="cairo/cairo-Transformations.html#cairo-Transformations.other_details">
208
- <ANCHOR id="cairo-Transformations.see-also" href="cairo/cairo-Transformations.html#cairo-Transformations.see-also">
209
- <ANCHOR id="cairo-text" href="cairo/cairo-text.html">
210
- <ANCHOR id="cairo-text.functions" href="cairo/cairo-text.html#cairo-text.functions">
211
- <ANCHOR id="cairo-text.other" href="cairo/cairo-text.html#cairo-text.other">
212
- <ANCHOR id="cairo-text.object-hierarchy" href="cairo/cairo-text.html#cairo-text.object-hierarchy">
213
- <ANCHOR id="cairo-text.description" href="cairo/cairo-text.html#cairo-text.description">
214
- <ANCHOR id="cairo-text.functions_details" href="cairo/cairo-text.html#cairo-text.functions_details">
215
- <ANCHOR id="cairo-select-font-face" href="cairo/cairo-text.html#cairo-select-font-face">
216
- <ANCHOR id="cairo-set-font-size" href="cairo/cairo-text.html#cairo-set-font-size">
217
- <ANCHOR id="cairo-set-font-matrix" href="cairo/cairo-text.html#cairo-set-font-matrix">
218
- <ANCHOR id="cairo-get-font-matrix" href="cairo/cairo-text.html#cairo-get-font-matrix">
219
- <ANCHOR id="cairo-set-font-options" href="cairo/cairo-text.html#cairo-set-font-options">
220
- <ANCHOR id="cairo-get-font-options" href="cairo/cairo-text.html#cairo-get-font-options">
221
- <ANCHOR id="cairo-set-font-face" href="cairo/cairo-text.html#cairo-set-font-face">
222
- <ANCHOR id="cairo-get-font-face" href="cairo/cairo-text.html#cairo-get-font-face">
223
- <ANCHOR id="cairo-set-scaled-font" href="cairo/cairo-text.html#cairo-set-scaled-font">
224
- <ANCHOR id="cairo-get-scaled-font" href="cairo/cairo-text.html#cairo-get-scaled-font">
225
- <ANCHOR id="cairo-show-text" href="cairo/cairo-text.html#cairo-show-text">
226
- <ANCHOR id="cairo-show-glyphs" href="cairo/cairo-text.html#cairo-show-glyphs">
227
- <ANCHOR id="cairo-show-text-glyphs" href="cairo/cairo-text.html#cairo-show-text-glyphs">
228
- <ANCHOR id="cairo-font-extents" href="cairo/cairo-text.html#cairo-font-extents">
229
- <ANCHOR id="cairo-text-extents" href="cairo/cairo-text.html#cairo-text-extents">
230
- <ANCHOR id="cairo-glyph-extents" href="cairo/cairo-text.html#cairo-glyph-extents">
231
- <ANCHOR id="cairo-toy-font-face-create" href="cairo/cairo-text.html#cairo-toy-font-face-create">
232
- <ANCHOR id="cairo-toy-font-face-get-family" href="cairo/cairo-text.html#cairo-toy-font-face-get-family">
233
- <ANCHOR id="cairo-toy-font-face-get-slant" href="cairo/cairo-text.html#cairo-toy-font-face-get-slant">
234
- <ANCHOR id="cairo-toy-font-face-get-weight" href="cairo/cairo-text.html#cairo-toy-font-face-get-weight">
235
- <ANCHOR id="cairo-glyph-allocate" href="cairo/cairo-text.html#cairo-glyph-allocate">
236
- <ANCHOR id="cairo-glyph-free" href="cairo/cairo-text.html#cairo-glyph-free">
237
- <ANCHOR id="cairo-text-cluster-allocate" href="cairo/cairo-text.html#cairo-text-cluster-allocate">
238
- <ANCHOR id="cairo-text-cluster-free" href="cairo/cairo-text.html#cairo-text-cluster-free">
239
- <ANCHOR id="cairo-text.other_details" href="cairo/cairo-text.html#cairo-text.other_details">
240
- <ANCHOR id="cairo-glyph-t" href="cairo/cairo-text.html#cairo-glyph-t">
241
- <ANCHOR id="cairo-font-slant-t" href="cairo/cairo-text.html#cairo-font-slant-t">
242
- <ANCHOR id="cairo-font-weight-t" href="cairo/cairo-text.html#cairo-font-weight-t">
243
- <ANCHOR id="cairo-text-cluster-t" href="cairo/cairo-text.html#cairo-text-cluster-t">
244
- <ANCHOR id="cairo-text-cluster-flags-t" href="cairo/cairo-text.html#cairo-text-cluster-flags-t">
245
- <ANCHOR id="cairo-text.see-also" href="cairo/cairo-text.html#cairo-text.see-also">
246
- <ANCHOR id="cairo-Raster-Sources" href="cairo/cairo-Raster-Sources.html">
247
- <ANCHOR id="cairo-Raster-Sources.functions" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.functions">
248
- <ANCHOR id="cairo-Raster-Sources.object-hierarchy" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.object-hierarchy">
249
- <ANCHOR id="cairo-Raster-Sources.description" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.description">
250
- <ANCHOR id="cairo-Raster-Sources.functions_details" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.functions_details">
251
- <ANCHOR id="cairo-pattern-create-raster-source" href="cairo/cairo-Raster-Sources.html#cairo-pattern-create-raster-source">
252
- <ANCHOR id="cairo-raster-source-pattern-set-callback-data" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-set-callback-data">
253
- <ANCHOR id="cairo-raster-source-pattern-get-callback-data" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-get-callback-data">
254
- <ANCHOR id="cairo-raster-source-pattern-set-acquire" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-set-acquire">
255
- <ANCHOR id="cairo-raster-source-pattern-get-acquire" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-get-acquire">
256
- <ANCHOR id="cairo-raster-source-pattern-set-snapshot" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-set-snapshot">
257
- <ANCHOR id="cairo-raster-source-pattern-get-snapshot" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-get-snapshot">
258
- <ANCHOR id="cairo-raster-source-pattern-set-copy" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-set-copy">
259
- <ANCHOR id="cairo-raster-source-pattern-get-copy" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-get-copy">
260
- <ANCHOR id="cairo-raster-source-pattern-set-finish" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-set-finish">
261
- <ANCHOR id="cairo-raster-source-pattern-get-finish" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-get-finish">
262
- <ANCHOR id="cairo-raster-source-acquire-func-t" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-acquire-func-t">
263
- <ANCHOR id="cairo-raster-source-release-func-t" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-release-func-t">
264
- <ANCHOR id="cairo-raster-source-snapshot-func-t" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-snapshot-func-t">
265
- <ANCHOR id="cairo-raster-source-copy-func-t" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-copy-func-t">
266
- <ANCHOR id="cairo-raster-source-finish-func-t" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-finish-func-t">
267
- <ANCHOR id="cairo-Raster-Sources.other_details" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.other_details">
268
- <ANCHOR id="cairo-Raster-Sources.see-also" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.see-also">
269
- <ANCHOR id="cairo-Tags-and-Links" href="cairo/cairo-Tags-and-Links.html">
270
- <ANCHOR id="cairo-Tags-and-Links.functions" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.functions">
271
- <ANCHOR id="cairo-Tags-and-Links.other" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.other">
272
- <ANCHOR id="cairo-Tags-and-Links.object-hierarchy" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.object-hierarchy">
273
- <ANCHOR id="cairo-Tags-and-Links.description" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.description">
274
- <ANCHOR id="link" href="cairo/cairo-Tags-and-Links.html#link">
275
- <ANCHOR id="dest" href="cairo/cairo-Tags-and-Links.html#dest">
276
- <ANCHOR id="doc-struct" href="cairo/cairo-Tags-and-Links.html#doc-struct">
277
- <ANCHOR id="cairo-Tags-and-Links.functions_details" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.functions_details">
278
- <ANCHOR id="cairo-tag-begin" href="cairo/cairo-Tags-and-Links.html#cairo-tag-begin">
279
- <ANCHOR id="cairo-tag-end" href="cairo/cairo-Tags-and-Links.html#cairo-tag-end">
280
- <ANCHOR id="cairo-Tags-and-Links.other_details" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.other_details">
281
- <ANCHOR id="CAIRO-TAG-DEST:CAPS" href="cairo/cairo-Tags-and-Links.html#CAIRO-TAG-DEST:CAPS">
282
- <ANCHOR id="CAIRO-TAG-LINK:CAPS" href="cairo/cairo-Tags-and-Links.html#CAIRO-TAG-LINK:CAPS">
283
- <ANCHOR id="cairo-Tags-and-Links.see-also" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.see-also">
284
- <ANCHOR id="cairo-cairo-font-face-t" href="cairo/cairo-cairo-font-face-t.html">
285
- <ANCHOR id="cairo-cairo-font-face-t.functions" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.functions">
286
- <ANCHOR id="cairo-cairo-font-face-t.other" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.other">
287
- <ANCHOR id="cairo-cairo-font-face-t.object-hierarchy" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.object-hierarchy">
288
- <ANCHOR id="cairo-cairo-font-face-t.description" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.description">
289
- <ANCHOR id="cairo-cairo-font-face-t.functions_details" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.functions_details">
290
- <ANCHOR id="cairo-font-face-reference" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-reference">
291
- <ANCHOR id="cairo-font-face-destroy" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-destroy">
292
- <ANCHOR id="cairo-font-face-status" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-status">
293
- <ANCHOR id="cairo-font-face-get-type" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-type">
294
- <ANCHOR id="cairo-font-face-get-reference-count" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-reference-count">
295
- <ANCHOR id="cairo-font-face-set-user-data" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-set-user-data">
296
- <ANCHOR id="cairo-font-face-get-user-data" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-user-data">
297
- <ANCHOR id="cairo-cairo-font-face-t.other_details" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.other_details">
298
- <ANCHOR id="cairo-font-face-t" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-t">
299
- <ANCHOR id="cairo-font-type-t" href="cairo/cairo-cairo-font-face-t.html#cairo-font-type-t">
300
- <ANCHOR id="cairo-cairo-font-face-t.see-also" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.see-also">
301
- <ANCHOR id="cairo-cairo-scaled-font-t" href="cairo/cairo-cairo-scaled-font-t.html">
302
- <ANCHOR id="cairo-cairo-scaled-font-t.functions" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.functions">
303
- <ANCHOR id="cairo-cairo-scaled-font-t.other" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.other">
304
- <ANCHOR id="cairo-cairo-scaled-font-t.object-hierarchy" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.object-hierarchy">
305
- <ANCHOR id="cairo-cairo-scaled-font-t.description" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.description">
306
- <ANCHOR id="cairo-cairo-scaled-font-t.functions_details" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.functions_details">
307
- <ANCHOR id="cairo-scaled-font-create" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-create">
308
- <ANCHOR id="cairo-scaled-font-reference" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-reference">
309
- <ANCHOR id="cairo-scaled-font-destroy" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-destroy">
310
- <ANCHOR id="cairo-scaled-font-status" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-status">
311
- <ANCHOR id="cairo-scaled-font-extents" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-extents">
312
- <ANCHOR id="cairo-scaled-font-text-extents" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-text-extents">
313
- <ANCHOR id="cairo-scaled-font-glyph-extents" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-glyph-extents">
314
- <ANCHOR id="cairo-scaled-font-text-to-glyphs" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-text-to-glyphs">
315
- <ANCHOR id="cairo-scaled-font-get-font-face" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-font-face">
316
- <ANCHOR id="cairo-scaled-font-get-font-options" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-font-options">
317
- <ANCHOR id="cairo-scaled-font-get-font-matrix" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-font-matrix">
318
- <ANCHOR id="cairo-scaled-font-get-ctm" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-ctm">
319
- <ANCHOR id="cairo-scaled-font-get-scale-matrix" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-scale-matrix">
320
- <ANCHOR id="cairo-scaled-font-get-type" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-type">
321
- <ANCHOR id="cairo-scaled-font-get-reference-count" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-reference-count">
322
- <ANCHOR id="cairo-scaled-font-set-user-data" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-set-user-data">
323
- <ANCHOR id="cairo-scaled-font-get-user-data" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-user-data">
324
- <ANCHOR id="cairo-cairo-scaled-font-t.other_details" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.other_details">
325
- <ANCHOR id="cairo-scaled-font-t" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-t">
326
- <ANCHOR id="cairo-font-extents-t" href="cairo/cairo-cairo-scaled-font-t.html#cairo-font-extents-t">
327
- <ANCHOR id="cairo-text-extents-t" href="cairo/cairo-cairo-scaled-font-t.html#cairo-text-extents-t">
328
- <ANCHOR id="cairo-cairo-scaled-font-t.see-also" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.see-also">
329
- <ANCHOR id="cairo-cairo-font-options-t" href="cairo/cairo-cairo-font-options-t.html">
330
- <ANCHOR id="cairo-cairo-font-options-t.functions" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.functions">
331
- <ANCHOR id="cairo-cairo-font-options-t.other" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.other">
332
- <ANCHOR id="cairo-cairo-font-options-t.object-hierarchy" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.object-hierarchy">
333
- <ANCHOR id="cairo-cairo-font-options-t.description" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.description">
334
- <ANCHOR id="cairo-cairo-font-options-t.functions_details" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.functions_details">
335
- <ANCHOR id="cairo-font-options-create" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-create">
336
- <ANCHOR id="cairo-font-options-copy" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-copy">
337
- <ANCHOR id="cairo-font-options-destroy" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-destroy">
338
- <ANCHOR id="cairo-font-options-status" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-status">
339
- <ANCHOR id="cairo-font-options-merge" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-merge">
340
- <ANCHOR id="cairo-font-options-hash" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-hash">
341
- <ANCHOR id="cairo-font-options-equal" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-equal">
342
- <ANCHOR id="cairo-font-options-set-antialias" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-set-antialias">
343
- <ANCHOR id="cairo-font-options-get-antialias" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-get-antialias">
344
- <ANCHOR id="cairo-font-options-set-subpixel-order" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-set-subpixel-order">
345
- <ANCHOR id="cairo-font-options-get-subpixel-order" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-get-subpixel-order">
346
- <ANCHOR id="cairo-font-options-set-hint-style" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-set-hint-style">
347
- <ANCHOR id="cairo-font-options-get-hint-style" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-get-hint-style">
348
- <ANCHOR id="cairo-font-options-set-hint-metrics" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-set-hint-metrics">
349
- <ANCHOR id="cairo-font-options-get-hint-metrics" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-get-hint-metrics">
350
- <ANCHOR id="cairo-cairo-font-options-t.other_details" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.other_details">
351
- <ANCHOR id="cairo-font-options-t" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-t">
352
- <ANCHOR id="cairo-subpixel-order-t" href="cairo/cairo-cairo-font-options-t.html#cairo-subpixel-order-t">
353
- <ANCHOR id="cairo-hint-style-t" href="cairo/cairo-cairo-font-options-t.html#cairo-hint-style-t">
354
- <ANCHOR id="cairo-hint-metrics-t" href="cairo/cairo-cairo-font-options-t.html#cairo-hint-metrics-t">
355
- <ANCHOR id="cairo-cairo-font-options-t.see-also" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.see-also">
356
- <ANCHOR id="cairo-FreeType-Fonts" href="cairo/cairo-FreeType-Fonts.html">
357
- <ANCHOR id="cairo-FreeType-Fonts.functions" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.functions">
358
- <ANCHOR id="cairo-FreeType-Fonts.other" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.other">
359
- <ANCHOR id="cairo-FreeType-Fonts.object-hierarchy" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.object-hierarchy">
360
- <ANCHOR id="cairo-FreeType-Fonts.description" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.description">
361
- <ANCHOR id="cairo-FreeType-Fonts.functions_details" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.functions_details">
362
- <ANCHOR id="cairo-ft-font-face-create-for-ft-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-ft-face">
363
- <ANCHOR id="cairo-ft-font-face-create-for-pattern" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-pattern">
364
- <ANCHOR id="cairo-ft-font-options-substitute" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-options-substitute">
365
- <ANCHOR id="cairo-ft-scaled-font-lock-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-scaled-font-lock-face">
366
- <ANCHOR id="cairo-ft-scaled-font-unlock-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-scaled-font-unlock-face">
367
- <ANCHOR id="cairo-ft-font-face-get-synthesize" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-get-synthesize">
368
- <ANCHOR id="cairo-ft-font-face-set-synthesize" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-set-synthesize">
369
- <ANCHOR id="cairo-ft-font-face-unset-synthesize" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-unset-synthesize">
370
- <ANCHOR id="cairo-FreeType-Fonts.other_details" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.other_details">
371
- <ANCHOR id="CAIRO-HAS-FT-FONT:CAPS" href="cairo/cairo-FreeType-Fonts.html#CAIRO-HAS-FT-FONT:CAPS">
372
- <ANCHOR id="CAIRO-HAS-FC-FONT:CAPS" href="cairo/cairo-FreeType-Fonts.html#CAIRO-HAS-FC-FONT:CAPS">
373
- <ANCHOR id="cairo-ft-synthesize-t" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-synthesize-t">
374
- <ANCHOR id="cairo-FreeType-Fonts.see-also" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.see-also">
375
- <ANCHOR id="cairo-Win32-Fonts" href="cairo/cairo-Win32-Fonts.html">
376
- <ANCHOR id="cairo-Win32-Fonts.functions" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.functions">
377
- <ANCHOR id="cairo-Win32-Fonts.other" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.other">
378
- <ANCHOR id="cairo-Win32-Fonts.object-hierarchy" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.object-hierarchy">
379
- <ANCHOR id="cairo-Win32-Fonts.description" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.description">
380
- <ANCHOR id="cairo-Win32-Fonts.functions_details" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.functions_details">
381
- <ANCHOR id="cairo-win32-font-face-create-for-logfontw" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw">
382
- <ANCHOR id="cairo-win32-font-face-create-for-hfont" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-hfont">
383
- <ANCHOR id="cairo-win32-font-face-create-for-logfontw-hfont" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw-hfont">
384
- <ANCHOR id="cairo-win32-scaled-font-select-font" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-select-font">
385
- <ANCHOR id="cairo-win32-scaled-font-done-font" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-done-font">
386
- <ANCHOR id="cairo-win32-scaled-font-get-metrics-factor" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-metrics-factor">
387
- <ANCHOR id="cairo-win32-scaled-font-get-logical-to-device" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-logical-to-device">
388
- <ANCHOR id="cairo-win32-scaled-font-get-device-to-logical" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-device-to-logical">
389
- <ANCHOR id="cairo-Win32-Fonts.other_details" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.other_details">
390
- <ANCHOR id="CAIRO-HAS-WIN32-FONT:CAPS" href="cairo/cairo-Win32-Fonts.html#CAIRO-HAS-WIN32-FONT:CAPS">
391
- <ANCHOR id="cairo-Win32-Fonts.see-also" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.see-also">
392
- <ANCHOR id="cairo-Quartz-(CGFont)-Fonts" href="cairo/cairo-Quartz-(CGFont)-Fonts.html">
393
- <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.functions" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.functions">
394
- <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.other" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.other">
395
- <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.object-hierarchy" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.object-hierarchy">
396
- <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.description" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.description">
397
- <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.functions_details" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.functions_details">
398
- <ANCHOR id="cairo-quartz-font-face-create-for-cgfont" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-quartz-font-face-create-for-cgfont">
399
- <ANCHOR id="cairo-quartz-font-face-create-for-atsu-font-id" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-quartz-font-face-create-for-atsu-font-id">
400
- <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.other_details" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.other_details">
401
- <ANCHOR id="CAIRO-HAS-QUARTZ-FONT:CAPS" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#CAIRO-HAS-QUARTZ-FONT:CAPS">
402
- <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.see-also" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.see-also">
403
- <ANCHOR id="cairo-User-Fonts" href="cairo/cairo-User-Fonts.html">
404
- <ANCHOR id="cairo-User-Fonts.functions" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.functions">
405
- <ANCHOR id="cairo-User-Fonts.other" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.other">
406
- <ANCHOR id="cairo-User-Fonts.object-hierarchy" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.object-hierarchy">
407
- <ANCHOR id="cairo-User-Fonts.description" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.description">
408
- <ANCHOR id="cairo-User-Fonts.functions_details" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.functions_details">
409
- <ANCHOR id="cairo-user-scaled-font-init-func-t" href="cairo/cairo-User-Fonts.html#cairo-user-scaled-font-init-func-t">
410
- <ANCHOR id="cairo-user-scaled-font-render-glyph-func-t" href="cairo/cairo-User-Fonts.html#cairo-user-scaled-font-render-glyph-func-t">
411
- <ANCHOR id="cairo-user-scaled-font-text-to-glyphs-func-t" href="cairo/cairo-User-Fonts.html#cairo-user-scaled-font-text-to-glyphs-func-t">
412
- <ANCHOR id="cairo-user-scaled-font-unicode-to-glyph-func-t" href="cairo/cairo-User-Fonts.html#cairo-user-scaled-font-unicode-to-glyph-func-t">
413
- <ANCHOR id="cairo-user-font-face-create" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-create">
414
- <ANCHOR id="cairo-user-font-face-set-init-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-set-init-func">
415
- <ANCHOR id="cairo-user-font-face-get-init-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-get-init-func">
416
- <ANCHOR id="cairo-user-font-face-set-render-glyph-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-set-render-glyph-func">
417
- <ANCHOR id="cairo-user-font-face-get-render-glyph-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-get-render-glyph-func">
418
- <ANCHOR id="cairo-user-font-face-set-unicode-to-glyph-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-set-unicode-to-glyph-func">
419
- <ANCHOR id="cairo-user-font-face-get-unicode-to-glyph-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-get-unicode-to-glyph-func">
420
- <ANCHOR id="cairo-user-font-face-set-text-to-glyphs-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-set-text-to-glyphs-func">
421
- <ANCHOR id="cairo-user-font-face-get-text-to-glyphs-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-get-text-to-glyphs-func">
422
- <ANCHOR id="cairo-User-Fonts.other_details" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.other_details">
423
- <ANCHOR id="CAIRO-HAS-USER-FONT:CAPS" href="cairo/cairo-User-Fonts.html#CAIRO-HAS-USER-FONT:CAPS">
424
- <ANCHOR id="cairo-cairo-device-t" href="cairo/cairo-cairo-device-t.html">
425
- <ANCHOR id="cairo-cairo-device-t.functions" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.functions">
426
- <ANCHOR id="cairo-cairo-device-t.other" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.other">
427
- <ANCHOR id="cairo-cairo-device-t.object-hierarchy" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.object-hierarchy">
428
- <ANCHOR id="cairo-cairo-device-t.description" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.description">
429
- <ANCHOR id="cairo-cairo-device-t.functions_details" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.functions_details">
430
- <ANCHOR id="cairo-device-reference" href="cairo/cairo-cairo-device-t.html#cairo-device-reference">
431
- <ANCHOR id="cairo-device-destroy" href="cairo/cairo-cairo-device-t.html#cairo-device-destroy">
432
- <ANCHOR id="cairo-device-status" href="cairo/cairo-cairo-device-t.html#cairo-device-status">
433
- <ANCHOR id="cairo-device-finish" href="cairo/cairo-cairo-device-t.html#cairo-device-finish">
434
- <ANCHOR id="cairo-device-flush" href="cairo/cairo-cairo-device-t.html#cairo-device-flush">
435
- <ANCHOR id="cairo-device-get-type" href="cairo/cairo-cairo-device-t.html#cairo-device-get-type">
436
- <ANCHOR id="cairo-device-get-reference-count" href="cairo/cairo-cairo-device-t.html#cairo-device-get-reference-count">
437
- <ANCHOR id="cairo-device-set-user-data" href="cairo/cairo-cairo-device-t.html#cairo-device-set-user-data">
438
- <ANCHOR id="cairo-device-get-user-data" href="cairo/cairo-cairo-device-t.html#cairo-device-get-user-data">
439
- <ANCHOR id="cairo-device-acquire" href="cairo/cairo-cairo-device-t.html#cairo-device-acquire">
440
- <ANCHOR id="cairo-device-release" href="cairo/cairo-cairo-device-t.html#cairo-device-release">
441
- <ANCHOR id="cairo-device-observer-elapsed" href="cairo/cairo-cairo-device-t.html#cairo-device-observer-elapsed">
442
- <ANCHOR id="cairo-device-observer-fill-elapsed" href="cairo/cairo-cairo-device-t.html#cairo-device-observer-fill-elapsed">
443
- <ANCHOR id="cairo-device-observer-glyphs-elapsed" href="cairo/cairo-cairo-device-t.html#cairo-device-observer-glyphs-elapsed">
444
- <ANCHOR id="cairo-device-observer-mask-elapsed" href="cairo/cairo-cairo-device-t.html#cairo-device-observer-mask-elapsed">
445
- <ANCHOR id="cairo-device-observer-paint-elapsed" href="cairo/cairo-cairo-device-t.html#cairo-device-observer-paint-elapsed">
446
- <ANCHOR id="cairo-device-observer-print" href="cairo/cairo-cairo-device-t.html#cairo-device-observer-print">
447
- <ANCHOR id="cairo-device-observer-stroke-elapsed" href="cairo/cairo-cairo-device-t.html#cairo-device-observer-stroke-elapsed">
448
- <ANCHOR id="cairo-cairo-device-t.other_details" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.other_details">
449
- <ANCHOR id="cairo-device-t" href="cairo/cairo-cairo-device-t.html#cairo-device-t">
450
- <ANCHOR id="cairo-device-type-t" href="cairo/cairo-cairo-device-t.html#cairo-device-type-t">
451
- <ANCHOR id="cairo-cairo-device-t.see-also" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.see-also">
452
- <ANCHOR id="cairo-cairo-surface-t" href="cairo/cairo-cairo-surface-t.html">
453
- <ANCHOR id="cairo-cairo-surface-t.functions" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.functions">
454
- <ANCHOR id="cairo-cairo-surface-t.other" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.other">
455
- <ANCHOR id="cairo-cairo-surface-t.object-hierarchy" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.object-hierarchy">
456
- <ANCHOR id="cairo-cairo-surface-t.description" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.description">
457
- <ANCHOR id="cairo-cairo-surface-t.functions_details" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.functions_details">
458
- <ANCHOR id="cairo-surface-create-similar" href="cairo/cairo-cairo-surface-t.html#cairo-surface-create-similar">
459
- <ANCHOR id="cairo-surface-create-similar-image" href="cairo/cairo-cairo-surface-t.html#cairo-surface-create-similar-image">
460
- <ANCHOR id="cairo-surface-create-for-rectangle" href="cairo/cairo-cairo-surface-t.html#cairo-surface-create-for-rectangle">
461
- <ANCHOR id="cairo-surface-reference" href="cairo/cairo-cairo-surface-t.html#cairo-surface-reference">
462
- <ANCHOR id="cairo-surface-destroy" href="cairo/cairo-cairo-surface-t.html#cairo-surface-destroy">
463
- <ANCHOR id="cairo-surface-status" href="cairo/cairo-cairo-surface-t.html#cairo-surface-status">
464
- <ANCHOR id="cairo-surface-finish" href="cairo/cairo-cairo-surface-t.html#cairo-surface-finish">
465
- <ANCHOR id="cairo-surface-flush" href="cairo/cairo-cairo-surface-t.html#cairo-surface-flush">
466
- <ANCHOR id="cairo-surface-get-device" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-device">
467
- <ANCHOR id="cairo-surface-get-font-options" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-font-options">
468
- <ANCHOR id="cairo-surface-get-content" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-content">
469
- <ANCHOR id="cairo-surface-mark-dirty" href="cairo/cairo-cairo-surface-t.html#cairo-surface-mark-dirty">
470
- <ANCHOR id="cairo-surface-mark-dirty-rectangle" href="cairo/cairo-cairo-surface-t.html#cairo-surface-mark-dirty-rectangle">
471
- <ANCHOR id="cairo-surface-set-device-offset" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-device-offset">
472
- <ANCHOR id="cairo-surface-get-device-offset" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-device-offset">
473
- <ANCHOR id="cairo-surface-get-device-scale" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-device-scale">
474
- <ANCHOR id="cairo-surface-set-device-scale" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-device-scale">
475
- <ANCHOR id="cairo-surface-set-fallback-resolution" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-fallback-resolution">
476
- <ANCHOR id="cairo-surface-get-fallback-resolution" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-fallback-resolution">
477
- <ANCHOR id="cairo-surface-get-type" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-type">
478
- <ANCHOR id="cairo-surface-get-reference-count" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-reference-count">
479
- <ANCHOR id="cairo-surface-set-user-data" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-user-data">
480
- <ANCHOR id="cairo-surface-get-user-data" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-user-data">
481
- <ANCHOR id="cairo-surface-copy-page" href="cairo/cairo-cairo-surface-t.html#cairo-surface-copy-page">
482
- <ANCHOR id="cairo-surface-show-page" href="cairo/cairo-cairo-surface-t.html#cairo-surface-show-page">
483
- <ANCHOR id="cairo-surface-has-show-text-glyphs" href="cairo/cairo-cairo-surface-t.html#cairo-surface-has-show-text-glyphs">
484
- <ANCHOR id="cairo-surface-set-mime-data" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-mime-data">
485
- <ANCHOR id="cairo-surface-get-mime-data" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-mime-data">
486
- <ANCHOR id="cairo-surface-supports-mime-type" href="cairo/cairo-cairo-surface-t.html#cairo-surface-supports-mime-type">
487
- <ANCHOR id="cairo-surface-map-to-image" href="cairo/cairo-cairo-surface-t.html#cairo-surface-map-to-image">
488
- <ANCHOR id="cairo-surface-unmap-image" href="cairo/cairo-cairo-surface-t.html#cairo-surface-unmap-image">
489
- <ANCHOR id="cairo-cairo-surface-t.other_details" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.other_details">
490
- <ANCHOR id="CAIRO-HAS-MIME-SURFACE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-HAS-MIME-SURFACE:CAPS">
491
- <ANCHOR id="CAIRO-MIME-TYPE-JBIG2:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2:CAPS">
492
- <ANCHOR id="CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS">
493
- <ANCHOR id="CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS">
494
- <ANCHOR id="CAIRO-MIME-TYPE-JP2:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JP2:CAPS">
495
- <ANCHOR id="CAIRO-MIME-TYPE-JPEG:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JPEG:CAPS">
496
- <ANCHOR id="CAIRO-MIME-TYPE-PNG:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-PNG:CAPS">
497
- <ANCHOR id="CAIRO-MIME-TYPE-URI:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-URI:CAPS">
498
- <ANCHOR id="CAIRO-MIME-TYPE-UNIQUE-ID:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-UNIQUE-ID:CAPS">
499
- <ANCHOR id="cairo-surface-t" href="cairo/cairo-cairo-surface-t.html#cairo-surface-t">
500
- <ANCHOR id="cairo-content-t" href="cairo/cairo-cairo-surface-t.html#cairo-content-t">
501
- <ANCHOR id="cairo-surface-type-t" href="cairo/cairo-cairo-surface-t.html#cairo-surface-type-t">
502
- <ANCHOR id="cairo-cairo-surface-t.see-also" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.see-also">
503
- <ANCHOR id="cairo-Image-Surfaces" href="cairo/cairo-Image-Surfaces.html">
504
- <ANCHOR id="cairo-Image-Surfaces.functions" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.functions">
505
- <ANCHOR id="cairo-Image-Surfaces.other" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.other">
506
- <ANCHOR id="cairo-Image-Surfaces.object-hierarchy" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.object-hierarchy">
507
- <ANCHOR id="cairo-Image-Surfaces.description" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.description">
508
- <ANCHOR id="cairo-Image-Surfaces.functions_details" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.functions_details">
509
- <ANCHOR id="cairo-format-stride-for-width" href="cairo/cairo-Image-Surfaces.html#cairo-format-stride-for-width">
510
- <ANCHOR id="cairo-image-surface-create" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-create">
511
- <ANCHOR id="cairo-image-surface-create-for-data" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-create-for-data">
512
- <ANCHOR id="cairo-image-surface-get-data" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-data">
513
- <ANCHOR id="cairo-image-surface-get-format" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-format">
514
- <ANCHOR id="cairo-image-surface-get-width" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-width">
515
- <ANCHOR id="cairo-image-surface-get-height" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-height">
516
- <ANCHOR id="cairo-image-surface-get-stride" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-stride">
517
- <ANCHOR id="cairo-Image-Surfaces.other_details" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.other_details">
518
- <ANCHOR id="CAIRO-HAS-IMAGE-SURFACE:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-HAS-IMAGE-SURFACE:CAPS">
519
- <ANCHOR id="cairo-format-t" href="cairo/cairo-Image-Surfaces.html#cairo-format-t">
520
- <ANCHOR id="cairo-Image-Surfaces.see-also" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.see-also">
521
- <ANCHOR id="cairo-PDF-Surfaces" href="cairo/cairo-PDF-Surfaces.html">
522
- <ANCHOR id="cairo-PDF-Surfaces.functions" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.functions">
523
- <ANCHOR id="cairo-PDF-Surfaces.other" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.other">
524
- <ANCHOR id="cairo-PDF-Surfaces.object-hierarchy" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.object-hierarchy">
525
- <ANCHOR id="cairo-PDF-Surfaces.description" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.description">
526
- <ANCHOR id="cairo-PDF-Surfaces.functions_details" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.functions_details">
527
- <ANCHOR id="cairo-pdf-surface-create" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-create">
528
- <ANCHOR id="cairo-pdf-surface-create-for-stream" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-create-for-stream">
529
- <ANCHOR id="cairo-pdf-surface-restrict-to-version" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-restrict-to-version">
530
- <ANCHOR id="cairo-pdf-get-versions" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-get-versions">
531
- <ANCHOR id="cairo-pdf-version-to-string" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-version-to-string">
532
- <ANCHOR id="cairo-pdf-surface-set-size" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-size">
533
- <ANCHOR id="cairo-pdf-surface-add-outline" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-add-outline">
534
- <ANCHOR id="cairo-pdf-surface-set-metadata" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-metadata">
535
- <ANCHOR id="cairo-pdf-surface-set-page-label" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-page-label">
536
- <ANCHOR id="cairo-pdf-surface-set-thumbnail-size" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-thumbnail-size">
537
- <ANCHOR id="cairo-PDF-Surfaces.other_details" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.other_details">
538
- <ANCHOR id="CAIRO-HAS-PDF-SURFACE:CAPS" href="cairo/cairo-PDF-Surfaces.html#CAIRO-HAS-PDF-SURFACE:CAPS">
539
- <ANCHOR id="CAIRO-PDF-OUTLINE-ROOT:CAPS" href="cairo/cairo-PDF-Surfaces.html#CAIRO-PDF-OUTLINE-ROOT:CAPS">
540
- <ANCHOR id="cairo-pdf-outline-flags-t" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-outline-flags-t">
541
- <ANCHOR id="cairo-pdf-metadata-t" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-metadata-t">
542
- <ANCHOR id="cairo-pdf-version-t" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-version-t">
543
- <ANCHOR id="cairo-PDF-Surfaces.see-also" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.see-also">
544
- <ANCHOR id="cairo-PNG-Support" href="cairo/cairo-PNG-Support.html">
545
- <ANCHOR id="cairo-PNG-Support.functions" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.functions">
546
- <ANCHOR id="cairo-PNG-Support.other" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.other">
547
- <ANCHOR id="cairo-PNG-Support.object-hierarchy" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.object-hierarchy">
548
- <ANCHOR id="cairo-PNG-Support.description" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.description">
549
- <ANCHOR id="cairo-PNG-Support.functions_details" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.functions_details">
550
- <ANCHOR id="cairo-image-surface-create-from-png" href="cairo/cairo-PNG-Support.html#cairo-image-surface-create-from-png">
551
- <ANCHOR id="cairo-read-func-t" href="cairo/cairo-PNG-Support.html#cairo-read-func-t">
552
- <ANCHOR id="cairo-image-surface-create-from-png-stream" href="cairo/cairo-PNG-Support.html#cairo-image-surface-create-from-png-stream">
553
- <ANCHOR id="cairo-surface-write-to-png" href="cairo/cairo-PNG-Support.html#cairo-surface-write-to-png">
554
- <ANCHOR id="cairo-write-func-t" href="cairo/cairo-PNG-Support.html#cairo-write-func-t">
555
- <ANCHOR id="cairo-surface-write-to-png-stream" href="cairo/cairo-PNG-Support.html#cairo-surface-write-to-png-stream">
556
- <ANCHOR id="cairo-PNG-Support.other_details" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.other_details">
557
- <ANCHOR id="CAIRO-HAS-PNG-FUNCTIONS:CAPS" href="cairo/cairo-PNG-Support.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS">
558
- <ANCHOR id="cairo-PNG-Support.see-also" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.see-also">
559
- <ANCHOR id="cairo-PostScript-Surfaces" href="cairo/cairo-PostScript-Surfaces.html">
560
- <ANCHOR id="cairo-PostScript-Surfaces.functions" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.functions">
561
- <ANCHOR id="cairo-PostScript-Surfaces.other" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.other">
562
- <ANCHOR id="cairo-PostScript-Surfaces.object-hierarchy" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.object-hierarchy">
563
- <ANCHOR id="cairo-PostScript-Surfaces.description" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.description">
564
- <ANCHOR id="cairo-PostScript-Surfaces.functions_details" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.functions_details">
565
- <ANCHOR id="cairo-ps-surface-create" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-create">
566
- <ANCHOR id="cairo-ps-surface-create-for-stream" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-create-for-stream">
567
- <ANCHOR id="cairo-ps-surface-restrict-to-level" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-restrict-to-level">
568
- <ANCHOR id="cairo-ps-get-levels" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-get-levels">
569
- <ANCHOR id="cairo-ps-level-to-string" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-level-to-string">
570
- <ANCHOR id="cairo-ps-surface-set-eps" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-set-eps">
571
- <ANCHOR id="cairo-ps-surface-get-eps" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-get-eps">
572
- <ANCHOR id="cairo-ps-surface-set-size" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-set-size">
573
- <ANCHOR id="cairo-ps-surface-dsc-begin-setup" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-begin-setup">
574
- <ANCHOR id="cairo-ps-surface-dsc-begin-page-setup" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-begin-page-setup">
575
- <ANCHOR id="cairo-ps-surface-dsc-comment" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-comment">
576
- <ANCHOR id="cairo-PostScript-Surfaces.other_details" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.other_details">
577
- <ANCHOR id="CAIRO-HAS-PS-SURFACE:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-HAS-PS-SURFACE:CAPS">
578
- <ANCHOR id="cairo-ps-level-t" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-level-t">
579
- <ANCHOR id="cairo-PostScript-Surfaces.see-also" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.see-also">
580
- <ANCHOR id="cairo-Recording-Surfaces" href="cairo/cairo-Recording-Surfaces.html">
581
- <ANCHOR id="cairo-Recording-Surfaces.functions" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.functions">
582
- <ANCHOR id="cairo-Recording-Surfaces.other" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.other">
583
- <ANCHOR id="cairo-Recording-Surfaces.object-hierarchy" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.object-hierarchy">
584
- <ANCHOR id="cairo-Recording-Surfaces.description" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.description">
585
- <ANCHOR id="cairo-Recording-Surfaces.functions_details" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.functions_details">
586
- <ANCHOR id="cairo-recording-surface-create" href="cairo/cairo-Recording-Surfaces.html#cairo-recording-surface-create">
587
- <ANCHOR id="cairo-recording-surface-ink-extents" href="cairo/cairo-Recording-Surfaces.html#cairo-recording-surface-ink-extents">
588
- <ANCHOR id="cairo-recording-surface-get-extents" href="cairo/cairo-Recording-Surfaces.html#cairo-recording-surface-get-extents">
589
- <ANCHOR id="cairo-Recording-Surfaces.other_details" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.other_details">
590
- <ANCHOR id="CAIRO-HAS-RECORDING-SURFACE:CAPS" href="cairo/cairo-Recording-Surfaces.html#CAIRO-HAS-RECORDING-SURFACE:CAPS">
591
- <ANCHOR id="cairo-Recording-Surfaces.see-also" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.see-also">
592
- <ANCHOR id="cairo-Win32-Surfaces" href="cairo/cairo-Win32-Surfaces.html">
593
- <ANCHOR id="cairo-Win32-Surfaces.functions" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.functions">
594
- <ANCHOR id="cairo-Win32-Surfaces.other" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.other">
595
- <ANCHOR id="cairo-Win32-Surfaces.object-hierarchy" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.object-hierarchy">
596
- <ANCHOR id="cairo-Win32-Surfaces.description" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.description">
597
- <ANCHOR id="cairo-Win32-Surfaces.functions_details" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.functions_details">
598
- <ANCHOR id="cairo-win32-surface-create" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create">
599
- <ANCHOR id="cairo-win32-surface-create-with-dib" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-dib">
600
- <ANCHOR id="cairo-win32-surface-create-with-ddb" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-ddb">
601
- <ANCHOR id="cairo-win32-printing-surface-create" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-printing-surface-create">
602
- <ANCHOR id="cairo-win32-surface-get-dc" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-get-dc">
603
- <ANCHOR id="cairo-win32-surface-get-image" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-get-image">
604
- <ANCHOR id="cairo-Win32-Surfaces.other_details" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.other_details">
605
- <ANCHOR id="CAIRO-HAS-WIN32-SURFACE:CAPS" href="cairo/cairo-Win32-Surfaces.html#CAIRO-HAS-WIN32-SURFACE:CAPS">
606
- <ANCHOR id="cairo-Win32-Surfaces.see-also" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.see-also">
607
- <ANCHOR id="cairo-SVG-Surfaces" href="cairo/cairo-SVG-Surfaces.html">
608
- <ANCHOR id="cairo-SVG-Surfaces.functions" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.functions">
609
- <ANCHOR id="cairo-SVG-Surfaces.other" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.other">
610
- <ANCHOR id="cairo-SVG-Surfaces.object-hierarchy" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.object-hierarchy">
611
- <ANCHOR id="cairo-SVG-Surfaces.description" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.description">
612
- <ANCHOR id="cairo-SVG-Surfaces.functions_details" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.functions_details">
613
- <ANCHOR id="cairo-svg-surface-create" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-create">
614
- <ANCHOR id="cairo-svg-surface-create-for-stream" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-create-for-stream">
615
- <ANCHOR id="cairo-svg-surface-restrict-to-version" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-restrict-to-version">
616
- <ANCHOR id="cairo-svg-get-versions" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-get-versions">
617
- <ANCHOR id="cairo-svg-version-to-string" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-version-to-string">
618
- <ANCHOR id="cairo-SVG-Surfaces.other_details" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.other_details">
619
- <ANCHOR id="CAIRO-HAS-SVG-SURFACE:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-HAS-SVG-SURFACE:CAPS">
620
- <ANCHOR id="cairo-svg-version-t" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-version-t">
621
- <ANCHOR id="cairo-SVG-Surfaces.see-also" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.see-also">
622
- <ANCHOR id="cairo-Quartz-Surfaces" href="cairo/cairo-Quartz-Surfaces.html">
623
- <ANCHOR id="cairo-Quartz-Surfaces.functions" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.functions">
624
- <ANCHOR id="cairo-Quartz-Surfaces.other" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.other">
625
- <ANCHOR id="cairo-Quartz-Surfaces.object-hierarchy" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.object-hierarchy">
626
- <ANCHOR id="cairo-Quartz-Surfaces.description" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.description">
627
- <ANCHOR id="cairo-Quartz-Surfaces.functions_details" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.functions_details">
628
- <ANCHOR id="cairo-quartz-surface-create" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-create">
629
- <ANCHOR id="cairo-quartz-surface-create-for-cg-context" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-create-for-cg-context">
630
- <ANCHOR id="cairo-quartz-surface-get-cg-context" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-get-cg-context">
631
- <ANCHOR id="cairo-Quartz-Surfaces.other_details" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.other_details">
632
- <ANCHOR id="CAIRO-HAS-QUARTZ-SURFACE:CAPS" href="cairo/cairo-Quartz-Surfaces.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS">
633
- <ANCHOR id="cairo-Quartz-Surfaces.see-also" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.see-also">
634
- <ANCHOR id="cairo-XCB-Surfaces" href="cairo/cairo-XCB-Surfaces.html">
635
- <ANCHOR id="cairo-XCB-Surfaces.functions" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.functions">
636
- <ANCHOR id="cairo-XCB-Surfaces.other" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.other">
637
- <ANCHOR id="cairo-XCB-Surfaces.object-hierarchy" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.object-hierarchy">
638
- <ANCHOR id="cairo-XCB-Surfaces.description" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.description">
639
- <ANCHOR id="cairo-XCB-Surfaces.functions_details" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.functions_details">
640
- <ANCHOR id="cairo-xcb-surface-create" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-surface-create">
641
- <ANCHOR id="cairo-xcb-surface-create-for-bitmap" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-surface-create-for-bitmap">
642
- <ANCHOR id="cairo-xcb-surface-create-with-xrender-format" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-surface-create-with-xrender-format">
643
- <ANCHOR id="cairo-xcb-surface-set-size" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-surface-set-size">
644
- <ANCHOR id="cairo-xcb-surface-set-drawable" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-surface-set-drawable">
645
- <ANCHOR id="cairo-xcb-device-get-connection" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-device-get-connection">
646
- <ANCHOR id="cairo-xcb-device-debug-cap-xrender-version" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-device-debug-cap-xrender-version">
647
- <ANCHOR id="cairo-xcb-device-debug-cap-xshm-version" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-device-debug-cap-xshm-version">
648
- <ANCHOR id="cairo-xcb-device-debug-get-precision" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-device-debug-get-precision">
649
- <ANCHOR id="cairo-xcb-device-debug-set-precision" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-device-debug-set-precision">
650
- <ANCHOR id="cairo-XCB-Surfaces.other_details" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.other_details">
651
- <ANCHOR id="CAIRO-HAS-XCB-SURFACE:CAPS" href="cairo/cairo-XCB-Surfaces.html#CAIRO-HAS-XCB-SURFACE:CAPS">
652
- <ANCHOR id="CAIRO-HAS-XCB-SHM-FUNCTIONS:CAPS" href="cairo/cairo-XCB-Surfaces.html#CAIRO-HAS-XCB-SHM-FUNCTIONS:CAPS">
653
- <ANCHOR id="cairo-XCB-Surfaces.see-also" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.see-also">
654
- <ANCHOR id="cairo-XLib-Surfaces" href="cairo/cairo-XLib-Surfaces.html">
655
- <ANCHOR id="cairo-XLib-Surfaces.functions" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.functions">
656
- <ANCHOR id="cairo-XLib-Surfaces.other" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.other">
657
- <ANCHOR id="cairo-XLib-Surfaces.object-hierarchy" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.object-hierarchy">
658
- <ANCHOR id="cairo-XLib-Surfaces.description" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.description">
659
- <ANCHOR id="cairo-XLib-Surfaces.functions_details" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.functions_details">
660
- <ANCHOR id="cairo-xlib-surface-create" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-create">
661
- <ANCHOR id="cairo-xlib-surface-create-for-bitmap" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-create-for-bitmap">
662
- <ANCHOR id="cairo-xlib-surface-set-size" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-set-size">
663
- <ANCHOR id="cairo-xlib-surface-get-display" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-display">
664
- <ANCHOR id="cairo-xlib-surface-get-screen" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-screen">
665
- <ANCHOR id="cairo-xlib-surface-set-drawable" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-set-drawable">
666
- <ANCHOR id="cairo-xlib-surface-get-drawable" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-drawable">
667
- <ANCHOR id="cairo-xlib-surface-get-visual" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-visual">
668
- <ANCHOR id="cairo-xlib-surface-get-width" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-width">
669
- <ANCHOR id="cairo-xlib-surface-get-height" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-height">
670
- <ANCHOR id="cairo-xlib-surface-get-depth" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-depth">
671
- <ANCHOR id="cairo-xlib-device-debug-cap-xrender-version" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-device-debug-cap-xrender-version">
672
- <ANCHOR id="cairo-xlib-device-debug-get-precision" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-device-debug-get-precision">
673
- <ANCHOR id="cairo-xlib-device-debug-set-precision" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-device-debug-set-precision">
674
- <ANCHOR id="cairo-XLib-Surfaces.other_details" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.other_details">
675
- <ANCHOR id="CAIRO-HAS-XLIB-SURFACE:CAPS" href="cairo/cairo-XLib-Surfaces.html#CAIRO-HAS-XLIB-SURFACE:CAPS">
676
- <ANCHOR id="cairo-XLib-Surfaces.see-also" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.see-also">
677
- <ANCHOR id="cairo-XLib-XRender-Backend" href="cairo/cairo-XLib-XRender-Backend.html">
678
- <ANCHOR id="cairo-XLib-XRender-Backend.functions" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.functions">
679
- <ANCHOR id="cairo-XLib-XRender-Backend.other" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.other">
680
- <ANCHOR id="cairo-XLib-XRender-Backend.object-hierarchy" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.object-hierarchy">
681
- <ANCHOR id="cairo-XLib-XRender-Backend.description" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.description">
682
- <ANCHOR id="cairo-XLib-XRender-Backend.functions_details" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.functions_details">
683
- <ANCHOR id="cairo-xlib-surface-create-with-xrender-format" href="cairo/cairo-XLib-XRender-Backend.html#cairo-xlib-surface-create-with-xrender-format">
684
- <ANCHOR id="cairo-xlib-surface-get-xrender-format" href="cairo/cairo-XLib-XRender-Backend.html#cairo-xlib-surface-get-xrender-format">
685
- <ANCHOR id="cairo-XLib-XRender-Backend.other_details" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.other_details">
686
- <ANCHOR id="CAIRO-HAS-XLIB-XRENDER-SURFACE:CAPS" href="cairo/cairo-XLib-XRender-Backend.html#CAIRO-HAS-XLIB-XRENDER-SURFACE:CAPS">
687
- <ANCHOR id="cairo-XLib-XRender-Backend.see-also" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.see-also">
688
- <ANCHOR id="cairo-Script-Surfaces" href="cairo/cairo-Script-Surfaces.html">
689
- <ANCHOR id="cairo-Script-Surfaces.functions" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.functions">
690
- <ANCHOR id="cairo-Script-Surfaces.other" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.other">
691
- <ANCHOR id="cairo-Script-Surfaces.object-hierarchy" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.object-hierarchy">
692
- <ANCHOR id="cairo-Script-Surfaces.description" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.description">
693
- <ANCHOR id="cairo-Script-Surfaces.functions_details" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.functions_details">
694
- <ANCHOR id="cairo-script-create" href="cairo/cairo-Script-Surfaces.html#cairo-script-create">
695
- <ANCHOR id="cairo-script-create-for-stream" href="cairo/cairo-Script-Surfaces.html#cairo-script-create-for-stream">
696
- <ANCHOR id="cairo-script-from-recording-surface" href="cairo/cairo-Script-Surfaces.html#cairo-script-from-recording-surface">
697
- <ANCHOR id="cairo-script-get-mode" href="cairo/cairo-Script-Surfaces.html#cairo-script-get-mode">
698
- <ANCHOR id="cairo-script-set-mode" href="cairo/cairo-Script-Surfaces.html#cairo-script-set-mode">
699
- <ANCHOR id="cairo-script-surface-create" href="cairo/cairo-Script-Surfaces.html#cairo-script-surface-create">
700
- <ANCHOR id="cairo-script-surface-create-for-target" href="cairo/cairo-Script-Surfaces.html#cairo-script-surface-create-for-target">
701
- <ANCHOR id="cairo-script-write-comment" href="cairo/cairo-Script-Surfaces.html#cairo-script-write-comment">
702
- <ANCHOR id="cairo-Script-Surfaces.other_details" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.other_details">
703
- <ANCHOR id="CAIRO-HAS-SCRIPT-SURFACE:CAPS" href="cairo/cairo-Script-Surfaces.html#CAIRO-HAS-SCRIPT-SURFACE:CAPS">
704
- <ANCHOR id="cairo-script-mode-t" href="cairo/cairo-Script-Surfaces.html#cairo-script-mode-t">
705
- <ANCHOR id="cairo-Script-Surfaces.see-also" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.see-also">
706
- <ANCHOR id="cairo-cairo-matrix-t" href="cairo/cairo-cairo-matrix-t.html">
707
- <ANCHOR id="cairo-cairo-matrix-t.functions" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.functions">
708
- <ANCHOR id="cairo-cairo-matrix-t.other" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.other">
709
- <ANCHOR id="cairo-cairo-matrix-t.object-hierarchy" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.object-hierarchy">
710
- <ANCHOR id="cairo-cairo-matrix-t.description" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.description">
711
- <ANCHOR id="cairo-cairo-matrix-t.functions_details" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.functions_details">
712
- <ANCHOR id="cairo-matrix-init" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init">
713
- <ANCHOR id="cairo-matrix-init-identity" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-identity">
714
- <ANCHOR id="cairo-matrix-init-translate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-translate">
715
- <ANCHOR id="cairo-matrix-init-scale" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-scale">
716
- <ANCHOR id="cairo-matrix-init-rotate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-rotate">
717
- <ANCHOR id="cairo-matrix-translate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-translate">
718
- <ANCHOR id="cairo-matrix-scale" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-scale">
719
- <ANCHOR id="cairo-matrix-rotate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-rotate">
720
- <ANCHOR id="cairo-matrix-invert" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-invert">
721
- <ANCHOR id="cairo-matrix-multiply" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-multiply">
722
- <ANCHOR id="cairo-matrix-transform-distance" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-transform-distance">
723
- <ANCHOR id="cairo-matrix-transform-point" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-transform-point">
724
- <ANCHOR id="cairo-cairo-matrix-t.other_details" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.other_details">
725
- <ANCHOR id="cairo-matrix-t" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-t">
726
- <ANCHOR id="cairo-cairo-matrix-t.see-also" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.see-also">
727
- <ANCHOR id="cairo-Error-handling" href="cairo/cairo-Error-handling.html">
728
- <ANCHOR id="cairo-Error-handling.functions" href="cairo/cairo-Error-handling.html#cairo-Error-handling.functions">
729
- <ANCHOR id="cairo-Error-handling.other" href="cairo/cairo-Error-handling.html#cairo-Error-handling.other">
730
- <ANCHOR id="cairo-Error-handling.object-hierarchy" href="cairo/cairo-Error-handling.html#cairo-Error-handling.object-hierarchy">
731
- <ANCHOR id="cairo-Error-handling.description" href="cairo/cairo-Error-handling.html#cairo-Error-handling.description">
732
- <ANCHOR id="cairo-Error-handling.functions_details" href="cairo/cairo-Error-handling.html#cairo-Error-handling.functions_details">
733
- <ANCHOR id="cairo-status-to-string" href="cairo/cairo-Error-handling.html#cairo-status-to-string">
734
- <ANCHOR id="cairo-debug-reset-static-data" href="cairo/cairo-Error-handling.html#cairo-debug-reset-static-data">
735
- <ANCHOR id="cairo-Error-handling.other_details" href="cairo/cairo-Error-handling.html#cairo-Error-handling.other_details">
736
- <ANCHOR id="cairo-status-t" href="cairo/cairo-Error-handling.html#cairo-status-t">
737
- <ANCHOR id="cairo-Error-handling.see-also" href="cairo/cairo-Error-handling.html#cairo-Error-handling.see-also">
738
- <ANCHOR id="cairo-Version-Information" href="cairo/cairo-Version-Information.html">
739
- <ANCHOR id="cairo-Version-Information.functions" href="cairo/cairo-Version-Information.html#cairo-Version-Information.functions">
740
- <ANCHOR id="cairo-Version-Information.other" href="cairo/cairo-Version-Information.html#cairo-Version-Information.other">
741
- <ANCHOR id="cairo-Version-Information.object-hierarchy" href="cairo/cairo-Version-Information.html#cairo-Version-Information.object-hierarchy">
742
- <ANCHOR id="cairo-Version-Information.description" href="cairo/cairo-Version-Information.html#cairo-Version-Information.description">
743
- <ANCHOR id="cairo-Version-Information.functions_details" href="cairo/cairo-Version-Information.html#cairo-Version-Information.functions_details">
744
- <ANCHOR id="CAIRO-VERSION-ENCODE:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS">
745
- <ANCHOR id="CAIRO-VERSION-STRINGIZE:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-STRINGIZE:CAPS">
746
- <ANCHOR id="cairo-version" href="cairo/cairo-Version-Information.html#cairo-version">
747
- <ANCHOR id="cairo-version-string" href="cairo/cairo-Version-Information.html#cairo-version-string">
748
- <ANCHOR id="cairo-Version-Information.other_details" href="cairo/cairo-Version-Information.html#cairo-Version-Information.other_details">
749
- <ANCHOR id="CAIRO-VERSION:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION:CAPS">
750
- <ANCHOR id="CAIRO-VERSION-MAJOR:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MAJOR:CAPS">
751
- <ANCHOR id="CAIRO-VERSION-MINOR:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MINOR:CAPS">
752
- <ANCHOR id="CAIRO-VERSION-MICRO:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MICRO:CAPS">
753
- <ANCHOR id="CAIRO-VERSION-STRING:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS">
754
- <ANCHOR id="cairo-Types" href="cairo/cairo-Types.html">
755
- <ANCHOR id="cairo-Types.functions" href="cairo/cairo-Types.html#cairo-Types.functions">
756
- <ANCHOR id="cairo-Types.other" href="cairo/cairo-Types.html#cairo-Types.other">
757
- <ANCHOR id="cairo-Types.object-hierarchy" href="cairo/cairo-Types.html#cairo-Types.object-hierarchy">
758
- <ANCHOR id="cairo-Types.description" href="cairo/cairo-Types.html#cairo-Types.description">
759
- <ANCHOR id="cairo-Types.functions_details" href="cairo/cairo-Types.html#cairo-Types.functions_details">
760
- <ANCHOR id="cairo-destroy-func-t" href="cairo/cairo-Types.html#cairo-destroy-func-t">
761
- <ANCHOR id="cairo-Types.other_details" href="cairo/cairo-Types.html#cairo-Types.other_details">
762
- <ANCHOR id="cairo-bool-t" href="cairo/cairo-Types.html#cairo-bool-t">
763
- <ANCHOR id="cairo-user-data-key-t" href="cairo/cairo-Types.html#cairo-user-data-key-t">
764
- <ANCHOR id="cairo-rectangle-int-t" href="cairo/cairo-Types.html#cairo-rectangle-int-t">