pango 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (407) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +21 -2
  3. data/lib/2.0/pango.so +0 -0
  4. data/vendor/local/bin/derb.exe +0 -0
  5. data/vendor/local/bin/genbrk.exe +0 -0
  6. data/vendor/local/bin/genccode.exe +0 -0
  7. data/vendor/local/bin/gencfu.exe +0 -0
  8. data/vendor/local/bin/gencmn.exe +0 -0
  9. data/vendor/local/bin/gencnval.exe +0 -0
  10. data/vendor/local/bin/gendict.exe +0 -0
  11. data/vendor/local/bin/gennorm2.exe +0 -0
  12. data/vendor/local/bin/genrb.exe +0 -0
  13. data/vendor/local/bin/gensprep.exe +0 -0
  14. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  15. data/vendor/local/bin/hb-shape.exe +0 -0
  16. data/vendor/local/bin/hb-view.exe +0 -0
  17. data/vendor/local/bin/icu-config +820 -0
  18. data/vendor/local/bin/icuinfo.exe +0 -0
  19. data/vendor/local/bin/icupkg.exe +0 -0
  20. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  21. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  22. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  23. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  24. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  25. data/vendor/local/bin/libstdc++-6.dll +0 -0
  26. data/vendor/local/bin/makeconv.exe +0 -0
  27. data/vendor/local/bin/pango-querymodules.exe +0 -0
  28. data/vendor/local/bin/pango-view.exe +0 -0
  29. data/vendor/local/bin/pkgdata.exe +0 -0
  30. data/vendor/local/bin/uconv.exe +0 -0
  31. data/vendor/local/etc/pango/pango.modules +3 -3
  32. data/vendor/local/include/harfbuzz/hb-blob.h +3 -4
  33. data/vendor/local/include/harfbuzz/hb-buffer.h +22 -1
  34. data/vendor/local/include/harfbuzz/hb-common.h +23 -18
  35. data/vendor/local/include/harfbuzz/hb-icu.h +52 -0
  36. data/vendor/local/include/harfbuzz/hb-ot-font.h +41 -0
  37. data/vendor/local/include/harfbuzz/hb-ot-layout.h +11 -3
  38. data/vendor/local/include/harfbuzz/hb-ot-shape.h +10 -11
  39. data/vendor/local/include/harfbuzz/hb-ot.h +1 -0
  40. data/vendor/local/include/harfbuzz/hb-version.h +7 -7
  41. data/vendor/local/include/layout/LEFontInstance.h +550 -0
  42. data/vendor/local/include/layout/LEGlyphFilter.h +45 -0
  43. data/vendor/local/include/layout/LEGlyphStorage.h +546 -0
  44. data/vendor/local/include/layout/LEInsertionList.h +177 -0
  45. data/vendor/local/include/layout/LELanguages.h +112 -0
  46. data/vendor/local/include/layout/LEScripts.h +263 -0
  47. data/vendor/local/include/layout/LESwaps.h +100 -0
  48. data/vendor/local/include/layout/LETableReference.h +418 -0
  49. data/vendor/local/include/layout/LETypes.h +728 -0
  50. data/vendor/local/include/layout/LayoutEngine.h +518 -0
  51. data/vendor/local/include/layout/ParagraphLayout.h +747 -0
  52. data/vendor/local/include/layout/RunArrays.h +676 -0
  53. data/vendor/local/include/layout/loengine.h +225 -0
  54. data/vendor/local/include/layout/playout.h +466 -0
  55. data/vendor/local/include/layout/plruns.h +441 -0
  56. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  57. data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -1
  58. data/vendor/local/include/pango-1.0/pango/pango-item.h +11 -2
  59. data/vendor/local/include/unicode/alphaindex.h +752 -0
  60. data/vendor/local/include/unicode/appendable.h +232 -0
  61. data/vendor/local/include/unicode/basictz.h +214 -0
  62. data/vendor/local/include/unicode/brkiter.h +655 -0
  63. data/vendor/local/include/unicode/bytestream.h +257 -0
  64. data/vendor/local/include/unicode/bytestrie.h +519 -0
  65. data/vendor/local/include/unicode/bytestriebuilder.h +181 -0
  66. data/vendor/local/include/unicode/calendar.h +2519 -0
  67. data/vendor/local/include/unicode/caniter.h +208 -0
  68. data/vendor/local/include/unicode/chariter.h +722 -0
  69. data/vendor/local/include/unicode/choicfmt.h +594 -0
  70. data/vendor/local/include/unicode/coleitr.h +404 -0
  71. data/vendor/local/include/unicode/coll.h +1267 -0
  72. data/vendor/local/include/unicode/compactdecimalformat.h +330 -0
  73. data/vendor/local/include/unicode/curramt.h +130 -0
  74. data/vendor/local/include/unicode/currpinf.h +258 -0
  75. data/vendor/local/include/unicode/currunit.h +110 -0
  76. data/vendor/local/include/unicode/datefmt.h +883 -0
  77. data/vendor/local/include/unicode/dbbi.h +40 -0
  78. data/vendor/local/include/unicode/dcfmtsym.h +482 -0
  79. data/vendor/local/include/unicode/decimfmt.h +2479 -0
  80. data/vendor/local/include/unicode/docmain.h +215 -0
  81. data/vendor/local/include/unicode/dtfmtsym.h +912 -0
  82. data/vendor/local/include/unicode/dtintrv.h +158 -0
  83. data/vendor/local/include/unicode/dtitvfmt.h +985 -0
  84. data/vendor/local/include/unicode/dtitvinf.h +514 -0
  85. data/vendor/local/include/unicode/dtptngen.h +498 -0
  86. data/vendor/local/include/unicode/dtrule.h +250 -0
  87. data/vendor/local/include/unicode/enumset.h +64 -0
  88. data/vendor/local/include/unicode/errorcode.h +137 -0
  89. data/vendor/local/include/unicode/fieldpos.h +291 -0
  90. data/vendor/local/include/unicode/filteredbrk.h +131 -0
  91. data/vendor/local/include/unicode/fmtable.h +760 -0
  92. data/vendor/local/include/unicode/format.h +305 -0
  93. data/vendor/local/include/unicode/fpositer.h +117 -0
  94. data/vendor/local/include/unicode/gender.h +111 -0
  95. data/vendor/local/include/unicode/gregocal.h +777 -0
  96. data/vendor/local/include/unicode/icudataver.h +41 -0
  97. data/vendor/local/include/unicode/icuplug.h +371 -0
  98. data/vendor/local/include/unicode/idna.h +323 -0
  99. data/vendor/local/include/unicode/listformatter.h +167 -0
  100. data/vendor/local/include/unicode/localpointer.h +304 -0
  101. data/vendor/local/include/unicode/locdspnm.h +204 -0
  102. data/vendor/local/include/unicode/locid.h +815 -0
  103. data/vendor/local/include/unicode/measfmt.h +389 -0
  104. data/vendor/local/include/unicode/measunit.h +1443 -0
  105. data/vendor/local/include/unicode/measure.h +159 -0
  106. data/vendor/local/include/unicode/messagepattern.h +943 -0
  107. data/vendor/local/include/unicode/msgfmt.h +1093 -0
  108. data/vendor/local/include/unicode/normalizer2.h +658 -0
  109. data/vendor/local/include/unicode/normlzr.h +797 -0
  110. data/vendor/local/include/unicode/numfmt.h +1187 -0
  111. data/vendor/local/include/unicode/numsys.h +208 -0
  112. data/vendor/local/include/unicode/parseerr.h +92 -0
  113. data/vendor/local/include/unicode/parsepos.h +230 -0
  114. data/vendor/local/include/unicode/platform.h +751 -0
  115. data/vendor/local/include/unicode/plurfmt.h +615 -0
  116. data/vendor/local/include/unicode/plurrule.h +501 -0
  117. data/vendor/local/include/unicode/ptypes.h +126 -0
  118. data/vendor/local/include/unicode/putil.h +181 -0
  119. data/vendor/local/include/unicode/rbbi.h +782 -0
  120. data/vendor/local/include/unicode/rbnf.h +1032 -0
  121. data/vendor/local/include/unicode/rbtz.h +362 -0
  122. data/vendor/local/include/unicode/regex.h +1857 -0
  123. data/vendor/local/include/unicode/region.h +228 -0
  124. data/vendor/local/include/unicode/reldatefmt.h +498 -0
  125. data/vendor/local/include/unicode/rep.h +261 -0
  126. data/vendor/local/include/unicode/resbund.h +490 -0
  127. data/vendor/local/include/unicode/schriter.h +187 -0
  128. data/vendor/local/include/unicode/scientificformathelper.h +139 -0
  129. data/vendor/local/include/unicode/search.h +575 -0
  130. data/vendor/local/include/unicode/selfmt.h +367 -0
  131. data/vendor/local/include/unicode/simpletz.h +928 -0
  132. data/vendor/local/include/unicode/smpdtfmt.h +1592 -0
  133. data/vendor/local/include/unicode/sortkey.h +338 -0
  134. data/vendor/local/include/unicode/std_string.h +37 -0
  135. data/vendor/local/include/unicode/strenum.h +276 -0
  136. data/vendor/local/include/unicode/stringpiece.h +224 -0
  137. data/vendor/local/include/unicode/stringtriebuilder.h +402 -0
  138. data/vendor/local/include/unicode/stsearch.h +504 -0
  139. data/vendor/local/include/unicode/symtable.h +112 -0
  140. data/vendor/local/include/unicode/tblcoll.h +873 -0
  141. data/vendor/local/include/unicode/timezone.h +948 -0
  142. data/vendor/local/include/unicode/tmunit.h +129 -0
  143. data/vendor/local/include/unicode/tmutamt.h +168 -0
  144. data/vendor/local/include/unicode/tmutfmt.h +243 -0
  145. data/vendor/local/include/unicode/translit.h +1342 -0
  146. data/vendor/local/include/unicode/tzfmt.h +1098 -0
  147. data/vendor/local/include/unicode/tznames.h +404 -0
  148. data/vendor/local/include/unicode/tzrule.h +828 -0
  149. data/vendor/local/include/unicode/tztrans.h +195 -0
  150. data/vendor/local/include/unicode/ubidi.h +2186 -0
  151. data/vendor/local/include/unicode/ubrk.h +540 -0
  152. data/vendor/local/include/unicode/ucal.h +1560 -0
  153. data/vendor/local/include/unicode/ucasemap.h +423 -0
  154. data/vendor/local/include/unicode/ucat.h +158 -0
  155. data/vendor/local/include/unicode/uchar.h +3426 -0
  156. data/vendor/local/include/unicode/ucharstrie.h +576 -0
  157. data/vendor/local/include/unicode/ucharstriebuilder.h +185 -0
  158. data/vendor/local/include/unicode/uchriter.h +381 -0
  159. data/vendor/local/include/unicode/uclean.h +258 -0
  160. data/vendor/local/include/unicode/ucnv.h +2036 -0
  161. data/vendor/local/include/unicode/ucnv_cb.h +162 -0
  162. data/vendor/local/include/unicode/ucnv_err.h +463 -0
  163. data/vendor/local/include/unicode/ucnvsel.h +187 -0
  164. data/vendor/local/include/unicode/ucol.h +1474 -0
  165. data/vendor/local/include/unicode/ucoleitr.h +266 -0
  166. data/vendor/local/include/unicode/uconfig.h +430 -0
  167. data/vendor/local/include/unicode/ucsdet.h +413 -0
  168. data/vendor/local/include/unicode/ucurr.h +424 -0
  169. data/vendor/local/include/unicode/udat.h +1536 -0
  170. data/vendor/local/include/unicode/udata.h +430 -0
  171. data/vendor/local/include/unicode/udateintervalformat.h +181 -0
  172. data/vendor/local/include/unicode/udatpg.h +588 -0
  173. data/vendor/local/include/unicode/udisplaycontext.h +150 -0
  174. data/vendor/local/include/unicode/uenum.h +206 -0
  175. data/vendor/local/include/unicode/uformattable.h +280 -0
  176. data/vendor/local/include/unicode/ugender.h +82 -0
  177. data/vendor/local/include/unicode/uidna.h +762 -0
  178. data/vendor/local/include/unicode/uiter.h +707 -0
  179. data/vendor/local/include/unicode/uldnames.h +302 -0
  180. data/vendor/local/include/unicode/uloc.h +1256 -0
  181. data/vendor/local/include/unicode/ulocdata.h +277 -0
  182. data/vendor/local/include/unicode/umachine.h +356 -0
  183. data/vendor/local/include/unicode/umisc.h +60 -0
  184. data/vendor/local/include/unicode/umsg.h +623 -0
  185. data/vendor/local/include/unicode/unifilt.h +120 -0
  186. data/vendor/local/include/unicode/unifunct.h +125 -0
  187. data/vendor/local/include/unicode/unimatch.h +163 -0
  188. data/vendor/local/include/unicode/unirepl.h +97 -0
  189. data/vendor/local/include/unicode/uniset.h +1691 -0
  190. data/vendor/local/include/unicode/unistr.h +4470 -0
  191. data/vendor/local/include/unicode/unorm.h +561 -0
  192. data/vendor/local/include/unicode/unorm2.h +528 -0
  193. data/vendor/local/include/unicode/unum.h +1328 -0
  194. data/vendor/local/include/unicode/unumsys.h +170 -0
  195. data/vendor/local/include/unicode/uobject.h +320 -0
  196. data/vendor/local/include/unicode/upluralrules.h +145 -0
  197. data/vendor/local/include/unicode/uregex.h +1591 -0
  198. data/vendor/local/include/unicode/uregion.h +248 -0
  199. data/vendor/local/include/unicode/urename.h +1784 -0
  200. data/vendor/local/include/unicode/urep.h +155 -0
  201. data/vendor/local/include/unicode/ures.h +887 -0
  202. data/vendor/local/include/unicode/uscript.h +642 -0
  203. data/vendor/local/include/unicode/usearch.h +885 -0
  204. data/vendor/local/include/unicode/uset.h +1126 -0
  205. data/vendor/local/include/unicode/usetiter.h +318 -0
  206. data/vendor/local/include/unicode/ushape.h +474 -0
  207. data/vendor/local/include/unicode/uspoof.h +1064 -0
  208. data/vendor/local/include/unicode/usprep.h +269 -0
  209. data/vendor/local/include/unicode/ustdio.h +1018 -0
  210. data/vendor/local/include/unicode/ustream.h +68 -0
  211. data/vendor/local/include/unicode/ustring.h +1700 -0
  212. data/vendor/local/include/unicode/ustringtrie.h +95 -0
  213. data/vendor/local/include/unicode/utext.h +1600 -0
  214. data/vendor/local/include/unicode/utf.h +223 -0
  215. data/vendor/local/include/unicode/utf16.h +623 -0
  216. data/vendor/local/include/unicode/utf32.h +23 -0
  217. data/vendor/local/include/unicode/utf8.h +824 -0
  218. data/vendor/local/include/unicode/utf_old.h +1169 -0
  219. data/vendor/local/include/unicode/utmscale.h +481 -0
  220. data/vendor/local/include/unicode/utrace.h +359 -0
  221. data/vendor/local/include/unicode/utrans.h +658 -0
  222. data/vendor/local/include/unicode/utypes.h +723 -0
  223. data/vendor/local/include/unicode/uvernum.h +170 -0
  224. data/vendor/local/include/unicode/uversion.h +193 -0
  225. data/vendor/local/include/unicode/vtzone.h +455 -0
  226. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  227. data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
  228. data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
  229. data/vendor/local/lib/icu/54.1/Makefile.inc +293 -0
  230. data/vendor/local/lib/icu/54.1/pkgdata.inc +17 -0
  231. data/vendor/local/lib/icu/Makefile.inc +293 -0
  232. data/vendor/local/lib/icu/pkgdata.inc +17 -0
  233. data/vendor/local/lib/icudt.dll +0 -0
  234. data/vendor/local/lib/icudt54.dll +0 -0
  235. data/vendor/local/lib/icuin.dll +0 -0
  236. data/vendor/local/lib/icuin54.dll +0 -0
  237. data/vendor/local/lib/icuio.dll +0 -0
  238. data/vendor/local/lib/icuio54.dll +0 -0
  239. data/vendor/local/lib/icule.dll +0 -0
  240. data/vendor/local/lib/icule54.dll +0 -0
  241. data/vendor/local/lib/iculx.dll +0 -0
  242. data/vendor/local/lib/iculx54.dll +0 -0
  243. data/vendor/local/lib/icutest.dll +0 -0
  244. data/vendor/local/lib/icutest54.dll +0 -0
  245. data/vendor/local/lib/icutu.dll +0 -0
  246. data/vendor/local/lib/icutu54.dll +0 -0
  247. data/vendor/local/lib/icuuc.dll +0 -0
  248. data/vendor/local/lib/icuuc54.dll +0 -0
  249. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  250. data/vendor/local/lib/libharfbuzz-icu.la +41 -0
  251. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  252. data/vendor/local/lib/libharfbuzz.la +3 -3
  253. data/vendor/local/lib/libicudt.dll.a +0 -0
  254. data/vendor/local/lib/libicuin.dll.a +0 -0
  255. data/vendor/local/lib/libicuio.dll.a +0 -0
  256. data/vendor/local/lib/libicule.dll.a +0 -0
  257. data/vendor/local/lib/libiculx.dll.a +0 -0
  258. data/vendor/local/lib/libicutest.dll.a +0 -0
  259. data/vendor/local/lib/libicutu.dll.a +0 -0
  260. data/vendor/local/lib/libicuuc.dll.a +0 -0
  261. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  262. data/vendor/local/lib/libpango-1.0.la +2 -2
  263. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  264. data/vendor/local/lib/libpangocairo-1.0.la +2 -2
  265. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  266. data/vendor/local/lib/libpangoft2-1.0.la +2 -2
  267. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  268. data/vendor/local/lib/libpangowin32-1.0.la +2 -2
  269. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  270. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  271. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +1 -1
  272. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
  273. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
  274. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +1 -1
  275. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  276. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  277. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +1 -1
  278. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  279. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  280. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +1 -1
  281. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +13 -0
  282. data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
  283. data/vendor/local/lib/pkgconfig/icu-i18n.pc +38 -0
  284. data/vendor/local/lib/pkgconfig/icu-io.pc +38 -0
  285. data/vendor/local/lib/pkgconfig/icu-le.pc +38 -0
  286. data/vendor/local/lib/pkgconfig/icu-lx.pc +38 -0
  287. data/vendor/local/lib/pkgconfig/icu-uc.pc +38 -0
  288. data/vendor/local/lib/pkgconfig/pango.pc +1 -1
  289. data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
  290. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  291. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  292. data/vendor/local/share/gir-1.0/Pango-1.0.gir +3009 -462
  293. data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +64 -22
  294. data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +4 -2
  295. data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +30 -26
  296. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +343 -313
  297. data/vendor/local/share/gtk-doc/html/harfbuzz/ch01.html +5 -5
  298. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +6 -8
  299. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +442 -247
  300. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +1389 -654
  301. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +954 -698
  302. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +95 -18
  303. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -27
  304. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +477 -191
  305. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +1951 -1039
  306. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +123 -65
  307. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +66 -21
  308. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +11 -13
  309. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +67 -23
  310. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +66 -21
  311. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +574 -347
  312. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +104 -37
  313. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +10 -27
  314. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +744 -318
  315. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +294 -153
  316. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +196 -104
  317. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +1100 -757
  318. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +51 -18
  319. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +110 -84
  320. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +11 -13
  321. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +289 -503
  322. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +3 -3
  323. data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +161 -316
  324. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +31 -4
  325. data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +260 -105
  326. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +143 -105
  327. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +150 -108
  328. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +163 -112
  329. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +348 -229
  330. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +746 -514
  331. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +9 -9
  332. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +853 -623
  333. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +29 -13
  334. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +31 -33
  335. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +10 -12
  336. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +12 -14
  337. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +53 -55
  338. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +28 -30
  339. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +29 -31
  340. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +17 -19
  341. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +28 -30
  342. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +17 -19
  343. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +9 -11
  344. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +6 -6
  345. data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +6 -6
  346. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +11 -13
  347. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +7 -9
  348. data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +5 -5
  349. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +49 -51
  350. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +36 -38
  351. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +37 -39
  352. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +68 -70
  353. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +568 -570
  354. data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
  355. data/vendor/local/share/gtk-doc/html/pango/index.sgml +229 -399
  356. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +4 -4
  357. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +345 -259
  358. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +979 -664
  359. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +70 -43
  360. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +349 -229
  361. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +236 -153
  362. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +3100 -2159
  363. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +659 -472
  364. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +1952 -1384
  365. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +3050 -2135
  366. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +676 -463
  367. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +223 -146
  368. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +1589 -1199
  369. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +1072 -842
  370. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +406 -276
  371. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +2541 -1792
  372. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +1479 -1033
  373. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +214 -154
  374. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +374 -291
  375. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +733 -498
  376. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +893 -617
  377. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +59 -59
  378. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +5 -5
  379. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +578 -782
  380. data/vendor/local/share/gtk-doc/html/pango/pango.html +4 -4
  381. data/vendor/local/share/gtk-doc/html/pango/rendering.html +4 -4
  382. data/vendor/local/share/gtk-doc/html/pango/style.css +260 -105
  383. data/vendor/local/share/gtk-doc/html/pango/tools.html +4 -4
  384. data/vendor/local/share/icu/54.1/config/mh-mingw +158 -0
  385. data/vendor/local/share/icu/54.1/install-sh +251 -0
  386. data/vendor/local/share/icu/54.1/license.html +385 -0
  387. data/vendor/local/share/icu/54.1/mkinstalldirs +43 -0
  388. data/vendor/local/share/license/harfbuzz/AUTHORS +1 -0
  389. data/vendor/local/share/man/man1/derb.1 +196 -0
  390. data/vendor/local/share/man/man1/genbrk.1 +112 -0
  391. data/vendor/local/share/man/man1/gencfu.1 +91 -0
  392. data/vendor/local/share/man/man1/gencnval.1 +91 -0
  393. data/vendor/local/share/man/man1/gendict.1 +131 -0
  394. data/vendor/local/share/man/man1/genrb.1 +146 -0
  395. data/vendor/local/share/man/man1/icu-config.1 +288 -0
  396. data/vendor/local/share/man/man1/makeconv.1 +112 -0
  397. data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
  398. data/vendor/local/share/man/man1/pango-view.1 +1 -118
  399. data/vendor/local/share/man/man1/pkgdata.1 +258 -0
  400. data/vendor/local/share/man/man1/uconv.1 +443 -0
  401. data/vendor/local/share/man/man8/genccode.8 +106 -0
  402. data/vendor/local/share/man/man8/gencmn.8 +129 -0
  403. data/vendor/local/share/man/man8/gensprep.8 +102 -0
  404. data/vendor/local/share/man/man8/icupkg.8 +204 -0
  405. metadata +266 -14
  406. data/lib/1.9/pango.so +0 -0
  407. data/lib/2.1/pango.so +0 -0
