pango 3.2.1-x64-mingw32 → 3.2.2-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (343) hide show
  1. checksums.yaml +5 -5
  2. data/Rakefile +19 -3
  3. data/lib/2.2/pango.so +0 -0
  4. data/lib/2.3/pango.so +0 -0
  5. data/lib/2.4/pango.so +0 -0
  6. data/lib/2.5/pango.so +0 -0
  7. data/lib/pango/markup.rb +1 -0
  8. data/vendor/local/bin/derb.exe +0 -0
  9. data/vendor/local/bin/fribidi.exe +0 -0
  10. data/vendor/local/bin/genbrk.exe +0 -0
  11. data/vendor/local/bin/genccode.exe +0 -0
  12. data/vendor/local/bin/gencfu.exe +0 -0
  13. data/vendor/local/bin/gencmn.exe +0 -0
  14. data/vendor/local/bin/gencnval.exe +0 -0
  15. data/vendor/local/bin/gendict.exe +0 -0
  16. data/vendor/local/bin/gennorm2.exe +0 -0
  17. data/vendor/local/bin/genrb.exe +0 -0
  18. data/vendor/local/bin/gensprep.exe +0 -0
  19. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  20. data/vendor/local/bin/hb-shape.exe +0 -0
  21. data/vendor/local/bin/hb-subset.exe +0 -0
  22. data/vendor/local/bin/hb-view.exe +0 -0
  23. data/vendor/local/bin/icu-config +1 -1
  24. data/vendor/local/bin/icuinfo.exe +0 -0
  25. data/vendor/local/bin/icupkg.exe +0 -0
  26. data/vendor/local/bin/libfribidi-0.dll +0 -0
  27. data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
  28. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  29. data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
  30. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  31. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  32. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  33. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  34. data/vendor/local/bin/makeconv.exe +0 -0
  35. data/vendor/local/bin/pango-view.exe +0 -0
  36. data/vendor/local/bin/pkgdata.exe +0 -0
  37. data/vendor/local/bin/uconv.exe +0 -0
  38. data/vendor/local/include/fribidi/fribidi-arabic.h +81 -0
  39. data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
  40. data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
  41. data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
  42. data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
  43. data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
  44. data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
  45. data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
  46. data/vendor/local/include/fribidi/fribidi-common.h +146 -0
  47. data/vendor/local/include/fribidi/fribidi-config.h +23 -0
  48. data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
  49. data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
  50. data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
  51. data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
  52. data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
  53. data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
  54. data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
  55. data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
  56. data/vendor/local/include/fribidi/fribidi-types.h +83 -0
  57. data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
  58. data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
  59. data/vendor/local/include/fribidi/fribidi.h +63 -0
  60. data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
  61. data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
  62. data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
  63. data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
  64. data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
  65. data/vendor/local/include/harfbuzz/hb-common.h +1 -1
  66. data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
  67. data/vendor/local/include/harfbuzz/hb-face.h +0 -1
  68. data/vendor/local/include/harfbuzz/hb-font.h +1 -1
  69. data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
  70. data/vendor/local/include/harfbuzz/hb-set.h +15 -7
  71. data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
  72. data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
  73. data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
  74. data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
  75. data/vendor/local/include/harfbuzz/hb-version.h +3 -3
  76. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
  77. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  78. data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
  79. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
  80. data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
  81. data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
  82. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  83. data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
  84. data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
  85. data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
  86. data/vendor/local/lib/icu/Makefile.inc +1 -1
  87. data/vendor/local/lib/icu/pkgdata.inc +2 -2
  88. data/vendor/local/lib/icudt.dll +0 -0
  89. data/vendor/local/lib/icudt58.dll +0 -0
  90. data/vendor/local/lib/icuin.dll +0 -0
  91. data/vendor/local/lib/icuin58.dll +0 -0
  92. data/vendor/local/lib/icuio.dll +0 -0
  93. data/vendor/local/lib/icuio58.dll +0 -0
  94. data/vendor/local/lib/icutest.dll +0 -0
  95. data/vendor/local/lib/icutest58.dll +0 -0
  96. data/vendor/local/lib/icutu.dll +0 -0
  97. data/vendor/local/lib/icutu58.dll +0 -0
  98. data/vendor/local/lib/icuuc.dll +0 -0
  99. data/vendor/local/lib/icuuc58.dll +0 -0
  100. data/vendor/local/lib/libfribidi.dll.a +0 -0
  101. data/vendor/local/lib/libfribidi.la +41 -0
  102. data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
  103. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  104. data/vendor/local/lib/libharfbuzz-icu.la +4 -4
  105. data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
  106. data/vendor/local/lib/libharfbuzz-subset.la +41 -0
  107. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  108. data/vendor/local/lib/libharfbuzz.la +4 -4
  109. data/vendor/local/lib/libicudt.dll.a +0 -0
  110. data/vendor/local/lib/libicuin.dll.a +0 -0
  111. data/vendor/local/lib/libicuio.dll.a +0 -0
  112. data/vendor/local/lib/libicutest.dll.a +0 -0
  113. data/vendor/local/lib/libicutu.dll.a +0 -0
  114. data/vendor/local/lib/libicuuc.dll.a +0 -0
  115. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  116. data/vendor/local/lib/libpango-1.0.la +5 -5
  117. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  118. data/vendor/local/lib/libpangocairo-1.0.la +5 -5
  119. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  120. data/vendor/local/lib/libpangoft2-1.0.la +5 -5
  121. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  122. data/vendor/local/lib/libpangowin32-1.0.la +5 -5
  123. data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
  124. data/vendor/local/lib/pkgconfig/graphene-1.0.pc +16 -10
  125. data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +16 -10
  126. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
  127. data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
  128. data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
  129. data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
  130. data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
  131. data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
  132. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  133. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  134. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  135. data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
  136. data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
  137. data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
  138. data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
  139. data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
  140. data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
  141. data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
  142. data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
  143. data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
  144. data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
  145. data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
  146. data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
  147. data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
  148. data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
  149. data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
  150. data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
  151. data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
  152. data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
  153. data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
  154. data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
  155. data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
  156. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
  157. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
  158. data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
  161. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
  162. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
  163. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
  164. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
  166. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
  167. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
  168. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
  169. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
  170. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
  173. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
  174. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
  176. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
  177. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
  178. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
  179. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
  180. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
  181. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
  182. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
  183. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
  184. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
  185. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
  186. data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
  187. data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
  188. data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
  189. data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
  190. data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
  191. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
  204. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
  205. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
  206. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
  207. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
  208. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
  209. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
  210. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
  211. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
  212. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
  213. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
  214. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
  215. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
  216. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
  217. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
  218. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
  219. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
  220. data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
  221. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
  222. data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
  223. data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
  224. data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
  225. data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
  226. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
  227. data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
  229. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
  230. data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
  233. data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
  235. data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
  236. data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
  238. data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
  239. data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
  240. data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
  241. data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
  242. data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
  243. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
  244. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
  245. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
  246. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
  247. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
  248. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
  249. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
  251. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
  253. data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
  254. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
  256. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
  257. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
  258. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
  259. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
  260. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
  261. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
  262. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
  263. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
  264. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
  265. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
  266. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
  267. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
  268. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
  269. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
  270. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
  271. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
  272. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
  273. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
  274. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
  275. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
  276. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
  277. data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
  278. data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
  279. data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
  280. data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
  281. data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
  282. data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
  283. data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
  284. data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
  285. data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
  286. data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
  287. data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
  288. data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
  289. data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
  290. data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
  291. data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
  292. data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
  293. data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
  294. data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
  295. data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
  296. data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
  297. data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
  298. data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
  299. data/vendor/local/share/man/man1/pango-view.1 +1 -113
  300. metadata +87 -52
  301. data/vendor/local/lib/libgraphene-1.0.la +0 -41
  302. data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
  303. data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
  304. data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
  305. data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
  306. data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
  307. data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
  308. data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
  309. data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
  310. data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
  311. data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
  312. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
  313. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
  314. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
  315. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
  316. data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
  317. data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
  318. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
  319. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
  320. data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
  321. data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
  322. data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
  323. data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
  324. data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
  325. data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
  326. data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
  327. data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
  328. data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
  329. data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
  330. data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
  331. data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
  332. data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
  333. data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
  334. data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
  335. data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
  336. data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
  337. data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
  338. data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
  339. data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
  340. data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
  341. data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
  342. data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
  343. data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -1,113 +1 @@
