cairo 1.15.2-x86-mingw32 → 1.15.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (293) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +20 -0
  3. data/Rakefile +10 -18
  4. data/ext/cairo/extconf.rb +1 -0
  5. data/ext/cairo/rb_cairo.h +1 -1
  6. data/ext/cairo/rb_cairo_font_options.c +5 -1
  7. data/ext/cairo/rb_cairo_surface.c +32 -6
  8. data/lib/2.2/cairo.so +0 -0
  9. data/lib/2.3/cairo.so +0 -0
  10. data/test/test_font_options.rb +47 -2
  11. data/test/test_pdf_surface.rb +8 -0
  12. data/test/test_svg_surface.rb +8 -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 +1 -1
  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/libgcc_s_sjlj-1.dll +0 -0
  28. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  29. data/vendor/local/bin/libpng-config +1 -1
  30. data/vendor/local/bin/libpng16-16.dll +0 -0
  31. data/vendor/local/bin/libpng16-config +1 -1
  32. data/vendor/local/bin/libstdc++-6.dll +0 -0
  33. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  34. data/vendor/local/bin/libxml2-2.dll +0 -0
  35. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  36. data/vendor/local/bin/pngfix.exe +0 -0
  37. data/vendor/local/bin/xml2-config +4 -4
  38. data/vendor/local/bin/xmlcatalog.exe +0 -0
  39. data/vendor/local/bin/xmllint.exe +0 -0
  40. data/vendor/local/bin/zlib1.dll +0 -0
  41. data/vendor/local/etc/fonts/conf.d/10-hinting-slight.conf +13 -0
  42. data/vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf +17 -15
  43. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +83 -17
  44. data/vendor/local/etc/fonts/conf.d/45-latin.conf +113 -33
  45. data/vendor/local/etc/fonts/conf.d/60-latin.conf +3 -0
  46. data/vendor/local/etc/fonts/fonts.conf +0 -66
  47. data/vendor/local/include/fontconfig/fcprivate.h +3 -0
  48. data/vendor/local/include/fontconfig/fontconfig.h +48 -7
  49. data/vendor/local/include/freetype2/freetype/config/ftoption.h +95 -13
  50. data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +3 -1
  51. data/vendor/local/include/freetype2/freetype/freetype.h +66 -32
  52. data/vendor/local/include/freetype2/freetype/ftautoh.h +9 -1
  53. data/vendor/local/include/freetype2/freetype/ftcache.h +4 -4
  54. data/vendor/local/include/freetype2/freetype/ftcffdrv.h +18 -5
  55. data/vendor/local/include/freetype2/freetype/ftcid.h +2 -2
  56. data/vendor/local/include/freetype2/freetype/ftgzip.h +5 -5
  57. data/vendor/local/include/freetype2/freetype/ftimage.h +1 -11
  58. data/vendor/local/include/freetype2/freetype/ftmm.h +9 -5
  59. data/vendor/local/include/freetype2/freetype/ftotval.h +6 -6
  60. data/vendor/local/include/freetype2/freetype/ftoutln.h +8 -0
  61. data/vendor/local/include/freetype2/freetype/ftsystem.h +1 -1
  62. data/vendor/local/include/freetype2/freetype/ftttdrv.h +41 -22
  63. data/vendor/local/include/freetype2/freetype/tttables.h +1 -1
  64. data/vendor/local/include/libpng16/png.h +259 -123
  65. data/vendor/local/include/libpng16/pngconf.h +25 -25
  66. data/vendor/local/include/libpng16/pnglibconf.h +2 -1
  67. data/vendor/local/include/libxml2/libxml/dict.h +14 -8
  68. data/vendor/local/include/libxml2/libxml/parser.h +2 -2
  69. data/vendor/local/include/libxml2/libxml/parserInternals.h +1 -1
  70. data/vendor/local/include/libxml2/libxml/schemasInternals.h +46 -46
  71. data/vendor/local/include/libxml2/libxml/tree.h +2 -1
  72. data/vendor/local/include/libxml2/libxml/xmlerror.h +1 -1
  73. data/vendor/local/include/libxml2/libxml/xmlstring.h +4 -4
  74. data/vendor/local/include/libxml2/libxml/xmlversion.h +5 -5
  75. data/vendor/local/include/libxml2/libxml/xpathInternals.h +1 -1
  76. data/vendor/local/include/pixman-1/pixman-version.h +3 -3
  77. data/vendor/local/include/png.h +259 -123
  78. data/vendor/local/include/pngconf.h +25 -25
  79. data/vendor/local/include/pnglibconf.h +2 -1
  80. data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +3 -3
  81. data/vendor/local/lib/fontconfig.def +10 -1
  82. data/vendor/local/lib/libcairo-gobject.a +0 -0
  83. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  84. data/vendor/local/lib/libcairo-gobject.la +2 -2
  85. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  86. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  87. data/vendor/local/lib/libcairo-script-interpreter.la +2 -2
  88. data/vendor/local/lib/libcairo.a +0 -0
  89. data/vendor/local/lib/libcairo.dll.a +0 -0
  90. data/vendor/local/lib/libcairo.la +2 -2
  91. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  92. data/vendor/local/lib/libfontconfig.la +5 -5
  93. data/vendor/local/lib/libfreetype.a +0 -0
  94. data/vendor/local/lib/libfreetype.dll.a +0 -0
  95. data/vendor/local/lib/libfreetype.la +1 -1
  96. data/vendor/local/lib/libpixman-1.a +0 -0
  97. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  98. data/vendor/local/lib/libpixman-1.la +5 -5
  99. data/vendor/local/lib/libpng.a +0 -0
  100. data/vendor/local/lib/libpng.dll.a +0 -0
  101. data/vendor/local/lib/libpng.la +2 -2
  102. data/vendor/local/lib/libpng16.a +0 -0
  103. data/vendor/local/lib/libpng16.dll.a +0 -0
  104. data/vendor/local/lib/libpng16.la +2 -2
  105. data/vendor/local/lib/libxml2.a +0 -0
  106. data/vendor/local/lib/libxml2.dll.a +0 -0
  107. data/vendor/local/lib/libxml2.la +3 -3
  108. data/vendor/local/lib/libz.a +0 -0
  109. data/vendor/local/lib/libz.dll.a +0 -0
  110. data/vendor/local/lib/pkgconfig/fontconfig.pc +3 -3
  111. data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
  112. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  113. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  114. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +2 -2
  115. data/vendor/local/lib/pkgconfig/pixman-1.pc +1 -1
  116. data/vendor/local/lib/xml2Conf.sh +2 -2
  117. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/Copyright +0 -0
  118. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/examples/testHTML.c +0 -0
  119. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/examples/testSAX.c +0 -0
  120. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/examples/testXPath.c +0 -0
  121. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/examples/xmllint.c +19 -11
  122. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/DOM.gif +0 -0
  123. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/FAQ.html +0 -0
  124. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/Libxml2-Logo-180x168.gif +0 -0
  125. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/Libxml2-Logo-90x34.gif +0 -0
  126. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/encoding.html +0 -0
  127. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/examples.xml +0 -0
  128. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/examples.xsl +0 -0
  129. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/book1.html +1 -1
  130. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/home.png +0 -0
  131. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/index.html +1 -1
  132. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/left.png +0 -0
  133. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-DOCBparser.html +0 -0
  134. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-HTMLparser.html +0 -0
  135. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-HTMLtree.html +0 -0
  136. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-SAX.html +0 -0
  137. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-SAX2.html +0 -0
  138. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-c14n.html +0 -0
  139. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-catalog.html +0 -0
  140. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-chvalid.html +0 -0
  141. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-debugXML.html +0 -0
  142. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-dict.html +14 -14
  143. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-encoding.html +0 -0
  144. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-entities.html +0 -0
  145. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-globals.html +0 -0
  146. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-hash.html +0 -0
  147. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-lib.html +1 -1
  148. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-list.html +0 -0
  149. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-nanoftp.html +0 -0
  150. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-nanohttp.html +0 -0
  151. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-parser.html +1 -1
  152. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-parserInternals.html +0 -0
  153. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-pattern.html +0 -0
  154. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-relaxng.html +0 -0
  155. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-schemasInternals.html +0 -0
  156. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-schematron.html +0 -0
  157. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-threads.html +0 -0
  158. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-tree.html +2 -1
  159. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-uri.html +0 -0
  160. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-valid.html +0 -0
  161. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xinclude.html +0 -0
  162. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xlink.html +0 -0
  163. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlIO.html +0 -0
  164. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlautomata.html +0 -0
  165. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlerror.html +0 -0
  166. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlexports.html +0 -0
  167. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlmemory.html +1 -1
  168. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlmodule.html +0 -0
  169. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlreader.html +0 -0
  170. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlregexp.html +1 -1
  171. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlsave.html +0 -0
  172. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlschemas.html +0 -0
  173. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlschemastypes.html +0 -0
  174. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlstring.html +4 -4
  175. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlunicode.html +0 -0
  176. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlversion.html +0 -0
  177. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlwriter.html +0 -0
  178. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xpath.html +0 -0
  179. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xpathInternals.html +0 -0
  180. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xpointer.html +0 -0
  181. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xzlib.html +0 -0
  182. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/right.png +0 -0
  183. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/up.png +0 -0
  184. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/index.html +0 -0
  185. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/io1.c +0 -0
  186. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/io1.res +1 -1
  187. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/io2.c +0 -0
  188. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/io2.res +0 -0
  189. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/libxml.gif +0 -0
  190. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/parse1.c +0 -0
  191. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/parse2.c +0 -0
  192. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/parse3.c +0 -0
  193. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/parse4.c +0 -0
  194. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader1.c +0 -0
  195. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader1.res +0 -0
  196. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader2.c +0 -0
  197. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader3.c +0 -0
  198. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader3.res +0 -0
  199. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader4.c +0 -0
  200. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader4.res +0 -0
  201. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/redhat.gif +0 -0
  202. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/smallfootonly.gif +0 -0
  203. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/structure.gif +0 -0
  204. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/test1.xml +0 -0
  205. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/test2.xml +0 -0
  206. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/test3.xml +0 -0
  207. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/testWriter.c +0 -0
  208. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tree1.c +0 -0
  209. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tree1.res +0 -0
  210. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tree2.c +0 -0
  211. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tree2.res +0 -0
  212. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tst.xml +0 -0
  213. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apa.html +0 -0
  214. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apb.html +0 -0
  215. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apc.html +0 -0
  216. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apd.html +0 -0
  217. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ape.html +0 -0
  218. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apf.html +0 -0
  219. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apg.html +0 -0
  220. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/aph.html +0 -0
  221. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/api.html +0 -0
  222. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s02.html +0 -0
  223. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s03.html +0 -0
  224. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s04.html +0 -0
  225. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s05.html +0 -0
  226. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s06.html +0 -0
  227. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s07.html +0 -0
  228. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s08.html +0 -0
  229. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s09.html +0 -0
  230. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/blank.png +0 -0
  231. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/1.png +0 -0
  232. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/10.png +0 -0
  233. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/2.png +0 -0
  234. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/3.png +0 -0
  235. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/4.png +0 -0
  236. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/5.png +0 -0
  237. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/6.png +0 -0
  238. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/7.png +0 -0
  239. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/8.png +0 -0
  240. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/9.png +0 -0
  241. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/caution.png +0 -0
  242. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/draft.png +0 -0
  243. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/home.png +0 -0
  244. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/important.png +0 -0
  245. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/next.png +0 -0
  246. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/note.png +0 -0
  247. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/prev.png +0 -0
  248. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/tip.png +0 -0
  249. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/toc-blank.png +0 -0
  250. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/toc-minus.png +0 -0
  251. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/toc-plus.png +0 -0
  252. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/up.png +0 -0
  253. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/warning.png +0 -0
  254. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includeaddattribute.c +0 -0
  255. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includeaddkeyword.c +0 -0
  256. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includeconvert.c +0 -0
  257. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includegetattribute.c +0 -0
  258. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includekeyword.c +0 -0
  259. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includexpath.c +0 -0
  260. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/index.html +0 -0
  261. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ix01.html +0 -0
  262. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/xmltutorial.pdf +0 -0
  263. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/w3c.png +0 -0
  264. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/writer.xml +0 -0
  265. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/xml.html +165 -0
  266. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/xpath1.c +0 -0
  267. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/xpath1.res +0 -0
  268. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/xpath2.c +0 -0
  269. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/xpath2.res +0 -0
  270. data/vendor/local/share/fontconfig/conf.avail/10-hinting-full.conf +13 -0
  271. data/vendor/local/share/fontconfig/conf.avail/10-hinting-medium.conf +13 -0
  272. data/vendor/local/share/fontconfig/conf.avail/10-hinting-none.conf +13 -0
  273. data/vendor/local/share/fontconfig/conf.avail/10-hinting-slight.conf +13 -0
  274. data/vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf +17 -15
  275. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +83 -17
  276. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +113 -33
  277. data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +3 -0
  278. data/vendor/local/share/gtk-doc/html/libxml2/general.html +1 -1
  279. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +16 -16
  280. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +1 -1
  281. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +3 -2
  282. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +1 -1
  283. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +1 -1
  284. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +4 -4
  285. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +1 -0
  286. data/vendor/local/share/license/fontconfig/README +220 -2
  287. data/vendor/local/share/license/freetype/README +5 -5
  288. data/vendor/local/share/license/libpng/README +4 -1
  289. data/vendor/local/share/man/man1/freetype-config.1 +1 -1
  290. data/vendor/local/share/man/man3/libpng.3 +82 -27
  291. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  292. data/vendor/local/share/man/man5/png.5 +2 -2
  293. metadata +185 -176
