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,15 +8,14 @@
8
8
  <link rel="up" href="ch01.html" title="[Insert title here]">
9
9
  <link rel="prev" href="harfbuzz-hb-uniscribe.html" title="hb-uniscribe">
10
10
  <link rel="next" href="harfbuzz-hb-gobject.html" title="hb-gobject">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.20.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="#harfbuzz-hb-coretext.description" class="shortcut">Description</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="#harfbuzz-hb-coretext.description" class="shortcut">Description</a></span>
20
19
  </td>
21
20
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
21
  <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
@@ -30,13 +29,61 @@
30
29
  <h2><span class="refentrytitle"><a name="harfbuzz-hb-coretext.top_of_page"></a>hb-coretext</span></h2>
31
30
  <p>hb-coretext</p>
32
31
  </td>
33
- <td valign="top" align="right"></td>
32
+ <td class="gallery_image" valign="top" align="right"></td>
34
33
  </tr></table></div>
35
- <div class="refsynopsisdiv">
36
- <a name="harfbuzz-hb-coretext.synopsis"></a><h2>Synopsis</h2>
37
- <pre class="synopsis"><span class="returnvalue">CGFontRef</span> <a class="link" href="harfbuzz-hb-coretext.html#hb-coretext-face-get-cg-font" title="hb_coretext_face_get_cg_font ()">hb_coretext_face_get_cg_font</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);
38
- <span class="returnvalue">CTFontRef</span> <a class="link" href="harfbuzz-hb-coretext.html#hb-coretext-font-get-ct-font" title="hb_coretext_font_get_ct_font ()">hb_coretext_font_get_ct_font</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>);
39
- </pre>
34
+ <div class="refsect1">
35
+ <a name="harfbuzz-hb-coretext.functions"></a><h2>Functions</h2>
36
+ <div class="informaltable"><table width="100%" border="0">
37
+ <colgroup>
38
+ <col width="150px" class="functions_return">
39
+ <col class="functions_name">
40
+ </colgroup>
41
+ <tbody>
42
+ <tr>
43
+ <td class="function_type">
44
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
45
+ </td>
46
+ <td class="function_name">
47
+ <a class="link" href="harfbuzz-hb-coretext.html#hb-coretext-face-create" title="hb_coretext_face_create ()">hb_coretext_face_create</a> <span class="c_punctuation">()</span>
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <td class="function_type">
52
+ <span class="returnvalue">CGFontRef</span>
53
+ </td>
54
+ <td class="function_name">
55
+ <a class="link" href="harfbuzz-hb-coretext.html#hb-coretext-face-get-cg-font" title="hb_coretext_face_get_cg_font ()">hb_coretext_face_get_cg_font</a> <span class="c_punctuation">()</span>
56
+ </td>
57
+ </tr>
58
+ <tr>
59
+ <td class="function_type">
60
+ <span class="returnvalue">CTFontRef</span>
61
+ </td>
62
+ <td class="function_name">
63
+ <a class="link" href="harfbuzz-hb-coretext.html#hb-coretext-font-get-ct-font" title="hb_coretext_font_get_ct_font ()">hb_coretext_font_get_ct_font</a> <span class="c_punctuation">()</span>
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table></div>
68
+ </div>
69
+ <div class="refsect1">
70
+ <a name="harfbuzz-hb-coretext.other"></a><h2>Types and Values</h2>
71
+ <div class="informaltable"><table width="100%" border="0">
72
+ <colgroup>
73
+ <col width="150px" class="name">
74
+ <col class="description">
75
+ </colgroup>
76
+ <tbody>
77
+ <tr>
78
+ <td class="define_keyword">#define</td>
79
+ <td class="function_name"><a class="link" href="harfbuzz-hb-coretext.html#HB-CORETEXT-TAG-MORT:CAPS" title="HB_CORETEXT_TAG_MORT">HB_CORETEXT_TAG_MORT</a></td>
80
+ </tr>
81
+ <tr>
82
+ <td class="define_keyword">#define</td>
83
+ <td class="function_name"><a class="link" href="harfbuzz-hb-coretext.html#HB-CORETEXT-TAG-MORX:CAPS" title="HB_CORETEXT_TAG_MORX">HB_CORETEXT_TAG_MORX</a></td>
84
+ </tr>
85
+ </tbody>
86
+ </table></div>
40
87
  </div>
41
88
  <div class="refsect1">
42
89
  <a name="harfbuzz-hb-coretext.description"></a><h2>Description</h2>
@@ -44,24 +91,54 @@
44
91
  </p>
45
92
  </div>
46
93
  <div class="refsect1">
47
- <a name="harfbuzz-hb-coretext.details"></a><h2>Details</h2>
94
+ <a name="harfbuzz-hb-coretext.functions_details"></a><h2>Functions</h2>
95
+ <div class="refsect2">
96
+ <a name="hb-coretext-face-create"></a><h3>hb_coretext_face_create ()</h3>
97
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
98
+ hb_coretext_face_create (<em class="parameter"><code><span class="type">CGFontRef</span> cg_font</code></em>);</pre>
99
+ </div>
100
+ <hr>
48
101
  <div class="refsect2">
49
- <a name="hb-coretext-face-get-cg-font"></a><h3>hb_coretext_face_get_cg_font ()</h3>
50
- <pre class="programlisting"><span class="returnvalue">CGFontRef</span> hb_coretext_face_get_cg_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
102
+ <a name="hb-coretext-face-get-cg-font"></a><h3>hb_coretext_face_get_cg_font ()</h3>
103
+ <pre class="programlisting"><span class="returnvalue">CGFontRef</span>
104
+ hb_coretext_face_get_cg_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
51
105
  <p>
52
106
  </p>
107
+ <div class="refsect3">
108
+ <a name="idp19763168"></a><h4>Returns</h4>
109
+ <p></p>
110
+ </div>
53
111
  </div>
54
112
  <hr>
55
113
  <div class="refsect2">
56
- <a name="hb-coretext-font-get-ct-font"></a><h3>hb_coretext_font_get_ct_font ()</h3>
57
- <pre class="programlisting"><span class="returnvalue">CTFontRef</span> hb_coretext_font_get_ct_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
114
+ <a name="hb-coretext-font-get-ct-font"></a><h3>hb_coretext_font_get_ct_font ()</h3>
115
+ <pre class="programlisting"><span class="returnvalue">CTFontRef</span>
116
+ hb_coretext_font_get_ct_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
58
117
  <p>