1
- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2
- .TH PANGO-VIEW "1" "September 2017" "pango-view (pango) 1.40.12" "User Commands"
3
- .SH NAME
4
- pango-view \- Pango text viewer
5
- .SH DESCRIPTION
6
- .SS "Usage:"
7
- .IP
8
- pango\-view [OPTION�\&.�] \- FILE
9
- .SS "Help Options:"
10
- .TP
11
- \fB\-h\fR, \fB\-\-help\fR
12
- Show help options
13
- .TP
14
- \fB\-\-help\-all\fR
15
- Show all help options
16
- .TP
17
- \fB\-\-help\-cairo\fR
18
- Options understood by the cairo backend
19
- .SS "Cairo backend options:"
20
- .TP
21
- \fB\-\-annotate\fR=\fI\,1\/\fR or 2
22
- Annotate the output
23
- .SS "Application Options:"
24
- .TP
25
- \fB\-\-no\-auto\-dir\fR
26
- No layout direction according to contents
27
- .TP
28
- \fB\-\-backend\fR=\fI\,cairo\/\fR/xft/ft2
29
- Pango backend to use for rendering (default: cairo)
30
- .TP
31
- \fB\-\-background\fR=\fI\,red\/\fR/#rrggbb/#rrggbbaa/transparent
32
- Set the background color
33
- .TP
34
- \fB\-q\fR, \fB\-\-no\-display\fR
35
- Do not display (just write to file or whatever)
36
- .TP
37
- \fB\-\-dpi\fR=\fI\,number\/\fR
38
- Set the resolution
39
- .TP
40
- \fB\-\-align\fR=\fI\,left\/\fR/center/right
41
- Text alignment
42
- .TP
43
- \fB\-\-ellipsize\fR=\fI\,start\/\fR/middle/end
44
- Ellipsization mode
45
- .TP
46
- \fB\-\-font\fR=\fI\,description\/\fR
47
- Set the font description
48
- .TP
49
- \fB\-\-foreground\fR=\fI\,red\/\fR/#rrggbb/#rrggbbaa
50
- Set the text color
51
- .TP
52
- \fB\-\-gravity\fR=\fI\,south\/\fR/east/north/west/auto
53
- Base gravity: glyph rotation
54
- .TP
55
- \fB\-\-gravity\-hint\fR=\fI\,natural\/\fR/strong/line
56
- Gravity hint
57
- .TP
58
- \fB\-\-header\fR
59
- Display the options in the output
60
- .TP
61
- \fB\-\-height=\fR+points/\-numlines
62
- Height in points (positive) or number of lines (negative) for ellipsizing
63
- .TP
64
- \fB\-\-hinting\fR=\fI\,none\/\fR/auto/full
65
- Hinting style
66
- .TP
67
- \fB\-\-indent\fR=\fI\,points\/\fR
68
- Width in points to indent paragraphs
69
- .TP
70
- \fB\-\-justify\fR
71
- Align paragraph lines to be justified
72
- .TP
73
- \fB\-\-language\fR=\fI\,en_US\/\fR/etc
74
- Language to use for font selection
75
- .TP
76
- \fB\-\-margin\fR=\fI\,CSS\-style\/\fR numbers in pixels
77
- Set the margin on the output in pixels
78
- .TP
79
- \fB\-\-markup\fR
80
- Interpret text as Pango markup
81
- .TP
82
- \fB\-o\fR, \fB\-\-output\fR=\fI\,file\/\fR
83
- Save rendered image to output file
84
- .TP
85
- \fB\-\-pixels\fR
86
- Use pixel units instead of points (sets dpi to 72)
87
- .TP
88
- \fB\-\-rtl\fR
89
- Set base direction to right\-to\-left
90
- .TP
91
- \fB\-\-rotate\fR=\fI\,degrees\/\fR
92
- Angle at which to rotate results
93
- .TP
94
- \fB\-n\fR, \fB\-\-runs\fR=\fI\,integer\/\fR
95
- Run Pango layout engine this many times
96
- .TP
97
- \fB\-\-single\-par\fR
98
- Enable single\-paragraph mode
99
- .TP
100
- \fB\-t\fR, \fB\-\-text\fR=\fI\,string\/\fR
101
- Text to display (instead of a file)
102
- .TP
103
- \fB\-\-version\fR
104
- Show version numbers
105
- .TP
106
- \fB\-\-waterfall\fR
107
- Create a waterfall display
108
- .TP
109
- \fB\-w\fR, \fB\-\-width\fR=\fI\,points\/\fR
110
- Width in points to which to wrap lines or ellipsize
111
- .TP
112
- \fB\-\-wrap\fR=\fI\,word\/\fR/char/word\-char
113
- Text wrapping mode (needs a width to be set)
1
+ help2man is required to generate this file.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pango
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-19 00:00:00.000000000 Z
11
+ date: 2018-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cairo
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.2.1
33
+ version: 3.2.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.2.1
40
+ version: 3.2.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: gobject-introspection
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 3.2.1
47
+ version: 3.2.2
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 3.2.1
54
+ version: 3.2.2
55
55
  description: Ruby/Pango is a Ruby binding of pango-1.x.