@@ -6,17 +6,17 @@
6
6
 
7
7
  Alias similar/metric-compatible families from various sources:
8
8
 
9
- PostScript fonts: URW fonts: GUST fonts: Windows fonts:
10
- ====================== ==================== ================= ==================
11
- Helvetica Nimbus Sans L TeX Gyre Heros
12
- Helvetica Condensed TeX Gyre Heros Cn
13
- Times Nimbus Roman No9 L TeX Gyre Termes
14
- Courier Nimbus Mono L TeX Gyre Cursor
15
- ITC Avant Garde Gothic URW Gothic L TeX Gyre Adventor
16
- ITC Bookman URW Bookman L TeX Gyre Bonum Bookman Old Style
17
- ITC Zapf Chancery URW Chancery L TeX Gyre Chorus
18
- Palatino URW Palladio L TeX Gyre Pagella Palatino Linotype
19
- New Century Schoolbook Century Schoolbook L TeX Gyre Schola Century Schoolbook
9
+ PostScript fonts: URW fonts: GUST fonts: Windows fonts:
10
+ ====================== ====================== ================= ==================
11
+ Helvetica Nimbus Sans TeX Gyre Heros
12
+ Helvetica Condensed Nimbus Sans Narrow TeX Gyre Heros Cn
13
+ Times Nimbus Roman TeX Gyre Termes
14
+ Courier Nimbus Mono TeX Gyre Cursor
15
+ ITC Avant Garde Gothic URW Gothic TeX Gyre Adventor
16
+ ITC Bookman Bookman URW TeX Gyre Bonum Bookman Old Style
17
+ ITC Zapf Chancery Chancery URW TeX Gyre Chorus
18
+ Palatino Palladio URW TeX Gyre Pagella Palatino Linotype
19
+ New Century Schoolbook Century SchoolBook URW TeX Gyre Schola Century Schoolbook
20
20
 