59
118
  </p>
119
+ <div class="refsect3">
120
+ <a name="idp23989600"></a><h4>Returns</h4>
121
+ <p></p>
122
+ </div>
123
+ </div>
124
+ </div>
125
+ <div class="refsect1">
126
+ <a name="harfbuzz-hb-coretext.other_details"></a><h2>Types and Values</h2>
127
+ <div class="refsect2">
128
+ <a name="HB-CORETEXT-TAG-MORT:CAPS"></a><h3>HB_CORETEXT_TAG_MORT</h3>
129
+ <pre class="programlisting">#define HB_CORETEXT_TAG_MORT HB_TAG('m','o','r','t')
130
+ </pre>
131
+ </div>
132
+ <hr>
133
+ <div class="refsect2">
134
+ <a name="HB-CORETEXT-TAG-MORX:CAPS"></a><h3>HB_CORETEXT_TAG_MORX</h3>
135
+ <pre class="programlisting">#define HB_CORETEXT_TAG_MORX HB_TAG('m','o','r','x')
136
+ </pre>
60
137
  </div>
61
138
  </div>
62
139
  </div>
63
140
  <div class="footer">
64
141
  <hr>
65
- Generated by GTK-Doc V1.19.1</div>
142
+ Generated by GTK-Doc V1.20.1</div>
66
143
  </body>
67
144
  </html>
@@ -8,15 +8,14 @@
8
8
  <link rel="up" href="ch01.html" title="[Insert title here]">
9
9
  <link rel="prev" href="harfbuzz-hb-version.html" title="hb-version">
10
10
  <link rel="next" href="harfbuzz-hb-set.html" title="hb-set">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.20.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="#harfbuzz-hb-deprecated.description" class="shortcut">Description</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="#harfbuzz-hb-deprecated.description" class="shortcut">Description</a></span>
20
19
  </td>
21
20
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
21
  <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
@@ -30,14 +29,30 @@
30
29
  <h2><span class="refentrytitle"><a name="harfbuzz-hb-deprecated.top_of_page"></a>hb-deprecated</span></h2>
31
30
  <p>hb-deprecated</p>
32
31
  </td>
33
- <td valign="top" align="right"></td>
32
+ <td class="gallery_image" valign="top" align="right"></td>
34
33
  </tr></table></div>
35
- <div class="refsynopsisdiv">
36
- <a name="harfbuzz-hb-deprecated.synopsis"></a><h2>Synopsis</h2>
37
- <pre class="synopsis">#define <a class="link" href="harfbuzz-hb-deprecated.html#HB-BUFFER-FLAGS-DEFAULT:CAPS" title="HB_BUFFER_FLAGS_DEFAULT">HB_BUFFER_FLAGS_DEFAULT</a>
38
- #define <a class="link" href="harfbuzz-hb-deprecated.html#HB-BUFFER-SERIALIZE-FLAGS-DEFAULT:CAPS" title="HB_BUFFER_SERIALIZE_FLAGS_DEFAULT">HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</a>
39
- #define <a class="link" href="harfbuzz-hb-deprecated.html#HB-SCRIPT-CANADIAN-ABORIGINAL:CAPS" title="HB_SCRIPT_CANADIAN_ABORIGINAL">HB_SCRIPT_CANADIAN_ABORIGINAL</a>
40
- </pre>
34
+ <div class="refsect1">
35
+ <a name="harfbuzz-hb-deprecated.other"></a><h2>Types and Values</h2>
36
+ <div class="informaltable"><table width="100%" border="0">
37
+ <colgroup>
38
+ <col width="150px" class="name">
39
+ <col class="description">
40
+ </colgroup>
41
+ <tbody>
42
+ <tr>
43
+ <td class="define_keyword">#define</td>
44
+ <td class="function_name"><a class="link" href="harfbuzz-hb-deprecated.html#HB-BUFFER-FLAGS-DEFAULT:CAPS" title="HB_BUFFER_FLAGS_DEFAULT">HB_BUFFER_FLAGS_DEFAULT</a></td>
45
+ </tr>
46
+ <tr>
47
+ <td class="define_keyword">#define</td>
48
+ <td class="function_name"><a class="link" href="harfbuzz-hb-deprecated.html#HB-BUFFER-SERIALIZE-FLAGS-DEFAULT:CAPS" title="HB_BUFFER_SERIALIZE_FLAGS_DEFAULT">HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</a></td>
49
+ </tr>
50
+ <tr>
51
+ <td class="define_keyword">#define</td>
52
+ <td class="function_name"><a class="link" href="harfbuzz-hb-deprecated.html#HB-SCRIPT-CANADIAN-ABORIGINAL:CAPS" title="HB_SCRIPT_CANADIAN_ABORIGINAL">HB_SCRIPT_CANADIAN_ABORIGINAL</a></td>
53
+ </tr>
54
+ </tbody>
55
+ </table></div>
41
56
  </div>
42
57
  <div class="refsect1">
43
58
  <a name="harfbuzz-hb-deprecated.description"></a><h2>Description</h2>
@@ -45,15 +60,15 @@
45
60
  </p>
46
61
  </div>
47
62
  <div class="refsect1">
48
- <a name="harfbuzz-hb-deprecated.details"></a><h2>Details</h2>
63
+ <a name="harfbuzz-hb-deprecated.functions_details"></a><h2>Functions</h2>
64
+ </div>
65
+ <div class="refsect1">
66
+ <a name="harfbuzz-hb-deprecated.other_details"></a><h2>Types and Values</h2>
49
67
  <div class="refsect2">
50
68
  <a name="HB-BUFFER-FLAGS-DEFAULT:CAPS"></a><h3>HB_BUFFER_FLAGS_DEFAULT</h3>
51
69
  <pre class="programlisting">#define HB_BUFFER_FLAGS_DEFAULT HB_BUFFER_FLAG_DEFAULT
52
70
  </pre>
53
- <div class="warning">
54
- <h3 class="title">Warning</h3>
55
- <p><code class="literal">HB_BUFFER_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p>
56
- </div>
71
+ <div class="warning"><p><code class="literal">HB_BUFFER_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p></div>
57
72
  <p>
58
73
  </p>
59
74
  </div>