56
56
  email: ruby-gnome2-devel-en@lists.sourceforge.net
57
57
  executables: []
@@ -75,6 +75,7 @@ files:
75
75
  - lib/2.2/pango.so
76
76
  - lib/2.3/pango.so
77
77
  - lib/2.4/pango.so
78
+ - lib/2.5/pango.so
78
79
  - lib/pango.rb
79
80
  - lib/pango/attr-type.rb
80
81
  - lib/pango/cairo-loader.rb
@@ -107,6 +108,7 @@ files:
107
108
  - test/test-rectangle.rb
108
109
  - test/test-version.rb
109
110
  - vendor/local/bin/derb.exe
111
+ - vendor/local/bin/fribidi.exe
110
112
  - vendor/local/bin/genbrk.exe
111
113
  - vendor/local/bin/genccode.exe
112
114
  - vendor/local/bin/gencfu.exe
@@ -118,12 +120,15 @@ files:
118
120
  - vendor/local/bin/gensprep.exe
119
121
  - vendor/local/bin/hb-ot-shape-closure.exe
120
122
  - vendor/local/bin/hb-shape.exe
123
+ - vendor/local/bin/hb-subset.exe
121
124
  - vendor/local/bin/hb-view.exe
122
125
  - vendor/local/bin/icu-config
