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

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="rendering.html" title="Rendering with Pango">
9
9
  <link rel="prev" href="pango-Cairo-Rendering.html" title="Cairo Rendering">
10
10
  <link rel="next" href="lowlevel.html" title="Low Level Functionality">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -103,11 +103,11 @@ pango_core_text_font_get_ctfont (<em class="parameter"><code><span class="type">
103
103
  <pre class="programlisting">#define PANGO_RENDER_TYPE_CORE_TEXT "PangoRenderCoreText"
104
104
  </pre>
105
105
  <p>A string constant identifying the CoreText renderer. The associated quark (see
106
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#g-quark-from-string"><code class="function">g_quark_from_string()</code></a>) is used to identify the renderer in <a class="link" href="pango-Modules.html#pango-find-map" title="pango_find_map ()"><code class="function">pango_find_map()</code></a>.</p>
106
+ <code class="function">g_quark_from_string()</code>) is used to identify the renderer in <a class="link" href="pango-Modules.html#pango-find-map" title="pango_find_map ()"><code class="function">pango_find_map()</code></a>.</p>
107
107
  </div>
108
108
  </div>
109
109
  </div>
110
110
  <div class="footer">
111
- <hr>Generated by GTK-Doc V1.25.1</div>
111
+ <hr>Generated by GTK-Doc V1.27</div>
112
112
  </body>
113
113
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="lowlevel.html" title="Low Level Functionality">
9
9
  <link rel="prev" href="pango-OpenType-Font-Handling.html" title="OpenType Font Handling">
10
10
  <link rel="next" href="pango-Engines.html" title="Engines">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -140,7 +140,7 @@
140
140
  </div>
141
141
  <div class="refsect1">
142
142
  <a name="pango-Coverage-Maps.object-hierarchy"></a><h2>Object Hierarchy</h2>
143
- <pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
143
+ <pre class="screen"> GEnum
144
144
  <span class="lineart">╰──</span> PangoCoverageLevel
145
145
  </pre>
146
146
  </div>
@@ -240,7 +240,7 @@ since we refcount the structure. File a bug if you use it.)</p>
240
240
  </div>
241
241
  <div class="refsect3">
242
242
  <a name="pango-coverage-copy.returns"></a><h4>Returns</h4>
243
- <p> the newly allocated <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>,
243
+ <p>the newly allocated <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>,
244
244
  with a reference count of one, which should be freed
245
245
  with <a class="link" href="pango-Coverage-Maps.html#pango-coverage-unref" title="pango_coverage_unref ()"><code class="function">pango_coverage_unref()</code></a>. </p>