@@ -62,10 +77,7 @@
62
77
  <a name="HB-BUFFER-SERIALIZE-FLAGS-DEFAULT:CAPS"></a><h3>HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</h3>
63
78
  <pre class="programlisting">#define HB_BUFFER_SERIALIZE_FLAGS_DEFAULT HB_BUFFER_SERIALIZE_FLAG_DEFAULT
64
79
  </pre>
65
- <div class="warning">
66
- <h3 class="title">Warning</h3>
67
- <p><code class="literal">HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p>
68
- </div>
80
+ <div class="warning"><p><code class="literal">HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p></div>
69
81
  <p>
70
82
  </p>
71
83
  </div>
@@ -74,10 +86,7 @@
74
86
  <a name="HB-SCRIPT-CANADIAN-ABORIGINAL:CAPS"></a><h3>HB_SCRIPT_CANADIAN_ABORIGINAL</h3>
75
87
  <pre class="programlisting">#define HB_SCRIPT_CANADIAN_ABORIGINAL HB_SCRIPT_CANADIAN_SYLLABICS
76
88
  </pre>
77
- <div class="warning">
78
- <h3 class="title">Warning</h3>
79
- <p><code class="literal">HB_SCRIPT_CANADIAN_ABORIGINAL</code> is deprecated and should not be used in newly-written code.</p>
80
- </div>
89
+ <div class="warning"><p><code class="literal">HB_SCRIPT_CANADIAN_ABORIGINAL</code> is deprecated and should not be used in newly-written code.</p></div>
81
90
  <p>
82
91
  </p>
83
92
  </div>
@@ -85,6 +94,6 @@
85
94
  </div>
86
95
  <div class="footer">
87
96
  <hr>
88
- Generated by GTK-Doc V1.19.1</div>
97
+ Generated by GTK-Doc V1.20.1</div>
89
98
  </body>
90
99
  </html>
@@ -8,15 +8,15 @@
8
8
  <link rel="up" href="ch01.html" title="[Insert title here]">
9
9
  <link rel="prev" href="harfbuzz-hb-blob.html" title="hb-blob">
10
10
  <link rel="next" href="harfbuzz-hb-font.html" title="hb-font">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.20.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="#harfbuzz-hb-face.description" class="shortcut">Description</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="#harfbuzz-hb-face.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#harfbuzz-hb-face.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
20
20
  </td>
21
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
22
  <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
@@ -30,40 +30,169 @@
30
30
  <h2><span class="refentrytitle"><a name="harfbuzz-hb-face.top_of_page"></a>hb-face</span></h2>
31
31
  <p>hb-face</p>
32
32
  </td>
33
- <td valign="top" align="right"></td>
33
+ <td class="gallery_image" valign="top" align="right"></td>
34
34
  </tr></table></div>
