pango 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -6
  3. data/ext/pango/extconf.rb +1 -0
  4. data/lib/2.2/pango.so +0 -0
  5. data/lib/2.3/pango.so +0 -0
  6. data/lib/pango.rb +2 -10
  7. data/vendor/local/bin/derb.exe +0 -0
  8. data/vendor/local/bin/genbrk.exe +0 -0
  9. data/vendor/local/bin/genccode.exe +0 -0
  10. data/vendor/local/bin/gencfu.exe +0 -0
  11. data/vendor/local/bin/gencmn.exe +0 -0
  12. data/vendor/local/bin/gencnval.exe +0 -0
  13. data/vendor/local/bin/gendict.exe +0 -0
  14. data/vendor/local/bin/gennorm2.exe +0 -0
  15. data/vendor/local/bin/genrb.exe +0 -0
  16. data/vendor/local/bin/gensprep.exe +0 -0
  17. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  18. data/vendor/local/bin/hb-shape.exe +0 -0
  19. data/vendor/local/bin/hb-view.exe +0 -0
  20. data/vendor/local/bin/icu-config +6 -7
  21. data/vendor/local/bin/icuinfo.exe +0 -0
  22. data/vendor/local/bin/icupkg.exe +0 -0
  23. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  24. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  25. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  26. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  27. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  28. data/vendor/local/bin/makeconv.exe +0 -0
  29. data/vendor/local/bin/pango-view.exe +0 -0
  30. data/vendor/local/bin/pkgdata.exe +0 -0
  31. data/vendor/local/bin/uconv.exe +0 -0
  32. data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
  33. data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
  34. data/vendor/local/include/harfbuzz/hb-common.h +23 -17
  35. data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
  36. data/vendor/local/include/harfbuzz/hb-face.h +17 -17
  37. data/vendor/local/include/harfbuzz/hb-font.h +180 -79
  38. data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
  39. data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
  40. data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
  41. data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
  42. data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
  43. data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
  44. data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
  45. data/vendor/local/include/harfbuzz/hb-set.h +29 -26
  46. data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
  47. data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
  48. data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
  49. data/vendor/local/include/harfbuzz/hb-version.h +6 -6
  50. data/vendor/local/include/harfbuzz/hb.h +4 -0
  51. data/vendor/local/include/layout/LELanguages.h +2 -5
  52. data/vendor/local/include/layout/LEScripts.h +3 -62
  53. data/vendor/local/include/layout/LETableReference.h +15 -3
  54. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
  55. data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
  56. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  57. data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
  58. data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
  59. data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
  60. data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
  61. data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
  62. data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
  63. data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
  64. data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
  65. data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
  66. data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
  67. data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
  68. data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
  69. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
  70. data/vendor/local/include/unicode/brkiter.h +6 -3
  71. data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
  72. data/vendor/local/include/unicode/coll.h +21 -18
  73. data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
  74. data/vendor/local/include/unicode/currpinf.h +2 -1
  75. data/vendor/local/include/unicode/datefmt.h +19 -41
  76. data/vendor/local/include/unicode/dcfmtsym.h +28 -9
  77. data/vendor/local/include/unicode/decimfmt.h +126 -304
  78. data/vendor/local/include/unicode/dtfmtsym.h +50 -19
  79. data/vendor/local/include/unicode/dtitvfmt.h +89 -30
  80. data/vendor/local/include/unicode/dtitvinf.h +63 -60
  81. data/vendor/local/include/unicode/dtptngen.h +81 -30
  82. data/vendor/local/include/unicode/filteredbrk.h +14 -24
  83. data/vendor/local/include/unicode/icuplug.h +9 -2
  84. data/vendor/local/include/unicode/listformatter.h +2 -2
  85. data/vendor/local/include/unicode/localpointer.h +231 -13
  86. data/vendor/local/include/unicode/locdspnm.h +2 -2
  87. data/vendor/local/include/unicode/locid.h +1 -3
  88. data/vendor/local/include/unicode/measfmt.h +14 -14
  89. data/vendor/local/include/unicode/measunit.h +213 -225
  90. data/vendor/local/include/unicode/normlzr.h +55 -43
  91. data/vendor/local/include/unicode/numfmt.h +60 -67
  92. data/vendor/local/include/unicode/platform.h +96 -3
  93. data/vendor/local/include/unicode/plurrule.h +5 -0
  94. data/vendor/local/include/unicode/rbnf.h +43 -4
  95. data/vendor/local/include/unicode/regex.h +14 -4
  96. data/vendor/local/include/unicode/region.h +5 -11
  97. data/vendor/local/include/unicode/reldatefmt.h +53 -43
  98. data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
  99. data/vendor/local/include/unicode/simpleformatter.h +295 -0
  100. data/vendor/local/include/unicode/smpdtfmt.h +36 -22
  101. data/vendor/local/include/unicode/tblcoll.h +32 -31
  102. data/vendor/local/include/unicode/timezone.h +4 -6
  103. data/vendor/local/include/unicode/tmunit.h +13 -13
  104. data/vendor/local/include/unicode/tzfmt.h +3 -6
  105. data/vendor/local/include/unicode/tznames.h +2 -4
  106. data/vendor/local/include/unicode/ubrk.h +14 -2
  107. data/vendor/local/include/unicode/uchar.h +61 -8
  108. data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
  109. data/vendor/local/include/unicode/ucol.h +2 -0
  110. data/vendor/local/include/unicode/uconfig.h +11 -6
  111. data/vendor/local/include/unicode/ucurr.h +24 -32
  112. data/vendor/local/include/unicode/udat.h +103 -87
  113. data/vendor/local/include/unicode/udateintervalformat.h +4 -1
  114. data/vendor/local/include/unicode/udatpg.h +6 -4
  115. data/vendor/local/include/unicode/udisplaycontext.h +6 -12
  116. data/vendor/local/include/unicode/ufieldpositer.h +10 -12
  117. data/vendor/local/include/unicode/uldnames.h +2 -2
  118. data/vendor/local/include/unicode/ulistformatter.h +9 -11
  119. data/vendor/local/include/unicode/uloc.h +13 -16
  120. data/vendor/local/include/unicode/umachine.h +2 -2
  121. data/vendor/local/include/unicode/uniset.h +25 -3
  122. data/vendor/local/include/unicode/unistr.h +168 -27
  123. data/vendor/local/include/unicode/unorm.h +40 -133
  124. data/vendor/local/include/unicode/unorm2.h +97 -1
  125. data/vendor/local/include/unicode/unum.h +61 -24
  126. data/vendor/local/include/unicode/uregex.h +7 -9
  127. data/vendor/local/include/unicode/ureldatefmt.h +365 -0
  128. data/vendor/local/include/unicode/urename.h +12 -1
  129. data/vendor/local/include/unicode/ures.h +157 -142
  130. data/vendor/local/include/unicode/uscript.h +1 -1
  131. data/vendor/local/include/unicode/ustdio.h +3 -5
  132. data/vendor/local/include/unicode/utf8.h +2 -2
  133. data/vendor/local/include/unicode/utypes.h +4 -6
  134. data/vendor/local/include/unicode/uvernum.h +7 -7
  135. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  136. data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
  137. data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
  138. data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
  139. data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
  140. data/vendor/local/lib/icu/Makefile.inc +6 -6
  141. data/vendor/local/lib/icu/pkgdata.inc +1 -1
  142. data/vendor/local/lib/icudt.dll +0 -0
  143. data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
  144. data/vendor/local/lib/icuin.dll +0 -0
  145. data/vendor/local/lib/icuin57.dll +0 -0
  146. data/vendor/local/lib/icuio.dll +0 -0
  147. data/vendor/local/lib/icuio57.dll +0 -0
  148. data/vendor/local/lib/icule.dll +0 -0
  149. data/vendor/local/lib/icule57.dll +0 -0
  150. data/vendor/local/lib/iculx.dll +0 -0
  151. data/vendor/local/lib/iculx57.dll +0 -0
  152. data/vendor/local/lib/icutest.dll +0 -0
  153. data/vendor/local/lib/icutest57.dll +0 -0
  154. data/vendor/local/lib/icutu.dll +0 -0
  155. data/vendor/local/lib/icutu57.dll +0 -0
  156. data/vendor/local/lib/icuuc.dll +0 -0
  157. data/vendor/local/lib/icuuc57.dll +0 -0
  158. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  159. data/vendor/local/lib/libharfbuzz-icu.la +4 -4
  160. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  161. data/vendor/local/lib/libharfbuzz.la +4 -4
  162. data/vendor/local/lib/libicudt.dll.a +0 -0
  163. data/vendor/local/lib/libicuin.dll.a +0 -0
  164. data/vendor/local/lib/libicuio.dll.a +0 -0
  165. data/vendor/local/lib/libicule.dll.a +0 -0
  166. data/vendor/local/lib/libiculx.dll.a +0 -0
  167. data/vendor/local/lib/libicutest.dll.a +0 -0
  168. data/vendor/local/lib/libicutu.dll.a +0 -0
  169. data/vendor/local/lib/libicuuc.dll.a +0 -0
  170. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  171. data/vendor/local/lib/libpango-1.0.la +6 -6
  172. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  173. data/vendor/local/lib/libpangocairo-1.0.la +6 -6
  174. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  175. data/vendor/local/lib/libpangoft2-1.0.la +6 -6
  176. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  177. data/vendor/local/lib/libpangowin32-1.0.la +6 -6
  178. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  179. data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
  180. data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
  181. data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
  182. data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
  183. data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
  184. data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
  185. data/vendor/local/lib/pkgconfig/pango.pc +3 -5
  186. data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
  187. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  188. data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
  189. data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
  190. data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
  191. data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
  204. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
  205. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
  206. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
  207. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
  208. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
  209. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
  210. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
  211. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
  212. data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
  213. data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
  214. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
  215. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
  216. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
  217. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
  218. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
  219. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
  220. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
  221. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
  222. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
  223. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
  224. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
  225. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
  226. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
  229. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
  230. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
  234. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
  235. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
  236. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
  238. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
  239. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
  240. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
  241. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
  242. data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
  243. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
  244. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
  245. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
  246. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
  248. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
  249. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
  250. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
  251. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
  252. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
  253. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
  254. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
  255. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
  256. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
  257. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
  258. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
  259. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
  260. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
  261. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
  262. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
  263. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
  264. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
  265. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
  266. data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
  267. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
  268. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
  269. data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
  270. data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
  271. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
  272. data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
  273. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
  274. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
  275. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
  276. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
  277. data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
  278. data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
  279. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
  280. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
  281. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
  282. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
  283. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
  284. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
  285. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
  286. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
  287. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
  288. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
  289. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
  290. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
  291. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
  292. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
  293. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
  294. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
  295. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
  296. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
  297. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
  298. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
  299. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
  300. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
  301. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
  302. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
  303. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
  304. data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
  305. data/vendor/local/share/icu/57.1/LICENSE +393 -0
  306. data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw +0 -0
  307. data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
  308. data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
  309. data/vendor/local/share/man/man1/derb.1 +2 -2
  310. data/vendor/local/share/man/man1/genbrk.1 +2 -2
  311. data/vendor/local/share/man/man1/gencfu.1 +1 -1
  312. data/vendor/local/share/man/man1/gencnval.1 +3 -3
  313. data/vendor/local/share/man/man1/gendict.1 +2 -2
  314. data/vendor/local/share/man/man1/genrb.1 +3 -3
  315. data/vendor/local/share/man/man1/icu-config.1 +2 -2
  316. data/vendor/local/share/man/man1/makeconv.1 +3 -3
  317. data/vendor/local/share/man/man1/pango-view.1 +113 -1
  318. data/vendor/local/share/man/man1/pkgdata.1 +2 -2
  319. data/vendor/local/share/man/man1/uconv.1 +2 -2
  320. data/vendor/local/share/man/man8/genccode.8 +2 -2
  321. data/vendor/local/share/man/man8/gencmn.8 +3 -3
  322. data/vendor/local/share/man/man8/gensprep.8 +3 -3
  323. data/vendor/local/share/man/man8/icupkg.8 +1 -1
  324. metadata +49 -40
  325. data/lib/2.0/pango.so +0 -0
  326. data/lib/2.1/pango.so +0 -0
  327. data/vendor/local/bin/pango-querymodules.exe +0 -0
  328. data/vendor/local/etc/pango/pango.modules +0 -19
  329. data/vendor/local/lib/icuin55.dll +0 -0
  330. data/vendor/local/lib/icuio55.dll +0 -0
  331. data/vendor/local/lib/icule55.dll +0 -0
  332. data/vendor/local/lib/iculx55.dll +0 -0
  333. data/vendor/local/lib/icutest55.dll +0 -0
  334. data/vendor/local/lib/icutu55.dll +0 -0
  335. data/vendor/local/lib/icuuc55.dll +0 -0
  336. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  337. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  338. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
  339. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
  340. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
  341. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
  342. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  343. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  344. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
  345. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  346. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  347. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
  348. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
  349. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
  350. data/vendor/local/share/icu/55.1/license.html +0 -384
  351. data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Pango Reference Manual: PangoEngineShape</title>