21
21
  Microsoft fonts: Liberation fonts: Google CrOS core fonts: StarOffice fonts: AMT fonts:
22
22
  ================ ====================== ======================= ================= ==============
@@ -56,6 +56,13 @@ but in an order preferring similar designs first. We do this in three steps:
56
56
  </default>
57
57
  </alias>
58
58
 
59
+ <alias binding="same">
60
+ <family>Nimbus Sans</family>
61
+ <default>
62
+ <family>Helvetica</family>
63
+ </default>
64
+ </alias>
65
+
59
66
  <alias binding="same">
60
67
  <family>TeX Gyre Heros</family>
61
68
  <default>
@@ -63,6 +70,13 @@ but in an order preferring similar designs first. We do this in three steps:
63
70
  </default>
64
71
  </alias>
65
72
 
73
+ <alias binding="same">
74
+ <family>Nimbus Sans Narrow</family>
75
+ <default>
76
+ <family>Helvetica Condensed</family>
77
+ </default>
78
+ </alias>
79
+
66
80
  <alias binding="same">
67
81
  <family>TeX Gyre Heros Cn</family>
68
82
  <default>
@@ -77,15 +91,19 @@ but in an order preferring similar designs first. We do this in three steps:
77
91
  </default>
78
92
  </alias>
79
93
 