123
126
  - vendor/local/bin/icuinfo.exe
124
127
  - vendor/local/bin/icupkg.exe
128
+ - vendor/local/bin/libfribidi-0.dll
125
129
  - vendor/local/bin/libgraphene-1.0-0.dll
126
130
  - vendor/local/bin/libharfbuzz-0.dll
131
+ - vendor/local/bin/libharfbuzz-subset-0.dll
127
132
  - vendor/local/bin/libpango-1.0-0.dll
128
133
  - vendor/local/bin/libpangocairo-1.0-0.dll
129
134
  - vendor/local/bin/libpangoft2-1.0-0.dll
@@ -132,6 +137,28 @@ files:
132
137
  - vendor/local/bin/pango-view.exe
133
138
  - vendor/local/bin/pkgdata.exe
134
139
  - vendor/local/bin/uconv.exe
140
+ - vendor/local/include/fribidi/fribidi-arabic.h
141
+ - vendor/local/include/fribidi/fribidi-begindecls.h
142
+ - vendor/local/include/fribidi/fribidi-bidi-types-list.h
143
+ - vendor/local/include/fribidi/fribidi-bidi-types.h
144
+ - vendor/local/include/fribidi/fribidi-bidi.h
145
+ - vendor/local/include/fribidi/fribidi-brackets.h
146
+ - vendor/local/include/fribidi/fribidi-char-sets-list.h
147
+ - vendor/local/include/fribidi/fribidi-char-sets.h
148
+ - vendor/local/include/fribidi/fribidi-common.h
149
+ - vendor/local/include/fribidi/fribidi-config.h
150
+ - vendor/local/include/fribidi/fribidi-deprecated.h
151
+ - vendor/local/include/fribidi/fribidi-enddecls.h
152
+ - vendor/local/include/fribidi/fribidi-flags.h
153
+ - vendor/local/include/fribidi/fribidi-joining-types-list.h
154
+ - vendor/local/include/fribidi/fribidi-joining-types.h
155
+ - vendor/local/include/fribidi/fribidi-joining.h
156
+ - vendor/local/include/fribidi/fribidi-mirroring.h
157
+ - vendor/local/include/fribidi/fribidi-shape.h
158
+ - vendor/local/include/fribidi/fribidi-types.h
159
+ - vendor/local/include/fribidi/fribidi-unicode-version.h
160
+ - vendor/local/include/fribidi/fribidi-unicode.h
161
+ - vendor/local/include/fribidi/fribidi.h
135
162
  - vendor/local/include/graphene-1.0/graphene-box.h