@@ -8,17 +8,15 @@
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.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#PangoFcDecoder.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#PangoFcDecoder.object-hierarchy" class="shortcut">Object Hierarchy</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#PangoFcDecoder.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#PangoFcDecoder.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
22
20
  </td>
23
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
22
  <td><a accesskey="u" href="lowlevel.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
@@ -32,164 +30,217 @@
32
30
  <h2><span class="refentrytitle"><a name="PangoFcDecoder.top_of_page"></a>PangoFcDecoder</span></h2>
33
31
  <p>PangoFcDecoder — Custom font encoding handling</p>
34
32
  </td>
35
- <td valign="top" align="right"></td>
33
+ <td class="gallery_image" valign="top" align="right"></td>
36
34
  </tr></table></div>
37
- <div class="refsynopsisdiv">
38
- <a name="PangoFcDecoder.synopsis"></a><h2>Synopsis</h2>
39
- <pre class="synopsis">struct <a class="link" href="PangoFcDecoder.html#PangoFcDecoder-struct" title="struct PangoFcDecoder">PangoFcDecoder</a>;
40
- struct <a class="link" href="PangoFcDecoder.html#PangoFcDecoderClass" title="struct PangoFcDecoderClass">PangoFcDecoderClass</a>;
41
- <span class="returnvalue">FcCharSet</span> * <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-charset" title="pango_fc_decoder_get_charset ()">pango_fc_decoder_get_charset</a> (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
42
- <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>);
43
- <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph" title="pango_fc_decoder_get_glyph ()">pango_fc_decoder_get_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
44
- <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
45
- <em class="parameter"><code><a href="/home/kou/work/ruby/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>);
46
- </pre>
35
+ <div class="refsect1">
36
+ <a name="PangoFcDecoder.functions"></a><h2>Functions</h2>
37
+ <div class="informaltable"><table width="100%" border="0">
38
+ <colgroup>
39
+ <col width="150px" class="functions_return">
40
+ <col class="functions_name">
41
+ </colgroup>
42
+ <tbody>
43
+ <tr>
44
+ <td class="function_type">
45
+ <span class="returnvalue">FcCharSet</span> *
46
+ </td>
47
+ <td class="function_name">
48
+ <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-charset" title="pango_fc_decoder_get_charset ()">pango_fc_decoder_get_charset</a> <span class="c_punctuation">()</span>
49
+ </td>
50
+ </tr>
51
+ <tr>
52
+ <td class="function_type">
53
+ <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
54
+ </td>
55
+ <td class="function_name">
56
+ <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph" title="pango_fc_decoder_get_glyph ()">pango_fc_decoder_get_glyph</a> <span class="c_punctuation">()</span>
57
+ </td>
58
+ </tr>
59
+ </tbody>
60
+ </table></div>
61
+ </div>
62
+ <div class="refsect1">
63
+ <a name="PangoFcDecoder.other"></a><h2>Types and Values</h2>
64
+ <div class="informaltable"><table width="100%" border="0">
65
+ <colgroup>
66
+ <col width="150px" class="name">
67
+ <col class="description">
68
+ </colgroup>
69
+ <tbody>
70
+ <tr>
71
+ <td class="datatype_keyword">struct</td>
72
+ <td class="function_name"><a class="link" href="PangoFcDecoder.html#PangoFcDecoder-struct" title="struct PangoFcDecoder">PangoFcDecoder</a></td>
73
+ </tr>
74
+ <tr>
75
+ <td class="datatype_keyword">struct</td>
76
+ <td class="function_name"><a class="link" href="PangoFcDecoder.html#PangoFcDecoderClass" title="struct PangoFcDecoderClass">PangoFcDecoderClass</a></td>
77
+ </tr>
78
+ </tbody>
79
+ </table></div>
47
80
  </div>