35
- <div class="refsynopsisdiv">
36
- <a name="harfbuzz-hb-face.synopsis"></a><h2>Synopsis</h2>
37
- <pre class="synopsis"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> * <a class="link" href="harfbuzz-hb-face.html#hb-face-create" title="hb_face_create ()">hb_face_create</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
38
- <em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);
39
- <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> * <a class="link" href="harfbuzz-hb-face.html#hb-face-create-for-tables" title="hb_face_create_for_tables ()">hb_face_create_for_tables</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-reference-table-func-t" title="hb_reference_table_func_t ()"><span class="type">hb_reference_table_func_t</span></a> reference_table_func</code></em>,
40
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
41
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);
42
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-face.html#hb-face-destroy" title="hb_face_destroy ()">hb_face_destroy</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);
43
- <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> * <a class="link" href="harfbuzz-hb-face.html#hb-face-get-empty" title="hb_face_get_empty ()">hb_face_get_empty</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
44
- unsigned <span class="returnvalue">int</span> <a class="link" href="harfbuzz-hb-face.html#hb-face-get-glyph-count" title="hb_face_get_glyph_count ()">hb_face_get_glyph_count</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);
45
- unsigned <span class="returnvalue">int</span> <a class="link" href="harfbuzz-hb-face.html#hb-face-get-index" title="hb_face_get_index ()">hb_face_get_index</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);
46
- unsigned <span class="returnvalue">int</span> <a class="link" href="harfbuzz-hb-face.html#hb-face-get-upem" title="hb_face_get_upem ()">hb_face_get_upem</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);
47
- <span class="returnvalue">void</span> * <a class="link" href="harfbuzz-hb-face.html#hb-face-get-user-data" title="hb_face_get_user_data ()">hb_face_get_user_data</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
48
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t" title="hb_user_data_key_t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>);
49
- <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> <a class="link" href="harfbuzz-hb-face.html#hb-face-is-immutable" title="hb_face_is_immutable ()">hb_face_is_immutable</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);
50
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-face.html#hb-face-make-immutable" title="hb_face_make_immutable ()">hb_face_make_immutable</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);
51
- <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> * <a class="link" href="harfbuzz-hb-face.html#hb-face-reference" title="hb_face_reference ()">hb_face_reference</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);
52
- <a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="returnvalue">hb_blob_t</span></a> * <a class="link" href="harfbuzz-hb-face.html#hb-face-reference-blob" title="hb_face_reference_blob ()">hb_face_reference_blob</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);
53
- <a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="returnvalue">hb_blob_t</span></a> * <a class="link" href="harfbuzz-hb-face.html#hb-face-reference-table" title="hb_face_reference_table ()">hb_face_reference_table</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
54
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> tag</code></em>);
55
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-face.html#hb-face-set-glyph-count" title="hb_face_set_glyph_count ()">hb_face_set_glyph_count</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
56
- <em class="parameter"><code>unsigned <span class="type">int</span> glyph_count</code></em>);
57
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-face.html#hb-face-set-index" title="hb_face_set_index ()">hb_face_set_index</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
58
- <em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);
59
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-face.html#hb-face-set-upem" title="hb_face_set_upem ()">hb_face_set_upem</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
60
- <em class="parameter"><code>unsigned <span class="type">int</span> upem</code></em>);
61
- <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> <a class="link" href="harfbuzz-hb-face.html#hb-face-set-user-data" title="hb_face_set_user_data ()">hb_face_set_user_data</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
62
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t" title="hb_user_data_key_t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>,
63
- <em class="parameter"><code><span class="type">void</span> *data</code></em>,
64
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>,
65
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="type">hb_bool_t</span></a> replace</code></em>);
66
- typedef <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t">hb_face_t</a>;
35
+ <div class="refsect1">
36
+ <a name="harfbuzz-hb-face.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
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
46
+ </td>
47
+ <td class="function_name">
48
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-create" title="hb_face_create ()">hb_face_create</a> <span class="c_punctuation">()</span>
49
+ </td>
50
+ </tr>
51
+ <tr>
52
+ <td class="function_type">
53
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
54
+ </td>
55
+ <td class="function_name">
56
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-create-for-tables" title="hb_face_create_for_tables ()">hb_face_create_for_tables</a> <span class="c_punctuation">()</span>
57
+ </td>
58
+ </tr>
59
+ <tr>
60
+ <td class="function_type">
61
+ <span class="returnvalue">void</span>
62
+ </td>
63
+ <td class="function_name">
64
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-destroy" title="hb_face_destroy ()">hb_face_destroy</a> <span class="c_punctuation">()</span>
65
+ </td>
66
+ </tr>
67
+ <tr>
68
+ <td class="function_type">
69
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
70
+ </td>
71
+ <td class="function_name">
72
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-get-empty" title="hb_face_get_empty ()">hb_face_get_empty</a> <span class="c_punctuation">()</span>
73
+ </td>
74
+ </tr>
75
+ <tr>
76
+ <td class="function_type">unsigned <span class="returnvalue">int</span>
77
+ </td>
78
+ <td class="function_name">
79
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-get-glyph-count" title="hb_face_get_glyph_count ()">hb_face_get_glyph_count</a> <span class="c_punctuation">()</span>
80
+ </td>
81
+ </tr>
82
+ <tr>
83
+ <td class="function_type">unsigned <span class="returnvalue">int</span>
84
+ </td>
85
+ <td class="function_name">
86
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-get-index" title="hb_face_get_index ()">hb_face_get_index</a> <span class="c_punctuation">()</span>
87
+ </td>
88
+ </tr>
89
+ <tr>
90
+ <td class="function_type">unsigned <span class="returnvalue">int</span>
91
+ </td>
92
+ <td class="function_name">
93
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-get-upem" title="hb_face_get_upem ()">hb_face_get_upem</a> <span class="c_punctuation">()</span>
94
+ </td>
95
+ </tr>
96
+ <tr>
97
+ <td class="function_type">
98
+ <span class="returnvalue">void</span> *
99
+ </td>
100
+ <td class="function_name">
101
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-get-user-data" title="hb_face_get_user_data ()">hb_face_get_user_data</a> <span class="c_punctuation">()</span>
102
+ </td>
103
+ </tr>
104
+ <tr>
105
+ <td class="function_type">
106
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
107
+ </td>
108
+ <td class="function_name">
109
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-is-immutable" title="hb_face_is_immutable ()">hb_face_is_immutable</a> <span class="c_punctuation">()</span>
110
+ </td>
111
+ </tr>
112
+ <tr>
113
+ <td class="function_type">
114
+ <span class="returnvalue">void</span>
115
+ </td>
116
+ <td class="function_name">
117
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-make-immutable" title="hb_face_make_immutable ()">hb_face_make_immutable</a> <span class="c_punctuation">()</span>
118
+ </td>
119
+ </tr>
120
+ <tr>
121
+ <td class="function_type">
122
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
123
+ </td>
124
+ <td class="function_name">
125
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-reference" title="hb_face_reference ()">hb_face_reference</a> <span class="c_punctuation">()</span>
126
+ </td>
127
+ </tr>
128
+ <tr>
129
+ <td class="function_type">
130
+ <a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
131
+ </td>
132
+ <td class="function_name">
133
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-reference-blob" title="hb_face_reference_blob ()">hb_face_reference_blob</a> <span class="c_punctuation">()</span>
134
+ </td>
135
+ </tr>
136
+ <tr>
137
+ <td class="function_type">
138
+ <a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
139
+ </td>
140
+ <td class="function_name">
141
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-reference-table" title="hb_face_reference_table ()">hb_face_reference_table</a> <span class="c_punctuation">()</span>
142
+ </td>
143
+ </tr>
144
+ <tr>
145
+ <td class="function_type">
146
+ <span class="returnvalue">void</span>
147
+ </td>
148
+ <td class="function_name">
149
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-set-glyph-count" title="hb_face_set_glyph_count ()">hb_face_set_glyph_count</a> <span class="c_punctuation">()</span>
150
+ </td>
151
+ </tr>
152
+ <tr>
153
+ <td class="function_type">
154
+ <span class="returnvalue">void</span>
155
+ </td>
156
+ <td class="function_name">
157
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-set-index" title="hb_face_set_index ()">hb_face_set_index</a> <span class="c_punctuation">()</span>
158
+ </td>
159
+ </tr>
160
+ <tr>
161
+ <td class="function_type">
162
+ <span class="returnvalue">void</span>
163
+ </td>
164
+ <td class="function_name">
165
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-set-upem" title="hb_face_set_upem ()">hb_face_set_upem</a> <span class="c_punctuation">()</span>
166
+ </td>
167
+ </tr>
168
+ <tr>
169
+ <td class="function_type">
170
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
171
+ </td>
172
+ <td class="function_name">
173
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-set-user-data" title="hb_face_set_user_data ()">hb_face_set_user_data</a> <span class="c_punctuation">()</span>
174
+ </td>
175
+ </tr>
176
+ </tbody>
177
+ </table></div>
178
+ </div>
179
+ <a name="hb-face-t"></a><div class="refsect1">
180
+ <a name="harfbuzz-hb-face.other"></a><h2>Types and Values</h2>
181
+ <div class="informaltable"><table width="100%" border="0">
182
+ <colgroup>
183
+ <col width="150px" class="name">
184
+ <col class="description">
185
+ </colgroup>
186
+ <tbody><tr>
187
+ <td class="typedef_keyword">typedef</td>
188
+ <td class="function_name"><a class="link" href="harfbuzz-hb-face.html#hb-face-t">hb_face_t</a></td>
189
+ </tr></tbody>
190
+ </table></div>
191
+ </div>
192
+ <div class="refsect1">
193
+ <a name="harfbuzz-hb-face.object-hierarchy"></a><h2>Object Hierarchy</h2>
194
+ <pre class="screen"> GBoxed
195
+ <span class="lineart">╰──</span> hb_face_t
67
196
  </pre>
68
197
  </div>