80
- <!--
81
- Due to Bug#73291, commented out those lines until the broken font are fixed.
94
+ <alias binding="same">
95
+ <family>Nimbus Roman</family>
96
+ <default>
97
+ <family>Times</family>
98
+ </default>
99
+ </alias>
100
+
82
101
  <alias binding="same">
83
102
  <family>TeX Gyre Termes</family>
84
103
  <default>
85
104
  <family>Times</family>
86
105
  </default>
87
106
  </alias>
88
- -->
89
107
 
90
108
  <alias binding="same">
91
109
  <family>Nimbus Mono L</family>
@@ -94,6 +112,13 @@ but in an order preferring similar designs first. We do this in three steps:
94
112
  </default>
95
113
  </alias>
96
114
 
115
+ <alias binding="same">
116
+ <family>Nimbus Mono</family>
117
+ <default>
118
+ <family>Courier</family>
119
+ </default>
120
+ </alias>
121
+
97
122
  <alias binding="same">
98
123
  <family>TeX Gyre Cursor</family>
99
124
  <default>
@@ -115,6 +140,13 @@ but in an order preferring similar designs first. We do this in three steps:
115
140
  </default>
116
141
  </alias>
117
142
 
143
+ <alias binding="same">
144
+ <family>URW Gothic</family>
145
+ <default>
146
+ <family>ITC Avant Garde Gothic</family>
147
+ </default>
148
+ </alias>
149
+
118
150
  <alias binding="same">