48
81
  <div class="refsect1">
49
82
  <a name="PangoFcDecoder.object-hierarchy"></a><h2>Object Hierarchy</h2>
50
- <pre class="synopsis">
51
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
52
- +----PangoFcDecoder
83
+ <pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
84
+ <span class="lineart">╰──</span> PangoFcDecoder
53
85
  </pre>
54
86
  </div>
55
87
  <div class="refsect1">
56
88
  <a name="PangoFcDecoder.description"></a><h2>Description</h2>
57
- <p>
58
- PangoFcDecoder represents a decoder that an application provides
89
+ <p>PangoFcDecoder represents a decoder that an application provides
59
90
  for handling a font that is encoded in a custom way.</p>
60
91
  </div>
61
92
  <div class="refsect1">
62
- <a name="PangoFcDecoder.details"></a><h2>Details</h2>
93
+ <a name="PangoFcDecoder.functions_details"></a><h2>Functions</h2>
63
94
  <div class="refsect2">
64
- <a name="PangoFcDecoder-struct"></a><h3>struct PangoFcDecoder</h3>
65
- <pre class="programlisting">struct PangoFcDecoder;</pre>
66
- <p>
67
- <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> is a virtual base class that implementations will
68
- inherit from. It's the interface that is used to define a custom
69
- encoding for a font. These objects are created in your code from a
70
- function callback that was originally registered with
71
- <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>. Pango requires
72
- information about the supported charset for a font as well as the
73
- individual character to glyph conversions. Pango gets that
74
- information via the <span class="type">get_charset</span> and <span class="type">get_glyph</span> callbacks into your
75
- object implementation.</p>
76
- <p class="since">Since 1.6</p>
77
- </div>
78
- <hr>
79
- <div class="refsect2">
80
- <a name="PangoFcDecoderClass"></a><h3>struct PangoFcDecoderClass</h3>
81
- <pre class="programlisting">struct PangoFcDecoderClass {
82
- FcCharSet *(*get_charset) (PangoFcDecoder *decoder,
83
- PangoFcFont *fcfont);
84
- PangoGlyph (*get_glyph) (PangoFcDecoder *decoder,
85
- PangoFcFont *fcfont,
86
- guint32 wc);
87
- };
88
- </pre>
89
- <p>
90
- Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>.</p>
91
- <div class="variablelist"><table border="0" class="variablelist">
95
+ <a name="pango-fc-decoder-get-charset"></a><h3>pango_fc_decoder_get_charset ()</h3>
96
+ <pre class="programlisting"><span class="returnvalue">FcCharSet</span> *
97
+ pango_fc_decoder_get_charset (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
98
+ <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>);</pre>
99
+ <p>Generates an <span class="type">FcCharSet</span> of supported characters for the fcfont
100
+ given. The returned <span class="type">FcCharSet</span> will be a reference to an
101
+ internal value stored by the <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> and must not
102
+ be modified or freed.</p>
103
+ <div class="refsect3">
104
+ <a name="id-1.4.5.7.2.5"></a><h4>Parameters</h4>
105
+ <div class="informaltable"><table width="100%" border="0">
92
106
  <colgroup>