69
198
  <div class="refsect1">
@@ -72,262 +201,419 @@ typedef <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title
72
201
  </p>
73
202
  </div>
74
203
  <div class="refsect1">
75
- <a name="harfbuzz-hb-face.details"></a><h2>Details</h2>
204
+ <a name="harfbuzz-hb-face.functions_details"></a><h2>Functions</h2>
76
205
  <div class="refsect2">
77
- <a name="hb-face-create"></a><h3>hb_face_create ()</h3>
78
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> * hb_face_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
79
- <em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
206
+ <a name="hb-face-create"></a><h3>hb_face_create ()</h3>
207
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
208
+ hb_face_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
209
+ <em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
80
210
  <p>
81
211
  </p>
212
+ <div class="refsect3">
213
+ <a name="idp17669104"></a><h4>Returns</h4>
214
+ <p></p>
215
+ </div>
82
216
  </div>
83
217
  <hr>
84
218
  <div class="refsect2">
85
- <a name="hb-face-create-for-tables"></a><h3>hb_face_create_for_tables ()</h3>
86
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> * hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-reference-table-func-t" title="hb_reference_table_func_t ()"><span class="type">hb_reference_table_func_t</span></a> reference_table_func</code></em>,
87
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
88
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
89
- <div class="variablelist"><table border="0">
90
- <col align="left" valign="top">
91
- <tbody>
92
- <tr>
93
- <td><p><span class="term"><em class="parameter"><code>reference_table_func</code></em> :</span></p></td>
94
- <td>. <span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> user_data][destroy destroy][<acronym title="The callback is valid until the GDestroyNotify argument is called."><span class="acronym">scope notified</span></acronym>]</span>
95
- </td>
96
- </tr>
97
- <tr>
98
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
99
- <td>(transfer full)</td>
100
- </tr>
101
- </tbody>
219
+ <a name="hb-face-create-for-tables"></a><h3>hb_face_create_for_tables ()</h3>
220
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
221
+ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-reference-table-func-t" title="hb_reference_table_func_t ()"><span class="type">hb_reference_table_func_t</span></a> reference_table_func</code></em>,
222
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
223
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
224
+ <div class="refsect3">
225
+ <a name="idp16965008"></a><h4>Parameters</h4>
226
+ <div class="informaltable"><table width="100%" border="0">
227
+ <colgroup>
228
+ <col width="150px" class="parameters_name">
229
+ <col class="parameters_description">
230
+ <col width="200px" class="parameters_annotations">
231
+ </colgroup>
232
+ <tbody><tr>
233
+ <td class="parameter_name"><p>reference_table_func</p></td>
234
+ <td class="parameter_description"><p>. </p></td>
235
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> user_data][<acronym title="This parameter is a 'destroy_data', for callbacks."><span class="acronym">destroy</span></acronym> destroy][<acronym title="The callback is valid until the GDestroyNotify argument is called."><span class="acronym">scope notified</span></acronym>]</span></td>
236
+ </tr></tbody>
102
237
  </table></div>
238
+ </div>
239
+ <div class="refsect3">
240
+ <a name="idp17846736"></a><h4>Returns</h4>
241
+ <p> (transfer full)</p>
242
+ <p></p>
243
+ </div>
103
244
  <p class="since">Since 1.0</p>
104
245
  </div>
105
246
  <hr>
106
247
  <div class="refsect2">
107
- <a name="hb-face-destroy"></a><h3>hb_face_destroy ()</h3>
108
- <pre class="programlisting"><span class="returnvalue">void</span> hb_face_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
109
- <div class="variablelist"><table border="0">
110
- <col align="left" valign="top">
248
+ <a name="hb-face-destroy"></a><h3>hb_face_destroy ()</h3>
249
+ <pre class="programlisting"><span class="returnvalue">void</span>
250
+ hb_face_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
251
+ <div class="refsect3">
252
+ <a name="idp14634400"></a><h4>Parameters</h4>
253
+ <div class="informaltable"><table width="100%" border="0">
254
+ <colgroup>
255
+ <col width="150px" class="parameters_name">
256
+ <col class="parameters_description">
257
+ <col width="200px" class="parameters_annotations">
258
+ </colgroup>
111
259
  <tbody><tr>
112
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
113
- <td>a face.</td>
260
+ <td class="parameter_name"><p>face</p></td>
261
+ <td class="parameter_description"><p>a face.</p></td>
262
+ <td class="parameter_annotations"> </td>
114
263
  </tr></tbody>
115
264
  </table></div>
265
+ </div>
116
266
  <p class="since">Since 1.0</p>
117
267
  </div>
118
268
  <hr>
119
269
  <div class="refsect2">
120
- <a name="hb-face-get-empty"></a><h3>hb_face_get_empty ()</h3>
121
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> * hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
122
- <div class="variablelist"><table border="0">
123
- <col align="left" valign="top">
124
- <tbody><tr>
125
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
126
- <td>(transfer full)</td>
127
- </tr></tbody>
128
- </table></div>
270
+ <a name="hb-face-get-empty"></a><h3>hb_face_get_empty ()</h3>
271
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
272
+ hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
273
+ <div class="refsect3">
274
+ <a name="idp21412768"></a><h4>Returns</h4>
275
+ <p> (transfer full)</p>
276
+ <p></p>
277
+ </div>
129
278
  <p class="since">Since 1.0</p>
130
279
  </div>
131
280
  <hr>
132
281
  <div class="refsect2">
133
- <a name="hb-face-get-glyph-count"></a><h3>hb_face_get_glyph_count ()</h3>
134
- <pre class="programlisting">unsigned <span class="returnvalue">int</span> hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
135
- <div class="variablelist"><table border="0">
136
- <col align="left" valign="top">
282
+ <a name="hb-face-get-glyph-count"></a><h3>hb_face_get_glyph_count ()</h3>
283
+ <pre class="programlisting">unsigned <span class="returnvalue">int</span>
284
+ hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
285
+ <div class="refsect3">
286
+ <a name="idp22131376"></a><h4>Parameters</h4>
287
+ <div class="informaltable"><table width="100%" border="0">
288
+ <colgroup>
289
+ <col width="150px" class="parameters_name">
290
+ <col class="parameters_description">
291
+ <col width="200px" class="parameters_annotations">
292
+ </colgroup>
137
293
  <tbody><tr>