136
163
  - vendor/local/include/graphene-1.0/graphene-euler.h
137
164
  - vendor/local/include/graphene-1.0/graphene-frustum.h
@@ -176,6 +203,10 @@ files:
176
203
  - vendor/local/include/harfbuzz/hb-set.h
177
204
  - vendor/local/include/harfbuzz/hb-shape-plan.h
178
205
  - vendor/local/include/harfbuzz/hb-shape.h
206
+ - vendor/local/include/harfbuzz/hb-subset-glyf.hh
207
+ - vendor/local/include/harfbuzz/hb-subset-plan.hh
208
+ - vendor/local/include/harfbuzz/hb-subset-private.hh
209
+ - vendor/local/include/harfbuzz/hb-subset.h
179
210
  - vendor/local/include/harfbuzz/hb-unicode.h
180
211
  - vendor/local/include/harfbuzz/hb-version.h
181
212
  - vendor/local/include/harfbuzz/hb.h
@@ -384,6 +415,7 @@ files:
384
415
  - vendor/local/include/unicode/uvernum.h
385
416
  - vendor/local/include/unicode/uversion.h
386
417
  - vendor/local/include/unicode/vtzone.h
418
+ - vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake
387
419
  - vendor/local/lib/girepository-1.0/Graphene-1.0.typelib
388
420
  - vendor/local/lib/girepository-1.0/Pango-1.0.typelib
389
421
  - vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib
@@ -405,10 +437,13 @@ files:
405
437
  - vendor/local/lib/icutu58.dll
406
438
  - vendor/local/lib/icuuc.dll
407
439
  - vendor/local/lib/icuuc58.dll
440
+ - vendor/local/lib/libfribidi.dll.a
441
+ - vendor/local/lib/libfribidi.la
408
442
  - vendor/local/lib/libgraphene-1.0.dll.a
409
- - vendor/local/lib/libgraphene-1.0.la
410
443
  - vendor/local/lib/libharfbuzz-icu.a
411
444
  - vendor/local/lib/libharfbuzz-icu.la
445
+ - vendor/local/lib/libharfbuzz-subset.dll.a
446
+ - vendor/local/lib/libharfbuzz-subset.la
412
447
  - vendor/local/lib/libharfbuzz.dll.a
413
448
  - vendor/local/lib/libharfbuzz.la
414
449
  - vendor/local/lib/libicudt.dll.a
@@ -425,9 +460,11 @@ files:
425
460
  - vendor/local/lib/libpangoft2-1.0.la