93
- <col align="left" valign="top">
94
- <col>
107
+ <col width="150px" class="parameters_name">
108
+ <col class="parameters_description">
109
+ <col width="200px" class="parameters_annotations">
95
110
  </colgroup>
96
111
  <tbody>
97
112
  <tr>
98
- <td><p><span class="term"><em class="structfield"><code><a name="PangoFcDecoderClass.get-charset"></a>get_charset</code></em> ()</span></p></td>
99
- <td>This returns an <span class="type">FcCharset</span> given a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> that
100
- includes a list of supported characters in the font. The
101
- <span class="type">FcCharSet</span> that is returned should be an internal reference to your
102
- code. Pango will not free this structure. It is important that
103
- you make this callback fast because this callback is called
104
- separately for each character to determine Unicode coverage.</td>
113
+ <td class="parameter_name"><p>decoder</p></td>
114
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a></p></td>
115
+ <td class="parameter_annotations"> </td>
105
116
  </tr>
106
117
  <tr>
107
- <td><p><span class="term"><em class="structfield"><code><a name="PangoFcDecoderClass.get-glyph"></a>get_glyph</code></em> ()</span></p></td>
108
- <td>This returns a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for a given Unicode
109
- code point.</td>
118
+ <td class="parameter_name"><p>fcfont</p></td>
119
+ <td class="parameter_description"><p>the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.</p></td>
120
+ <td class="parameter_annotations"> </td>
110
121
  </tr>
111
122
  </tbody>
112
123
  </table></div>
124
+ </div>
125
+ <div class="refsect3">
126
+ <a name="id-1.4.5.7.2.6"></a><h4>Returns</h4>
127
+ <p> the <span class="type">FcCharset</span> for <em class="parameter"><code>fcfont</code></em>
128
+ ; must not be modified
129
+ or freed.</p>
130
+ <p></p>
131
+ </div>
113
132
  <p class="since">Since 1.6</p>
114
133
  </div>
115
134
  <hr>
116
135
  <div class="refsect2">
117
- <a name="pango-fc-decoder-get-charset"></a><h3>pango_fc_decoder_get_charset ()</h3>
118
- <pre class="programlisting"><span class="returnvalue">FcCharSet</span> * pango_fc_decoder_get_charset (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
119
- <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>);</pre>
120
- <p>
121
- Generates an <span class="type">FcCharSet</span> of supported characters for the fcfont
122
- given. The returned <span class="type">FcCharSet</span> will be a reference to an
123
- internal value stored by the <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> and must not
124
- be modified or freed.</p>
125
- <div class="variablelist"><table border="0" class="variablelist">
136
+ <a name="pango-fc-decoder-get-glyph"></a><h3>pango_fc_decoder_get_glyph ()</h3>
137
+ <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
138
+ 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
+ <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>
141
+ <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
+ custom decoder. For complex scripts where there can be multiple
143
+ glyphs for a single character, the decoder will return whatever
144
+ glyph is most convenient for it. (Usually whatever glyph is directly
145
+ in the fonts character map table.)</p>
146
+ <div class="refsect3">
147
+ <a name="id-1.4.5.7.3.5"></a><h4>Parameters</h4>
148
+ <div class="informaltable"><table width="100%" border="0">
126
149
  <colgroup>
127
- <col align="left" valign="top">
128
- <col>
150
+ <col width="150px" class="parameters_name">
151
+ <col class="parameters_description">
152
+ <col width="200px" class="parameters_annotations">
129
153
  </colgroup>
130
154
  <tbody>
131
155
  <tr>
132
- <td><p><span class="term"><em class="parameter"><code>decoder</code></em> :</span></p></td>
133
- <td>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>
134
- </td>
156
+ <td class="parameter_name"><p>decoder</p></td>
157
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a></p></td>
158
+ <td class="parameter_annotations"> </td>
135
159
  </tr>
136
160
  <tr>
137
- <td><p><span class="term"><em class="parameter"><code>fcfont</code></em> :</span></p></td>
138
- <td>the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.</td>
161
+ <td class="parameter_name"><p>fcfont</p></td>
162
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.</p></td>
163
+ <td class="parameter_annotations"> </td>
139
164
  </tr>
140
165
  <tr>
141
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
142
- <td>the <span class="type">FcCharset</span> for <em class="parameter"><code>fcfont</code></em>; must not be modified
143
- or freed.</td>
166
+ <td class="parameter_name"><p>wc</p></td>
167
+ <td class="parameter_description"><p>the Unicode code point to convert to a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>.</p></td>
168
+ <td class="parameter_annotations"> </td>
144
169
  </tr>
145
170
  </tbody>
146
171
  </table></div>
172
+ </div>
173
+ <div class="refsect3">
174
+ <a name="id-1.4.5.7.3.6"></a><h4>Returns</h4>
175
+ <p> the glyph index, or 0 if the glyph isn't
176
+ covered by the font.</p>
177
+ <p></p>
178
+ </div>
179
+ <p class="since">Since 1.6</p>
180
+ </div>
181
+ </div>
182
+ <div class="refsect1">
183
+ <a name="PangoFcDecoder.other_details"></a><h2>Types and Values</h2>
184
+ <div class="refsect2">
185
+ <a name="PangoFcDecoder-struct"></a><h3>struct PangoFcDecoder</h3>
186
+ <pre class="programlisting">struct PangoFcDecoder;</pre>
187
+ <p><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> is a virtual base class that implementations will
188
+ inherit from. It's the interface that is used to define a custom
189
+ encoding for a font. These objects are created in your code from a
190
+ function callback that was originally registered with
191
+ <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>. Pango requires
192
+ information about the supported charset for a font as well as the
193
+ individual character to glyph conversions. Pango gets that
194
+ information via the <span class="type">get_charset</span> and <span class="type">get_glyph</span> callbacks into your
195
+ object implementation.</p>
147
196
  <p class="since">Since 1.6</p>