5
+ <title>PangoEngineShape: Pango Reference Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="Pango Reference Manual">
8
8
  <link rel="up" href="lowlevel.html" title="Low Level Functionality">
9
9
  <link rel="prev" href="PangoEngineLang.html" title="PangoEngineLang">
10
10
  <link rel="next" href="pango-Modules.html" title="Modules">
11
- <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.24 (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">
@@ -89,7 +89,7 @@ mentioned in the release notes for the affected release.
89
89
  </div>
90
90
  <div class="refsect1">
91
91
  <a name="PangoEngineShape.object-hierarchy"></a><h2>Object Hierarchy</h2>
92
- <pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
92
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
93
93
  <span class="lineart">╰──</span> <a class="link" href="pango-Engines.html#PangoEngine">PangoEngine</a>
94
94
  <span class="lineart">╰──</span> PangoEngineShape
95
95
  </pre>
@@ -105,6 +105,7 @@ These engines are used in <a class="link" href="pango-Text-Processing.html#pango
105
105
  <div class="refsect2">
106
106
  <a name="PANGO-ENGINE-SHAPE-DEFINE-TYPE:CAPS"></a><h3>PANGO_ENGINE_SHAPE_DEFINE_TYPE()</h3>
107
107
  <pre class="programlisting">#define PANGO_ENGINE_SHAPE_DEFINE_TYPE(name, prefix, class_init, instance_init)</pre>
108
+ <div class="warning"><p><code class="literal">PANGO_ENGINE_SHAPE_DEFINE_TYPE</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
108
109
  <p>Outputs the necessary code for GObject type registration for a
109
110
  <a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="type">PangoEngineShape</span></a> class defined in a module. Two static symbols
110
111
  are defined.</p>
@@ -121,14 +122,14 @@ function can create instances of the object as follows:</p>
121
122
  <tbody>
122
123
  <tr>
123
124
  <td class="listing_lines" align="right"><pre>1</pre></td>
124
- <td class="listing_code"><pre class="programlisting"><span class="usertype">PangoEngine</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">engine </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-new">g_object_new</a></span><span class="normal"> </span><span class="symbol">(&lt;</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">&gt;&lt;</span><span class="normal">code</span><span class="symbol">&gt;</span><span class="normal">prefix</span><span class="symbol">&lt;/</span><span class="normal">code</span><span class="symbol">&gt;&lt;/</span><span class="normal">em</span><span class="symbol">&gt;</span><span class="normal">_type</span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
125
+ <td class="listing_code"><pre class="programlisting"><span class="usertype">PangoEngine</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">engine </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-new">g_object_new</a></span><span class="normal"> </span><span class="symbol">(&lt;</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">&gt;&lt;</span><span class="normal">code</span><span class="symbol">&gt;</span><span class="normal">prefix</span><span class="symbol">&lt;/</span><span class="normal">code</span><span class="symbol">&gt;&lt;/</span><span class="normal">em</span><span class="symbol">&gt;</span><span class="normal">_type</span><span class="symbol">,</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
125
126
  </tr>
126
127
  </tbody>
127
128
  </table>
128
129
  </div>
129
130
 
130
131
  <div class="refsect3">
131
- <a name="id-1.4.10.8.2.8"></a><h4>Parameters</h4>
132
+ <a name="id-1.4.10.8.2.9"></a><h4>Parameters</h4>
132
133
  <div class="informaltable"><table width="100%" border="0">
133
134
  <colgroup>
134
135
  <col width="150px" class="parameters_name">
@@ -148,13 +149,13 @@ function can create instances of the object as follows:</p>
148
149
  </tr>
149
150
  <tr>
150
151
  <td class="parameter_name"><p>class_init</p></td>
151
- <td class="parameter_description"><p>Class initialization function for the new type, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
152
- <td class="parameter_annotations"> </td>
152
+ <td class="parameter_description"><p> Class initialization function for the new type, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
153
+ <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>
153
154
  </tr>
154
155
  <tr>
155
156
  <td class="parameter_name"><p>instance_init</p></td>
156
- <td class="parameter_description"><p>Instance initialization function for the new type, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
157
- <td class="parameter_annotations"> </td>
157
+ <td class="parameter_description"><p> Instance initialization function for the new type, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
158
+ <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>
158
159
  </tr>
159
160
  </tbody>
160
161
  </table></div>
@@ -166,6 +167,7 @@ function can create instances of the object as follows:</p>
166
167
  <div class="refsect2">
167
168
  <a name="PangoEngineShape-struct"></a><h3>PangoEngineShape</h3>
168
169
  <pre class="programlisting">typedef struct _PangoEngineShape PangoEngineShape;</pre>
170
+ <div class="warning"><p><code class="literal">PangoEngineShape</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
169
171
  <p>The <a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="type">PangoEngineShape</span></a> class is implemented by engines that
170
172
  customize the rendering-system dependent part of the
171
173
  Pango pipeline for a particular script or language.
@@ -193,9 +195,10 @@ for Fontconfig-based backends.</p>
193
195
  gunichar wc);
194
196
  };
195
197
  </pre>
198
+ <div class="warning"><p><code class="literal">PangoEngineShapeClass</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
196
199
  <p>Class structure for <a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="type">PangoEngineShape</span></a></p>
197
200
  <div class="refsect3">
198
- <a name="id-1.4.10.9.3.5"></a><h4>Members</h4>
201
+ <a name="id-1.4.10.9.3.6"></a><h4>Members</h4>
199
202
  <div class="informaltable"><table width="100%" border="0">
200
203
  <colgroup>
201
204
  <col width="300px" class="struct_members_name">
@@ -243,13 +246,13 @@ font itself unmodified.</p></td>
243
246
  <a name="PANGO-ENGINE-TYPE-SHAPE:CAPS"></a><h3>PANGO_ENGINE_TYPE_SHAPE</h3>
244
247
  <pre class="programlisting">#define PANGO_ENGINE_TYPE_SHAPE "PangoEngineShape"
245
248
  </pre>
249
+ <div class="warning"><p><code class="literal">PANGO_ENGINE_TYPE_SHAPE</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
246
250
  <p>A string constant defining the engine type for shaping engines.
247
251
  These engines derive from <a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="type">PangoEngineShape</span></a>.</p>
248
252
  </div>
249
253
  </div>
250
254
  </div>
251
255
  <div class="footer">
252
- <hr>
253
- Generated by GTK-Doc V1.21.1</div>
256
+ <hr>Generated by GTK-Doc V1.24</div>
254
257
  </body>
255
258
  </html>
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Pango Reference Manual: PangoFcDecoder</title>
5
+ <title>PangoFcDecoder: Pango Reference Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="Pango Reference Manual">
8
8
  <link rel="up" href="lowlevel.html" title="Low Level Functionality">
9
9
  <link rel="prev" href="PangoFcFont.html" title="PangoFcFont">
10
10
  <link rel="next" href="pango-OpenType-Font-Handling.html" title="OpenType Font Handling">
11
- <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.24 (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">
@@ -80,7 +80,7 @@
80
80
  </div>
81
81
  <div class="refsect1">
82
82
  <a name="PangoFcDecoder.object-hierarchy"></a><h2>Object Hierarchy</h2>
83
- <pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
83
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
84
84
  <span class="lineart">╰──</span> PangoFcDecoder
85
85
  </pre>
86
86
  </div>
@@ -127,9 +127,8 @@ be modified or freed.</p>
127
127
  <p> the <span class="type">FcCharset</span> for <em class="parameter"><code>fcfont</code></em>
128
128
  ; must not be modified
129
129
  or freed.</p>
130
- <p></p>
131
130
  </div>
132
- <p class="since">Since 1.6</p>
131
+ <p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
133
132
  </div>
134
133
  <hr>
135
134
  <div class="refsect2">
@@ -137,7 +136,7 @@ or freed.</p>
137
136
  <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
138
137
  pango_fc_decoder_get_glyph (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
139
138
  <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
140
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wc</code></em>);</pre>
139
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wc</code></em>);</pre>
141
140
  <p>Generates a <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for the given Unicode point using the
142
141
  custom decoder. For complex scripts where there can be multiple
143
142
  glyphs for a single character, the decoder will return whatever
@@ -174,9 +173,8 @@ in the fonts character map table.)</p>
174
173
  <a name="id-1.4.5.7.3.6"></a><h4>Returns</h4>