138
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
139
- <td>a face.</td>
294
+ <td class="parameter_name"><p>face</p></td>
295
+ <td class="parameter_description"><p>a face.</p></td>
296
+ <td class="parameter_annotations"> </td>
140
297
  </tr></tbody>
141
298
  </table></div>
299
+ </div>
300
+ <div class="refsect3">
301
+ <a name="idp22139776"></a><h4>Returns</h4>
302
+ <p></p>
303
+ </div>
142
304
  <p class="since">Since 1.0</p>
143
305
  </div>
144
306
  <hr>
145
307
  <div class="refsect2">
146
- <a name="hb-face-get-index"></a><h3>hb_face_get_index ()</h3>
147
- <pre class="programlisting">unsigned <span class="returnvalue">int</span> hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
148
- <div class="variablelist"><table border="0">
149
- <col align="left" valign="top">
308
+ <a name="hb-face-get-index"></a><h3>hb_face_get_index ()</h3>
309
+ <pre class="programlisting">unsigned <span class="returnvalue">int</span>
310
+ hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
311
+ <div class="refsect3">
312
+ <a name="idp22148976"></a><h4>Parameters</h4>
313
+ <div class="informaltable"><table width="100%" border="0">
314
+ <colgroup>
315
+ <col width="150px" class="parameters_name">
316
+ <col class="parameters_description">
317
+ <col width="200px" class="parameters_annotations">
318
+ </colgroup>
150
319
  <tbody><tr>
151
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
152
- <td>a face.</td>
320
+ <td class="parameter_name"><p>face</p></td>
321
+ <td class="parameter_description"><p>a face.</p></td>
322
+ <td class="parameter_annotations"> </td>
153
323
  </tr></tbody>
154
324
  </table></div>
325
+ </div>
326
+ <div class="refsect3">
327
+ <a name="idp22157376"></a><h4>Returns</h4>
328
+ <p></p>
329
+ </div>
155
330
  <p class="since">Since 1.0</p>
156
331
  </div>
157
332
  <hr>
158
333
  <div class="refsect2">
159
- <a name="hb-face-get-upem"></a><h3>hb_face_get_upem ()</h3>
160
- <pre class="programlisting">unsigned <span class="returnvalue">int</span> hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
161
- <div class="variablelist"><table border="0">
162
- <col align="left" valign="top">
334
+ <a name="hb-face-get-upem"></a><h3>hb_face_get_upem ()</h3>
335
+ <pre class="programlisting">unsigned <span class="returnvalue">int</span>
336
+ hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
337
+ <div class="refsect3">
338
+ <a name="idp22166576"></a><h4>Parameters</h4>
339
+ <div class="informaltable"><table width="100%" border="0">
340
+ <colgroup>
341
+ <col width="150px" class="parameters_name">
342
+ <col class="parameters_description">
343
+ <col width="200px" class="parameters_annotations">
344
+ </colgroup>
163
345
  <tbody><tr>
164
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
165
- <td>a face.</td>
346
+ <td class="parameter_name"><p>face</p></td>
347
+ <td class="parameter_description"><p>a face.</p></td>
348
+ <td class="parameter_annotations"> </td>
166
349
  </tr></tbody>
167
350
  </table></div>
351
+ </div>
352
+ <div class="refsect3">
353
+ <a name="idp22174976"></a><h4>Returns</h4>
354
+ <p></p>
355
+ </div>
168
356
  <p class="since">Since 1.0</p>
169
357
  </div>
170
358
  <hr>
171
359
  <div class="refsect2">
172
- <a name="hb-face-get-user-data"></a><h3>hb_face_get_user_data ()</h3>
173
- <pre class="programlisting"><span class="returnvalue">void</span> * hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
174
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t" title="hb_user_data_key_t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>);</pre>
175
- <div class="variablelist"><table border="0">
176
- <col align="left" valign="top">
177
- <tbody>
178
- <tr>
179
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
180
- <td>a face.</td>
181
- </tr>
182
- <tr>
183
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
184
- <td>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
185
- </td>
186
- </tr>
187
- </tbody>
360
+ <a name="hb-face-get-user-data"></a><h3>hb_face_get_user_data ()</h3>
361
+ <pre class="programlisting"><span class="returnvalue">void</span> *
362
+ hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
363
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>);</pre>
364
+ <div class="refsect3">
365
+ <a name="idp22185664"></a><h4>Parameters</h4>
366
+ <div class="informaltable"><table width="100%" border="0">
367
+ <colgroup>
368
+ <col width="150px" class="parameters_name">
369
+ <col class="parameters_description">
370
+ <col width="200px" class="parameters_annotations">
371
+ </colgroup>
372
+ <tbody><tr>
373
+ <td class="parameter_name"><p>face</p></td>
374
+ <td class="parameter_description"><p>a face.</p></td>
375
+ <td class="parameter_annotations"> </td>
376
+ </tr></tbody>
188
377
  </table></div>
378
+ </div>
379
+ <div class="refsect3">
380
+ <a name="idp22194064"></a><h4>Returns</h4>
381
+ <p>. </p>
382
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
383
+ </div>
189
384
  <p class="since">Since 1.0</p>
190
385
  </div>
191
386
  <hr>
192
387
  <div class="refsect2">
193
- <a name="hb-face-is-immutable"></a><h3>hb_face_is_immutable ()</h3>
194
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
195
- <div class="variablelist"><table border="0">
196
- <col align="left" valign="top">
388
+ <a name="hb-face-is-immutable"></a><h3>hb_face_is_immutable ()</h3>
389
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
390
+ hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
391
+ <div class="refsect3">
392
+ <a name="idp22204720"></a><h4>Parameters</h4>
393
+ <div class="informaltable"><table width="100%" border="0">
394
+ <colgroup>
395
+ <col width="150px" class="parameters_name">
396
+ <col class="parameters_description">
397
+ <col width="200px" class="parameters_annotations">
398
+ </colgroup>
197
399
  <tbody><tr>
198
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
199
- <td>a face.</td>
400
+ <td class="parameter_name"><p>face</p></td>
401
+ <td class="parameter_description"><p>a face.</p></td>
402
+ <td class="parameter_annotations"> </td>
200
403
  </tr></tbody>
201
404
  </table></div>
405
+ </div>
406
+ <div class="refsect3">
407
+ <a name="idp22213120"></a><h4>Returns</h4>
408
+ <p></p>
409
+ </div>
202
410
  <p class="since">Since 1.0</p>