148
197
  </div>
149
198
  <hr>
150
199
  <div class="refsect2">
151
- <a name="pango-fc-decoder-get-glyph"></a><h3>pango_fc_decoder_get_glyph ()</h3>
152
- <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> 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>,
153
- <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
154
- <em class="parameter"><code><a href="/home/kou/work/ruby/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>
155
- <p>
156
- 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
157
- custom decoder. For complex scripts where there can be multiple
158
- glyphs for a single character, the decoder will return whatever
159
- glyph is most convenient for it. (Usually whatever glyph is directly
160
- in the fonts character map table.)</p>
161
- <div class="variablelist"><table border="0" class="variablelist">
200
+ <a name="PangoFcDecoderClass"></a><h3>struct PangoFcDecoderClass</h3>
201
+ <pre class="programlisting">struct PangoFcDecoderClass {
202
+ FcCharSet *(*get_charset) (PangoFcDecoder *decoder,
203
+ PangoFcFont *fcfont);
204
+ PangoGlyph (*get_glyph) (PangoFcDecoder *decoder,
205
+ PangoFcFont *fcfont,
206
+ guint32 wc);
207
+ };
208
+ </pre>
209
+ <p>Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>.</p>
210
+ <div class="refsect3">
211
+ <a name="id-1.4.5.8.3.5"></a><h4>Members</h4>
212
+ <div class="informaltable"><table width="100%" border="0">
162
213
  <colgroup>
163
- <col align="left" valign="top">
164
- <col>
214
+ <col width="300px" class="struct_members_name">
215
+ <col class="struct_members_description">
216
+ <col width="200px" class="struct_members_annotations">
165
217
  </colgroup>
166
218
  <tbody>
167
219
  <tr>
168
- <td><p><span class="term"><em class="parameter"><code>decoder</code></em> :</span></p></td>
169
- <td>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>
170
- </td>
171
- </tr>
172
- <tr>
173
- <td><p><span class="term"><em class="parameter"><code>fcfont</code></em> :</span></p></td>
174
- <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.</td>
175
- </tr>
176
- <tr>
177
- <td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
178
- <td>the Unicode code point to convert to a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>.</td>
220
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcDecoderClass.get-charset"></a>get_charset</code></em> ()</p></td>
221
+ <td class="struct_member_description"><p>This returns an <span class="type">FcCharset</span> given a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> that
222
+ includes a list of supported characters in the font. The
223
+ <span class="type">FcCharSet</span> that is returned should be an internal reference to your
224
+ code. Pango will not free this structure. It is important that
225
+ you make this callback fast because this callback is called
226
+ separately for each character to determine Unicode coverage.</p></td>
227
+ <td class="struct_member_annotations"> </td>
179
228
  </tr>
180
229
  <tr>
181
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span:</span></p></td>
182
- <td>the glyph index, or 0 if the glyph isn't
183
- covered by the font.</td>
230
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcDecoderClass.get-glyph"></a>get_glyph</code></em> ()</p></td>
231
+ <td class="struct_member_description"><p>This returns a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for a given Unicode
232
+ code point.</p></td>
233
+ <td class="struct_member_annotations"> </td>
184
234
  </tr>
185
235
  </tbody>
186
236
  </table></div>
237
+ </div>
187
238
  <p class="since">Since 1.6</p>
188
239
  </div>
189
240
  </div>
190
241
  </div>
191
242
  <div class="footer">
192
243
  <hr>
193
- Generated by GTK-Doc V1.19.1</div>
244
+ Generated by GTK-Doc V1.21.1</div>
194
245
  </body>
195
246
  </html>
@@ -8,19 +8,16 @@
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.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#PangoFcFont.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#PangoFcFont.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#PangoFcFont.properties" class="shortcut">Properties</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#PangoFcFont.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#PangoFcFont.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties">  <span class="dim">|</span> 
20
+ <a href="#PangoFcFont.properties" class="shortcut">Properties</a></span>
24
21
  </td>
25
22
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
26
23
  <td><a accesskey="u" href="lowlevel.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
@@ -34,328 +31,450 @@
34
31
  <h2><span class="refentrytitle"><a name="PangoFcFont.top_of_page"></a>PangoFcFont</span></h2>
35
32
  <p>PangoFcFont — Base font class for Fontconfig-based backends</p>
36
33
  </td>
37
- <td valign="top" align="right"></td>
34
+ <td class="gallery_image" valign="top" align="right"></td>
38
35
  </tr></table></div>
39
- <div class="refsynopsisdiv">
40
- <a name="PangoFcFont.synopsis"></a><h2>Synopsis</h2>
41
- <pre class="synopsis">struct <a class="link" href="PangoFcFont.html#PangoFcFont-struct" title="struct PangoFcFont">PangoFcFont</a>;
42
- struct <a class="link" href="PangoFcFont.html#PangoFcFontClass" title="struct PangoFcFontClass">PangoFcFontClass</a>;
43
- #define <a class="link" href="PangoFcFont.html#PANGO-RENDER-TYPE-FC:CAPS" title="PANGO_RENDER_TYPE_FC">PANGO_RENDER_TYPE_FC</a>
44
- <span class="returnvalue">FT_Face</span> <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()">pango_fc_font_lock_face</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);
45
- <span class="returnvalue">void</span> <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()">pango_fc_font_unlock_face</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);
46
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()">pango_fc_font_has_char</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
47
- <em class="parameter"><code><a href="/home/kou/work/ruby/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>);
48
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-get-glyph" title="pango_fc_font_get_glyph ()">pango_fc_font_get_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
49
- <em class="parameter"><code><a href="/home/kou/work/ruby/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>);
50
- <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph" title="pango_fc_font_get_unknown_glyph ()">pango_fc_font_get_unknown_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
51
- <em class="parameter"><code><a href="/home/kou/work/ruby/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>);
52
- <span class="returnvalue">void</span> <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()">pango_fc_font_kern_glyphs</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
53
- <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);
54
- </pre>
55
- </div>
56
36
  <div class="refsect1">
57
- <a name="PangoFcFont.object-hierarchy"></a><h2>Object Hierarchy</h2>
58
- <pre class="synopsis">
59
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
60
- +----<a class="link" href="pango-Fonts.html#PangoFont">PangoFont</a>
61
- +----PangoFcFont
62
- +----<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFont">PangoXftFont</a>
63
- </pre>
64
- </div>
65
- <div class="refsect1">
66
- <a name="PangoFcFont.properties"></a><h2>Properties</h2>
67
- <pre class="synopsis">
68
- "<a class="link" href="PangoFcFont.html#PangoFcFont--fontmap" title='The "fontmap" property'>fontmap</a>" <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>* : Read / Write
69
- "<a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title='The "pattern" property'>pattern</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write / Construct Only
70
- </pre>
71
- </div>
72
- <div class="refsect1">
73
- <a name="PangoFcFont.description"></a><h2>Description</h2>
74
- <p>
75
- <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementation using the
76
- Fontconfig and FreeType libraries. It is used in the
77
- <a class="link" href="pango-Xft-Fonts-and-Rendering.html" title="Xft Fonts and Rendering">Xft</a> and
78
- <a class="link" href="pango-FreeType-Fonts-and-Rendering.html" title="FreeType Fonts and Rendering">FreeType</a>
79
- backends shipped with Pango, but can also be used when creating
80
- new backends. Any backend deriving from this base class will
81
- take advantage of the wide range of shapers implemented using
82
- FreeType that come with Pango.</p>
83
- </div>
84
- <div class="refsect1">
85
- <a name="PangoFcFont.details"></a><h2>Details</h2>
86
- <div class="refsect2">
87
- <a name="PangoFcFont-struct"></a><h3>struct PangoFcFont</h3>
88
- <pre class="programlisting">struct PangoFcFont;</pre>
89
- <p>
90
- <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementations
91
- using the Fontconfig and FreeType libraries and is used in
92
- conjunction with <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>. When deriving from this
93
- class, you need to implement all of its virtual functions
94
- other than <code class="function">shutdown()</code> along with the <code class="function">get_glyph_extents()</code>
95
- virtual function from <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
96
- </div>
97
- <hr>
98
- <div class="refsect2">
99
- <a name="PangoFcFontClass"></a><h3>struct PangoFcFontClass</h3>
100
- <pre class="programlisting">struct PangoFcFontClass {
101
- FT_Face (*lock_face) (PangoFcFont *font);
102
- void (*unlock_face) (PangoFcFont *font);
103
- gboolean (*has_char) (PangoFcFont *font,
104
- gunichar wc);
105
- guint (*get_glyph) (PangoFcFont *font,
106
- gunichar wc);
107
- PangoGlyph (*get_unknown_glyph) (PangoFcFont *font,
108
- gunichar wc);
109
- void (*shutdown) (PangoFcFont *font);
110
- };
111
- </pre>
112
- <p>
113
- Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</p>
114
- <div class="variablelist"><table border="0" class="variablelist">
37
+ <a name="PangoFcFont.functions"></a><h2>Functions</h2>
38
+ <div class="informaltable"><table width="100%" border="0">
115
39
  <colgroup>