246
246
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -360,7 +360,7 @@ pango_coverage_set (<em class="parameter"><code><a class="link" href="pango-Cove
360
360
  <a name="pango-coverage-to-bytes"></a><h3>pango_coverage_to_bytes ()</h3>
361
361
  <pre class="programlisting"><span class="returnvalue">void</span>
362
362
  pango_coverage_to_bytes (<em class="parameter"><code><a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a> *coverage</code></em>,
363
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **bytes</code></em>,
363
+ <em class="parameter"><code><span class="type">guchar</span> **bytes</code></em>,
364
364
  <em class="parameter"><code><span class="type">int</span> *n_bytes</code></em>);</pre>
365
365
  <p>Convert a <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a> structure into a flat binary format</p>
366
366
  <div class="refsect3">
@@ -379,12 +379,12 @@ pango_coverage_to_bytes (<em class="parameter"><code><a class="link" href="pango
379
379
  </tr>
380
380
  <tr>
381
381
  <td class="parameter_name"><p>bytes</p></td>
382
- <td class="parameter_description"><p> location to store result (must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>). </p></td>
382
+ <td class="parameter_description"><p>location to store result (must be freed with <code class="function">g_free()</code>). </p></td>
383
383
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_bytes][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8]</span></td>
384
384
  </tr>
385
385
  <tr>
386
386
  <td class="parameter_name"><p>n_bytes</p></td>
387
- <td class="parameter_description"><p> location to store size of result. </p></td>
387
+ <td class="parameter_description"><p>location to store size of result. </p></td>
388
388
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
389
389
  </tr>
390
390
  </tbody>
@@ -395,7 +395,7 @@ pango_coverage_to_bytes (<em class="parameter"><code><a class="link" href="pango
395
395
  <div class="refsect2">
396
396
  <a name="pango-coverage-from-bytes"></a><h3>pango_coverage_from_bytes ()</h3>
397
397
  <pre class="programlisting"><a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="returnvalue">PangoCoverage</span></a> *
398
- pango_coverage_from_bytes (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *bytes</code></em>,
398
+ pango_coverage_from_bytes (<em class="parameter"><code><span class="type">guchar</span> *bytes</code></em>,
399
399
  <em class="parameter"><code><span class="type">int</span> n_bytes</code></em>);</pre>
400
400
  <p>Convert data generated from <a class="link" href="pango-Coverage-Maps.html#pango-coverage-to-bytes" title="pango_coverage_to_bytes ()"><code class="function">pango_coverage_to_bytes()</code></a> back
401
401
  to a <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a></p>
@@ -410,7 +410,7 @@ to a <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoC
410
410
  <tbody>
411
411
  <tr>
412
412
  <td class="parameter_name"><p>bytes</p></td>
413
- <td class="parameter_description"><p> binary data
413
+ <td class="parameter_description"><p>binary data
414
414
  representing a <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>. </p></td>
415
415
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_bytes][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8]</span></td>
416
416
  </tr>
@@ -425,8 +425,8 @@ in bytes</p></td>
425
425
  </div>
426
426
  <div class="refsect3">
427
427
  <a name="pango-coverage-from-bytes.returns"></a><h4>Returns</h4>
428
- <p> a newly allocated
429
- <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the data was invalid. </p>
428
+ <p>a newly allocated
429
+ <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>, or <code class="literal">NULL</code> if the data was invalid. </p>
430
430
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
431
431
  </div>
432
432
  </div>
@@ -499,6 +499,6 @@ to <a class="link" href="pango-Coverage-Maps.html#PangoCoverageLevel" title="enu
499
499
  </div>
500
500
  </div>
501
501
  <div class="footer">
502
- <hr>Generated by GTK-Doc V1.25.1</div>
502
+ <hr>Generated by GTK-Doc V1.27</div>
503
503
  </body>
504
504
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="lowlevel.html" title="Low Level Functionality">
9
9
  <link rel="prev" href="pango-Coverage-Maps.html" title="Coverage Maps">
10
10
  <link rel="next" href="PangoEngineLang.html" title="PangoEngineLang">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -108,7 +108,7 @@
108
108
  </div>
109
109
  <div class="refsect1">
110
110
  <a name="pango-Engines.object-hierarchy"></a><h2>Object Hierarchy</h2>
111
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
111
+ <pre class="screen"> GObject
112
112
  <span class="lineart">╰──</span> PangoEngine
113
113
  <span class="lineart">├──</span> <a class="link" href="PangoEngineLang.html" title="PangoEngineLang">PangoEngineLang</a>
114
114
  <span class="lineart">╰──</span> <a class="link" href="PangoEngineShape.html" title="PangoEngineShape">PangoEngineShape</a>
@@ -167,7 +167,7 @@ script_engine_list (<em class="parameter"><code><a class="link" href="pango-Engi
167
167
  <div class="refsect2">
168
168
  <a name="script-engine-init"></a><h3>script_engine_init ()</h3>
169
169
  <pre class="programlisting"><span class="returnvalue">void</span>
170
- script_engine_init (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html#GTypeModule-struct"><span class="type">GTypeModule</span></a> *module</code></em>);</pre>
170
+ script_engine_init (<em class="parameter"><code><span class="type">GTypeModule</span> *module</code></em>);</pre>
171
171
  <div class="warning"><p><code class="literal">script_engine_init</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
172
172
  <p>Do not use.</p>
173
173
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
@@ -181,7 +181,7 @@ script_engine_init (<em class="parameter"><code><a href="/home/vagrant/ruby-gnom
181
181
  </colgroup>
182
182
  <tbody><tr>
183
183
  <td class="parameter_name"><p>module</p></td>
184
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html#GTypeModule-struct"><span class="type">GTypeModule</span></a> structure used to associate any
184
+ <td class="parameter_description"><p>a <span class="type">GTypeModule</span> structure used to associate any
185
185
  GObject types created in this module with the module.</p></td>
186
186
  <td class="parameter_annotations"> </td>
187
187
  </tr></tbody>
@@ -247,17 +247,17 @@ engine. It contains the following fields:</p>
247
247
  </colgroup>
248
248
  <tbody>
249
249
  <tr>
250
- <td class="struct_member_name"><p>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="PangoEngineInfo.id"></a>id</code></em>;</p></td>
250
+ <td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="PangoEngineInfo.id"></a>id</code></em>;</p></td>
251
251
  <td class="struct_member_description"><p>a unique string ID for the engine.</p></td>
252
252
  <td class="struct_member_annotations"> </td>
253
253
  </tr>
254
254
  <tr>
255
- <td class="struct_member_name"><p>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="PangoEngineInfo.engine-type"></a>engine_type</code></em>;</p></td>
255
+ <td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="PangoEngineInfo.engine-type"></a>engine_type</code></em>;</p></td>
256
256
  <td class="struct_member_description"><p>a string identifying the engine type.</p></td>
257
257
  <td class="struct_member_annotations"> </td>
258
258
  </tr>
259
259
  <tr>
260
- <td class="struct_member_name"><p>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="PangoEngineInfo.render-type"></a>render_type</code></em>;</p></td>
260
+ <td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="PangoEngineInfo.render-type"></a>render_type</code></em>;</p></td>
261
261
  <td class="struct_member_description"><p>a string identifying the render type.</p></td>
262
262
  <td class="struct_member_annotations"> </td>
263
263
  </tr>
@@ -267,7 +267,7 @@ engine. It contains the following fields:</p>
267
267
  <td class="struct_member_annotations"> </td>
268
268
  </tr>
269
269
  <tr>
270
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="PangoEngineInfo.n-scripts"></a>n_scripts</code></em>;</p></td>
270
+ <td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="PangoEngineInfo.n-scripts"></a>n_scripts</code></em>;</p></td>
271
271
  <td class="struct_member_description"><p>number of items in <em class="parameter"><code>scripts</code></em>
272
272
  .</p></td>
273
273
  <td class="struct_member_annotations"> </td>
@@ -303,7 +303,7 @@ the special meaning here of "all scripts"</p></td>
303
303
  <td class="struct_member_annotations"> </td>
304
304
  </tr>
305
305
  <tr>
306
- <td class="struct_member_name"><p>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="PangoEngineScriptInfo.langs"></a>langs</code></em>;</p></td>
306
+ <td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="PangoEngineScriptInfo.langs"></a>langs</code></em>;</p></td>
307
307
  <td class="struct_member_description"><p>a semicolon separated list of languages that this
308
308
  engine handles for this script. This may be empty,
309
309
  in which case the engine is saying that it is a
@@ -348,6 +348,6 @@ for engines that are not rendering-system specific.</p>
348
348
  </div>
349
349
  </div>
350
350
  <div class="footer">
351
- <hr>Generated by GTK-Doc V1.25.1</div>
351
+ <hr>Generated by GTK-Doc V1.27</div>
352
352
  </body>
353
353
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pango.html" title="Basic Pango Interfaces">
9
9
  <link rel="prev" href="pango-Glyph-Storage.html" title="Glyph Storage">
10
10
  <link rel="next" href="pango-Text-Attributes.html" title="Text Attributes">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -67,7 +67,7 @@
67
67
  </tr>
68
68
  <tr>
69
69
  <td class="function_type">
70
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
70
+ <span class="returnvalue">guint</span>
71
71
  </td>
72
72
  <td class="function_name">
73
73
  <a class="link" href="pango-Fonts.html#pango-font-description-hash" title="pango_font_description_hash ()">pango_font_description_hash</a> <span class="c_punctuation">()</span>
@@ -75,7 +75,7 @@
75
75
  </tr>
76
76
  <tr>
77
77
  <td class="function_type">
78
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
78
+ <span class="returnvalue">gboolean</span>
79
79
  </td>
80
80
  <td class="function_name">
81
81
  <a class="link" href="pango-Fonts.html#pango-font-description-equal" title="pango_font_description_equal ()">pango_font_description_equal</a> <span class="c_punctuation">()</span>
@@ -194,7 +194,7 @@
194
194
  </tr>
195
195
  <tr>
196
196
  <td class="function_type">
197
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
197
+ <span class="returnvalue">gint</span>
198
198
  </td>
199
199
  <td class="function_name">
200
200
  <a class="link" href="pango-Fonts.html#pango-font-description-get-size" title="pango_font_description_get_size ()">pango_font_description_get_size</a> <span class="c_punctuation">()</span>
@@ -210,7 +210,7 @@
210
210
  </tr>
211
211
  <tr>
212
212
  <td class="function_type">
213
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
213
+ <span class="returnvalue">gboolean</span>
214
214
  </td>
215
215
  <td class="function_name">
216
216
  <a class="link" href="pango-Fonts.html#pango-font-description-get-size-is-absolute" title="pango_font_description_get_size_is_absolute ()">pango_font_description_get_size_is_absolute</a> <span class="c_punctuation">()</span>
@@ -234,6 +234,29 @@
234
234
  </tr>
235
235
  <tr>
236
236
  <td class="function_type">
237
+ <span class="returnvalue">void</span>
238
+ </td>
239
+ <td class="function_name">
240
+ <a class="link" href="pango-Fonts.html#pango-font-description-set-variations" title="pango_font_description_set_variations ()">pango_font_description_set_variations</a> <span class="c_punctuation">()</span>
241
+ </td>
242
+ </tr>
243
+ <tr>
244
+ <td class="function_type">
245
+ <span class="returnvalue">void</span>
246
+ </td>
247
+ <td class="function_name">
248
+ <a class="link" href="pango-Fonts.html#pango-font-description-set-variations-static" title="pango_font_description_set_variations_static ()">pango_font_description_set_variations_static</a> <span class="c_punctuation">()</span>
249
+ </td>
250
+ </tr>
251
+ <tr>
252
+ <td class="function_type">const <span class="returnvalue">char</span> *
253
+ </td>
254
+ <td class="function_name">
255
+ <a class="link" href="pango-Fonts.html#pango-font-description-get-variations" title="pango_font_description_get_variations ()">pango_font_description_get_variations</a> <span class="c_punctuation">()</span>
256
+ </td>
257
+ </tr>
258
+ <tr>
259
+ <td class="function_type">
237
260
  <a class="link" href="pango-Fonts.html#PangoFontMask" title="enum PangoFontMask"><span class="returnvalue">PangoFontMask</span></a>
238
261
  </td>
239
262
  <td class="function_name">
@@ -266,7 +289,7 @@
266
289
  </tr>
267
290
  <tr>
268
291
  <td class="function_type">
269
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
292
+ <span class="returnvalue">gboolean</span>
270
293
  </td>
271
294
  <td class="function_name">
272
295
  <a class="link" href="pango-Fonts.html#pango-font-description-better-match" title="pango_font_description_better_match ()">pango_font_description_better_match</a> <span class="c_punctuation">()</span>
@@ -465,7 +488,7 @@
465
488
  </tr>
466
489
  <tr>
467
490
  <td class="function_type">
468
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
491
+ <span class="returnvalue">gboolean</span>
469
492
  </td>
470
493
  <td class="function_name">
471
494
  <a class="link" href="pango-Fonts.html#pango-font-family-is-monospace" title="pango_font_family_is_monospace ()">pango_font_family_is_monospace</a> <span class="c_punctuation">()</span>
@@ -516,7 +539,7 @@
516
539
  </tr>
517
540
  <tr>
518
541
  <td class="function_type">
519
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
542
+ <span class="returnvalue">gboolean</span>
520
543
  </td>
521
544
  <td class="function_name">
522
545
  <a class="link" href="pango-Fonts.html#pango-font-face-is-synthesized" title="pango_font_face_is_synthesized ()">pango_font_face_is_synthesized</a> <span class="c_punctuation">()</span>
@@ -593,7 +616,7 @@
593
616
  </tr>
594
617
  <tr>
595
618
  <td class="function_type">
596
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
619
+ <span class="returnvalue">guint</span>
597
620
  </td>
598
621
  <td class="function_name">
599
622
  <a class="link" href="pango-Fonts.html#pango-font-map-get-serial" title="pango_font_map_get_serial ()">pango_font_map_get_serial</a> <span class="c_punctuation">()</span>
@@ -625,7 +648,7 @@
625
648
  </tr>
626
649
  <tr>
627
650
  <td class="function_type">
628
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
651
+ <span class="returnvalue">gboolean</span>
629
652
  </td>
630
653
  <td class="function_name">
631
654
  <span class="c_punctuation">(</span><a class="link" href="pango-Fonts.html#PangoFontsetForeachFunc" title="PangoFontsetForeachFunc ()">*PangoFontsetForeachFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
@@ -791,17 +814,17 @@
791
814
  </div>
792
815
  <div class="refsect1">
793
816
  <a name="pango-Fonts.object-hierarchy"></a><h2>Object Hierarchy</h2>
794
- <pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
817
+ <pre class="screen"> GBoxed
795
818
  <span class="lineart">├──</span> PangoFontDescription
796
819
  <span class="lineart">╰──</span> PangoFontMetrics
797
- <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
820
+ GEnum
798
821
  <span class="lineart">├──</span> PangoStretch
799
822
  <span class="lineart">├──</span> PangoStyle
800
823
  <span class="lineart">├──</span> PangoVariant
801
824
  <span class="lineart">╰──</span> PangoWeight
802
- <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
825
+ GFlags
803
826
  <span class="lineart">╰──</span> PangoFontMask
804
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
827
+ GObject
805
828
  <span class="lineart">├──</span> PangoFont
806
829
  <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="PangoFcFont.html" title="PangoFcFont">PangoFcFont</a>
807
830
  <span class="lineart">├──</span> PangoFontFace
@@ -859,18 +882,18 @@ pango_font_description_copy (<em class="parameter"><code>const <a class="link" h
859
882
  </colgroup>
860
883
  <tbody><tr>
861
884
  <td class="parameter_name"><p>desc</p></td>
862
- <td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
885
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <code class="literal">NULL</code>. </p></td>
863
886
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
864
887
  </tr></tbody>
865
888
  </table></div>
866
889
  </div>
867
890
  <div class="refsect3">
868
891
  <a name="pango-font-description-copy.returns"></a><h4>Returns</h4>
869
- <p> the newly allocated
892
+ <p>the newly allocated
870
893
  <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, which should be freed with
871
- <a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()"><code class="function">pango_font_description_free()</code></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>desc</code></em>
894
+ <a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()"><code class="function">pango_font_description_free()</code></a>, or <code class="literal">NULL</code> if <em class="parameter"><code>desc</code></em>
872
895
  was
873
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
896
+ <code class="literal">NULL</code>. </p>
874
897
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
875
898
  </div>
876
899
  </div>
@@ -894,28 +917,28 @@ when the copy is only needed temporarily.</p>
894
917
  </colgroup>
895
918
  <tbody><tr>
896
919
  <td class="parameter_name"><p>desc</p></td>
897
- <td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
920
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <code class="literal">NULL</code>. </p></td>
898
921
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
899
922
  </tr></tbody>
900
923
  </table></div>
901
924
  </div>
902
925
  <div class="refsect3">
903
926
  <a name="pango-font-description-copy-static.returns"></a><h4>Returns</h4>
904
- <p> the newly allocated
927
+ <p>the newly allocated
905
928
  <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, which should be freed with
906
- <a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()"><code class="function">pango_font_description_free()</code></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>desc</code></em>
929
+ <a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()"><code class="function">pango_font_description_free()</code></a>, or <code class="literal">NULL</code> if <em class="parameter"><code>desc</code></em>
907
930
  was
908
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
931
+ <code class="literal">NULL</code>. </p>
909
932
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
910
933
  </div>
911
934
  </div>
912
935
  <hr>
913
936
  <div class="refsect2">
914
937
  <a name="pango-font-description-hash"></a><h3>pango_font_description_hash ()</h3>
915
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
938
+ <pre class="programlisting"><span class="returnvalue">guint</span>
916
939
  pango_font_description_hash (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
917
940
  <p>Computes a hash of a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> structure suitable
918
- to be used, for example, as an argument to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html#g-hash-table-new"><code class="function">g_hash_table_new()</code></a>.
941
+ to be used, for example, as an argument to <code class="function">g_hash_table_new()</code>.
919
942
  The hash value is independent of <em class="parameter"><code>desc-&gt;mask</code></em>
920
943
  .</p>
921
944
  <div class="refsect3">
@@ -941,14 +964,14 @@ The hash value is independent of <em class="parameter"><code>desc-&gt;mask</code
941
964
  <hr>
942
965
  <div class="refsect2">
943
966
  <a name="pango-font-description-equal"></a><h3>pango_font_description_equal ()</h3>
944
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
967
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
945
968
  pango_font_description_equal (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc1</code></em>,
946
969
  <em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc2</code></em>);</pre>
947
970
  <p>Compares two font descriptions for equality. Two font descriptions
948
971
  are considered equal if the fonts they describe are provably identical.
949
972
  This means that their masks do not have to match, as long as other fields
950
973
  are all the same. (Two font descriptions may result in identical fonts
951
- being loaded, but still compare <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.)</p>
974
+ being loaded, but still compare <code class="literal">FALSE</code>.)</p>
952
975
  <div class="refsect3">
953
976
  <a name="pango-font-description-equal.parameters"></a><h4>Parameters</h4>
954
977
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -973,8 +996,8 @@ being loaded, but still compare <a href="/home/vagrant/ruby-gnome2.win64/glib2/v
973
996
  </div>
974
997
  <div class="refsect3">
975
998
  <a name="pango-font-description-equal.returns"></a><h4>Returns</h4>
976
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the two font descriptions are identical,
977
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
999
+ <p> <code class="literal">TRUE</code> if the two font descriptions are identical,
1000
+ <code class="literal">FALSE</code> otherwise.</p>
978
1001
  </div>
979
1002
  </div>
980
1003
  <hr>
@@ -993,7 +1016,7 @@ pango_font_description_free (<em class="parameter"><code><a class="link" href="p
993
1016
  </colgroup>
994
1017
  <tbody><tr>
995
1018
  <td class="parameter_name"><p>desc</p></td>
996
- <td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1019
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <code class="literal">NULL</code>. </p></td>
997
1020
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
998
1021
  </tr></tbody>
999
1022
  </table></div>
@@ -1017,8 +1040,8 @@ pango_font_descriptions_free (<em class="parameter"><code><a class="link" href="
1017
1040
  <tbody>
1018
1041
  <tr>
1019
1042
  <td class="parameter_name"><p>descs</p></td>
1020
- <td class="parameter_description"><p> a pointer
1021
- to an array of <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1043
+ <td class="parameter_description"><p>a pointer
1044
+ to an array of <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <code class="literal">NULL</code>. </p></td>
1022
1045
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_descs][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
1023
1046
  </tr>
1024
1047
  <tr>
@@ -1129,8 +1152,8 @@ pango_font_description_get_family (<em class="parameter"><code>const <a class="l
1129
1152
  </div>
1130
1153
  <div class="refsect3">
1131
1154
  <a name="pango-font-description-get-family.returns"></a><h4>Returns</h4>
1132
- <p> the family name field for the font
1133
- description, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not previously set. This
1155
+ <p>the family name field for the font
1156
+ description, or <code class="literal">NULL</code> if not previously set. This
1134
1157
  has the same life-time as the font description itself
1135
1158
  and should not be freed. </p>
1136
1159
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
@@ -1389,7 +1412,7 @@ the field was explicitly set or not.</p>
1389
1412
  <a name="pango-font-description-set-size"></a><h3>pango_font_description_set_size ()</h3>
1390
1413
  <pre class="programlisting"><span class="returnvalue">void</span>
1391
1414
  pango_font_description_set_size (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
1392
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
1415
+ <em class="parameter"><code><span class="type">gint</span> size</code></em>);</pre>
1393
1416
  <p>Sets the size field of a font description in fractional points. This is mutually
1394
1417
  exclusive with <a class="link" href="pango-Fonts.html#pango-font-description-set-absolute-size" title="pango_font_description_set_absolute_size ()"><code class="function">pango_font_description_set_absolute_size()</code></a>.</p>
1395
1418
  <div class="refsect3">
@@ -1425,7 +1448,7 @@ a particular size in device units.</p></td>
1425
1448
  <hr>
1426
1449
  <div class="refsect2">
1427
1450
  <a name="pango-font-description-get-size"></a><h3>pango_font_description_get_size ()</h3>
1428
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1451
+ <pre class="programlisting"><span class="returnvalue">gint</span>
1429
1452
  pango_font_description_get_size (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
1430
1453
  <p>Gets the size field of a font description.
1431
1454
  See <a class="link" href="pango-Fonts.html#pango-font-description-set-size" title="pango_font_description_set_size ()"><code class="function">pango_font_description_set_size()</code></a>.</p>
@@ -1493,7 +1516,7 @@ value of 10 * PANGO_SCALE gives a 10 pixel font.</p></td>
1493
1516
  <hr>
1494
1517
  <div class="refsect2">
1495
1518
  <a name="pango-font-description-get-size-is-absolute"></a><h3>pango_font_description_get_size_is_absolute ()</h3>
1496
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1519
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
1497
1520
  pango_font_description_get_size_is_absolute
1498
1521
  (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
1499
1522
  <p>Determines whether the size of the font is in points (not absolute) or device units (absolute).
@@ -1590,6 +1613,118 @@ the field was explicitly set or not.</p>
1590
1613
  </div>
1591
1614
  <hr>
1592
1615
  <div class="refsect2">
1616
+ <a name="pango-font-description-set-variations"></a><h3>pango_font_description_set_variations ()</h3>
1617
+ <pre class="programlisting"><span class="returnvalue">void</span>
1618
+ pango_font_description_set_variations (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
1619
+ <em class="parameter"><code>const <span class="type">char</span> *settings</code></em>);</pre>
1620
+ <p>Sets the variations field of a font description. OpenType
1621
+ font variations allow to select a font instance by specifying
1622
+ values for a number of axes, such as width or weight.</p>
1623
+ <p>The format of the variations string is AXIS1=VALUE,AXIS2=VALUE...,
1624
+ with each AXIS a 4 character tag that identifies a font axis,
1625
+ and each VALUE a floating point number. Unknown axes are ignored,
1626
+ and values are clamped to their allowed range.</p>
1627
+ <p>Pango does not currently have a way to find supported axes of
1628
+ a font. Both harfbuzz or freetype have API for this.</p>
1629
+ <div class="refsect3">
1630
+ <a name="pango-font-description-set-variations.parameters"></a><h4>Parameters</h4>
1631
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1632
+ <colgroup>
1633
+ <col width="150px" class="parameters_name">
1634
+ <col class="parameters_description">
1635
+ <col width="200px" class="parameters_annotations">
1636
+ </colgroup>
1637
+ <tbody>
1638
+ <tr>
1639
+ <td class="parameter_name"><p>desc</p></td>
1640
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>.</p></td>
1641
+ <td class="parameter_annotations"> </td>
1642
+ </tr>
1643
+ <tr>
1644
+ <td class="parameter_name"><p>variations</p></td>
1645
+ <td class="parameter_description"><p>a string representing the variations</p></td>
1646
+ <td class="parameter_annotations"> </td>
1647
+ </tr>
1648
+ </tbody>
1649
+ </table></div>
1650
+ </div>
1651
+ <p class="since">Since: 1.42</p>
1652
+ </div>
1653
+ <hr>
1654
+ <div class="refsect2">
1655
+ <a name="pango-font-description-set-variations-static"></a><h3>pango_font_description_set_variations_static ()</h3>
1656
+ <pre class="programlisting"><span class="returnvalue">void</span>
1657
+ pango_font_description_set_variations_static
1658
+ (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
1659
+ <em class="parameter"><code>const <span class="type">char</span> *settings</code></em>);</pre>
1660
+ <p>Like <a class="link" href="pango-Fonts.html#pango-font-description-set-variations" title="pango_font_description_set_variations ()"><code class="function">pango_font_description_set_variations()</code></a>, except that no
1661
+ copy of <em class="parameter"><code>variations</code></em>
1662
+ is made. The caller must make sure that the
1663
+ string passed in stays around until <em class="parameter"><code>desc</code></em>
1664
+ has been freed
1665
+ or the name is set again. This function can be used if
1666
+ <em class="parameter"><code>variations</code></em>
1667
+ is a static string such as a C string literal, or
1668
+ if <em class="parameter"><code>desc</code></em>
1669
+ is only needed temporarily.</p>
1670
+ <div class="refsect3">
1671
+ <a name="pango-font-description-set-variations-static.parameters"></a><h4>Parameters</h4>
1672
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1673
+ <colgroup>
1674
+ <col width="150px" class="parameters_name">
1675
+ <col class="parameters_description">
1676
+ <col width="200px" class="parameters_annotations">
1677
+ </colgroup>
1678
+ <tbody>
1679
+ <tr>
1680
+ <td class="parameter_name"><p>desc</p></td>
1681
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a></p></td>
1682
+ <td class="parameter_annotations"> </td>
1683
+ </tr>
1684
+ <tr>
1685
+ <td class="parameter_name"><p>variations</p></td>
1686
+ <td class="parameter_description"><p>a string representing the variations</p></td>
1687
+ <td class="parameter_annotations"> </td>
1688
+ </tr>
1689
+ </tbody>
1690
+ </table></div>
1691
+ </div>
1692
+ <p class="since">Since: 1.42</p>
1693
+ </div>
1694
+ <hr>
1695
+ <div class="refsect2">
1696
+ <a name="pango-font-description-get-variations"></a><h3>pango_font_description_get_variations ()</h3>
1697
+ <pre class="programlisting">const <span class="returnvalue">char</span> *
1698
+ pango_font_description_get_variations (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
1699
+ <p>Gets the variations field of a font description. See
1700
+ <a class="link" href="pango-Fonts.html#pango-font-description-set-variations" title="pango_font_description_set_variations ()"><code class="function">pango_font_description_set_variations()</code></a>.</p>
1701
+ <div class="refsect3">
1702
+ <a name="pango-font-description-get-variations.parameters"></a><h4>Parameters</h4>
1703
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1704
+ <colgroup>
1705
+ <col width="150px" class="parameters_name">
1706
+ <col class="parameters_description">
1707
+ <col width="200px" class="parameters_annotations">
1708
+ </colgroup>
1709
+ <tbody><tr>
1710
+ <td class="parameter_name"><p>desc</p></td>
1711
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a></p></td>
1712
+ <td class="parameter_annotations"> </td>
1713
+ </tr></tbody>
1714
+ </table></div>
1715
+ </div>
1716
+ <div class="refsect3">
1717
+ <a name="pango-font-description-get-variations.returns"></a><h4>Returns</h4>
1718
+ <p>the varitions field for the font
1719
+ description, or <code class="literal">NULL</code> if not previously set. This
1720
+ has the same life-time as the font description itself
1721
+ and should not be freed. </p>
1722
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1723
+ </div>
1724
+ <p class="since">Since: 1.42</p>
1725
+ </div>
1726
+ <hr>
1727
+ <div class="refsect2">
1593
1728
  <a name="pango-font-description-get-set-fields"></a><h3>pango_font_description_get_set_fields ()</h3>
1594
1729
  <pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMask" title="enum PangoFontMask"><span class="returnvalue">PangoFontMask</span></a>
1595
1730
  pango_font_description_get_set_fields (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
@@ -1654,17 +1789,17 @@ to unset.</p></td>
1654
1789
  <pre class="programlisting"><span class="returnvalue">void</span>
1655
1790
  pango_font_description_merge (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
1656
1791
  <em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc_to_merge</code></em>,
1657
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> replace_existing</code></em>);</pre>
1792
+ <em class="parameter"><code><span class="type">gboolean</span> replace_existing</code></em>);</pre>
1658
1793
  <p>Merges the fields that are set in <em class="parameter"><code>desc_to_merge</code></em>
1659
1794
  into the fields in
1660
1795
  <em class="parameter"><code>desc</code></em>
1661
1796
  . If <em class="parameter"><code>replace_existing</code></em>
1662
- is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, only fields in <em class="parameter"><code>desc</code></em>
1797
+ is <code class="literal">FALSE</code>, only fields in <em class="parameter"><code>desc</code></em>
1663
1798
  that
1664
- are not already set are affected. If <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then fields that are
1799
+ are not already set are affected. If <code class="literal">TRUE</code>, then fields that are
1665
1800
  already set will be replaced as well.</p>
1666
1801
  <p>If <em class="parameter"><code>desc_to_merge</code></em>
1667
- is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this function performs nothing.</p>
1802
+ is <code class="literal">NULL</code>, this function performs nothing.</p>
1668
1803
  <div class="refsect3">
1669
1804
  <a name="pango-font-description-merge.parameters"></a><h4>Parameters</h4>
1670
1805
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1681,12 +1816,12 @@ already set will be replaced as well.</p>
1681
1816
  </tr>
1682
1817
  <tr>
1683
1818
  <td class="parameter_name"><p>desc_to_merge</p></td>
1684
- <td class="parameter_description"><p> the <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> to merge from, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1819
+ <td class="parameter_description"><p>the <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> to merge from, or <code class="literal">NULL</code>. </p></td>
1685
1820
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1686
1821
  </tr>
1687
1822
  <tr>
1688
1823
  <td class="parameter_name"><p>replace_existing</p></td>
1689
- <td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, replace fields in <em class="parameter"><code>desc</code></em>
1824
+ <td class="parameter_description"><p>if <code class="literal">TRUE</code>, replace fields in <em class="parameter"><code>desc</code></em>
1690
1825
  with the
1691
1826
  corresponding values from <em class="parameter"><code>desc_to_merge</code></em>
1692
1827
  , even if they
@@ -1703,7 +1838,7 @@ are already exist.</p></td>
1703
1838
  <pre class="programlisting"><span class="returnvalue">void</span>
1704
1839
  pango_font_description_merge_static (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
1705
1840
  <em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc_to_merge</code></em>,
1706
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> replace_existing</code></em>);</pre>
1841
+ <em class="parameter"><code><span class="type">gboolean</span> replace_existing</code></em>);</pre>
1707
1842
  <p>Like <a class="link" href="pango-Fonts.html#pango-font-description-merge" title="pango_font_description_merge ()"><code class="function">pango_font_description_merge()</code></a>, but only a shallow copy is made
1708
1843
  of the family name and other allocated fields. <em class="parameter"><code>desc</code></em>
1709
1844
  can only be
@@ -1731,7 +1866,7 @@ to be used when the merged font description is only needed temporarily.</p>
1731
1866
  </tr>
1732
1867
  <tr>
1733
1868
  <td class="parameter_name"><p>replace_existing</p></td>
1734
- <td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, replace fields in <em class="parameter"><code>desc</code></em>
1869
+ <td class="parameter_description"><p>if <code class="literal">TRUE</code>, replace fields in <em class="parameter"><code>desc</code></em>
1735
1870
  with the
1736
1871
  corresponding values from <em class="parameter"><code>desc_to_merge</code></em>
1737
1872
  , even if they
@@ -1745,7 +1880,7 @@ are already exist.</p></td>
1745
1880
  <hr>
1746
1881
  <div class="refsect2">
1747
1882
  <a name="pango-font-description-better-match"></a><h3>pango_font_description_better_match ()</h3>
1748
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1883
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
1749
1884
  pango_font_description_better_match (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
1750
1885
  <em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *old_match</code></em>,
1751
1886
  <em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *new_match</code></em>);</pre>
@@ -1754,7 +1889,7 @@ pango_font_description_better_match (<em class="parameter"><code>const <a class=
1754
1889
  for <em class="parameter"><code>desc</code></em>
1755
1890
  than those of <em class="parameter"><code>old_match</code></em>
1756
1891
  are, or if <em class="parameter"><code>old_match</code></em>
1757
- is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
1892
+ is <code class="literal">NULL</code>,
1758
1893
  determines if <em class="parameter"><code>new_match</code></em>
1759
1894
  is a match at all.
1760
1895
  Approximate matching is done for
@@ -1782,7 +1917,7 @@ styles are equal.</p>
1782
1917
  </tr>
1783
1918
  <tr>
1784
1919
  <td class="parameter_name"><p>old_match</p></td>
1785
- <td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1920
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, or <code class="literal">NULL</code>. </p></td>
1786
1921
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1787
1922
  </tr>
1788
1923
  <tr>
@@ -1795,7 +1930,7 @@ styles are equal.</p>
1795
1930
  </div>
1796
1931
  <div class="refsect3">
1797
1932
  <a name="pango-font-description-better-match.returns"></a><h4>Returns</h4>
1798
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>new_match</code></em>
1933
+ <p> <code class="literal">TRUE</code> if <em class="parameter"><code>new_match</code></em>
1799
1934
  is a better match</p>
1800
1935
  </div>
1801
1936
  </div>
@@ -1812,7 +1947,7 @@ describes one of style, variant, weight, stretch, or gravity, and SIZE
1812
1947
  is a decimal number (size in points) or optionally followed by the
1813
1948
  unit modifier "px" for absolute size. Any one of the options may
1814
1949
  be absent. If FAMILY-LIST is absent, then the family_name field of
1815
- the resulting font description will be initialized to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If
1950
+ the resulting font description will be initialized to <code class="literal">NULL</code>. If
1816
1951
  STYLE-OPTIONS is missing, then all style options will be set to the
1817
1952
  default values. If SIZE is missing, the size in the resulting font
1818
1953
  description will be set to 0.</p>
@@ -1863,7 +1998,7 @@ last word of the list is a valid style option.</p>
1863
1998
  </div>
1864
1999
  <div class="refsect3">
1865
2000
  <a name="pango-font-description-to-string.returns"></a><h4>Returns</h4>
1866
- <p> a new string that must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
2001
+ <p> a new string that must be freed with <code class="function">g_free()</code>.</p>
1867
2002
  </div>
1868
2003
  </div>
1869
2004
  <hr>
@@ -1892,7 +2027,7 @@ characters that are untypical in filenames, and in lower case only.</p>
1892
2027
  </div>
1893
2028
  <div class="refsect3">
1894
2029
  <a name="pango-font-description-to-filename.returns"></a><h4>Returns</h4>
1895
- <p> a new string that must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
2030
+ <p> a new string that must be freed with <code class="function">g_free()</code>.</p>
1896
2031
  </div>
1897
2032
  </div>
1898
2033
  <hr>
@@ -1911,14 +2046,14 @@ pango_font_metrics_ref (<em class="parameter"><code><a class="link" href="pango-
1911
2046
  </colgroup>
1912
2047
  <tbody><tr>
1913
2048
  <td class="parameter_name"><p>metrics</p></td>
1914
- <td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2049
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <code class="literal">NULL</code>. </p></td>
1915
2050
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1916
2051
  </tr></tbody>
1917
2052
  </table></div>
1918
2053
  </div>
1919
2054
  <div class="refsect3">
1920
2055
  <a name="pango-font-metrics-ref.returns"></a><h4>Returns</h4>
1921
- <p> <em class="parameter"><code>metrics</code></em>
2056
+ <p><em class="parameter"><code>metrics</code></em>
1922
2057
  . </p>
1923
2058
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1924
2059
  </div>
@@ -1941,7 +2076,7 @@ memory.</p>
1941
2076
  </colgroup>
1942
2077
  <tbody><tr>
1943
2078
  <td class="parameter_name"><p>metrics</p></td>
1944
- <td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2079
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <code class="literal">NULL</code>. </p></td>
1945
2080
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1946
2081
  </tr></tbody>
1947
2082
  </table></div>
@@ -2192,7 +2327,7 @@ baseline of the top of the strikethrough.</p>
2192
2327
  <a name="PANGO-FONT:CAPS"></a><h3>PANGO_FONT()</h3>
2193
2328
  <pre class="programlisting">#define PANGO_FONT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT, PangoFont))
2194
2329
  </pre>
2195
- <p>Casts a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> to a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
2330
+ <p>Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
2196
2331
  <div class="refsect3">
2197
2332
  <a name="PANGO-FONT.parameters"></a><h4>Parameters</h4>
2198
2333
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2203,7 +2338,7 @@ baseline of the top of the strikethrough.</p>
2203
2338
  </colgroup>
2204
2339
  <tbody><tr>
2205
2340
  <td class="parameter_name"><p>object</p></td>
2206
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
2341
+ <td class="parameter_description"><p>a <span class="type">GObject</span>.</p></td>
2207
2342
  <td class="parameter_annotations"> </td>
2208
2343
  </tr></tbody>
2209
2344
  </table></div>
@@ -2224,14 +2359,14 @@ baseline of the top of the strikethrough.</p>
2224
2359
  </colgroup>
2225
2360
  <tbody><tr>
2226
2361
  <td class="parameter_name"><p>object</p></td>
2227
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
2362
+ <td class="parameter_description"><p>a <span class="type">GObject</span>.</p></td>
2228
2363
  <td class="parameter_annotations"> </td>
2229
2364
  </tr></tbody>
2230
2365
  </table></div>
2231
2366
  </div>
2232
2367
  <div class="refsect3">
2233
2368
  <a name="PANGO-IS-FONT.returns"></a><h4>Returns</h4>
2234
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em>
2369
+ <p> <code class="literal">TRUE</code> if <em class="parameter"><code>object</code></em>
2235
2370
  is a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
2236
2371
  </div>
2237
2372
  </div>
@@ -2241,7 +2376,7 @@ is a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoF
2241
2376
  <pre class="programlisting"><a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="returnvalue">PangoEngineShape</span></a> *
2242
2377
  pango_font_find_shaper (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
2243
2378
  <em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>,
2244
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ch</code></em>);</pre>
2379
+ <em class="parameter"><code><span class="type">guint32</span> ch</code></em>);</pre>
2245
2380
  <p>Finds the best matching shaper for a font for a particular
2246
2381
  language tag and character point.</p>
2247
2382
  <div class="refsect3">
@@ -2273,7 +2408,7 @@ language tag and character point.</p>
2273
2408
  </div>
2274
2409
  <div class="refsect3">
2275
2410
  <a name="pango-font-find-shaper.returns"></a><h4>Returns</h4>
2276
- <p> the best matching shaper. </p>
2411
+ <p>the best matching shaper. </p>
2277
2412
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2278
2413
  </div>
2279
2414
  </div>
@@ -2366,7 +2501,7 @@ pango_font_get_coverage (<em class="parameter"><code><a class="link" href="pango
2366
2501
  </div>
2367
2502
  <div class="refsect3">
2368
2503
  <a name="pango-font-get-coverage.returns"></a><h4>Returns</h4>
2369
- <p> a newly-allocated <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>
2504
+ <p>a newly-allocated <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>
2370
2505
  object. </p>
2371
2506
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
2372
2507
  </div>
@@ -2387,7 +2522,7 @@ coordinates extending to the right and down. The macros <a class="link" href="pa
2387
2522
  from the extents rectangle to more traditional font metrics. The units
2388
2523
  of the rectangles are in 1/PANGO_SCALE of a device unit.</p>
2389
2524
  <p>If <em class="parameter"><code>font</code></em>
2390
- is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this function gracefully sets some sane values in the
2525
+ is <code class="literal">NULL</code>, this function gracefully sets some sane values in the
2391
2526
  output variables and returns.</p>
2392
2527
  <div class="refsect3">
2393
2528
  <a name="pango-font-get-glyph-extents.parameters"></a><h4>Parameters</h4>
@@ -2400,7 +2535,7 @@ output variables and returns.</p>
2400
2535
  <tbody>
2401
2536
  <tr>
2402
2537
  <td class="parameter_name"><p>font</p></td>
2403
- <td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>. </p></td>
2538
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>. </p></td>
2404
2539
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2405
2540
  </tr>
2406
2541
  <tr>
@@ -2410,14 +2545,14 @@ output variables and returns.</p>
2410
2545
  </tr>
2411
2546
  <tr>
2412
2547
  <td class="parameter_name"><p>ink_rect</p></td>
2413
- <td class="parameter_description"><p> rectangle used to store the extents of the glyph
2414
- as drawn or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is not needed. </p></td>
2548
+ <td class="parameter_description"><p>rectangle used to store the extents of the glyph
2549
+ as drawn or <code class="literal">NULL</code> to indicate that the result is not needed. </p></td>
2415
2550
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2416
2551
  </tr>
2417
2552
  <tr>
2418
2553
  <td class="parameter_name"><p>logical_rect</p></td>
2419
- <td class="parameter_description"><p> rectangle used to store the logical extents of
2420
- the glyph or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is not needed. </p></td>
2554
+ <td class="parameter_description"><p>rectangle used to store the logical extents of
2555
+ the glyph or <code class="literal">NULL</code> to indicate that the result is not needed. </p></td>
2421
2556
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2422
2557
  </tr>
2423
2558
  </tbody>
@@ -2435,7 +2570,7 @@ substantially different for different scripts, a language tag can
2435
2570
  be provided to indicate that the metrics should be retrieved that
2436
2571
  correspond to the script(s) used by that language.</p>
2437
2572
  <p>If <em class="parameter"><code>font</code></em>
2438
- is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this function gracefully sets some sane values in the
2573
+ is <code class="literal">NULL</code>, this function gracefully sets some sane values in the
2439
2574
  output variables and returns.</p>
2440
2575
  <div class="refsect3">
2441
2576
  <a name="pango-font-get-metrics.parameters"></a><h4>Parameters</h4>
@@ -2448,13 +2583,13 @@ output variables and returns.</p>
2448
2583
  <tbody>
2449
2584
  <tr>
2450
2585
  <td class="parameter_name"><p>font</p></td>
2451
- <td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>. </p></td>
2586
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>. </p></td>
2452
2587
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2453
2588
  </tr>
2454
2589
  <tr>
2455
2590
  <td class="parameter_name"><p>language</p></td>
2456
- <td class="parameter_description"><p> language tag used to determine which script to get the metrics
2457
- for, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate to get the metrics for the entire font. </p></td>
2591
+ <td class="parameter_description"><p>language tag used to determine which script to get the metrics
2592
+ for, or <code class="literal">NULL</code> to indicate to get the metrics for the entire font. </p></td>
2458
2593
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2459
2594
  </tr>
2460
2595
  </tbody>
@@ -2475,7 +2610,7 @@ pango_font_get_font_map (<em class="parameter"><code><a class="link" href="pango
2475
2610
  <p>Note that the font maintains a <em class="firstterm">weak</em> reference
2476
2611
  to the font map, so if all references to font map are dropped, the font
2477
2612
  map will be finalized even if there are fonts created with the font
2478
- map that are still alive. In that case this function will return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
2613
+ map that are still alive. In that case this function will return <code class="literal">NULL</code>.
2479
2614
  It is the responsibility of the user to ensure that the font map is kept
2480
2615
  alive. In most uses this is not an issue as a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> holds
2481
2616
  a reference to the font map.</p>
@@ -2489,16 +2624,16 @@ a reference to the font map.</p>
2489
2624
  </colgroup>
2490
2625
  <tbody><tr>
2491
2626
  <td class="parameter_name"><p>font</p></td>
2492
- <td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2627
+ <td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>, or <code class="literal">NULL</code>. </p></td>
2493
2628
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2494
2629
  </tr></tbody>
2495
2630
  </table></div>
2496
2631
  </div>
2497
2632
  <div class="refsect3">
2498
2633
  <a name="pango-font-get-font-map.returns"></a><h4>Returns</h4>
2499
- <p> the <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> for the
2500
- font, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>font</code></em>
2501
- is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
2634
+ <p>the <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> for the
2635
+ font, or <code class="literal">NULL</code> if <em class="parameter"><code>font</code></em>
2636
+ is <code class="literal">NULL</code>. </p>
2502
2637
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
2503
2638
  </div>
2504
2639
  <p class="since">Since: <a class="link" href="api-index-1-10.html#api-index-1.10">1.10</a></p>
@@ -2508,7 +2643,7 @@ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
2508
2643
  <a name="PANGO-FONT-FAMILY:CAPS"></a><h3>PANGO_FONT_FAMILY()</h3>
2509
2644
  <pre class="programlisting">#define PANGO_FONT_FAMILY(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT_FAMILY, PangoFontFamily))
2510
2645
  </pre>
2511
- <p>Casts a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> to a <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.</p>
2646
+ <p>Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.</p>
2512
2647
  <div class="refsect3">
2513
2648
  <a name="PANGO-FONT-FAMILY.parameters"></a><h4>Parameters</h4>
2514
2649
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2519,7 +2654,7 @@ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
2519
2654
  </colgroup>
2520
2655
  <tbody><tr>
2521
2656
  <td class="parameter_name"><p>object</p></td>
2522
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
2657
+ <td class="parameter_description"><p>a <span class="type">GObject</span>.</p></td>
2523
2658
  <td class="parameter_annotations"> </td>
2524
2659
  </tr></tbody>
2525
2660
  </table></div>
@@ -2540,14 +2675,14 @@ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
2540
2675
  </colgroup>
2541
2676
  <tbody><tr>
2542
2677
  <td class="parameter_name"><p>object</p></td>
2543
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
2678
+ <td class="parameter_description"><p>a <span class="type">GObject</span>.</p></td>
2544
2679
  <td class="parameter_annotations"> </td>
2545
2680
  </tr></tbody>
2546
2681
  </table></div>
2547
2682
  </div>
2548
2683
  <div class="refsect3">
2549
2684
  <a name="PANGO-IS-FONT-FAMILY.returns"></a><h4>Returns</h4>
2550
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em>
2685
+ <p> <code class="literal">TRUE</code> if <em class="parameter"><code>object</code></em>
2551
2686
  is a <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.</p>
2552
2687
  </div>
2553
2688
  </div>
@@ -2583,14 +2718,14 @@ by the family object and must not be modified or freed.</p>
2583
2718
  <hr>
2584
2719
  <div class="refsect2">
2585
2720
  <a name="pango-font-family-is-monospace"></a><h3>pango_font_family_is_monospace ()</h3>
2586
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2721
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
2587
2722
  pango_font_family_is_monospace (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *family</code></em>);</pre>
2588
2723
  <p>A monospace font is a font designed for text display where the the
2589
2724
  characters form a regular grid. For Western languages this would
2590
2725
  mean that the advance width of all characters are the same, but
2591
2726
  this categorization also includes Asian fonts which include
2592
2727
  double-width characters: characters that occupy two grid cells.
2593
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#g-unichar-iswide"><code class="function">g_unichar_iswide()</code></a> returns a result that indicates whether a
2728
+ <code class="function">g_unichar_iswide()</code> returns a result that indicates whether a
2594
2729
  character is typically double-width in a monospace font.</p>
2595
2730
  <p>The best way to find out the grid-cell size is to call
2596
2731
  <a class="link" href="pango-Fonts.html#pango-font-metrics-get-approximate-digit-width" title="pango_font_metrics_get_approximate_digit_width ()"><code class="function">pango_font_metrics_get_approximate_digit_width()</code></a>, since the results
@@ -2613,7 +2748,7 @@ by double-width characters.</p>
2613
2748
  </div>
2614
2749
  <div class="refsect3">
2615
2750
  <a name="pango-font-family-is-monospace.returns"></a><h4>Returns</h4>
2616
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the family is monospace.</p>
2751
+ <p> <code class="literal">TRUE</code> if the family is monospace.</p>
2617
2752
  </div>
2618
2753
  <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
2619
2754
  </div>
@@ -2644,14 +2779,14 @@ width and other aspects.</p>
2644
2779
  </tr>
2645
2780
  <tr>
2646
2781
  <td class="parameter_name"><p>faces</p></td>
2647
- <td class="parameter_description"><p> location to store an array of pointers to <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> objects,
2648
- or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. This array should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when it is no
2782
+ <td class="parameter_description"><p>location to store an array of pointers to <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> objects,
2783
+ or <code class="literal">NULL</code>. This array should be freed with <code class="function">g_free()</code> when it is no
2649
2784
  longer needed. </p></td>
2650
2785
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_faces][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></td>
2651
2786
  </tr>
2652
2787
  <tr>
2653
2788
  <td class="parameter_name"><p>n_faces</p></td>
2654
- <td class="parameter_description"><p> location to store number of elements in <em class="parameter"><code>faces</code></em>
2789
+ <td class="parameter_description"><p>location to store number of elements in <em class="parameter"><code>faces</code></em>
2655
2790
  . </p></td>
2656
2791
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
2657
2792
  </tr>
@@ -2664,7 +2799,7 @@ longer needed. </p></td>
2664
2799
  <a name="PANGO-FONT-FACE:CAPS"></a><h3>PANGO_FONT_FACE()</h3>
2665
2800
  <pre class="programlisting">#define PANGO_FONT_FACE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT_FACE, PangoFontFace))
2666
2801
  </pre>
2667
- <p>Casts a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> to a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.</p>
2802
+ <p>Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.</p>
2668
2803
  <div class="refsect3">
2669
2804
  <a name="PANGO-FONT-FACE.parameters"></a><h4>Parameters</h4>
2670
2805
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2675,7 +2810,7 @@ longer needed. </p></td>
2675
2810
  </colgroup>
2676
2811
  <tbody><tr>
2677
2812
  <td class="parameter_name"><p>object</p></td>
2678
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
2813
+ <td class="parameter_description"><p>a <span class="type">GObject</span>.</p></td>
2679
2814
  <td class="parameter_annotations"> </td>
2680
2815
  </tr></tbody>
2681
2816
  </table></div>
@@ -2696,14 +2831,14 @@ longer needed. </p></td>
2696
2831
  </colgroup>
2697
2832
  <tbody><tr>
2698
2833
  <td class="parameter_name"><p>object</p></td>
2699
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
2834
+ <td class="parameter_description"><p>a <span class="type">GObject</span>.</p></td>
2700
2835
  <td class="parameter_annotations"> </td>
2701
2836
  </tr></tbody>
2702
2837
  </table></div>
2703
2838
  </div>
2704
2839
  <div class="refsect3">
2705
2840
  <a name="PANGO-IS-FONT-FACE.returns"></a><h4>Returns</h4>
2706
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em>
2841
+ <p> <code class="literal">TRUE</code> if <em class="parameter"><code>object</code></em>
2707
2842
  is a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.</p>
2708
2843
  </div>
2709
2844
  </div>
@@ -2745,7 +2880,7 @@ pango_font_face_list_sizes (<em class="parameter"><code><a class="link" href="pa
2745
2880
  <em class="parameter"><code><span class="type">int</span> **sizes</code></em>,
2746
2881
  <em class="parameter"><code><span class="type">int</span> *n_sizes</code></em>);</pre>
2747
2882
  <p>List the available sizes for a font. This is only applicable to bitmap
2748
- fonts. For scalable fonts, stores <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> at the location pointed to by
2883
+ fonts. For scalable fonts, stores <code class="literal">NULL</code> at the location pointed to by
2749
2884
  <em class="parameter"><code>sizes</code></em>
2750
2885
  and 0 at the location pointed to by <em class="parameter"><code>n_sizes</code></em>
2751
2886
  . The sizes returned
@@ -2766,8 +2901,8 @@ are in Pango units and are sorted in ascending order.</p>
2766
2901
  </tr>
2767
2902
  <tr>
2768
2903
  <td class="parameter_name"><p>sizes</p></td>
2769
- <td class="parameter_description"><p> location to store a pointer to an array of int. This array
2770
- should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p></td>
2904
+ <td class="parameter_description"><p>location to store a pointer to an array of int. This array
2905
+ should be freed with <code class="function">g_free()</code>. </p></td>
2771
2906
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_sizes][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
2772
2907
  </tr>
2773
2908
  <tr>
@@ -2814,7 +2949,7 @@ to free the result.</p>
2814
2949
  <hr>
2815
2950
  <div class="refsect2">
2816
2951
  <a name="pango-font-face-is-synthesized"></a><h3>pango_font_face_is_synthesized ()</h3>
2817
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2952
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
2818
2953
  pango_font_face_is_synthesized (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> *face</code></em>);</pre>
2819
2954
  <p>Returns whether a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> is synthesized by the underlying
2820
2955
  font rendering engine from another face, perhaps by shearing, emboldening,
@@ -2846,7 +2981,7 @@ is synthesized.</p>
2846
2981
  <a name="PANGO-FONT-MAP:CAPS"></a><h3>PANGO_FONT_MAP()</h3>
2847
2982
  <pre class="programlisting">#define PANGO_FONT_MAP(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT_MAP, PangoFontMap))
2848
2983
  </pre>
2849
- <p>Casts a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> to a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.</p>
2984
+ <p>Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.</p>
2850
2985
  <div class="refsect3">
2851
2986
  <a name="PANGO-FONT-MAP.parameters"></a><h4>Parameters</h4>
2852
2987
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2857,7 +2992,7 @@ is synthesized.</p>
2857
2992
  </colgroup>
2858
2993
  <tbody><tr>
2859
2994
  <td class="parameter_name"><p>object</p></td>
2860
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
2995
+ <td class="parameter_description"><p>a <span class="type">GObject</span>.</p></td>
2861
2996
  <td class="parameter_annotations"> </td>
2862
2997
  </tr></tbody>
2863
2998
  </table></div>
@@ -2878,14 +3013,14 @@ is synthesized.</p>
2878
3013
  </colgroup>
2879
3014
  <tbody><tr>
2880
3015
  <td class="parameter_name"><p>object</p></td>
2881
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
3016
+ <td class="parameter_description"><p>a <span class="type">GObject</span>.</p></td>
2882
3017
  <td class="parameter_annotations"> </td>
2883
3018
  </tr></tbody>
2884
3019
  </table></div>
2885
3020
  </div>
2886
3021
  <div class="refsect3">
2887
3022
  <a name="PANGO-IS-FONT-MAP.returns"></a><h4>Returns</h4>
2888
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em>
3023
+ <p> <code class="literal">TRUE</code> if <em class="parameter"><code>object</code></em>
2889
3024
  is a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.</p>
2890
3025
  </div>
2891
3026
  </div>
@@ -2894,7 +3029,7 @@ is a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">Pan
2894
3029
  <a name="PANGO-FONT-MAP-CLASS:CAPS"></a><h3>PANGO_FONT_MAP_CLASS()</h3>
2895
3030
  <pre class="programlisting">#define PANGO_FONT_MAP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PANGO_TYPE_FONT_MAP, PangoFontMapClass))
2896
3031
  </pre>
2897
- <p>Casts a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> to a <a class="link" href="pango-Fonts.html#PangoFontMapClass" title="struct PangoFontMapClass"><span class="type">PangoFontMapClass</span></a>.</p>
3032
+ <p>Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts.html#PangoFontMapClass" title="struct PangoFontMapClass"><span class="type">PangoFontMapClass</span></a>.</p>
2898
3033
  <div class="refsect3">
2899
3034
  <a name="PANGO-FONT-MAP-CLASS.parameters"></a><h4>Parameters</h4>
2900
3035
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2905,7 +3040,7 @@ is a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">Pan
2905
3040
  </colgroup>
2906
3041
  <tbody><tr>
2907
3042
  <td class="parameter_name"><p>klass</p></td>
2908
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
3043
+ <td class="parameter_description"><p>a <span class="type">GObject</span>.</p></td>
2909
3044
  <td class="parameter_annotations"> </td>
2910
3045
  </tr></tbody>
2911
3046
  </table></div>
@@ -2926,14 +3061,14 @@ is a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">Pan
2926
3061
  </colgroup>
2927
3062
  <tbody><tr>
2928
3063
  <td class="parameter_name"><p>klass</p></td>
2929
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
3064
+ <td class="parameter_description"><p>a <span class="type">GObject</span>.</p></td>
2930
3065
  <td class="parameter_annotations"> </td>
2931
3066
  </tr></tbody>
2932
3067
  </table></div>
2933
3068
  </div>
2934
3069
  <div class="refsect3">
2935
3070
  <a name="PANGO-IS-FONT-MAP-CLASS.returns"></a><h4>Returns</h4>
2936
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>klass</code></em>
3071
+ <p> <code class="literal">TRUE</code> if <em class="parameter"><code>klass</code></em>
2937
3072
  is a subtype of <a class="link" href="pango-Fonts.html#PangoFontMapClass" title="struct PangoFontMapClass"><span class="type">PangoFontMapClass</span></a>.</p>
2938
3073
  </div>
2939
3074
  </div>
@@ -2974,8 +3109,8 @@ to <a class="link" href="pango-Text-Processing.html#pango-context-new" title="pa
2974
3109
  <p>If you are using Pango as part of a higher-level system,
2975
3110
  that system may have it's own way of create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.
2976
3111
  For instance, the GTK+ toolkit has, among others,
2977
- <a href="../gdk4/gdk4-Pango-Interaction.html#gdk-pango-context-get-for-screen"><code class="function">gdk_pango_context_get_for_screen()</code></a>, and
2978
- <a href="../gtk4/GtkWidget.html#gtk-widget-get-pango-context"><code class="function">gtk_widget_get_pango_context()</code></a>. Use those instead.</p>
3112
+ <code class="function">gdk_pango_context_get_for_screen()</code>, and
3113
+ <code class="function">gtk_widget_get_pango_context()</code>. Use those instead.</p>
2979
3114
  <div class="refsect3">
2980
3115
  <a name="pango-font-map-create-context.parameters"></a><h4>Parameters</h4>
2981
3116
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2993,8 +3128,8 @@ For instance, the GTK+ toolkit has, among others,
2993
3128
  </div>
2994
3129
  <div class="refsect3">
2995
3130
  <a name="pango-font-map-create-context.returns"></a><h4>Returns</h4>
2996
- <p> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>,
2997
- which should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
3131
+ <p>the newly allocated <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>,
3132
+ which should be freed with <code class="function">g_object_unref()</code>. </p>
2998
3133
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
2999
3134
  </div>
3000
3135
  <p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
@@ -3037,8 +3172,8 @@ pango_font_map_load_font (<em class="parameter"><code><a class="link" href="pang
3037
3172
  </div>
3038
3173
  <div class="refsect3">
3039
3174
  <a name="pango-font-map-load-font.returns"></a><h4>Returns</h4>
3040
- <p> the newly allocated <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>
3041
- loaded, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no font matched. </p>
3175
+ <p>the newly allocated <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>
3176
+ loaded, or <code class="literal">NULL</code> if no font matched. </p>
3042
3177
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
3043
3178
  </div>
3044
3179
  </div>
@@ -3087,8 +3222,8 @@ a font matching <em class="parameter"><code>desc</code></em>
3087
3222
  </div>
3088
3223
  <div class="refsect3">
3089
3224
  <a name="pango-font-map-load-fontset.returns"></a><h4>Returns</h4>
3090
- <p> the newly allocated
3091
- <a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> loaded, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no font matched. </p>
3225
+ <p>the newly allocated
3226
+ <a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> loaded, or <code class="literal">NULL</code> if no font matched. </p>
3092
3227
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
3093
3228
  </div>
3094
3229
  </div>
@@ -3116,13 +3251,13 @@ pango_font_map_list_families (<em class="parameter"><code><a class="link" href="
3116
3251
  </tr>
3117
3252
  <tr>
3118
3253
  <td class="parameter_name"><p>families</p></td>
3119
- <td class="parameter_description"><p> location to store a pointer to an array of <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *.
3120
- This array should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p></td>
3254
+ <td class="parameter_description"><p>location to store a pointer to an array of <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *.
3255
+ This array should be freed with <code class="function">g_free()</code>. </p></td>
3121
3256
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_families][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></td>
3122
3257
  </tr>
3123
3258
  <tr>
3124
3259
  <td class="parameter_name"><p>n_families</p></td>
3125
- <td class="parameter_description"><p> location to store the number of elements in <em class="parameter"><code>families</code></em>
3260
+ <td class="parameter_description"><p>location to store the number of elements in <em class="parameter"><code>families</code></em>
3126
3261
  . </p></td>
3127
3262
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
3128
3263
  </tr>
@@ -3165,7 +3300,7 @@ or freed.</p>
3165
3300
  <hr>
3166
3301
  <div class="refsect2">
3167
3302
  <a name="pango-font-map-get-serial"></a><h3>pango_font_map_get_serial ()</h3>
3168
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
3303
+ <pre class="programlisting"><span class="returnvalue">guint</span>
3169
3304
  pango_font_map_get_serial (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> *fontmap</code></em>);</pre>
3170
3305
  <p>Returns the current serial number of <em class="parameter"><code>fontmap</code></em>
3171
3306
  . The serial number is
@@ -3232,7 +3367,7 @@ and such data is changed.</p>
3232
3367
  <a name="pango-fontset-get-font"></a><h3>pango_fontset_get_font ()</h3>
3233
3368
  <pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> *
3234
3369
  pango_fontset_get_font (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
3235
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> wc</code></em>);</pre>
3370
+ <em class="parameter"><code><span class="type">guint</span> wc</code></em>);</pre>
3236
3371
  <p>Returns the font in the fontset that contains the best glyph for the
3237
3372
  Unicode character <em class="parameter"><code>wc</code></em>
3238
3373
  .</p>
@@ -3260,7 +3395,7 @@ Unicode character <em class="parameter"><code>wc</code></em>
3260
3395
  </div>
3261
3396
  <div class="refsect3">
3262
3397
  <a name="pango-fontset-get-font.returns"></a><h4>Returns</h4>
3263
- <p> a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>. The caller must call
3398
+ <p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>. The caller must call
3264
3399
  g_object_unref when finished with the font. </p>
3265
3400
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
3266
3401
  </div>
@@ -3295,10 +3430,10 @@ when finished using the object.</p>
3295
3430
  <hr>
3296
3431
  <div class="refsect2">
3297
3432
  <a name="PangoFontsetForeachFunc"></a><h3>PangoFontsetForeachFunc ()</h3>
3298
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3433
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
3299
3434
  <span class="c_punctuation">(</span>*PangoFontsetForeachFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
3300
3435
  <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
3301
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
3436
+ <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
3302
3437
  <p>A callback function used by <a class="link" href="pango-Fonts.html#pango-fontset-foreach" title="pango_fontset_foreach ()"><code class="function">pango_fontset_foreach()</code></a> when enumerating
3303
3438
  the fonts in a fontset.</p>
3304
3439
  <div class="refsect3">
@@ -3331,7 +3466,7 @@ the fonts in a fontset.</p>
3331
3466
  </div>
3332
3467
  <div class="refsect3">
3333
3468
  <a name="PangoFontsetForeachFunc.returns"></a><h4>Returns</h4>
3334
- <p> if <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, stop iteration and return immediately.</p>
3469
+ <p> if <code class="literal">TRUE</code>, stop iteration and return immediately.</p>
3335
3470
  </div>
3336
3471
  <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
3337
3472
  </div>
@@ -3341,11 +3476,11 @@ the fonts in a fontset.</p>
3341
3476
  <pre class="programlisting"><span class="returnvalue">void</span>
3342
3477
  pango_fontset_foreach (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
3343
3478
  <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontsetForeachFunc" title="PangoFontsetForeachFunc ()"><span class="type">PangoFontsetForeachFunc</span></a> func</code></em>,
3344
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
3479
+ <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
3345
3480
  <p>Iterates through all the fonts in a fontset, calling <em class="parameter"><code>func</code></em>
3346
3481
  for
3347
3482
  each one. If <em class="parameter"><code>func</code></em>
3348
- returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, that stops the iteration.</p>
3483
+ returns <code class="literal">TRUE</code>, that stops the iteration.</p>
3349
3484
  <div class="refsect3">
3350
3485
  <a name="pango-fontset-foreach.parameters"></a><h4>Parameters</h4>
3351
3486
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -3362,12 +3497,12 @@ each one. If <em class="parameter"><code>func</code></em>
3362
3497
  </tr>
3363
3498
  <tr>
3364
3499
  <td class="parameter_name"><p>func</p></td>
3365
- <td class="parameter_description"><p> Callback function. </p></td>
3500
+ <td class="parameter_description"><p>Callback function. </p></td>
3366
3501
  <td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> data][<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span></td>
3367
3502
  </tr>
3368
3503
  <tr>
3369
3504
  <td class="parameter_name"><p>data</p></td>
3370
- <td class="parameter_description"><p> data to pass to the callback function. </p></td>
3505
+ <td class="parameter_description"><p>data to pass to the callback function. </p></td>
3371
3506
  <td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
3372
3507
  </tr>
3373
3508
  </tbody>
@@ -3399,7 +3534,7 @@ pango_fontset_simple_new (<em class="parameter"><code><a class="link" href="pang
3399
3534
  <div class="refsect3">
3400
3535
  <a name="pango-fontset-simple-new.returns"></a><h4>Returns</h4>
3401
3536
  <p> the newly allocated <a class="link" href="pango-Fonts.html#PangoFontsetSimple"><span class="type">PangoFontsetSimple</span></a>, which should
3402
- be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
3537
+ be freed with <code class="function">g_object_unref()</code>.</p>
3403
3538
  </div>
3404
3539
  </div>
3405
3540
  <hr>
@@ -3475,7 +3610,7 @@ the characteristics of a font to load.</p>
3475
3610
  <a name="PANGO-TYPE-FONT-DESCRIPTION:CAPS"></a><h3>PANGO_TYPE_FONT_DESCRIPTION</h3>
3476
3611
  <pre class="programlisting">#define PANGO_TYPE_FONT_DESCRIPTION (pango_font_description_get_type ())
3477
3612
  </pre>
3478
- <p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>.</p>
3613
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>.</p>
3479
3614
  </div>
3480
3615
  <hr>
3481
3616
  <div class="refsect2">
@@ -3817,6 +3952,13 @@ within a family.</p>
3817
3952
  </td>
3818
3953
  <td class="enum_member_annotations"> </td>
3819
3954
  </tr>
3955
+ <tr>
3956
+ <td class="enum_member_name"><p><a name="PANGO-FONT-MASK-VARIATIONS:CAPS"></a>PANGO_FONT_MASK_VARIATIONS</p></td>
3957
+ <td class="enum_member_description">
3958
+ <p>OpenType font variations are specified (Since: 1.42)</p>
3959
+ </td>
3960
+ <td class="enum_member_annotations"> </td>
3961
+ </tr>
3820
3962
  </tbody>
3821
3963
  </table></div>
3822
3964
  </div>
@@ -3844,7 +3986,7 @@ of their meaning.</p>
3844
3986
  <a name="PANGO-TYPE-FONT-METRICS:CAPS"></a><h3>PANGO_TYPE_FONT_METRICS</h3>
3845
3987
  <pre class="programlisting">#define PANGO_TYPE_FONT_METRICS (pango_font_metrics_get_type ())
3846
3988
  </pre>
3847
- <p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a>.</p>
3989
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a>.</p>
3848
3990
  </div>
3849
3991
  <hr>
3850
3992
  <div class="refsect2">
@@ -3867,7 +4009,7 @@ which the implementation fills in.</p>
3867
4009
  <a name="PANGO-TYPE-FONT:CAPS"></a><h3>PANGO_TYPE_FONT</h3>
3868
4010
  <pre class="programlisting">#define PANGO_TYPE_FONT (pango_font_get_type ())
3869
4011
  </pre>
3870
- <p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
4012
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
3871
4013
  </div>
3872
4014
  <hr>
3873
4015
  <div class="refsect2">
@@ -3882,7 +4024,7 @@ slant, weight, width and other aspects.</p>
3882
4024
  <a name="PANGO-TYPE-FONT-FAMILY:CAPS"></a><h3>PANGO_TYPE_FONT_FAMILY</h3>
3883
4025
  <pre class="programlisting">#define PANGO_TYPE_FONT_FAMILY (pango_font_family_get_type ())
3884
4026
  </pre>
3885
- <p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.</p>
4027
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.</p>
3886
4028
  </div>
3887
4029
  <hr>
3888
4030
  <div class="refsect2">
@@ -3896,7 +4038,7 @@ the same family, slant, weight, width, but varying sizes.</p>
3896
4038
  <a name="PANGO-TYPE-FONT-FACE:CAPS"></a><h3>PANGO_TYPE_FONT_FACE</h3>
3897
4039
  <pre class="programlisting">#define PANGO_TYPE_FONT_FACE (pango_font_face_get_type ())
3898
4040
  </pre>
3899
- <p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.</p>
4041
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.</p>
3900
4042
  </div>
3901
4043
  <hr>
3902
4044
  <div class="refsect2">
@@ -3918,7 +4060,7 @@ fills in.</p>
3918
4060
  <a name="PANGO-TYPE-FONT-MAP:CAPS"></a><h3>PANGO_TYPE_FONT_MAP</h3>
3919
4061
  <pre class="programlisting">#define PANGO_TYPE_FONT_MAP (pango_font_map_get_type ())
3920
4062
  </pre>
3921
- <p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.</p>
4063
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.</p>
3922
4064
  </div>
3923
4065
  <hr>
3924
4066
  <div class="refsect2">
@@ -4010,7 +4152,7 @@ set of metrics for the entire fontset.</p>
4010
4152
  <a name="PANGO-TYPE-FONTSET:CAPS"></a><h3>PANGO_TYPE_FONTSET</h3>
4011
4153
  <pre class="programlisting">#define PANGO_TYPE_FONTSET (pango_fontset_get_type ())
4012
4154
  </pre>
4013
- <p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a>.</p>
4155
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a>.</p>
4014
4156
  </div>
4015
4157
  <hr>
4016
4158
  <div class="refsect2">
@@ -4081,11 +4223,11 @@ which the creator provides when constructing the
4081
4223
  <a name="PANGO-TYPE-FONTSET-SIMPLE:CAPS"></a><h3>PANGO_TYPE_FONTSET_SIMPLE</h3>
4082
4224
  <pre class="programlisting">#define PANGO_TYPE_FONTSET_SIMPLE (pango_fontset_simple_get_type ())
4083
4225
  </pre>
4084
- <p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontsetSimple"><span class="type">PangoFontsetSimple</span></a>.</p>
4226
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontsetSimple"><span class="type">PangoFontsetSimple</span></a>.</p>
4085
4227
  </div>
4086
4228
  </div>
4087
4229
  </div>
4088
4230
  <div class="footer">
4089
- <hr>Generated by GTK-Doc V1.25.1</div>
4231
+ <hr>Generated by GTK-Doc V1.27</div>
4090
4232
  </body>
4091
4233
  </html>