119
151
  <family>TeX Gyre Adventor</family>
120
152
  <default>
@@ -136,6 +168,13 @@ but in an order preferring similar designs first. We do this in three steps:
136
168
  </default>
137
169
  </alias>
138
170
 
171
+ <alias binding="same">
172
+ <family>Bookman URW</family>
173
+ <default>
174
+ <family>ITC Bookman</family>
175
+ </default>
176
+ </alias>
177
+
139
178
  <alias binding="same">
140
179
  <family>TeX Gyre Bonum</family>
141
180
  <default>
@@ -164,6 +203,13 @@ but in an order preferring similar designs first. We do this in three steps:
164
203
  </default>
165
204
  </alias>
166
205
 
206
+ <alias binding="same">
207
+ <family>Chancery URW</family>
208
+ <default>
209
+ <family>ITC Zapf Chancery</family>
210
+ </default>
211
+ </alias>
212
+
167
213
  <alias binding="same">
168
214
  <family>TeX Gyre Chorus</family>
169
215
  <default>
@@ -178,6 +224,13 @@ but in an order preferring similar designs first. We do this in three steps:
178
224
  </default>
179
225
  </alias>
180
226
 
227
+ <alias binding="same">
228
+ <family>Palladio URW</family>
229
+ <default>
230
+ <family>Palatino</family>
231
+ </default>
232
+ </alias>
233
+
181
234
  <alias binding="same">
182
235
  <family>TeX Gyre Pagella</family>
183
236
  <default>
@@ -199,6 +252,13 @@ but in an order preferring similar designs first. We do this in three steps:
199
252
  </default>
200
253
  </alias>
201
254
 
255
+ <alias binding="same">
256
+ <family>Century SchoolBook URW</family>
257
+ <default>
258
+ <family>New Century Schoolbook</family>
259
+ </default>
260
+ </alias>
261
+
202
262
  <alias binding="same">
203
263
  <family>TeX Gyre Schola</family>
204
264
  <default>
@@ -404,6 +464,7 @@ but in an order preferring similar designs first. We do this in three steps:
404
464
  <family>Helvetica</family>
405
465
  <accept>
406
466
  <family>TeX Gyre Heros</family>
467
+ <family>Nimbus Sans</family>
407
468
  <family>Nimbus Sans L</family>
408
469
  </accept>
409
470
  </alias>
@@ -412,16 +473,15 @@ but in an order preferring similar designs first. We do this in three steps:
412
473
  <family>Helvetica Condensed</family>
413
474
  <accept>
414
475
  <family>TeX Gyre Heros Cn</family>
476
+ <family>Nimbus Sans Narrow</family>
415
477
  </accept>
416
478
  </alias>
417
479
 
418
480
  <alias binding="same">
419
481
  <family>Times</family>
420
482
  <accept>