116
- <col align="left" valign="top">
117
- <col>
40
+ <col width="150px" class="functions_return">
41
+ <col class="functions_name">
118
42
  </colgroup>
119
43
  <tbody>
120
44
  <tr>
121
- <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.lock-face"></a>lock_face</code></em> ()</span></p></td>
122
- <td>Returns the FT_Face of the font and increases
123
- the reference count for the face by one.</td>
45
+ <td class="function_type">
46
+ <span class="returnvalue">FT_Face</span>
47
+ </td>
48
+ <td class="function_name">
49
+ <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()">pango_fc_font_lock_face</a> <span class="c_punctuation">()</span>
50
+ </td>
124
51
  </tr>
125
52
  <tr>
126
- <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.unlock-face"></a>unlock_face</code></em> ()</span></p></td>
127
- <td>Decreases the reference count for the
128
- FT_Face of the font by one. When the count is zero,
129
- the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> subclass is allowed to free the
130
- FT_Face.</td>
53
+ <td class="function_type">
54
+ <span class="returnvalue">void</span>
55
+ </td>
56
+ <td class="function_name">
57
+ <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()">pango_fc_font_unlock_face</a> <span class="c_punctuation">()</span>
58
+ </td>
131
59
  </tr>
132
60
  <tr>
133
- <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.has-char"></a>has_char</code></em> ()</span></p></td>
134
- <td>Return <a href="/home/kou/work/ruby/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
135
- corresponding to the specified character.</td>
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>
63
+ </td>
64
+ <td class="function_name">
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>
66
+ </td>
136
67
  </tr>
137
68
  <tr>
138
- <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.get-glyph"></a>get_glyph</code></em> ()</span></p></td>
139
- <td>Gets the glyph that corresponds to the given
140
- Unicode character.</td>
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>
71
+ </td>
72
+ <td class="function_name">
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>
74
+ </td>
141
75
  </tr>
142
76
  <tr>
143
- <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.get-unknown-glyph"></a>get_unknown_glyph</code></em> ()</span></p></td>
144
- <td>Gets the glyph that should be used to
145
- display an unknown-glyph indication for the specified
146
- Unicode character.
147
- May be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
77
+ <td class="function_type">
78
+ <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
79
+ </td>
80
+ <td class="function_name">
81
+ <a class="link" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph" title="pango_fc_font_get_unknown_glyph ()">pango_fc_font_get_unknown_glyph</a> <span class="c_punctuation">()</span>
82
+ </td>
148
83
  </tr>
149
84
  <tr>
150
- <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.shutdown"></a>shutdown</code></em> ()</span></p></td>
151
- <td>Performs any font-specific shutdown code that
152
- needs to be done when pango_fc_font_map_shutdown is called.
153
- May be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
85
+ <td class="function_type">
86
+ <span class="returnvalue">void</span>
87
+ </td>
88
+ <td class="function_name">
89
+ <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()">pango_fc_font_kern_glyphs</a> <span class="c_punctuation">()</span>
90
+ </td>
154
91
  </tr>
155
92
  </tbody>
156
93
  </table></div>
157
94
  </div>
158
- <hr>
159
- <div class="refsect2">
160
- <a name="PANGO-RENDER-TYPE-FC:CAPS"></a><h3>PANGO_RENDER_TYPE_FC</h3>
161
- <pre class="programlisting">#define PANGO_RENDER_TYPE_FC "PangoRenderFc"
162
- </pre>
163
- <p>
164
- A string constant used to identify shape engines that work
165
- with the fontconfig based backends. See the <em class="parameter"><code>engine_type</code></em> field
166
- of <a class="link" href="pango-Engines.html#PangoEngineInfo" title="struct PangoEngineInfo"><span class="type">PangoEngineInfo</span></a>.</p>
95
+ <div class="refsect1">
96
+ <a name="PangoFcFont.properties"></a><h2>Properties</h2>
97
+ <div class="informaltable"><table border="0">
98
+ <colgroup>
99
+ <col width="150px" class="properties_type">
100
+ <col width="300px" class="properties_name">
101
+ <col width="200px" class="properties_flags">
102
+ </colgroup>
103
+ <tbody>
104
+ <tr>
105
+ <td class="property_type">
106
+ <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *</td>
107
+ <td class="property_name"><a class="link" href="PangoFcFont.html#PangoFcFont--fontmap" title="The “fontmap” property">fontmap</a></td>
108
+ <td class="property_flags">Read / Write</td>
109
+ </tr>
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>
112
+ <td class="property_name"><a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title="The “pattern” property">pattern</a></td>
113
+ <td class="property_flags">Read / Write / Construct Only</td>
114
+ </tr>
115
+ </tbody>
116
+ </table></div>
167
117
  </div>