426
461
  - vendor/local/lib/libpangowin32-1.0.dll.a
427
462
  - vendor/local/lib/libpangowin32-1.0.la
463
+ - vendor/local/lib/pkgconfig/fribidi.pc
428
464
  - vendor/local/lib/pkgconfig/graphene-1.0.pc
429
465
  - vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc
430
466
  - vendor/local/lib/pkgconfig/harfbuzz-icu.pc
467
+ - vendor/local/lib/pkgconfig/harfbuzz-subset.pc
431
468
  - vendor/local/lib/pkgconfig/harfbuzz.pc
432
469
  - vendor/local/lib/pkgconfig/icu-i18n.pc
433
470
  - vendor/local/lib/pkgconfig/icu-io.pc
@@ -436,53 +473,30 @@ files:
436
473
  - vendor/local/lib/pkgconfig/pangocairo.pc
437
474
  - vendor/local/lib/pkgconfig/pangoft2.pc
438
475
  - vendor/local/lib/pkgconfig/pangowin32.pc
476
+ - vendor/local/libexec/installed-tests/graphene-1.0/box.exe
477
+ - vendor/local/libexec/installed-tests/graphene-1.0/euler.exe
478
+ - vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe
479
+ - vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe
480
+ - vendor/local/libexec/installed-tests/graphene-1.0/plane.exe
481
+ - vendor/local/libexec/installed-tests/graphene-1.0/point.exe
482
+ - vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe
483
+ - vendor/local/libexec/installed-tests/graphene-1.0/quad.exe
484
+ - vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe
485
+ - vendor/local/libexec/installed-tests/graphene-1.0/ray.exe
486
+ - vendor/local/libexec/installed-tests/graphene-1.0/rect.exe
487
+ - vendor/local/libexec/installed-tests/graphene-1.0/simd.exe
488
+ - vendor/local/libexec/installed-tests/graphene-1.0/size.exe
489
+ - vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe
490
+ - vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe
491
+ - vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe
492
+ - vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe
493
+ - vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe
439
494
  - vendor/local/share/gir-1.0/Graphene-1.0.gir
440
495
  - vendor/local/share/gir-1.0/Pango-1.0.gir
441
496
  - vendor/local/share/gir-1.0/PangoCairo-1.0.gir
442
497
  - vendor/local/share/gir-1.0/PangoFT2-1.0.gir
443
- - vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html
444
- - vendor/local/share/gtk-doc/html/graphene/api-index.html
445
- - vendor/local/share/gtk-doc/html/graphene/ch01.html
446
- - vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html
447
- - vendor/local/share/gtk-doc/html/graphene/graphene-Box.html
448
- - vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html
449
- - vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html
450
- - vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html
451
- - vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html
452
- - vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html
453
- - vendor/local/share/gtk-doc/html/graphene/graphene-Point.html
454
- - vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html
455
- - vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html
456
- - vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html
457
- - vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html
458
- - vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html
459
- - vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html
460
- - vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html
461
- - vendor/local/share/gtk-doc/html/graphene/graphene-Size.html
462
- - vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html
463
- - vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html
464
- - vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html
465
- - vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html
466
- - vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2
467
- - vendor/local/share/gtk-doc/html/graphene/home.png
468
- - vendor/local/share/gtk-doc/html/graphene/index.html
469
- - vendor/local/share/gtk-doc/html/graphene/ix03.html
470
- - vendor/local/share/gtk-doc/html/graphene/ix04.html
471
- - vendor/local/share/gtk-doc/html/graphene/ix05.html
472
- - vendor/local/share/gtk-doc/html/graphene/ix06.html
473
- - vendor/local/share/gtk-doc/html/graphene/left-insensitive.png
474
- - vendor/local/share/gtk-doc/html/graphene/left.png
475
- - vendor/local/share/gtk-doc/html/graphene/object-tree.html
476
- - vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png
477
- - vendor/local/share/gtk-doc/html/graphene/rectangle-union.png
478
- - vendor/local/share/gtk-doc/html/graphene/rectangle.png
479
- - vendor/local/share/gtk-doc/html/graphene/right-insensitive.png
480
- - vendor/local/share/gtk-doc/html/graphene/right.png
481
- - vendor/local/share/gtk-doc/html/graphene/style.css
482
- - vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png
483
- - vendor/local/share/gtk-doc/html/graphene/up-insensitive.png
484
- - vendor/local/share/gtk-doc/html/graphene/up.png
485
498
  - vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png