421
- <!--
422
- Due to Bug#73291, commented out this line until the broken font are fixed.
423
483
  <family>TeX Gyre Termes</family>
424
- -->
484
+ <family>Nimbus Roman</family>
425
485
  <family>Nimbus Roman No9 L</family>
426
486
  </accept>
427
487
  </alias>
@@ -430,6 +490,7 @@ but in an order preferring similar designs first. We do this in three steps:
430
490
  <family>Courier</family>
431
491
  <accept>
432
492
  <family>TeX Gyre Cursor</family>
493
+ <family>Nimbus Mono</family>
433
494
  <family>Nimbus Mono L</family>
434
495
  </accept>
435
496
  </alias>
@@ -438,6 +499,7 @@ but in an order preferring similar designs first. We do this in three steps:
438
499
  <family>ITC Avant Garde Gothic</family>
439
500
  <accept>
440
501
  <family>TeX Gyre Adventor</family>
502
+ <family>URW Gothic</family>
441
503
  <family>URW Gothic L</family>
442
504
  </accept>
443
505
  </alias>
@@ -447,6 +509,7 @@ but in an order preferring similar designs first. We do this in three steps:
447
509
  <accept>
448
510
  <family>Bookman Old Style</family>
449
511
  <family>TeX Gyre Bonum</family>
512
+ <family>Bookman URW</family>
450
513
  <family>URW Bookman L</family>
451
514
  </accept>
452
515
  </alias>
@@ -455,6 +518,7 @@ but in an order preferring similar designs first. We do this in three steps:
455
518
  <family>ITC Zapf Chancery</family>
456
519
  <accept>
457
520
  <family>TeX Gyre Chorus</family>
521
+ <family>Chancery URW</family>
458
522
  <family>URW Chancery L</family>
459
523
  </accept>
460
524
  </alias>
@@ -464,6 +528,7 @@ but in an order preferring similar designs first. We do this in three steps:
464
528
  <accept>
465
529
  <family>Palatino Linotype</family>
466
530
  <family>TeX Gyre Pagella</family>
531
+ <family>Palladio URW</family>
467
532
  <family>URW Palladio L</family>
468
533
  </accept>
469
534
  </alias>
@@ -473,6 +538,7 @@ but in an order preferring similar designs first. We do this in three steps:
473
538
  <accept>
474
539
  <family>Century Schoolbook</family>
475
540
  <family>TeX Gyre Schola</family>
541
+ <family>Century SchoolBook URW</family>
476
542
  <family>Century Schoolbook L</family>
477
543
  </accept>
478
544
  </alias>
@@ -13,24 +13,32 @@
13
13
  <family>Bitstream Vera Serif</family>
14
14
  <default><family>serif</family></default>
15
15
  </alias>
16
+ <alias>
17
+ <family>Cambria</family>
18
+ <default><family>serif</family></default>
19
+ </alias>
20
+ <alias>
21
+ <family>Constantia</family>
22
+ <default><family>serif</family></default>
23
+ </alias>
16
24
  <alias>
17
25
  <family>DejaVu Serif</family>
18
26
  <default><family>serif</family></default>
19
27
  </alias>
20
28
  <alias>
21
- <family>Liberation Serif</family>
29
+ <family>Elephant</family>
22
30
  <default><family>serif</family></default>
23
31
  </alias>
24
32
  <alias>
25
- <family>Times New Roman</family>
33
+ <family>Garamond</family>
26
34
  <default><family>serif</family></default>
27
35
  </alias>
28
36
  <alias>
29
- <family>Times</family>
37
+ <family>Georgia</family>
30
38
  <default><family>serif</family></default>
31
39
  </alias>
32
40
  <alias>
33
- <family>Nimbus Roman No9 L</family>
41
+ <family>Liberation Serif</family>
34
42
  <default><family>serif</family></default>
35
43
  </alias>
36
44
  <alias>
@@ -38,151 +46,223 @@
38
46
  <default><family>serif</family></default>
39
47
  </alias>
40
48
  <alias>
41
- <family>Thorndale AMT</family>
49
+ <family>MS Serif</family>
42
50
  <default><family>serif</family></default>
43
51
  </alias>
44
52
  <alias>
45
- <family>Thorndale</family>
53
+ <family>Nimbus Roman No9 L</family>
46
54
  <default><family>serif</family></default>