175
174
  <p> the glyph index, or 0 if the glyph isn't
176
175
  covered by the font.</p>
177
- <p></p>
178
176
  </div>
179
- <p class="since">Since 1.6</p>
177
+ <p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
180
178
  </div>
181
179
  </div>
182
180
  <div class="refsect1">
@@ -193,7 +191,7 @@ information about the supported charset for a font as well as the
193
191
  individual character to glyph conversions. Pango gets that
194
192
  information via the <span class="type">get_charset</span> and <span class="type">get_glyph</span> callbacks into your
195
193
  object implementation.</p>
196
- <p class="since">Since 1.6</p>
194
+ <p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
197
195
  </div>
198
196
  <hr>
199
197
  <div class="refsect2">
@@ -235,12 +233,11 @@ code point.</p></td>
235
233
  </tbody>
236
234
  </table></div>
237
235
  </div>
238
- <p class="since">Since 1.6</p>
236
+ <p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
239
237
  </div>
240
238
  </div>
241
239
  </div>
242
240
  <div class="footer">
243
- <hr>
244
- Generated by GTK-Doc V1.21.1</div>
241
+ <hr>Generated by GTK-Doc V1.24</div>
245
242
  </body>
246
243
  </html>
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Pango Reference Manual: PangoFcFont</title>
5
+ <title>PangoFcFont: Pango Reference Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="Pango Reference Manual">
8
8
  <link rel="up" href="lowlevel.html" title="Low Level Functionality">
9
9
  <link rel="prev" href="PangoFcFontMap.html" title="PangoFcFontMap">
10
10
  <link rel="next" href="PangoFcDecoder.html" title="PangoFcDecoder">