499
+ - vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg
486
500
  - vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html
487
501
  - vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
488
502
  - vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html
@@ -509,6 +523,7 @@ files:
509
523
  - vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html
510
524
  - vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html
511
525
  - vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html
526
+ - vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html
512
527
  - vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html
513
528
  - vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
514
529
  - vendor/local/share/gtk-doc/html/harfbuzz/building.html
@@ -617,6 +632,26 @@ files:
617
632
  - vendor/local/share/icu/58.2/config/mh-mingw64
618
633
  - vendor/local/share/icu/58.2/install-sh
619
634
  - vendor/local/share/icu/58.2/mkinstalldirs
635
+ - vendor/local/share/installed-tests/graphene-1.0/box.test
636
+ - vendor/local/share/installed-tests/graphene-1.0/euler.test
637
+ - vendor/local/share/installed-tests/graphene-1.0/frustum.test
638
+ - vendor/local/share/installed-tests/graphene-1.0/matrix.test
639
+ - vendor/local/share/installed-tests/graphene-1.0/plane.test
640
+ - vendor/local/share/installed-tests/graphene-1.0/point.test
641
+ - vendor/local/share/installed-tests/graphene-1.0/point3d.test
642
+ - vendor/local/share/installed-tests/graphene-1.0/quad.test
643
+ - vendor/local/share/installed-tests/graphene-1.0/quaternion.test
644
+ - vendor/local/share/installed-tests/graphene-1.0/ray.test
645
+ - vendor/local/share/installed-tests/graphene-1.0/rect.test
646
+ - vendor/local/share/installed-tests/graphene-1.0/simd.test
647
+ - vendor/local/share/installed-tests/graphene-1.0/size.test
648
+ - vendor/local/share/installed-tests/graphene-1.0/sphere.test
649
+ - vendor/local/share/installed-tests/graphene-1.0/triangle.test
650
+ - vendor/local/share/installed-tests/graphene-1.0/vec2.test
651
+ - vendor/local/share/installed-tests/graphene-1.0/vec3.test
652
+ - vendor/local/share/installed-tests/graphene-1.0/vec4.test
653
+ - vendor/local/share/license/fribidi/fribidi/AUTHORS
654
+ - vendor/local/share/license/fribidi/fribidi/COPYING
620
655
  - vendor/local/share/license/harfbuzz/AUTHORS
621
656
  - vendor/local/share/license/harfbuzz/COPYING
622
657
  - vendor/local/share/license/pango/AUTHORS
@@ -648,10 +683,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
648
683
  requirements:
649
684
  - - ">="
650
685
  - !ruby/object:Gem::Version
651
- version: '2.1'
686
+ version: '2.2'
652
687
  - - "<"
653
688
  - !ruby/object:Gem::Version
654
- version: '2.5'
689
+ version: '2.6'
655
690
  required_rubygems_version: !ruby/object:Gem::Requirement
656
691
  requirements:
657
692
  - - ">="
@@ -659,7 +694,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
659
694
  version: '0'
660
695
  requirements: []
661
696
  rubyforge_project:
662
- rubygems_version: 2.5.1
697
+ rubygems_version: 2.7.6
663
698
  signing_key:
664
699
  specification_version: 4
665
700
  summary: Ruby/Pango is a Ruby binding of pango-1.x.