47
55
  </alias>
48
56
  <alias>
49
- <family>Georgia</family>
57
+ <family>Nimbus Roman</family>
50
58
  <default><family>serif</family></default>
51
59
  </alias>
52
60
  <alias>
53
- <family>Garamond</family>
61
+ <family>Palatino Linotype</family>
54
62
  <default><family>serif</family></default>
55
63
  </alias>
56
64
  <alias>
57
- <family>Palatino Linotype</family>
65
+ <family>Thorndale AMT</family>
58
66
  <default><family>serif</family></default>
59
67
  </alias>
60
68
  <alias>
61
- <family>Trebuchet MS</family>
69
+ <family>Thorndale</family>
70
+ <default><family>serif</family></default>
71
+ </alias>
72
+ <alias>
73
+ <family>Times New Roman</family>
74
+ <default><family>serif</family></default>
75
+ </alias>
76
+ <alias>
77
+ <family>Times</family>
62
78
  <default><family>serif</family></default>
63
79
  </alias>
64
80
  <!--
65
81
  Sans-serif faces
66
82
  -->
67
83
  <alias>
68
- <family>Bitstream Vera Sans</family>
84
+ <family>Albany AMT</family>
69
85
  <default><family>sans-serif</family></default>
70
86
  </alias>
71
87
  <alias>
72
- <family>DejaVu Sans</family>
88
+ <family>Albany</family>
73
89
  <default><family>sans-serif</family></default>
74
90
  </alias>
75
91
  <alias>
76
- <family>Liberation Sans</family>
92
+ <family>Arial Unicode MS</family>
77
93
  <default><family>sans-serif</family></default>
78
94
  </alias>
79
95
  <alias>
80
96
  <family>Arial</family>
81
97
  <default><family>sans-serif</family></default>
82
98
  </alias>
99
+ <alias>
100
+ <family>Bitstream Vera Sans</family>
101
+ <default><family>sans-serif</family></default>
102
+ </alias>
103
+ <alias>
104
+ <family>Britannic</family>
105
+ <default><family>sans-serif</family></default>
106
+ </alias>
107
+ <alias>
108
+ <family>Calibri</family>
109
+ <default><family>sans-serif</family></default>
110
+ </alias>
111
+ <alias>
112
+ <family>Candara</family>
113
+ <default><family>sans-serif</family></default>
114
+ </alias>
115
+ <alias>
116
+ <family>Century Gothic</family>
117
+ <default><family>sans-serif</family></default>
118
+ </alias>
119
+ <alias>
120
+ <family>Corbel</family>
121
+ <default><family>sans-serif</family></default>
122
+ </alias>
123
+ <alias>
124
+ <family>DejaVu Sans</family>
125
+ <default><family>sans-serif</family></default>
126
+ </alias>
83
127
  <alias>
84
128
  <family>Helvetica</family>
85
129
  <default><family>sans-serif</family></default>
86
130
  </alias>
87
131
  <alias>
88
- <family>Verdana</family>
132
+ <family>Haettenschweiler</family>
89
133
  <default><family>sans-serif</family></default>
90
134
  </alias>
91
135
  <alias>
92
- <family>Albany AMT</family>
136
+ <family>Liberation Sans</family>
93
137
  <default><family>sans-serif</family></default>
94
138
  </alias>
95
139
  <alias>
96
- <family>Albany</family>
140
+ <family>MS Sans Serif</family>
97
141
  <default><family>sans-serif</family></default>
98
142
  </alias>
99
143
  <alias>
100
144
  <family>Nimbus Sans L</family>
101
145
  <default><family>sans-serif</family></default>
102
146
  </alias>
147
+ <alias>
148
+ <family>Nimbus Sans</family>
149
+ <default><family>sans-serif</family></default>
150
+ </alias>
103
151
  <alias>
104
152
  <family>Luxi Sans</family>
105
153
  <default><family>sans-serif</family></default>
106
154
  </alias>
155
+ <alias>
156
+ <family>Tahoma</family>
157
+ <default><family>sans-serif</family></default>
158
+ </alias>
159
+ <alias>
160
+ <family>Trebuchet MS</family>
161
+ <default><family>sans-serif</family></default>
162
+ </alias>
163
+ <alias>
164
+ <family>Twentieth Century</family>
165
+ <default><family>sans-serif</family></default>
166
+ </alias>
167
+ <alias>
168
+ <family>Verdana</family>
169
+ <default><family>sans-serif</family></default>
170
+ </alias>
107
171
  <!--