203
411
  </div>
204
412
  <hr>
205
413
  <div class="refsect2">
206
- <a name="hb-face-make-immutable"></a><h3>hb_face_make_immutable ()</h3>
207
- <pre class="programlisting"><span class="returnvalue">void</span> hb_face_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
208
- <div class="variablelist"><table border="0">
209
- <col align="left" valign="top">
414
+ <a name="hb-face-make-immutable"></a><h3>hb_face_make_immutable ()</h3>
415
+ <pre class="programlisting"><span class="returnvalue">void</span>
416
+ hb_face_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
417
+ <div class="refsect3">
418
+ <a name="idp22222176"></a><h4>Parameters</h4>
419
+ <div class="informaltable"><table width="100%" border="0">
420
+ <colgroup>
421
+ <col width="150px" class="parameters_name">
422
+ <col class="parameters_description">
423
+ <col width="200px" class="parameters_annotations">
424
+ </colgroup>
210
425
  <tbody><tr>
211
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
212
- <td>a face.</td>
426
+ <td class="parameter_name"><p>face</p></td>
427
+ <td class="parameter_description"><p>a face.</p></td>
428
+ <td class="parameter_annotations"> </td>
213
429
  </tr></tbody>
214
430
  </table></div>
431
+ </div>
215
432
  <p class="since">Since 1.0</p>
216
433
  </div>
217
434
  <hr>
218
435
  <div class="refsect2">
219
- <a name="hb-face-reference"></a><h3>hb_face_reference ()</h3>
220
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> * hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
221
- <div class="variablelist"><table border="0">
222
- <col align="left" valign="top">
436
+ <a name="hb-face-reference"></a><h3>hb_face_reference ()</h3>
437
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
438
+ hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
439
+ <div class="refsect3">
440
+ <a name="idp22238192"></a><h4>Parameters</h4>
441
+ <div class="informaltable"><table width="100%" border="0">
442
+ <colgroup>
443
+ <col width="150px" class="parameters_name">
444
+ <col class="parameters_description">
445
+ <col width="200px" class="parameters_annotations">
446
+ </colgroup>
223
447
  <tbody><tr>
224
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
225
- <td>a face.</td>
448
+ <td class="parameter_name"><p>face</p></td>
449
+ <td class="parameter_description"><p>a face.</p></td>
450
+ <td class="parameter_annotations"> </td>
226
451
  </tr></tbody>
227
452
  </table></div>
453
+ </div>
454
+ <div class="refsect3">
455
+ <a name="idp22246592"></a><h4>Returns</h4>
456
+ <p></p>
457
+ </div>
228
458
  <p class="since">Since 1.0</p>
229
459
  </div>
230
460
  <hr>
231
461
  <div class="refsect2">
232
- <a name="hb-face-reference-blob"></a><h3>hb_face_reference_blob ()</h3>
233
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="returnvalue">hb_blob_t</span></a> * hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
234
- <div class="variablelist"><table border="0">
235
- <col align="left" valign="top">
236
- <tbody>
237
- <tr>
238
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
239
- <td>a face.</td>
240
- </tr>
241
- <tr>
242
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
243
- <td>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
244
- </td>
245
- </tr>
246
- </tbody>
462
+ <a name="hb-face-reference-blob"></a><h3>hb_face_reference_blob ()</h3>
463
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
464
+ hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
465
+ <div class="refsect3">
466
+ <a name="idp22255648"></a><h4>Parameters</h4>
467
+ <div class="informaltable"><table width="100%" border="0">
468
+ <colgroup>
469
+ <col width="150px" class="parameters_name">
470
+ <col class="parameters_description">
471
+ <col width="200px" class="parameters_annotations">
472
+ </colgroup>
473
+ <tbody><tr>
474
+ <td class="parameter_name"><p>face</p></td>
475
+ <td class="parameter_description"><p>a face.</p></td>
476
+ <td class="parameter_annotations"> </td>
477
+ </tr></tbody>
247
478
  </table></div>
479
+ </div>
480
+ <div class="refsect3">
481
+ <a name="idp22264048"></a><h4>Returns</h4>
482
+ <p>. </p>
483
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
484
+ </div>
248
485
  <p class="since">Since 1.0</p>
249
486
  </div>
250
487
  <hr>
251
488
  <div class="refsect2">
252
- <a name="hb-face-reference-table"></a><h3>hb_face_reference_table ()</h3>
253
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="returnvalue">hb_blob_t</span></a> * hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
254
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> tag</code></em>);</pre>
255
- <div class="variablelist"><table border="0">
256
- <col align="left" valign="top">
257
- <tbody>
258
- <tr>
259
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
260
- <td>a face.</td>
261
- </tr>
262
- <tr>
263
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
264
- <td>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
265
- </td>
266
- </tr>
267
- </tbody>
489
+ <a name="hb-face-reference-table"></a><h3>hb_face_reference_table ()</h3>
490
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
491
+ hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
492
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> tag</code></em>);</pre>
493
+ <div class="refsect3">
494
+ <a name="idp22276400"></a><h4>Parameters</h4>
495
+ <div class="informaltable"><table width="100%" border="0">
496
+ <colgroup>
497
+ <col width="150px" class="parameters_name">
498
+ <col class="parameters_description">
499
+ <col width="200px" class="parameters_annotations">
500
+ </colgroup>
501
+ <tbody><tr>
502
+ <td class="parameter_name"><p>face</p></td>
503
+ <td class="parameter_description"><p>a face.</p></td>
504
+ <td class="parameter_annotations"> </td>
505
+ </tr></tbody>
268
506
  </table></div>
507
+ </div>
508
+ <div class="refsect3">
509
+ <a name="idp22284800"></a><h4>Returns</h4>
510
+ <p>. </p>
511
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
512
+ </div>
269
513
  <p class="since">Since 1.0</p>
270
514
  </div>
271
515
  <hr>
272
516
  <div class="refsect2">