@@ -1,41 +0,0 @@
1
- # libgraphene-1.0.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.6
3
- #
4
- # Please DO NOT delete this file!
5
- # It is necessary for linking the library.
6
-
7
- # The name that we can dlopen(3).
8
- dlname='../bin/libgraphene-1.0-0.dll'
9
-
10
- # Names of this library.
11
- library_names='libgraphene-1.0.dll.a'
12
-
13
- # The name of the static archive.
14
- old_library=''
15
-
16
- # Linker flags that cannot go in dependency_libs.
17
- inherited_linker_flags=' -pthread'
18
-
19
- # Libraries that this one depends upon.
20
- dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la'
21
-
22
- # Names of additional weak libraries provided by this library
23
- weak_library_names=''
24
-
25
- # Version information for libgraphene-1.0.
26
- current=600
27
- age=600
28
- revision=0
29
-
30
- # Is this an already installed library?
31
- installed=yes
32
-
33
- # Should we warn about portability when linking against -modules?
34
- shouldnotlink=no
35
-
36
- # Files to dlopen/dlpreopen
37
- dlopen=''
38
- dlpreopen=''
39
-
40
- # Directory that this library needs to be installed in:
41
- libdir='/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib'
@@ -1,57 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Annotation Glossary: Graphene Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
- <link rel="home" href="index.html" title="Graphene Reference Manual">
8
- <link rel="up" href="index.html" title="Graphene Reference Manual">
9
- <link rel="prev" href="ix06.html" title="Index of new symbols in 1.6">
10
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
- <link rel="stylesheet" href="style.css" type="text/css">
12
- </head>
13
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15
- <td width="100%" align="left" class="shortcuts"><span id="nav_glossary"><a class="shortcut" href="#glsA">A</a>
16
-  <span class="dim">|</span> 
17
- <a class="shortcut" href="#glsC">C</a>
18
-  <span class="dim">|</span> 
19
- <a class="shortcut" href="#glsN">N</a>
20
-  <span class="dim">|</span> 
21
- <a class="shortcut" href="#glsO">O</a>
22
-  <span class="dim">|</span> 
23
- <a class="shortcut" href="#glsT">T</a></span></td>
24
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
25
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
26
- <td><a accesskey="p" href="ix06.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
27
- <td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
28
- </tr></table>
29
- <div class="glossary">
30
- <div class="titlepage"><div><div><h1 class="title">
31
- <a name="annotation-glossary"></a>Annotation Glossary</h1></div></div></div>
32
- <a name="glsA"></a><h3 class="title">A</h3>
33
- <dt><span class="glossterm"><a name="annotation-glossterm-array"></a>array</span></dt>
34
- <dd class="glossdef"><p>Parameter points to an array of items.</p></dd>
35
- <a name="glsC"></a><h3 class="title">C</h3>
36
- <dt><span class="glossterm"><a name="annotation-glossterm-constructor"></a>constructor</span></dt>
37
- <dd class="glossdef"><p>This symbol is a constructor, not a static method.</p></dd>
38
- <a name="glsN"></a><h3 class="title">N</h3>
39
- <dt><span class="glossterm"><a name="annotation-glossterm-nullable"></a>nullable</span></dt>
40
- <dd class="glossdef"><p>NULL may be passed as the value in, out, in-out; or as a return value.</p></dd>
41
- <a name="glsO"></a><h3 class="title">O</h3>
42
- <dt><span class="glossterm"><a name="annotation-glossterm-optional"></a>optional</span></dt>
43
- <dd class="glossdef"><p>NULL may be passed instead of a pointer to a location.</p></dd>
44
- <dt><span class="glossterm"><a name="annotation-glossterm-out"></a>out</span></dt>
45
- <dd class="glossdef"><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd>
46
- <dt><span class="glossterm"><a name="annotation-glossterm-out%20caller-allocates"></a>out caller-allocates</span></dt>
47
- <dd class="glossdef"><p>Out parameter, where caller must allocate storage.</p></dd>
48
- <a name="glsT"></a><h3 class="title">T</h3>
49
- <dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
50
- <dd class="glossdef"><p>Free data after the code is done.</p></dd>
51
- <dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
52
- <dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
53
- </div>
54
- <div class="footer">
55
- <hr>Generated by GTK-Doc V1.25</div>
56
- </body>
57
- </html>