11
- <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.24 (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">
@@ -59,7 +59,7 @@
59
59
  </tr>
60
60
  <tr>
61
61
  <td class="function_type">
62
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
62
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
63
63
  </td>
64
64
  <td class="function_name">
65
65
  <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()">pango_fc_font_has_char</a> <span class="c_punctuation">()</span>
@@ -67,7 +67,7 @@
67
67
  </tr>
68
68
  <tr>
69
69
  <td class="function_type">
70
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
70
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
71
71
  </td>
72
72
  <td class="function_name">
73
73
  <a class="link" href="PangoFcFont.html#pango-fc-font-get-glyph" title="pango_fc_font_get_glyph ()">pango_fc_font_get_glyph</a> <span class="c_punctuation">()</span>
@@ -108,7 +108,7 @@
108
108
  <td class="property_flags">Read / Write</td>
109
109
  </tr>
110
110
  <tr>
111
- <td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td>
111
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td>
112
112
  <td class="property_name"><a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title="The “pattern” property">pattern</a></td>
113
113
  <td class="property_flags">Read / Write / Construct Only</td>
114
114
  </tr>
@@ -140,7 +140,7 @@
140
140
  </div>
141
141
  <div class="refsect1">
142
142
  <a name="PangoFcFont.object-hierarchy"></a><h2>Object Hierarchy</h2>
143
- <pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
143
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
144
144
  <span class="lineart">╰──</span> <a class="link" href="pango-Fonts.html#PangoFont">PangoFont</a>
145
145
  <span class="lineart">╰──</span> PangoFcFont
146
146
  <span class="lineart">╰──</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFont">PangoXftFont</a>
@@ -184,9 +184,8 @@ This face will be kept around until you call
184
184
  <a name="id-1.4.4.8.2.6"></a><h4>Returns</h4>
185
185
  <p> the FreeType <span class="type">FT_Face</span> associated with <em class="parameter"><code>font</code></em>
186
186
  .</p>
187
- <p></p>
188
187
  </div>
189
- <p class="since">Since 1.4</p>
188
+ <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
190
189
  </div>
191
190
  <hr>
192
191
  <div class="refsect2">
@@ -210,14 +209,14 @@ pango_fc_font_unlock_face (<em class="parameter"><code><a class="link" href="Pan
210
209
  </tr></tbody>
211
210
  </table></div>
212
211
  </div>
213
- <p class="since">Since 1.4</p>
212
+ <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
214
213
  </div>
215
214
  <hr>
216
215
  <div class="refsect2">
217
216
  <a name="pango-fc-font-has-char"></a><h3>pango_fc_font_has_char ()</h3>
218
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
217
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
219
218
  pango_fc_font_has_char (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
220
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
219
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
221
220
  <p>Determines whether <em class="parameter"><code>font</code></em>
222
221
  has a glyph for the codepoint <em class="parameter"><code>wc</code></em>
223
222
  .</p>
@@ -245,18 +244,17 @@ pango_fc_font_has_char (<em class="parameter"><code><a class="link" href="PangoF
245
244
  </div>
246
245
  <div class="refsect3">
247
246
  <a name="id-1.4.4.8.4.6"></a><h4>Returns</h4>
248
- <p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>font</code></em>
247
+ <p> <a href="/home/vagrant/ruby-gnome2.win32/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>font</code></em>
249
248
  has the requested codepoint.</p>
250
- <p></p>
251
249
  </div>
252
- <p class="since">Since 1.4</p>
250
+ <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
253
251
  </div>
254
252
  <hr>
255
253
  <div class="refsect2">
256
254
  <a name="pango-fc-font-get-glyph"></a><h3>pango_fc_font_get_glyph ()</h3>
257
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
255
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
258
256
  pango_fc_font_get_glyph (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
259
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
257
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
260
258
  <p>Gets the glyph index for a given Unicode character
261
259
  for <em class="parameter"><code>font</code></em>
262
260
  . If you only want to determine
@@ -287,16 +285,15 @@ whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango
287
285
  <a name="id-1.4.4.8.5.6"></a><h4>Returns</h4>
288
286
  <p> the glyph index, or 0, if the Unicode
289
287
  character doesn't exist in the font.</p>
290
- <p></p>
291
288
  </div>
292
- <p class="since">Since 1.4</p>
289
+ <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
293
290
  </div>
294
291
  <hr>
295
292
  <div class="refsect2">
296
293
  <a name="pango-fc-font-get-unknown-glyph"></a><h3>pango_fc_font_get_unknown_glyph ()</h3>
297
294
  <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
298
295
  pango_fc_font_get_unknown_glyph (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
299
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
296
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
300
297
  <div class="warning"><p><code class="literal">pango_fc_font_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p></div>
301
298
  <p>Returns the index of a glyph suitable for drawing <em class="parameter"><code>wc</code></em>
302
299
  as an
@@ -328,9 +325,8 @@ unknown character.</p>
328
325
  <a name="id-1.4.4.8.6.9"></a><h4>Returns</h4>
329
326
  <p> a glyph index into <em class="parameter"><code>font</code></em>
330
327
  .</p>
331
- <p></p>
332
328
  </div>
333
- <p class="since">Since 1.4</p>
329
+ <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
334
330
  </div>
335
331
  <hr>
336
332
  <div class="refsect2">
@@ -365,7 +361,7 @@ kerning information in <em class="parameter"><code>font</code></em>
365
361
  </tbody>
366
362
  </table></div>
367
363
  </div>
368
- <p class="since">Since 1.4</p>
364
+ <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
369
365
  </div>
370
366
  </div>
371
367
  <div class="refsect1">
@@ -421,7 +417,7 @@ FT_Face.</p></td>
421
417
  </tr>
422
418
  <tr>
423
419
  <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.has-char"></a>has_char</code></em> ()</p></td>
424
- <td class="struct_member_description"><p>Return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the the font contains a glyph
420
+ <td class="struct_member_description"><p>Return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the the font contains a glyph
425
421
  corresponding to the specified character.</p></td>
426
422
  <td class="struct_member_annotations"> </td>
427
423
  </tr>
@@ -433,18 +429,17 @@ Unicode character.</p></td>
433
429
  </tr>
434
430
  <tr>
435
431
  <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.get-unknown-glyph"></a>get_unknown_glyph</code></em> ()</p></td>
436
- <td class="struct_member_description"><p>Gets the glyph that should be used to
437
- display an unknown-glyph indication for the specified
438
- Unicode character.
439
- May be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
440
- <td class="struct_member_annotations"> </td>
432
+ <td class="struct_member_description"><p> Gets the glyph that
433
+ should be used to display an unknown-glyph indication
434
+ for the specified Unicode character. May be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
435
+ <td class="struct_member_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>
441
436
  </tr>
442
437
  <tr>
443
438
  <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.shutdown"></a>shutdown</code></em> ()</p></td>
444
- <td class="struct_member_description"><p>Performs any font-specific shutdown code that
445
- needs to be done when pango_fc_font_map_shutdown is called.
446
- May be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
447
- <td class="struct_member_annotations"> </td>
439
+ <td class="struct_member_description"><p> Performs any font-specific
440
+ shutdown code that needs to be done when
441
+ pango_fc_font_map_shutdown is called. May be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
442
+ <td class="struct_member_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>
448
443
  </tr>
449
444
  </tbody>
450
445
  </table></div>
@@ -472,7 +467,7 @@ of <a class="link" href="pango-Engines.html#PangoEngineInfo" title="struct Pango
472
467
  <hr>
473
468
  <div class="refsect2">
474
469
  <a name="PangoFcFont--pattern"></a><h3>The <code class="literal">“pattern”</code> property</h3>
475
- <pre class="programlisting"> “pattern” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre>
470
+ <pre class="programlisting"> “pattern” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre>
476
471
  <p>The fontconfig pattern for this font.</p>
477
472
  <p>Flags: Read / Write / Construct Only</p>
478
473
  </div>
@@ -494,7 +489,6 @@ Fontconfig-based backend involves deriving from both
494
489
  </div>
495
490
  </div>
496
491
  <div class="footer">
497
- <hr>
498
- Generated by GTK-Doc V1.21.1</div>
492
+ <hr>Generated by GTK-Doc V1.24</div>
499
493
  </body>
500
494
  </html>
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Pango Reference Manual: PangoFcFontMap</title>
5
+ <title>PangoFcFontMap: Pango Reference Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="Pango Reference Manual">
8
8
  <link rel="up" href="lowlevel.html" title="Low Level Functionality">
9
9
  <link rel="prev" href="PangoRenderer.html" title="PangoRenderer">
10
10
  <link rel="next" href="PangoFcFont.html" title="PangoFcFont">
11
- <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.24 (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">
@@ -85,11 +85,35 @@
85
85
  <span class="returnvalue">void</span>
86
86
  </td>
87
87
  <td class="function_name">
88
+ <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-config-changed" title="pango_fc_font_map_config_changed ()">pango_fc_font_map_config_changed</a> <span class="c_punctuation">()</span>
89
+ </td>
90
+ </tr>
91
+ <tr>
92
+ <td class="function_type">
93
+ <span class="returnvalue">void</span>
94
+ </td>
95
+ <td class="function_name">
88
96
  <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-shutdown" title="pango_fc_font_map_shutdown ()">pango_fc_font_map_shutdown</a> <span class="c_punctuation">()</span>
89
97
  </td>
90
98
  </tr>
91
99
  <tr>
92
100
  <td class="function_type">
101
+ <span class="returnvalue">void</span>
102
+ </td>
103
+ <td class="function_name">
104
+ <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-set-config" title="pango_fc_font_map_set_config ()">pango_fc_font_map_set_config</a> <span class="c_punctuation">()</span>
105
+ </td>
106
+ </tr>
107
+ <tr>
108
+ <td class="function_type">
109
+ <span class="returnvalue">FcConfig</span> *
110
+ </td>
111
+ <td class="function_name">
112
+ <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-get-config" title="pango_fc_font_map_get_config ()">pango_fc_font_map_get_config</a> <span class="c_punctuation">()</span>
113
+ </td>
114
+ </tr>
115
+ <tr>
116
+ <td class="function_type">
93
117
  <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> *
94
118
  </td>
95
119
  <td class="function_name">
@@ -98,7 +122,7 @@
98
122
  </tr>
99
123
  <tr>
100
124
  <td class="function_type">
101
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
125
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
102
126
  </td>
103
127
  <td class="function_name">
104
128
  <a class="link" href="PangoFcFontMap.html#pango-fc-fontset-key-get-context-key" title="pango_fc_fontset_key_get_context_key ()">pango_fc_fontset_key_get_context_key</a> <span class="c_punctuation">()</span>
@@ -144,7 +168,7 @@
144
168
  </tr>
145
169
  <tr>
146
170
  <td class="function_type">
147
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
171
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
148
172
  </td>
149
173
  <td class="function_name">
150
174
  <a class="link" href="PangoFcFontMap.html#pango-fc-font-key-get-context-key" title="pango_fc_font_key_get_context_key ()">pango_fc_font_key_get_context_key</a> <span class="c_punctuation">()</span>
@@ -212,7 +236,7 @@
212
236
  </div>
213
237
  <div class="refsect1">
214
238
  <a name="PangoFcFontMap.object-hierarchy"></a><h2>Object Hierarchy</h2>
215
- <pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
239
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
216
240
  <span class="lineart">╰──</span> <a class="link" href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>
217
241
  <span class="lineart">╰──</span> PangoFcFontMap
218
242
  <span class="lineart">├──</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap">PangoFT2FontMap</a>
@@ -262,16 +286,15 @@ this function.</p>
262
286
  <div class="refsect3">
263
287
  <a name="id-1.4.3.7.2.8"></a><h4>Returns</h4>
264
288
  <p> a new <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a></p>
265
- <p></p>
266
289
  </div>
267
- <p class="since">Since 1.4</p>
290
+ <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
268
291
  </div>
269
292
  <hr>
270
293
  <div class="refsect2">
271
294
  <a name="PangoFcDecoderFindFunc"></a><h3>PangoFcDecoderFindFunc ()</h3>
272
295
  <pre class="programlisting"><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="returnvalue">PangoFcDecoder</span></a> *
273
296
  <span class="c_punctuation">(</span>*PangoFcDecoderFindFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
274
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
297
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
275
298
  <p>Callback function passed to <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-add-decoder-find-func" title="pango_fc_font_map_add_decoder_find_func ()"><code class="function">pango_fc_font_map_add_decoder_find_func()</code></a>.</p>
276
299
  <div class="refsect3">
277
300
  <a name="id-1.4.3.7.3.5"></a><h4>Parameters</h4>
@@ -298,8 +321,7 @@ this function.</p>
298
321
  <div class="refsect3">
299
322
  <a name="id-1.4.3.7.3.6"></a><h4>Returns</h4>
300
323
  <p> a new reference to a custom decoder for this pattern,
301
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the default decoder handling should be used.</p>
302
- <p></p>
324
+ or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the default decoder handling should be used.</p>
303
325
  </div>
304
326
  </div>
305
327
  <hr>
@@ -309,8 +331,8 @@ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
309
331
  pango_fc_font_map_add_decoder_find_func
310
332
  (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>,
311
333
  <em class="parameter"><code><a class="link" href="PangoFcFontMap.html#PangoFcDecoderFindFunc" title="PangoFcDecoderFindFunc ()"><span class="type">PangoFcDecoderFindFunc</span></a> findfunc</code></em>,
312
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
313
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> dnotify</code></em>);</pre>
334
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
335
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> dnotify</code></em>);</pre>
314
336
  <p>This function saves a callback method in the <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> that
315
337
  will be called whenever new fonts are created. If the
316
338
  function returns a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>, that decoder will be used to
@@ -343,14 +365,14 @@ application-specific encodings for various fonts.</p>
343
365
  </tr>
344
366
  <tr>
345
367
  <td class="parameter_name"><p>dnotify</p></td>
346
- <td class="parameter_description"><p>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> callback that will be called when the
368
+ <td class="parameter_description"><p>A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> callback that will be called when the
347
369
  fontmap is finalized and the decoder is released.</p></td>
348
370
  <td class="parameter_annotations"> </td>
349
371
  </tr>
350
372
  </tbody>
351
373
  </table></div>
352
374
  </div>
353
- <p class="since">Since 1.6</p>
375
+ <p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
354
376
  </div>
355
377
  <hr>
356
378
  <div class="refsect2">
@@ -385,12 +407,12 @@ a font map using <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-add
385
407
  </div>
386
408
  <div class="refsect3">
387
409
  <a name="id-1.4.3.7.5.6"></a><h4>Returns</h4>
388
- <p> a newly created <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> object or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
389
- no decoder is set for <em class="parameter"><code>pattern</code></em>
390
- .</p>
391
- <p></p>
410
+ <p> a newly created <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> object or
411
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no decoder is set for <em class="parameter"><code>pattern</code></em>
412
+ . </p>
413
+ <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>
392
414
  </div>
393
- <p class="since">Since 1.26</p>
415
+ <p class="since">Since: <a class="link" href="api-index-1-26.html#api-index-1.26">1.26</a></p>
394
416
  </div>
395
417
  <hr>
396
418
  <div class="refsect2">
@@ -417,7 +439,33 @@ configuration.</p>
417
439
  </tr></tbody>
418
440
  </table></div>
419
441
  </div>
420
- <p class="since">Since 1.4</p>
442
+ <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
443
+ </div>
444
+ <hr>
445
+ <div class="refsect2">
446
+ <a name="pango-fc-font-map-config-changed"></a><h3>pango_fc_font_map_config_changed ()</h3>
447
+ <pre class="programlisting"><span class="returnvalue">void</span>
448
+ pango_fc_font_map_config_changed (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>);</pre>
449
+ <p>Informs font map that the fontconfig configuration (ie, FcConfig object)
450
+ used by this font map has changed. This currently calls
451
+ <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-cache-clear" title="pango_fc_font_map_cache_clear ()"><code class="function">pango_fc_font_map_cache_clear()</code></a> which ensures that list of fonts, etc
452
+ will be regenerated using the updated configuration.</p>
453
+ <div class="refsect3">
454
+ <a name="id-1.4.3.7.7.5"></a><h4>Parameters</h4>
455
+ <div class="informaltable"><table width="100%" border="0">
456
+ <colgroup>
457
+ <col width="150px" class="parameters_name">
458
+ <col class="parameters_description">
459
+ <col width="200px" class="parameters_annotations">
460
+ </colgroup>
461
+ <tbody><tr>
462
+ <td class="parameter_name"><p>fcfontmap</p></td>
463
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a></p></td>
464
+ <td class="parameter_annotations"> </td>
465
+ </tr></tbody>
466
+ </table></div>
467
+ </div>
468
+ <p class="since">Since: <a class="link" href="api-index-1-38.html#api-index-1.38">1.38</a></p>
421
469
  </div>
422
470
  <hr>
423
471
  <div class="refsect2">
@@ -431,7 +479,72 @@ by a backend when the underlying windowing system for the font
431
479
  map exits. This function is only intended to be called
432
480
  only for backend implementations deriving from <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>.</p>
433
481
  <div class="refsect3">
434
- <a name="id-1.4.3.7.7.5"></a><h4>Parameters</h4>
482
+ <a name="id-1.4.3.7.8.5"></a><h4>Parameters</h4>
483
+ <div class="informaltable"><table width="100%" border="0">
484
+ <colgroup>
485
+ <col width="150px" class="parameters_name">
486
+ <col class="parameters_description">
487
+ <col width="200px" class="parameters_annotations">
488
+ </colgroup>
489
+ <tbody><tr>
490
+ <td class="parameter_name"><p>fcfontmap</p></td>
491
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a></p></td>
492
+ <td class="parameter_annotations"> </td>
493
+ </tr></tbody>
494
+ </table></div>
495
+ </div>
496
+ <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
497
+ </div>
498
+ <hr>
499
+ <div class="refsect2">
500
+ <a name="pango-fc-font-map-set-config"></a><h3>pango_fc_font_map_set_config ()</h3>
501
+ <pre class="programlisting"><span class="returnvalue">void</span>
502
+ pango_fc_font_map_set_config (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>,
503
+ <em class="parameter"><code><span class="type">FcConfig</span> *fcconfig</code></em>);</pre>
504
+ <p>Set the FcConfig for this font map to use. The default value
505
+ is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, which causes Fontconfig to use its global "current config".
506
+ You can create a new FcConfig object and use this API to attach it
507
+ to a font map.</p>
508
+ <p>This is particularly useful for example, if you want to use application
509
+ fonts with Pango. For that, you would create a fresh FcConfig, add your
510
+ app fonts to it, and attach it to a new Pango font map.</p>
511
+ <p>If <em class="parameter"><code>fcconfig</code></em>
512
+ is different from the previous config attached to the font map,
513
+ <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-config-changed" title="pango_fc_font_map_config_changed ()"><code class="function">pango_fc_font_map_config_changed()</code></a> is called.</p>
514
+ <p>This function acquires a reference to the FcConfig object; the caller
515
+ does NOT need to retain a reference.</p>
516
+ <div class="refsect3">
517
+ <a name="id-1.4.3.7.9.8"></a><h4>Parameters</h4>
518
+ <div class="informaltable"><table width="100%" border="0">
519
+ <colgroup>
520
+ <col width="150px" class="parameters_name">
521
+ <col class="parameters_description">
522
+ <col width="200px" class="parameters_annotations">
523
+ </colgroup>
524
+ <tbody>
525
+ <tr>
526
+ <td class="parameter_name"><p>fcfontmap</p></td>
527
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a></p></td>
528
+ <td class="parameter_annotations"> </td>
529
+ </tr>
530
+ <tr>
531
+ <td class="parameter_name"><p>fcconfig</p></td>
532
+ <td class="parameter_description"><p>(nullable) a <span class="type">FcConfig</span>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
533
+ <td class="parameter_annotations"> </td>
534
+ </tr>
535
+ </tbody>
536
+ </table></div>
537
+ </div>
538
+ <p class="since">Since: <a class="link" href="api-index-1-38.html#api-index-1.38">1.38</a></p>
539
+ </div>
540
+ <hr>
541
+ <div class="refsect2">
542
+ <a name="pango-fc-font-map-get-config"></a><h3>pango_fc_font_map_get_config ()</h3>
543
+ <pre class="programlisting"><span class="returnvalue">FcConfig</span> *
544
+ pango_fc_font_map_get_config (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>);</pre>
545
+ <p>Fetches FcConfig attached to a font map. See <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-set-config" title="pango_fc_font_map_set_config ()"><code class="function">pango_fc_font_map_set_config()</code></a>.</p>
546
+ <div class="refsect3">
547
+ <a name="id-1.4.3.7.10.5"></a><h4>Parameters</h4>
435
548
  <div class="informaltable"><table width="100%" border="0">
436
549
  <colgroup>
437
550
  <col width="150px" class="parameters_name">
@@ -445,7 +558,14 @@ only for backend implementations deriving from <a class="link" href="PangoFcFont
445
558
  </tr></tbody>
446
559
  </table></div>
447
560
  </div>
448
- <p class="since">Since 1.4</p>
561
+ <div class="refsect3">
562
+ <a name="id-1.4.3.7.10.6"></a><h4>Returns</h4>
563
+ <p> the <span class="type">FcConfig</span> object attached to <em class="parameter"><code>fcfontmap</code></em>
564
+ , which
565
+ might be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
566
+ <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>
567
+ </div>
568
+ <p class="since">Since: <a class="link" href="api-index-1-38.html#api-index-1.38">1.38</a></p>
449
569
  </div>
450
570
  <hr>
451
571
  <div class="refsect2">
@@ -453,13 +573,13 @@ only for backend implementations deriving from <a class="link" href="PangoFcFont
453
573
  <pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> *
454
574
  pango_fc_font_description_from_pattern
455
575
  (<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
456
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> include_size</code></em>);</pre>
576
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> include_size</code></em>);</pre>
457
577
  <p>Creates a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> that matches the specified
458
578
  Fontconfig pattern as closely as possible. Many possible Fontconfig
459
579
  pattern values, such as <code class="literal">FC_RASTERIZER</code> or <code class="literal">FC_DPI</code>, don't make sense in
460
580
  the context of <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, so will be ignored.</p>
461
581
  <div class="refsect3">
462
- <a name="id-1.4.3.7.8.5"></a><h4>Parameters</h4>
582
+ <a name="id-1.4.3.7.11.5"></a><h4>Parameters</h4>
463
583
  <div class="informaltable"><table width="100%" border="0">
464
584
  <colgroup>
465
585
  <col width="150px" class="parameters_name">
@@ -474,7 +594,7 @@ the context of <a class="link" href="pango-Fonts.html#PangoFontDescription"><spa
474
594
  </tr>
475
595
  <tr>
476
596
  <td class="parameter_name"><p>include_size</p></td>
477
- <td class="parameter_description"><p>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the pattern will include the size from
597
+ <td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the pattern will include the size from
478
598
  the <em class="parameter"><code>pattern</code></em>
479
599
  ; otherwise the resulting pattern will be unsized.
480
600
  (only <code class="literal">FC_SIZE</code> is examined, not <code class="literal">FC_PIXEL_SIZE</code>)</p></td>
@@ -484,22 +604,21 @@ the <em class="parameter"><code>pattern</code></em>
484
604
  </table></div>
485
605
  </div>
486
606
  <div class="refsect3">
487
- <a name="id-1.4.3.7.8.6"></a><h4>Returns</h4>
607
+ <a name="id-1.4.3.7.11.6"></a><h4>Returns</h4>
488
608
  <p> a new <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>. Free with
489
609
  <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>.</p>
490
- <p></p>
491
610
  </div>
492
- <p class="since">Since 1.4</p>
611
+ <p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
493
612
  </div>
494
613
  <hr>
495
614
  <div class="refsect2">
496
615
  <a name="pango-fc-fontset-key-get-context-key"></a><h3>pango_fc_fontset_key_get_context_key ()</h3>
497
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
616
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
498
617
  pango_fc_fontset_key_get_context_key (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);</pre>
499
618
  <p>Gets the context key member of <em class="parameter"><code>key</code></em>
500
619
  .</p>
501
620
  <div class="refsect3">
502
- <a name="id-1.4.3.7.9.5"></a><h4>Parameters</h4>
621
+ <a name="id-1.4.3.7.12.5"></a><h4>Parameters</h4>
503
622
  <div class="informaltable"><table width="100%" border="0">
504
623
  <colgroup>
505
624
  <col width="150px" class="parameters_name">
@@ -514,12 +633,11 @@ pango_fc_fontset_key_get_context_key (<em class="parameter"><code>const <a class
514
633
  </table></div>
515
634
  </div>
516
635
  <div class="refsect3">
517
- <a name="id-1.4.3.7.9.6"></a><h4>Returns</h4>
636
+ <a name="id-1.4.3.7.12.6"></a><h4>Returns</h4>
518
637
  <p> the context key, which is owned by <em class="parameter"><code>key</code></em>
519
638
  and should not be modified.</p>
520
- <p></p>
521
639
  </div>
522
- <p class="since">Since 1.24</p>
640
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
523
641
  </div>
524
642
  <hr>
525
643
  <div class="refsect2">
@@ -529,7 +647,7 @@ pango_fc_fontset_key_get_description (<em class="parameter"><code>const <a class
529
647
  <p>Gets the font description of <em class="parameter"><code>key</code></em>
530
648
  .</p>
531
649
  <div class="refsect3">
532
- <a name="id-1.4.3.7.10.5"></a><h4>Parameters</h4>
650
+ <a name="id-1.4.3.7.13.5"></a><h4>Parameters</h4>
533
651
  <div class="informaltable"><table width="100%" border="0">
534
652
  <colgroup>
535
653
  <col width="150px" class="parameters_name">
@@ -544,12 +662,11 @@ pango_fc_fontset_key_get_description (<em class="parameter"><code>const <a class
544
662
  </table></div>
545
663
  </div>
546
664
  <div class="refsect3">
547
- <a name="id-1.4.3.7.10.6"></a><h4>Returns</h4>
665
+ <a name="id-1.4.3.7.13.6"></a><h4>Returns</h4>
548
666
  <p> the font description, which is owned by <em class="parameter"><code>key</code></em>
549
667
  and should not be modified.</p>
550
- <p></p>
551
668
  </div>
552
- <p class="since">Since 1.24</p>
669
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
553
670
  </div>
554
671
  <hr>
555
672
  <div class="refsect2">
@@ -559,7 +676,7 @@ pango_fc_fontset_key_get_language (<em class="parameter"><code>const <a class="l
559
676
  <p>Gets the language member of <em class="parameter"><code>key</code></em>
560
677
  .</p>
561
678
  <div class="refsect3">
562
- <a name="id-1.4.3.7.11.5"></a><h4>Parameters</h4>
679
+ <a name="id-1.4.3.7.14.5"></a><h4>Parameters</h4>
563
680
  <div class="informaltable"><table width="100%" border="0">
564
681
  <colgroup>
565
682
  <col width="150px" class="parameters_name">
@@ -574,11 +691,10 @@ pango_fc_fontset_key_get_language (<em class="parameter"><code>const <a class="l
574
691
  </table></div>
575
692
  </div>
576
693
  <div class="refsect3">
577
- <a name="id-1.4.3.7.11.6"></a><h4>Returns</h4>
694
+ <a name="id-1.4.3.7.14.6"></a><h4>Returns</h4>
578
695
  <p> the language</p>
579
- <p></p>
580
696
  </div>
581
- <p class="since">Since 1.24</p>
697
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
582
698
  </div>
583
699
  <hr>
584
700
  <div class="refsect2">
@@ -588,7 +704,7 @@ pango_fc_fontset_key_get_matrix (<em class="parameter"><code>const <a class="lin
588
704
  <p>Gets the matrix member of <em class="parameter"><code>key</code></em>
589
705
  .</p>
590
706
  <div class="refsect3">
591
- <a name="id-1.4.3.7.12.5"></a><h4>Parameters</h4>
707
+ <a name="id-1.4.3.7.15.5"></a><h4>Parameters</h4>
592
708
  <div class="informaltable"><table width="100%" border="0">
593
709
  <colgroup>
594
710
  <col width="150px" class="parameters_name">
@@ -603,12 +719,11 @@ pango_fc_fontset_key_get_matrix (<em class="parameter"><code>const <a class="lin
603
719
  </table></div>
604
720
  </div>
605
721
  <div class="refsect3">
606
- <a name="id-1.4.3.7.12.6"></a><h4>Returns</h4>
722
+ <a name="id-1.4.3.7.15.6"></a><h4>Returns</h4>
607
723
  <p> the matrix, which is owned by <em class="parameter"><code>key</code></em>
608
724
  and should not be modified.</p>
609
- <p></p>
610
725
  </div>
611
- <p class="since">Since 1.24</p>
726
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
612
727
  </div>
613
728
  <hr>
614
729
  <div class="refsect2">
@@ -620,7 +735,7 @@ pango_fc_fontset_key_get_absolute_size
620
735
  in Pango units. This is adjusted
621
736
  for both resolution and transformation matrix.</p>
622
737
  <div class="refsect3">
623
- <a name="id-1.4.3.7.13.5"></a><h4>Parameters</h4>
738
+ <a name="id-1.4.3.7.16.5"></a><h4>Parameters</h4>
624
739
  <div class="informaltable"><table width="100%" border="0">
625
740
  <colgroup>
626
741
  <col width="150px" class="parameters_name">
@@ -635,12 +750,11 @@ for both resolution and transformation matrix.</p>
635
750
  </table></div>
636
751
  </div>
637
752
  <div class="refsect3">
638
- <a name="id-1.4.3.7.13.6"></a><h4>Returns</h4>
753
+ <a name="id-1.4.3.7.16.6"></a><h4>Returns</h4>
639
754
  <p> the pixel size of <em class="parameter"><code>key</code></em>
640
755
  .</p>
641
- <p></p>
642
756
  </div>
643
- <p class="since">Since 1.24</p>
757
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
644
758
  </div>
645
759
  <hr>
646
760
  <div class="refsect2">
@@ -650,7 +764,7 @@ pango_fc_fontset_key_get_resolution (<em class="parameter"><code>const <a class=
650
764
  <p>Gets the resolution of <em class="parameter"><code>key</code></em>
651
765
  </p>
652
766
  <div class="refsect3">
653
- <a name="id-1.4.3.7.14.5"></a><h4>Parameters</h4>
767
+ <a name="id-1.4.3.7.17.5"></a><h4>Parameters</h4>
654
768
  <div class="informaltable"><table width="100%" border="0">
655
769
  <colgroup>
656
770
  <col width="150px" class="parameters_name">
@@ -665,22 +779,21 @@ pango_fc_fontset_key_get_resolution (<em class="parameter"><code>const <a class=
665
779
  </table></div>
666
780
  </div>
667
781
  <div class="refsect3">
668
- <a name="id-1.4.3.7.14.6"></a><h4>Returns</h4>
782
+ <a name="id-1.4.3.7.17.6"></a><h4>Returns</h4>
669
783
  <p> the resolution of <em class="parameter"><code>key</code></em>
670
784
  </p>
671
- <p></p>
672
785
  </div>
673
- <p class="since">Since 1.24</p>
786
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
674
787
  </div>
675
788
  <hr>
676
789
  <div class="refsect2">
677
790
  <a name="pango-fc-font-key-get-context-key"></a><h3>pango_fc_font_key_get_context_key ()</h3>
678
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
791
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
679
792
  pango_fc_font_key_get_context_key (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="type">PangoFcFontKey</span></a> *key</code></em>);</pre>
680
793
  <p>Gets the context key member of <em class="parameter"><code>key</code></em>
681
794
  .</p>
682
795
  <div class="refsect3">
683
- <a name="id-1.4.3.7.15.5"></a><h4>Parameters</h4>
796
+ <a name="id-1.4.3.7.18.5"></a><h4>Parameters</h4>
684
797
  <div class="informaltable"><table width="100%" border="0">
685
798
  <colgroup>
686
799
  <col width="150px" class="parameters_name">
@@ -695,12 +808,11 @@ pango_fc_font_key_get_context_key (<em class="parameter"><code>const <a class="l
695
808
  </table></div>
696
809
  </div>
697
810
  <div class="refsect3">
698
- <a name="id-1.4.3.7.15.6"></a><h4>Returns</h4>
811
+ <a name="id-1.4.3.7.18.6"></a><h4>Returns</h4>
699
812
  <p> the context key, which is owned by <em class="parameter"><code>key</code></em>
700
813
  and should not be modified.</p>
701
- <p></p>
702
814
  </div>
703
- <p class="since">Since 1.24</p>
815
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
704
816
  </div>
705
817
  <hr>
706
818
  <div class="refsect2">
@@ -710,7 +822,7 @@ pango_fc_font_key_get_matrix (<em class="parameter"><code>const <a class="link"
710
822
  <p>Gets the matrix member of <em class="parameter"><code>key</code></em>
711
823
  .</p>
712
824
  <div class="refsect3">
713
- <a name="id-1.4.3.7.16.5"></a><h4>Parameters</h4>
825
+ <a name="id-1.4.3.7.19.5"></a><h4>Parameters</h4>
714
826
  <div class="informaltable"><table width="100%" border="0">
715
827
  <colgroup>
716
828
  <col width="150px" class="parameters_name">
@@ -725,12 +837,11 @@ pango_fc_font_key_get_matrix (<em class="parameter"><code>const <a class="link"
725
837
  </table></div>
726
838
  </div>
727
839
  <div class="refsect3">
728
- <a name="id-1.4.3.7.16.6"></a><h4>Returns</h4>
840
+ <a name="id-1.4.3.7.19.6"></a><h4>Returns</h4>
729
841
  <p> the matrix, which is owned by <em class="parameter"><code>key</code></em>
730
842
  and should not be modified.</p>
731
- <p></p>
732
843
  </div>
733
- <p class="since">Since 1.24</p>
844
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
734
845
  </div>
735
846
  <hr>
736
847
  <div class="refsect2">
@@ -740,7 +851,7 @@ pango_fc_font_key_get_pattern (<em class="parameter"><code>const <a class="link"
740
851
  <p>Gets the fontconfig pattern member of <em class="parameter"><code>key</code></em>
741
852
  .</p>
742
853
  <div class="refsect3">
743
- <a name="id-1.4.3.7.17.5"></a><h4>Parameters</h4>
854
+ <a name="id-1.4.3.7.20.5"></a><h4>Parameters</h4>
744
855
  <div class="informaltable"><table width="100%" border="0">
745
856
  <colgroup>
746
857
  <col width="150px" class="parameters_name">
@@ -755,12 +866,11 @@ pango_fc_font_key_get_pattern (<em class="parameter"><code>const <a class="link"
755
866
  </table></div>
756
867
  </div>
757
868
  <div class="refsect3">
758
- <a name="id-1.4.3.7.17.6"></a><h4>Returns</h4>
869
+ <a name="id-1.4.3.7.20.6"></a><h4>Returns</h4>
759
870
  <p> the pattern, which is owned by <em class="parameter"><code>key</code></em>
760
871
  and should not be modified.</p>
761
- <p></p>
762
872
  </div>
763
- <p class="since">Since 1.24</p>
873
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
764
874
  </div>
765
875
  </div>
766
876
  <div class="refsect1">
@@ -819,12 +929,12 @@ instance deriving from <a class="link" href="PangoFcFont.html" title="PangoFcFon
819
929
  <tbody>
820
930
  <tr>
821
931
  <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontMapClass.default-substitute"></a>default_substitute</code></em> ()</p></td>
822
- <td class="struct_member_description"><p>Substitutes in default values for
823
- unspecified fields in a <span class="type">FcPattern</span>. This will be called
824
- prior to creating a font for the pattern. May be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
825
- Deprecated in favor of <em class="parameter"><code><code class="function">font_key_substitute()</code></code></em>
826
- .</p></td>
827
- <td class="struct_member_annotations"> </td>
932
+ <td class="struct_member_description"><p> Substitutes in default
933
+ values for unspecified fields in a <span class="type">FcPattern</span>. This will
934
+ be called prior to creating a font for the pattern. May be
935
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Deprecated in favor of <em class="parameter"><code><code class="function">font_key_substitute()</code></code></em>
936
+ . </p></td>
937
+ <td class="struct_member_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>
828
938
  </tr>
829
939
  <tr>
830
940
  <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontMapClass.new-font"></a>new_font</code></em> ()</p></td>
@@ -832,7 +942,7 @@ Deprecated in favor of <em class="parameter"><code><code class="function">font_k
832
942
  pattern of the appropriate type for this font map. The
833
943
  <em class="parameter"><code>pattern</code></em>
834
944
  argument must be passed to the "pattern" property
835
- of <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> when you call <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-new"><code class="function">g_object_new()</code></a>. Deprecated
945
+ of <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> when you call <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-new"><code class="function">g_object_new()</code></a>. Deprecated
836
946
  in favor of <em class="parameter"><code><code class="function">create_font()</code></code></em>
837
947
  .</p></td>
838
948
  <td class="struct_member_annotations"> </td>
@@ -883,25 +993,25 @@ to make a persistant copy of the value returned from
883
993
  </tr>
884
994
  <tr>
885
995
  <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontMapClass.fontset-key-substitute"></a>fontset_key_substitute</code></em> ()</p></td>
886
- <td class="struct_member_description"><p>Substitutes in default values for
887
- unspecified fields in a <span class="type">FcPattern</span>. This will be called
888
- prior to creating a font for the pattern. May be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
889
- (Since: 1.24)</p></td>
890
- <td class="struct_member_annotations"> </td>
996
+ <td class="struct_member_description"><p> Substitutes in
997
+ default values for unspecified fields in a
998
+ <span class="type">FcPattern</span>. This will be called prior to creating a font
999
+ for the pattern. May be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. (Since: 1.24). </p></td>
1000
+ <td class="struct_member_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>
891
1001
  </tr>
892
1002
  <tr>
893
1003
  <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontMapClass.create-font"></a>create_font</code></em> ()</p></td>
894
- <td class="struct_member_description"><p>Creates a new <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> for the specified
895
- pattern of the appropriate type for this font map using
896
- information from the font key that is passed in. The
897
- <em class="parameter"><code>pattern</code></em>
1004
+ <td class="struct_member_description"><p> Creates a new <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> for
1005
+ the specified pattern of the appropriate type for this
1006
+ font map using information from the font key that is
1007
+ passed in. The <em class="parameter"><code>pattern</code></em>
898
1008
  member of <em class="parameter"><code>font_key</code></em>
899
- can be retrieved using
900
- <a class="link" href="PangoFcFontMap.html#pango-fc-font-key-get-pattern" title="pango_fc_font_key_get_pattern ()"><code class="function">pango_fc_font_key_get_pattern()</code></a> and must be passed to
901
- the "pattern" property of <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> when you call
902
- <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-new"><code class="function">g_object_new()</code></a>. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <code class="function">new_font()</code> is used.
903
- (Since: 1.24)</p></td>
904
- <td class="struct_member_annotations"> </td>
1009
+ can be
1010
+ retrieved using <a class="link" href="PangoFcFontMap.html#pango-fc-font-key-get-pattern" title="pango_fc_font_key_get_pattern ()"><code class="function">pango_fc_font_key_get_pattern()</code></a> and must
1011
+ be passed to the "pattern" property of <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> when
1012
+ you call <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-new"><code class="function">g_object_new()</code></a>. If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <code class="function">new_font()</code> is used.
1013
+ (Since: 1.24). </p></td>
1014
+ <td class="struct_member_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>
905
1015
  </tr>
906
1016
  </tbody>
907
1017
  </table></div>
@@ -918,7 +1028,7 @@ by default.</p>
918
1028
  <p>The property will have a number of string elements, each of which is the
919
1029
  OpenType feature tag of one feature to enable.</p>
920
1030
  <p>This is equivalent to FC_FONT_FEATURES in versions of fontconfig that have that.</p>
921
- <p class="since">Since 1.34</p>
1031
+ <p class="since">Since: <a class="link" href="api-index-1-34.html#api-index-1.34">1.34</a></p>
922
1032
  </div>
923
1033
  <hr>
924
1034
  <div class="refsect2">
@@ -931,7 +1041,7 @@ than <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-SOUTH:CAPS"><c
931
1041
  <p>The property will have a <a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="type">PangoGravity</span></a> value as a string, like "east".
932
1042
  This can be used to write fontconfig configuration rules to choose
933
1043
  different fonts for horizontal and vertical writing directions.</p>
934
- <p class="since">Since 1.20</p>
1044
+ <p class="since">Since: <a class="link" href="api-index-1-20.html#api-index-1.20">1.20</a></p>
935
1045
  </div>
936
1046
  <hr>
937
1047
  <div class="refsect2">
@@ -945,7 +1055,7 @@ fontconfig pattern it passes to fontconfig.</p>
945
1055
  This can be used to write fontconfig configuration rules that only affect
946
1056
  certain pango versions (or only pango-using applications, or only
947
1057
  non-pango-using applications).</p>
948
- <p class="since">Since 1.20</p>
1058
+ <p class="since">Since: <a class="link" href="api-index-1-20.html#api-index-1.20">1.20</a></p>
949
1059
  </div>
950
1060
  <hr>
951
1061
  <div class="refsect2">
@@ -955,11 +1065,11 @@ non-pango-using applications).</p>
955
1065
  <p>String representing a fontconfig property name that Pango sets on any
956
1066
  fontconfig pattern it passes to fontconfig.</p>
957
1067
  <p>The property will have a string equal to what
958
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Utility-Functions.html#g-get-prgname"><code class="function">g_get_prgname()</code></a> returns.
1068
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html#g-get-prgname"><code class="function">g_get_prgname()</code></a> returns.
959
1069
  This can be used to write fontconfig configuration rules that only affect
960
1070
  certain applications.</p>
961
1071
  <p>This is equivalent to FC_PRGNAME in versions of fontconfig that have that.</p>
962
- <p class="since">Since 1.24</p>
1072
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
963
1073
  </div>
964
1074
  <hr>
965
1075
  <div class="refsect2">
@@ -967,7 +1077,7 @@ certain applications.</p>
967
1077
  <pre class="programlisting">typedef struct _PangoFcFontsetKey PangoFcFontsetKey;</pre>
968
1078
  <p>An opaque structure containing all the information needed for
969
1079
  loading a fontset with the PangoFc fontmap.</p>
970
- <p class="since">Since 1.24</p>
1080
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
971
1081
  </div>
972
1082
  <hr>
973
1083
  <div class="refsect2">
@@ -975,7 +1085,7 @@ loading a fontset with the PangoFc fontmap.</p>
975
1085
  <pre class="programlisting">typedef struct _PangoFcFontKey PangoFcFontKey;</pre>
976
1086
  <p>An opaque structure containing all the information needed for
977
1087
  loading a font with the PangoFc fontmap.</p>
978
- <p class="since">Since 1.24</p>
1088
+ <p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
979
1089
  </div>
980
1090
  </div>
981
1091
  <div class="refsect1">
@@ -995,7 +1105,6 @@ Fontconfig-based backend involves deriving from both
995
1105
  </div>
996
1106
  </div>
997
1107
  <div class="footer">
998
- <hr>
999
- Generated by GTK-Doc V1.21.1</div>
1108
+ <hr>Generated by GTK-Doc V1.24</div>
1000
1109
  </body>
1001
1110
  </html>