273
- <a name="hb-face-set-glyph-count"></a><h3>hb_face_set_glyph_count ()</h3>
274
- <pre class="programlisting"><span class="returnvalue">void</span> hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
275
- <em class="parameter"><code>unsigned <span class="type">int</span> glyph_count</code></em>);</pre>
276
- <div class="variablelist"><table border="0">
277
- <col align="left" valign="top">
517
+ <a name="hb-face-set-glyph-count"></a><h3>hb_face_set_glyph_count ()</h3>
518
+ <pre class="programlisting"><span class="returnvalue">void</span>
519
+ hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
520
+ <em class="parameter"><code>unsigned <span class="type">int</span> glyph_count</code></em>);</pre>
521
+ <div class="refsect3">
522
+ <a name="idp22297328"></a><h4>Parameters</h4>
523
+ <div class="informaltable"><table width="100%" border="0">
524
+ <colgroup>
525
+ <col width="150px" class="parameters_name">
526
+ <col class="parameters_description">
527
+ <col width="200px" class="parameters_annotations">
528
+ </colgroup>
278
529
  <tbody><tr>
279
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
280
- <td>a face.</td>
530
+ <td class="parameter_name"><p>face</p></td>
531
+ <td class="parameter_description"><p>a face.</p></td>
532
+ <td class="parameter_annotations"> </td>
281
533
  </tr></tbody>
282
534
  </table></div>
535
+ </div>
283
536
  <p class="since">Since 1.0</p>
284
537
  </div>
285
538
  <hr>
286
539
  <div class="refsect2">
287
- <a name="hb-face-set-index"></a><h3>hb_face_set_index ()</h3>
288
- <pre class="programlisting"><span class="returnvalue">void</span> hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
289
- <em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
290
- <div class="variablelist"><table border="0">
291
- <col align="left" valign="top">
540
+ <a name="hb-face-set-index"></a><h3>hb_face_set_index ()</h3>
541
+ <pre class="programlisting"><span class="returnvalue">void</span>
542
+ hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
543
+ <em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
544
+ <div class="refsect3">
545
+ <a name="idp22315120"></a><h4>Parameters</h4>
546
+ <div class="informaltable"><table width="100%" border="0">
547
+ <colgroup>
548
+ <col width="150px" class="parameters_name">
549
+ <col class="parameters_description">
550
+ <col width="200px" class="parameters_annotations">
551
+ </colgroup>
292
552
  <tbody><tr>
293
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
294
- <td>a face.</td>
553
+ <td class="parameter_name"><p>face</p></td>
554
+ <td class="parameter_description"><p>a face.</p></td>
555
+ <td class="parameter_annotations"> </td>
295
556
  </tr></tbody>
296
557
  </table></div>
558
+ </div>
297
559
  <p class="since">Since 1.0</p>
298
560
  </div>
299
561
  <hr>
300
562
  <div class="refsect2">
301
- <a name="hb-face-set-upem"></a><h3>hb_face_set_upem ()</h3>
302
- <pre class="programlisting"><span class="returnvalue">void</span> hb_face_set_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
303
- <em class="parameter"><code>unsigned <span class="type">int</span> upem</code></em>);</pre>
304
- <div class="variablelist"><table border="0">
305
- <col align="left" valign="top">
563
+ <a name="hb-face-set-upem"></a><h3>hb_face_set_upem ()</h3>
564
+ <pre class="programlisting"><span class="returnvalue">void</span>
565
+ hb_face_set_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
566
+ <em class="parameter"><code>unsigned <span class="type">int</span> upem</code></em>);</pre>
567
+ <div class="refsect3">
568
+ <a name="idp22332912"></a><h4>Parameters</h4>
569
+ <div class="informaltable"><table width="100%" border="0">
570
+ <colgroup>
571
+ <col width="150px" class="parameters_name">
572
+ <col class="parameters_description">
573
+ <col width="200px" class="parameters_annotations">
574
+ </colgroup>
306
575
  <tbody><tr>
307
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
308
- <td>a face.</td>
576
+ <td class="parameter_name"><p>face</p></td>
577
+ <td class="parameter_description"><p>a face.</p></td>
578
+ <td class="parameter_annotations"> </td>
309
579
  </tr></tbody>
310
580
  </table></div>
581
+ </div>
311
582
  <p class="since">Since 1.0</p>
312
583
  </div>
313
584
  <hr>
314
585
  <div class="refsect2">
315
- <a name="hb-face-set-user-data"></a><h3>hb_face_set_user_data ()</h3>
316
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
317
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t" title="hb_user_data_key_t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>,
318
- <em class="parameter"><code><span class="type">void</span> *data</code></em>,
319
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>,
320
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="type">hb_bool_t</span></a> replace</code></em>);</pre>
321
- <div class="variablelist"><table border="0">
322
- <col align="left" valign="top">
586
+ <a name="hb-face-set-user-data"></a><h3>hb_face_set_user_data ()</h3>
587
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
588
+ hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
589
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>,
590
+ <em class="parameter"><code><span class="type">void</span> *data</code></em>,
591
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>,
592
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="type">hb_bool_t</span></a> replace</code></em>);</pre>
593
+ <div class="refsect3">
594
+ <a name="idp22355472"></a><h4>Parameters</h4>
595
+ <div class="informaltable"><table width="100%" border="0">
596
+ <colgroup>
597
+ <col width="150px" class="parameters_name">
598
+ <col class="parameters_description">
599
+ <col width="200px" class="parameters_annotations">
600
+ </colgroup>
323
601
  <tbody><tr>
324
- <td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
325
- <td>a face.</td>
602
+ <td class="parameter_name"><p>face</p></td>
603
+ <td class="parameter_description"><p>a face.</p></td>
604
+ <td class="parameter_annotations"> </td>
326
605
  </tr></tbody>
327
606
  </table></div>
607
+ </div>
608
+ <div class="refsect3">
609
+ <a name="idp22363872"></a><h4>Returns</h4>
610
+ <p></p>
611
+ </div>
328
612
  <p class="since">Since 1.0</p>
329
613
  </div>
330
- <hr>
614
+ </div>
615
+ <div class="refsect1">
616
+ <a name="harfbuzz-hb-face.other_details"></a><h2>Types and Values</h2>
331
617
  <div class="refsect2">
332
618
  <a name="hb-face-t"></a><h3>hb_face_t</h3>
333
619
  <pre class="programlisting">typedef struct hb_face_t hb_face_t;
@@ -339,6 +625,6 @@ typedef <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title
339
625
  </div>
340
626
  <div class="footer">
341
627
  <hr>
342
- Generated by GTK-Doc V1.19.1</div>
628
+ Generated by GTK-Doc V1.20.1</div>
343
629
  </body>
344
630
  </html>