168
- <hr>
169
- <div class="refsect2">
170
- <a name="pango-fc-font-lock-face"></a><h3>pango_fc_font_lock_face ()</h3>
171
- <pre class="programlisting"><span class="returnvalue">FT_Face</span> pango_fc_font_lock_face (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
172
- <p>
173
- Gets the FreeType <span class="type">FT_Face</span> associated with a font,
174
- This face will be kept around until you call
175
- <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()"><code class="function">pango_fc_font_unlock_face()</code></a>.</p>
176
- <div class="variablelist"><table border="0" class="variablelist">
118
+ <div class="refsect1">
119
+ <a name="PangoFcFont.other"></a><h2>Types and Values</h2>
120
+ <div class="informaltable"><table width="100%" border="0">
177
121
  <colgroup>
178
- <col align="left" valign="top">
179
- <col>
122
+ <col width="150px" class="name">
123
+ <col class="description">
180
124
  </colgroup>
181
125
  <tbody>
182
126
  <tr>
183
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
184
- <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</td>
127
+ <td class="datatype_keyword">struct</td>
128
+ <td class="function_name"><a class="link" href="PangoFcFont.html#PangoFcFont-struct" title="struct PangoFcFont">PangoFcFont</a></td>
129
+ </tr>
130
+ <tr>
131
+ <td class="datatype_keyword">struct</td>
132
+ <td class="function_name"><a class="link" href="PangoFcFont.html#PangoFcFontClass" title="struct PangoFcFontClass">PangoFcFontClass</a></td>
185
133
  </tr>
186
134
  <tr>
187
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
188
- <td>the FreeType <span class="type">FT_Face</span> associated with <em class="parameter"><code>font</code></em>.</td>
135
+ <td class="define_keyword">#define</td>
136
+ <td class="function_name"><a class="link" href="PangoFcFont.html#PANGO-RENDER-TYPE-FC:CAPS" title="PANGO_RENDER_TYPE_FC">PANGO_RENDER_TYPE_FC</a></td>
189
137
  </tr>
190
138
  </tbody>
191
139
  </table></div>
140
+ </div>
141
+ <div class="refsect1">
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>
144
+ <span class="lineart">╰──</span> <a class="link" href="pango-Fonts.html#PangoFont">PangoFont</a>
145
+ <span class="lineart">╰──</span> PangoFcFont
146
+ <span class="lineart">╰──</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFont">PangoXftFont</a>
147
+ </pre>
148
+ </div>
149
+ <div class="refsect1">
150
+ <a name="PangoFcFont.description"></a><h2>Description</h2>
151
+ <p><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementation using the
152
+ Fontconfig and FreeType libraries. It is used in the</p>
153
+ <a class="link" href="pango-Xft-Fonts-and-Rendering.html" title="Xft Fonts and Rendering">Xft</a> and
154
+ <a class="link" href="pango-FreeType-Fonts-and-Rendering.html" title="FreeType Fonts and Rendering">FreeType</a><p>backends shipped with Pango, but can also be used when creating
155
+ new backends. Any backend deriving from this base class will
156
+ take advantage of the wide range of shapers implemented using
157
+ FreeType that come with Pango.</p>
158
+ </div>
159
+ <div class="refsect1">
160
+ <a name="PangoFcFont.functions_details"></a><h2>Functions</h2>
161
+ <div class="refsect2">
162
+ <a name="pango-fc-font-lock-face"></a><h3>pango_fc_font_lock_face ()</h3>
163
+ <pre class="programlisting"><span class="returnvalue">FT_Face</span>
164
+ pango_fc_font_lock_face (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
165
+ <p>Gets the FreeType <span class="type">FT_Face</span> associated with a font,
166
+ This face will be kept around until you call
167
+ <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()"><code class="function">pango_fc_font_unlock_face()</code></a>.</p>
168
+ <div class="refsect3">
169
+ <a name="id-1.4.4.8.2.5"></a><h4>Parameters</h4>
170
+ <div class="informaltable"><table width="100%" border="0">
171
+ <colgroup>
172
+ <col width="150px" class="parameters_name">
173
+ <col class="parameters_description">
174
+ <col width="200px" class="parameters_annotations">
175
+ </colgroup>
176
+ <tbody><tr>
177
+ <td class="parameter_name"><p>font</p></td>
178
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</p></td>
179
+ <td class="parameter_annotations"> </td>
180
+ </tr></tbody>
181
+ </table></div>
182
+ </div>
183
+ <div class="refsect3">
184
+ <a name="id-1.4.4.8.2.6"></a><h4>Returns</h4>
185
+ <p> the FreeType <span class="type">FT_Face</span> associated with <em class="parameter"><code>font</code></em>
186
+ .</p>
187
+ <p></p>
188
+ </div>
192
189
  <p class="since">Since 1.4</p>
193
190
  </div>
194
191
  <hr>
195
192
  <div class="refsect2">
196
- <a name="pango-fc-font-unlock-face"></a><h3>pango_fc_font_unlock_face ()</h3>
197
- <pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_unlock_face (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
198
- <p>
199
- Releases a font previously obtained with
200
- <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()"><code class="function">pango_fc_font_lock_face()</code></a>.</p>
201
- <div class="variablelist"><table border="0" class="variablelist">
193
+ <a name="pango-fc-font-unlock-face"></a><h3>pango_fc_font_unlock_face ()</h3>
194
+ <pre class="programlisting"><span class="returnvalue">void</span>
195
+ pango_fc_font_unlock_face (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
196
+ <p>Releases a font previously obtained with
197
+ <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()"><code class="function">pango_fc_font_lock_face()</code></a>.</p>
198
+ <div class="refsect3">
199
+ <a name="id-1.4.4.8.3.5"></a><h4>Parameters</h4>
200
+ <div class="informaltable"><table width="100%" border="0">
202
201
  <colgroup>
203
- <col align="left" valign="top">
204
- <col>
202
+ <col width="150px" class="parameters_name">
203
+ <col class="parameters_description">
204
+ <col width="200px" class="parameters_annotations">
205
205
  </colgroup>
206
206
  <tbody><tr>
207
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
208
- <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</td>
207
+ <td class="parameter_name"><p>font</p></td>
208
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</p></td>
209
+ <td class="parameter_annotations"> </td>
209
210
  </tr></tbody>
210
211
  </table></div>
212
+ </div>
211
213
  <p class="since">Since 1.4</p>
212
214
  </div>
213
215
  <hr>
214
216
  <div class="refsect2">
215
- <a name="pango-fc-font-has-char"></a><h3>pango_fc_font_has_char ()</h3>
216
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
217
- <em class="parameter"><code><a href="/home/kou/work/ruby/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>
218
- <p>
219
- Determines whether <em class="parameter"><code>font</code></em> has a glyph for the codepoint <em class="parameter"><code>wc</code></em>.</p>
220
- <div class="variablelist"><table border="0" class="variablelist">
217
+ <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>
219
+ 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>
221
+ <p>Determines whether <em class="parameter"><code>font</code></em>
222
+ has a glyph for the codepoint <em class="parameter"><code>wc</code></em>
223
+ .</p>
224
+ <div class="refsect3">
225
+ <a name="id-1.4.4.8.4.5"></a><h4>Parameters</h4>
226
+ <div class="informaltable"><table width="100%" border="0">
221
227
  <colgroup>
222
- <col align="left" valign="top">
223
- <col>
228
+ <col width="150px" class="parameters_name">
229
+ <col class="parameters_description">
230
+ <col width="200px" class="parameters_annotations">
224
231
  </colgroup>
225
232
  <tbody>
226
233
  <tr>
227
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
228
- <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
229
- </td>
230
- </tr>
231
- <tr>
232
- <td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
233
- <td>Unicode codepoint to look up</td>
234
+ <td class="parameter_name"><p>font</p></td>
235
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a></p></td>
236
+ <td class="parameter_annotations"> </td>
234
237
  </tr>
235
238
  <tr>
236
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
237
- <td>
238
- <a href="/home/kou/work/ruby/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> has the requested codepoint.</td>
239
+ <td class="parameter_name"><p>wc</p></td>
240
+ <td class="parameter_description"><p>Unicode codepoint to look up</p></td>
241
+ <td class="parameter_annotations"> </td>
239
242
  </tr>
240
243
  </tbody>
241
244
  </table></div>
245
+ </div>
246
+ <div class="refsect3">
247
+ <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>
249
+ has the requested codepoint.</p>
250
+ <p></p>
251
+ </div>
242
252
  <p class="since">Since 1.4</p>
243
253
  </div>
244
254
  <hr>
245
255
  <div class="refsect2">
246
- <a name="pango-fc-font-get-glyph"></a><h3>pango_fc_font_get_glyph ()</h3>
247
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> 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>,
248
- <em class="parameter"><code><a href="/home/kou/work/ruby/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>
249
- <p>
250
- Gets the glyph index for a given Unicode character
251
- for <em class="parameter"><code>font</code></em>. If you only want to determine
252
- whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()"><code class="function">pango_fc_font_has_char()</code></a>.</p>
253
- <div class="variablelist"><table border="0" class="variablelist">
256
+ <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>
258
+ 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>
260
+ <p>Gets the glyph index for a given Unicode character
261
+ for <em class="parameter"><code>font</code></em>
262
+ . If you only want to determine
263
+ whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()"><code class="function">pango_fc_font_has_char()</code></a>.</p>
264
+ <div class="refsect3">
265
+ <a name="id-1.4.4.8.5.5"></a><h4>Parameters</h4>
266
+ <div class="informaltable"><table width="100%" border="0">
254
267
  <colgroup>
255
- <col align="left" valign="top">
256
- <col>
268
+ <col width="150px" class="parameters_name">
269
+ <col class="parameters_description">
270
+ <col width="200px" class="parameters_annotations">
257
271
  </colgroup>
258
272
  <tbody>
259
273
  <tr>
260
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
261
- <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
262
- </td>
263
- </tr>
264
- <tr>
265
- <td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
266
- <td>Unicode character to look up</td>
274
+ <td class="parameter_name"><p>font</p></td>
275
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a></p></td>
276
+ <td class="parameter_annotations"> </td>
267
277
  </tr>
268
278
  <tr>
269
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
270
- <td>the glyph index, or 0, if the Unicode
271
- character doesn't exist in the font.</td>
279
+ <td class="parameter_name"><p>wc</p></td>
280
+ <td class="parameter_description"><p>Unicode character to look up</p></td>
281
+ <td class="parameter_annotations"> </td>
272
282
  </tr>
273
283
  </tbody>
274
284
  </table></div>
285
+ </div>
286
+ <div class="refsect3">
287
+ <a name="id-1.4.4.8.5.6"></a><h4>Returns</h4>
288
+ <p> the glyph index, or 0, if the Unicode
289
+ character doesn't exist in the font.</p>
290
+ <p></p>
291
+ </div>
275
292
  <p class="since">Since 1.4</p>
276
293
  </div>
277
294
  <hr>
278
295
  <div class="refsect2">
279
- <a name="pango-fc-font-get-unknown-glyph"></a><h3>pango_fc_font_get_unknown_glyph ()</h3>
280
- <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> 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>,
281
- <em class="parameter"><code><a href="/home/kou/work/ruby/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>
282
- <div class="warning">
283
- <h3 class="title">Warning</h3>
284
- <p><code class="literal">pango_fc_font_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p>
285
- </div>
286
- <p>
287
- Returns the index of a glyph suitable for drawing <em class="parameter"><code>wc</code></em> as an
296
+ <a name="pango-fc-font-get-unknown-glyph"></a><h3>pango_fc_font_get_unknown_glyph ()</h3>
297
+ <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
298
+ 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>
300
+ <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
+ <p>Returns the index of a glyph suitable for drawing <em class="parameter"><code>wc</code></em>
302
+ as an
288
303
  unknown character.</p>
289
- <p>
290
- Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS" title="PANGO_GET_UNKNOWN_GLYPH()"><code class="function">PANGO_GET_UNKNOWN_GLYPH()</code></a> instead.</p>
291
- <div class="variablelist"><table border="0" class="variablelist">
304
+ <p>Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS" title="PANGO_GET_UNKNOWN_GLYPH()"><code class="function">PANGO_GET_UNKNOWN_GLYPH()</code></a> instead.</p>
305
+ <div class="refsect3">
306
+ <a name="id-1.4.4.8.6.8"></a><h4>Parameters</h4>
307
+ <div class="informaltable"><table width="100%" border="0">
292
308
  <colgroup>
293
- <col align="left" valign="top">
294
- <col>
309
+ <col width="150px" class="parameters_name">
310
+ <col class="parameters_description">
311
+ <col width="200px" class="parameters_annotations">
295
312
  </colgroup>
296
313
  <tbody>
297
314
  <tr>
298
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
299
- <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
300
- </td>
315
+ <td class="parameter_name"><p>font</p></td>
316
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a></p></td>
317
+ <td class="parameter_annotations"> </td>
301
318
  </tr>
302
319
  <tr>
303
- <td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
304
- <td>the Unicode character for which a glyph is needed.</td>
320
+ <td class="parameter_name"><p>wc</p></td>
321
+ <td class="parameter_description"><p>the Unicode character for which a glyph is needed.</p></td>
322
+ <td class="parameter_annotations"> </td>
323
+ </tr>
324
+ </tbody>
325
+ </table></div>
326
+ </div>
327
+ <div class="refsect3">
328
+ <a name="id-1.4.4.8.6.9"></a><h4>Returns</h4>
329
+ <p> a glyph index into <em class="parameter"><code>font</code></em>
330
+ .</p>
331
+ <p></p>
332
+ </div>
333
+ <p class="since">Since 1.4</p>
334
+ </div>
335
+ <hr>
336
+ <div class="refsect2">
337
+ <a name="pango-fc-font-kern-glyphs"></a><h3>pango_fc_font_kern_glyphs ()</h3>
338
+ <pre class="programlisting"><span class="returnvalue">void</span>
339
+ pango_fc_font_kern_glyphs (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
340
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
341
+ <div class="warning"><p><code class="literal">pango_fc_font_kern_glyphs</code> has been deprecated since version 1.32 and should not be used in newly-written code.</p></div>
342
+ <p>Adjust each adjacent pair of glyphs in <em class="parameter"><code>glyphs</code></em>
343
+ according to
344
+ kerning information in <em class="parameter"><code>font</code></em>
345
+ .</p>
346
+ <div class="refsect3">
347
+ <a name="id-1.4.4.8.7.7"></a><h4>Parameters</h4>
348
+ <div class="informaltable"><table width="100%" border="0">
349
+ <colgroup>
350
+ <col width="150px" class="parameters_name">
351
+ <col class="parameters_description">
352
+ <col width="200px" class="parameters_annotations">
353
+ </colgroup>
354
+ <tbody>
355
+ <tr>
356
+ <td class="parameter_name"><p>font</p></td>
357
+ <td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a></p></td>
358
+ <td class="parameter_annotations"> </td>
305
359
  </tr>
306
360
  <tr>
307
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
308
- <td>a glyph index into <em class="parameter"><code>font</code></em>.</td>
361
+ <td class="parameter_name"><p>glyphs</p></td>
362
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a></p></td>
363
+ <td class="parameter_annotations"> </td>
309
364
  </tr>
310
365
  </tbody>
311
366
  </table></div>
367
+ </div>
312
368
  <p class="since">Since 1.4</p>
313
369
  </div>
370
+ </div>
371
+ <div class="refsect1">
372
+ <a name="PangoFcFont.other_details"></a><h2>Types and Values</h2>
373
+ <div class="refsect2">
374
+ <a name="PangoFcFont-struct"></a><h3>struct PangoFcFont</h3>
375
+ <pre class="programlisting">struct PangoFcFont;</pre>
376
+ <p><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementations
377
+ using the Fontconfig and FreeType libraries and is used in
378
+ conjunction with <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>. When deriving from this
379
+ class, you need to implement all of its virtual functions
380
+ other than <code class="function">shutdown()</code> along with the <code class="function">get_glyph_extents()</code>
381
+ virtual function from <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
382
+ </div>
314
383
  <hr>
315
384
  <div class="refsect2">
316
- <a name="pango-fc-font-kern-glyphs"></a><h3>pango_fc_font_kern_glyphs ()</h3>
317
- <pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_kern_glyphs (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
318
- <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
319
- <div class="warning">
320
- <h3 class="title">Warning</h3>
321
- <p><code class="literal">pango_fc_font_kern_glyphs</code> is deprecated and should not be used in newly-written code. 1.32</p>
322
- </div>
323
- <p>
324
- Adjust each adjacent pair of glyphs in <em class="parameter"><code>glyphs</code></em> according to
325
- kerning information in <em class="parameter"><code>font</code></em>.</p>
326
- <div class="variablelist"><table border="0" class="variablelist">
385
+ <a name="PangoFcFontClass"></a><h3>struct PangoFcFontClass</h3>
386
+ <pre class="programlisting">struct PangoFcFontClass {
387
+ FT_Face (*lock_face) (PangoFcFont *font);
388
+ void (*unlock_face) (PangoFcFont *font);
389
+ gboolean (*has_char) (PangoFcFont *font,
390
+ gunichar wc);
391
+ guint (*get_glyph) (PangoFcFont *font,
392
+ gunichar wc);
393
+ PangoGlyph (*get_unknown_glyph) (PangoFcFont *font,
394
+ gunichar wc);
395
+ void (*shutdown) (PangoFcFont *font);
396
+ };
397
+ </pre>
398
+ <p>Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</p>
399
+ <div class="refsect3">
400
+ <a name="id-1.4.4.9.3.5"></a><h4>Members</h4>
401
+ <div class="informaltable"><table width="100%" border="0">
327
402
  <colgroup>
328
- <col align="left" valign="top">
329
- <col>
403
+ <col width="300px" class="struct_members_name">
404
+ <col class="struct_members_description">
405
+ <col width="200px" class="struct_members_annotations">
330
406
  </colgroup>
331
407
  <tbody>
332
408
  <tr>
333
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
334
- <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
335
- </td>
409
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.lock-face"></a>lock_face</code></em> ()</p></td>
410
+ <td class="struct_member_description"><p>Returns the FT_Face of the font and increases
411
+ the reference count for the face by one.</p></td>
412
+ <td class="struct_member_annotations"> </td>
336
413
  </tr>
337
414
  <tr>
338
- <td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
339
- <td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>
340
- </td>
415
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.unlock-face"></a>unlock_face</code></em> ()</p></td>
416
+ <td class="struct_member_description"><p>Decreases the reference count for the
417
+ FT_Face of the font by one. When the count is zero,
418
+ the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> subclass is allowed to free the
419
+ FT_Face.</p></td>
420
+ <td class="struct_member_annotations"> </td>
421
+ </tr>
422
+ <tr>
423
+ <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
425
+ corresponding to the specified character.</p></td>
426
+ <td class="struct_member_annotations"> </td>
427
+ </tr>
428
+ <tr>
429
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.get-glyph"></a>get_glyph</code></em> ()</p></td>
430
+ <td class="struct_member_description"><p>Gets the glyph that corresponds to the given
431
+ Unicode character.</p></td>
432
+ <td class="struct_member_annotations"> </td>
433
+ </tr>
434
+ <tr>
435
+ <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>
441
+ </tr>
442
+ <tr>
443
+ <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>
341
448
  </tr>
342
449
  </tbody>
343
450
  </table></div>
344
- <p class="since">Since 1.4</p>
451
+ </div>
452
+ </div>
453
+ <hr>
454
+ <div class="refsect2">
455
+ <a name="PANGO-RENDER-TYPE-FC:CAPS"></a><h3>PANGO_RENDER_TYPE_FC</h3>
456
+ <pre class="programlisting">#define PANGO_RENDER_TYPE_FC "PangoRenderFc"
457
+ </pre>
458
+ <p>A string constant used to identify shape engines that work
459
+ with the fontconfig based backends. See the <em class="parameter"><code>engine_type</code></em>
460
+ field
461
+ of <a class="link" href="pango-Engines.html#PangoEngineInfo" title="struct PangoEngineInfo"><span class="type">PangoEngineInfo</span></a>.</p>
345
462
  </div>
346
463
  </div>
347
464
  <div class="refsect1">
348
465
  <a name="PangoFcFont.property-details"></a><h2>Property Details</h2>
349
466
  <div class="refsect2">
350
- <a name="PangoFcFont--fontmap"></a><h3>The <code class="literal">"fontmap"</code> property</h3>
351
- <pre class="programlisting"> "fontmap" <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>* : Read / Write</pre>
467
+ <a name="PangoFcFont--fontmap"></a><h3>The <code class="literal">“fontmap”</code> property</h3>
468
+ <pre class="programlisting"> fontmap <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *</pre>
352
469
  <p>The PangoFc font map this font is associated with (Since: 1.26).</p>
470
+ <p>Flags: Read / Write</p>
353
471
  </div>
354
472
  <hr>
355
473
  <div class="refsect2">
356
- <a name="PangoFcFont--pattern"></a><h3>The <code class="literal">"pattern"</code> property</h3>
357
- <pre class="programlisting"> "pattern" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write / Construct Only</pre>
474
+ <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>
358
476
  <p>The fontconfig pattern for this font.</p>
477
+ <p>Flags: Read / Write / Construct Only</p>
359
478
  </div>
360
479
  </div>
361
480
  <div class="refsect1">
@@ -376,6 +495,6 @@ Fontconfig-based backend involves deriving from both
376
495
  </div>
377
496
  <div class="footer">
378
497
  <hr>
379
- Generated by GTK-Doc V1.19.1</div>
498
+ Generated by GTK-Doc V1.21.1</div>
380
499
  </body>
381
500
  </html>