108
172
  Monospace faces
109
173
  -->
174
+ <alias>
175
+ <family>Andale Mono</family>
176
+ <default><family>monospace</family></default>
177
+ </alias>
110
178
  <alias>
111
179
  <family>Bitstream Vera Sans Mono</family>
112
180
  <default><family>monospace</family></default>
113
181
  </alias>
114
182
  <alias>
115
- <family>DejaVu Sans Mono</family>
183
+ <family>Consolas</family>
116
184
  <default><family>monospace</family></default>
117
185
  </alias>
118
186
  <alias>
119
- <family>Liberation Mono</family>
187
+ <family>Courier New</family>
120
188
  <default><family>monospace</family></default>
121
189
  </alias>
122
190
  <alias>
123
- <family>Inconsolata</family>
191
+ <family>Courier</family>
124
192
  <default><family>monospace</family></default>
125
193
  </alias>
126
194
  <alias>
127
- <family>Courier New</family>
195
+ <family>Cumberland AMT</family>
128
196
  <default><family>monospace</family></default>
129
197
  </alias>
130
198
  <alias>
131
- <family>Courier</family>
199
+ <family>Cumberland</family>
132
200
  <default><family>monospace</family></default>
133
201
  </alias>
134
202
  <alias>
135
- <family>Andale Mono</family>
203
+ <family>DejaVu Sans Mono</family>
136
204
  <default><family>monospace</family></default>
137
205
  </alias>
138
206
  <alias>
139
- <family>Luxi Mono</family>
207
+ <family>Fixedsys</family>
140
208
  <default><family>monospace</family></default>
141
209
  </alias>
142
210
  <alias>
143
- <family>Cumberland AMT</family>
211
+ <family>Inconsolata</family>
144
212
  <default><family>monospace</family></default>
145
213
  </alias>
146
214
  <alias>
147
- <family>Cumberland</family>
215
+ <family>Liberation Mono</family>
216
+ <default><family>monospace</family></default>
217
+ </alias>
218
+ <alias>
219
+ <family>Luxi Mono</family>
148
220
  <default><family>monospace</family></default>
149
221
  </alias>
150
222
  <alias>
151
223
  <family>Nimbus Mono L</family>
152
224
  <default><family>monospace</family></default>
153
225
  </alias>
226
+ <alias>
227
+ <family>Nimbus Mono</family>
228
+ <default><family>monospace</family></default>
229
+ </alias>
230
+ <alias>
231
+ <family>Terminal</family>
232
+ <default><family>monospace</family></default>
233
+ </alias>
154
234
  <!--
155
235
  Fantasy faces
156
236
  -->
157
- <alias>
158
- <family>Impact</family>
237
+ <alias>
238
+ <family>Bauhaus Std</family>
159
239
  <default><family>fantasy</family></default>
160
240
  </alias>
161
241
  <alias>
162
- <family>Copperplate Gothic Std</family>
242
+ <family>Cooper Std</family>
163
243
  <default><family>fantasy</family></default>
164
244
  </alias>
165
245
  <alias>
166
- <family>Cooper Std</family>
246
+ <family>Copperplate Gothic Std</family>
167
247
  <default><family>fantasy</family></default>
168
248
  </alias>
169
249
  <alias>
170
- <family>Bauhaus Std</family>
250
+ <family>Impact</family>
171
251
  <default><family>fantasy</family></default>
172
252
  </alias>
173
253
  <!--
174
254
  Cursive faces
175
255
  -->
176
256
  <alias>
177
- <family>ITC Zapf Chancery Std</family>
257
+ <family>Comic Sans MS</family>
178
258
  <default><family>cursive</family></default>
179
259
  </alias>
180
260
  <alias>
181
- <family>Zapfino</family>
261
+ <family>ITC Zapf Chancery Std</family>
182
262
  <default><family>cursive</family></default>
183
263
  </alias>
184
264
  <alias>
185
- <family>Comic Sans MS</family>
265
+ <family>Zapfino</family>
186
266
  <default><family>cursive</family></default>
187
267
  </alias>
188
268