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,15 @@
8
8
  <link rel="up" href="ch01.html" title="[Insert title here]">
9
9
  <link rel="prev" href="harfbuzz-hb-face.html" title="hb-face">
10
10
  <link rel="next" href="harfbuzz-hb-shape.html" title="hb-shape">
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-font.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-font.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#harfbuzz-hb-font.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,256 +30,587 @@
30
30
  <h2><span class="refentrytitle"><a name="harfbuzz-hb-font.top_of_page"></a>hb-font</span></h2>
31
31
  <p>hb-font</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-font.synopsis"></a><h2>Synopsis</h2>
37
- <pre class="synopsis"><span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-add-glyph-origin-for-direction" title="hb_font_add_glyph_origin_for_direction ()">hb_font_add_glyph_origin_for_direction</a>
38
- (<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
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
40
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
41
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
42
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);
43
- <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="returnvalue">hb_font_t</span></a> * <a class="link" href="harfbuzz-hb-font.html#hb-font-create" title="hb_font_create ()">hb_font_create</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>);
44
- <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="returnvalue">hb_font_t</span></a> * <a class="link" href="harfbuzz-hb-font.html#hb-font-create-sub-font" title="hb_font_create_sub_font ()">hb_font_create_sub_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> *parent</code></em>);
45
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-destroy" title="hb_font_destroy ()">hb_font_destroy</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>);
46
- <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="returnvalue">hb_font_funcs_t</span></a> * <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-create" title="hb_font_funcs_create ()">hb_font_funcs_create</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
47
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-destroy" title="hb_font_funcs_destroy ()">hb_font_funcs_destroy</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);
48
- <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="returnvalue">hb_font_funcs_t</span></a> * <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-get-empty" title="hb_font_funcs_get_empty ()">hb_font_funcs_get_empty</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
49
- <span class="returnvalue">void</span> * <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-get-user-data" title="hb_font_funcs_get_user_data ()">hb_font_funcs_get_user_data</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
50
- <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>);
51
- <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-font.html#hb-font-funcs-is-immutable" title="hb_font_funcs_is_immutable ()">hb_font_funcs_is_immutable</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);
52
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-make-immutable" title="hb_font_funcs_make_immutable ()">hb_font_funcs_make_immutable</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);
53
- <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="returnvalue">hb_font_funcs_t</span></a> * <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-reference" title="hb_font_funcs_reference ()">hb_font_funcs_reference</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);
54
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-contour-point-func" title="hb_font_funcs_set_glyph_contour_point_func ()">hb_font_funcs_set_glyph_contour_point_func</a>
55
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
56
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-contour-point-func-t" title="hb_font_get_glyph_contour_point_func_t ()"><span class="type">hb_font_get_glyph_contour_point_func_t</span></a> func</code></em>,
57
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
58
- <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>);
59
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-extents-func" title="hb_font_funcs_set_glyph_extents_func ()">hb_font_funcs_set_glyph_extents_func</a>
60
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
61
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-extents-func-t" title="hb_font_get_glyph_extents_func_t ()"><span class="type">hb_font_get_glyph_extents_func_t</span></a> func</code></em>,
62
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
63
- <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>);
64
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-from-name-func" title="hb_font_funcs_set_glyph_from_name_func ()">hb_font_funcs_set_glyph_from_name_func</a>
65
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
66
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-from-name-func-t" title="hb_font_get_glyph_from_name_func_t ()"><span class="type">hb_font_get_glyph_from_name_func_t</span></a> func</code></em>,
67
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
68
- <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>);
69
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-func" title="hb_font_funcs_set_glyph_func ()">hb_font_funcs_set_glyph_func</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
70
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-func-t" title="hb_font_get_glyph_func_t ()"><span class="type">hb_font_get_glyph_func_t</span></a> func</code></em>,
71
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
72
- <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>);
73
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-h-advance-func" title="hb_font_funcs_set_glyph_h_advance_func ()">hb_font_funcs_set_glyph_h_advance_func</a>
74
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
75
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-advance-func-t" title="hb_font_get_glyph_h_advance_func_t"><span class="type">hb_font_get_glyph_h_advance_func_t</span></a> func</code></em>,
76
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
77
- <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>);
78
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-h-kerning-func" title="hb_font_funcs_set_glyph_h_kerning_func ()">hb_font_funcs_set_glyph_h_kerning_func</a>
79
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
80
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-kerning-func-t" title="hb_font_get_glyph_h_kerning_func_t"><span class="type">hb_font_get_glyph_h_kerning_func_t</span></a> func</code></em>,
81
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
82
- <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>);
83
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-h-origin-func" title="hb_font_funcs_set_glyph_h_origin_func ()">hb_font_funcs_set_glyph_h_origin_func</a>
84
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
85
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-origin-func-t" title="hb_font_get_glyph_h_origin_func_t"><span class="type">hb_font_get_glyph_h_origin_func_t</span></a> func</code></em>,
86
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
87
- <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>);
88
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-name-func" title="hb_font_funcs_set_glyph_name_func ()">hb_font_funcs_set_glyph_name_func</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
89
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-name-func-t" title="hb_font_get_glyph_name_func_t ()"><span class="type">hb_font_get_glyph_name_func_t</span></a> func</code></em>,
90
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
91
- <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>);
92
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-v-advance-func" title="hb_font_funcs_set_glyph_v_advance_func ()">hb_font_funcs_set_glyph_v_advance_func</a>
93
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
94
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-advance-func-t" title="hb_font_get_glyph_v_advance_func_t"><span class="type">hb_font_get_glyph_v_advance_func_t</span></a> func</code></em>,
95
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
96
- <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>);
97
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-v-kerning-func" title="hb_font_funcs_set_glyph_v_kerning_func ()">hb_font_funcs_set_glyph_v_kerning_func</a>
98
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
99
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-kerning-func-t" title="hb_font_get_glyph_v_kerning_func_t"><span class="type">hb_font_get_glyph_v_kerning_func_t</span></a> func</code></em>,
100
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
101
- <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>);
102
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-v-origin-func" title="hb_font_funcs_set_glyph_v_origin_func ()">hb_font_funcs_set_glyph_v_origin_func</a>
103
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
104
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-origin-func-t" title="hb_font_get_glyph_v_origin_func_t"><span class="type">hb_font_get_glyph_v_origin_func_t</span></a> func</code></em>,
105
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
106
- <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>);
107
- <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-font.html#hb-font-funcs-set-user-data" title="hb_font_funcs_set_user_data ()">hb_font_funcs_set_user_data</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
108
- <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>,
109
- <em class="parameter"><code><span class="type">void</span> *data</code></em>,
110
- <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>,
111
- <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>);
112
- typedef <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t">hb_font_funcs_t</a>;
113
- <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="returnvalue">hb_font_t</span></a> * <a class="link" href="harfbuzz-hb-font.html#hb-font-get-empty" title="hb_font_get_empty ()">hb_font_get_empty</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
114
- <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-font.html#hb-font-get-face" title="hb_font_get_face ()">hb_font_get_face</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>);
115
- <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-font.html#hb-font-get-glyph" title="hb_font_get_glyph ()">hb_font_get_glyph</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>,
116
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
117
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> variation_selector</code></em>,
118
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);
119
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-advance-for-direction" title="hb_font_get_glyph_advance_for_direction ()">hb_font_get_glyph_advance_for_direction</a>
120
- (<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>,
121
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
122
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
123
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
124
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);
125
- <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> (<a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-advance-func-t" title="hb_font_get_glyph_advance_func_t ()">*hb_font_get_glyph_advance_func_t</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>,
126
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
127
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
128
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
129
- <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-font.html#hb-font-get-glyph-contour-point" title="hb_font_get_glyph_contour_point ()">hb_font_get_glyph_contour_point</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>,
130
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
131
- <em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
132
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
133
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);
134
- <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-font.html#hb-font-get-glyph-contour-point-for-origin" title="hb_font_get_glyph_contour_point_for_origin ()">hb_font_get_glyph_contour_point_for_origin</a>
135
- (<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>,
136
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
137
- <em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
138
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
139
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
140
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);
141
- <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-font.html#hb-font-get-glyph-contour-point-func-t" title="hb_font_get_glyph_contour_point_func_t ()">*hb_font_get_glyph_contour_point_func_t</a>)
142
- (<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>,
143
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
144
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
145
- <em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
146
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
147
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>,
148
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
149
- <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-font.html#hb-font-get-glyph-extents" title="hb_font_get_glyph_extents ()">hb_font_get_glyph_extents</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>,
150
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
151
- <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);
152
- <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-font.html#hb-font-get-glyph-extents-for-origin" title="hb_font_get_glyph_extents_for_origin ()">hb_font_get_glyph_extents_for_origin</a>
153
- (<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>,
154
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
155
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
156
- <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);
157
- <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-font.html#hb-font-get-glyph-extents-func-t" title="hb_font_get_glyph_extents_func_t ()">*hb_font_get_glyph_extents_func_t</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>,
158
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
159
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
160
- <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>,
161
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
162
- <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-font.html#hb-font-get-glyph-from-name" title="hb_font_get_glyph_from_name ()">hb_font_get_glyph_from_name</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>,
163
- <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
164
- <em class="parameter"><code><span class="type">int</span> len</code></em>,
165
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);
166
- <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-font.html#hb-font-get-glyph-from-name-func-t" title="hb_font_get_glyph_from_name_func_t ()">*hb_font_get_glyph_from_name_func_t</a>)
167
- (<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>,
168
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
169
- <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
170
- <em class="parameter"><code><span class="type">int</span> len</code></em>);
171
- <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-font.html#hb-font-get-glyph-func-t" title="hb_font_get_glyph_func_t ()">*hb_font_get_glyph_func_t</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>,
172
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
173
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
174
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> variation_selector</code></em>,
175
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>,
176
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
177
- <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-advance" title="hb_font_get_glyph_h_advance ()">hb_font_get_glyph_h_advance</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>,
178
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);
179
- typedef <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-advance-func-t" title="hb_font_get_glyph_h_advance_func_t">hb_font_get_glyph_h_advance_func_t</a>;
180
- <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-kerning" title="hb_font_get_glyph_h_kerning ()">hb_font_get_glyph_h_kerning</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>,
181
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> left_glyph</code></em>,
182
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> right_glyph</code></em>);
183
- typedef <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-kerning-func-t" title="hb_font_get_glyph_h_kerning_func_t">hb_font_get_glyph_h_kerning_func_t</a>;
184
- <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-font.html#hb-font-get-glyph-h-origin" title="hb_font_get_glyph_h_origin ()">hb_font_get_glyph_h_origin</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>,
185
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
186
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
187
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);
188
- typedef <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-origin-func-t" title="hb_font_get_glyph_h_origin_func_t">hb_font_get_glyph_h_origin_func_t</a>;
189
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-kerning-for-direction" title="hb_font_get_glyph_kerning_for_direction ()">hb_font_get_glyph_kerning_for_direction</a>
190
- (<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>,
191
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> first_glyph</code></em>,
192
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> second_glyph</code></em>,
193
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
194
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
195
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);
196
- <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> (<a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-kerning-func-t" title="hb_font_get_glyph_kerning_func_t ()">*hb_font_get_glyph_kerning_func_t</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>,
197
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
198
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> first_glyph</code></em>,
199
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> second_glyph</code></em>,
200
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
201
- <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-font.html#hb-font-get-glyph-name" title="hb_font_get_glyph_name ()">hb_font_get_glyph_name</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>,
202
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
203
- <em class="parameter"><code><span class="type">char</span> *name</code></em>,
204
- <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);
205
- <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-font.html#hb-font-get-glyph-name-func-t" title="hb_font_get_glyph_name_func_t ()">*hb_font_get_glyph_name_func_t</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>,
206
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
207
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
208
- <em class="parameter"><code><span class="type">char</span> *name</code></em>,
209
- <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>,
210
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
211
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-origin-for-direction" title="hb_font_get_glyph_origin_for_direction ()">hb_font_get_glyph_origin_for_direction</a>
212
- (<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>,
213
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
214
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
215
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
216
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);
217
- <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-font.html#hb-font-get-glyph-origin-func-t" title="hb_font_get_glyph_origin_func_t ()">*hb_font_get_glyph_origin_func_t</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>,
218
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
219
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
220
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
221
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>,
222
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
223
- <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-advance" title="hb_font_get_glyph_v_advance ()">hb_font_get_glyph_v_advance</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>,
224
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);
225
- typedef <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-advance-func-t" title="hb_font_get_glyph_v_advance_func_t">hb_font_get_glyph_v_advance_func_t</a>;
226
- <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-kerning" title="hb_font_get_glyph_v_kerning ()">hb_font_get_glyph_v_kerning</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>,
227
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> top_glyph</code></em>,
228
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> bottom_glyph</code></em>);
229
- typedef <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-kerning-func-t" title="hb_font_get_glyph_v_kerning_func_t">hb_font_get_glyph_v_kerning_func_t</a>;
230
- <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-font.html#hb-font-get-glyph-v-origin" title="hb_font_get_glyph_v_origin ()">hb_font_get_glyph_v_origin</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>,
231
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
232
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
233
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);
234
- typedef <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-origin-func-t" title="hb_font_get_glyph_v_origin_func_t">hb_font_get_glyph_v_origin_func_t</a>;
235
- <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="returnvalue">hb_font_t</span></a> * <a class="link" href="harfbuzz-hb-font.html#hb-font-get-parent" title="hb_font_get_parent ()">hb_font_get_parent</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>);
236
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-get-ppem" title="hb_font_get_ppem ()">hb_font_get_ppem</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>,
237
- <em class="parameter"><code>unsigned <span class="type">int</span> *x_ppem</code></em>,
238
- <em class="parameter"><code>unsigned <span class="type">int</span> *y_ppem</code></em>);
239
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-get-scale" title="hb_font_get_scale ()">hb_font_get_scale</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>,
240
- <em class="parameter"><code><span class="type">int</span> *x_scale</code></em>,
241
- <em class="parameter"><code><span class="type">int</span> *y_scale</code></em>);
242
- <span class="returnvalue">void</span> * <a class="link" href="harfbuzz-hb-font.html#hb-font-get-user-data" title="hb_font_get_user_data ()">hb_font_get_user_data</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>,
243
- <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>);
244
- <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-font.html#hb-font-glyph-from-string" title="hb_font_glyph_from_string ()">hb_font_glyph_from_string</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>,
245
- <em class="parameter"><code>const <span class="type">char</span> *s</code></em>,
246
- <em class="parameter"><code><span class="type">int</span> len</code></em>,
247
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);
248
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-glyph-to-string" title="hb_font_glyph_to_string ()">hb_font_glyph_to_string</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>,
249
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
250
- <em class="parameter"><code><span class="type">char</span> *s</code></em>,
251
- <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);
252
- <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-font.html#hb-font-is-immutable" title="hb_font_is_immutable ()">hb_font_is_immutable</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>);
253
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-make-immutable" title="hb_font_make_immutable ()">hb_font_make_immutable</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>);
254
- <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="returnvalue">hb_font_t</span></a> * <a class="link" href="harfbuzz-hb-font.html#hb-font-reference" title="hb_font_reference ()">hb_font_reference</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>);
255
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-set-funcs" title="hb_font_set_funcs ()">hb_font_set_funcs</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>,
256
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *klass</code></em>,
257
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
258
- <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>);
259
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-set-funcs-data" title="hb_font_set_funcs_data ()">hb_font_set_funcs_data</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>,
260
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
261
- <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>);
262
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-set-ppem" title="hb_font_set_ppem ()">hb_font_set_ppem</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>,
263
- <em class="parameter"><code>unsigned <span class="type">int</span> x_ppem</code></em>,
264
- <em class="parameter"><code>unsigned <span class="type">int</span> y_ppem</code></em>);
265
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-set-scale" title="hb_font_set_scale ()">hb_font_set_scale</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>,
266
- <em class="parameter"><code><span class="type">int</span> x_scale</code></em>,
267
- <em class="parameter"><code><span class="type">int</span> y_scale</code></em>);
268
- <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-font.html#hb-font-set-user-data" title="hb_font_set_user_data ()">hb_font_set_user_data</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>,
269
- <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>,
270
- <em class="parameter"><code><span class="type">void</span> *data</code></em>,
271
- <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>,
272
- <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>);
273
- <span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-font.html#hb-font-subtract-glyph-origin-for-direction" title="hb_font_subtract_glyph_origin_for_direction ()">hb_font_subtract_glyph_origin_for_direction</a>
274
- (<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>,
275
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
276
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
277
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
278
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);
279
- typedef <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t">hb_font_t</a>;
280
- <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-font.html#hb-reference-table-func-t" title="hb_reference_table_func_t ()">*hb_reference_table_func_t</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>,
281
- <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>,
282
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
35
+ <div class="refsect1">
36
+ <a name="harfbuzz-hb-font.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">void</span>
46
+ </td>
47
+ <td class="function_name">
48
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-add-glyph-origin-for-direction" title="hb_font_add_glyph_origin_for_direction ()">hb_font_add_glyph_origin_for_direction</a> <span class="c_punctuation">()</span>
49
+ </td>
50
+ </tr>
51
+ <tr>
52
+ <td class="function_type">
53
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
54
+ </td>
55
+ <td class="function_name">
56
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-create" title="hb_font_create ()">hb_font_create</a> <span class="c_punctuation">()</span>
57
+ </td>
58
+ </tr>
59
+ <tr>
60
+ <td class="function_type">
61
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
62
+ </td>
63
+ <td class="function_name">
64
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-create-sub-font" title="hb_font_create_sub_font ()">hb_font_create_sub_font</a> <span class="c_punctuation">()</span>
65
+ </td>
66
+ </tr>
67
+ <tr>
68
+ <td class="function_type">
69
+ <span class="returnvalue">void</span>
70
+ </td>
71
+ <td class="function_name">
72
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-destroy" title="hb_font_destroy ()">hb_font_destroy</a> <span class="c_punctuation">()</span>
73
+ </td>
74
+ </tr>
75
+ <tr>
76
+ <td class="function_type">
77
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
78
+ </td>
79
+ <td class="function_name">
80
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-create" title="hb_font_funcs_create ()">hb_font_funcs_create</a> <span class="c_punctuation">()</span>
81
+ </td>
82
+ </tr>
83
+ <tr>
84
+ <td class="function_type">
85
+ <span class="returnvalue">void</span>
86
+ </td>
87
+ <td class="function_name">
88
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-destroy" title="hb_font_funcs_destroy ()">hb_font_funcs_destroy</a> <span class="c_punctuation">()</span>
89
+ </td>
90
+ </tr>
91
+ <tr>
92
+ <td class="function_type">
93
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
94
+ </td>
95
+ <td class="function_name">
96
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-get-empty" title="hb_font_funcs_get_empty ()">hb_font_funcs_get_empty</a> <span class="c_punctuation">()</span>
97
+ </td>
98
+ </tr>
99
+ <tr>
100
+ <td class="function_type">
101
+ <span class="returnvalue">void</span> *
102
+ </td>
103
+ <td class="function_name">
104
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-get-user-data" title="hb_font_funcs_get_user_data ()">hb_font_funcs_get_user_data</a> <span class="c_punctuation">()</span>
105
+ </td>
106
+ </tr>
107
+ <tr>
108
+ <td class="function_type">
109
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
110
+ </td>
111
+ <td class="function_name">
112
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-is-immutable" title="hb_font_funcs_is_immutable ()">hb_font_funcs_is_immutable</a> <span class="c_punctuation">()</span>
113
+ </td>
114
+ </tr>
115
+ <tr>
116
+ <td class="function_type">
117
+ <span class="returnvalue">void</span>
118
+ </td>
119
+ <td class="function_name">
120
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-make-immutable" title="hb_font_funcs_make_immutable ()">hb_font_funcs_make_immutable</a> <span class="c_punctuation">()</span>
121
+ </td>
122
+ </tr>
123
+ <tr>
124
+ <td class="function_type">
125
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
126
+ </td>
127
+ <td class="function_name">
128
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-reference" title="hb_font_funcs_reference ()">hb_font_funcs_reference</a> <span class="c_punctuation">()</span>
129
+ </td>
130
+ </tr>
131
+ <tr>
132
+ <td class="function_type">
133
+ <span class="returnvalue">void</span>
134
+ </td>
135
+ <td class="function_name">
136
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-contour-point-func" title="hb_font_funcs_set_glyph_contour_point_func ()">hb_font_funcs_set_glyph_contour_point_func</a> <span class="c_punctuation">()</span>
137
+ </td>
138
+ </tr>
139
+ <tr>
140
+ <td class="function_type">
141
+ <span class="returnvalue">void</span>
142
+ </td>
143
+ <td class="function_name">
144
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-extents-func" title="hb_font_funcs_set_glyph_extents_func ()">hb_font_funcs_set_glyph_extents_func</a> <span class="c_punctuation">()</span>
145
+ </td>
146
+ </tr>
147
+ <tr>
148
+ <td class="function_type">
149
+ <span class="returnvalue">void</span>
150
+ </td>
151
+ <td class="function_name">
152
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-from-name-func" title="hb_font_funcs_set_glyph_from_name_func ()">hb_font_funcs_set_glyph_from_name_func</a> <span class="c_punctuation">()</span>
153
+ </td>
154
+ </tr>
155
+ <tr>
156
+ <td class="function_type">
157
+ <span class="returnvalue">void</span>
158
+ </td>
159
+ <td class="function_name">
160
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-func" title="hb_font_funcs_set_glyph_func ()">hb_font_funcs_set_glyph_func</a> <span class="c_punctuation">()</span>
161
+ </td>
162
+ </tr>
163
+ <tr>
164
+ <td class="function_type">
165
+ <span class="returnvalue">void</span>
166
+ </td>
167
+ <td class="function_name">
168
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-h-advance-func" title="hb_font_funcs_set_glyph_h_advance_func ()">hb_font_funcs_set_glyph_h_advance_func</a> <span class="c_punctuation">()</span>
169
+ </td>
170
+ </tr>
171
+ <tr>
172
+ <td class="function_type">
173
+ <span class="returnvalue">void</span>
174
+ </td>
175
+ <td class="function_name">
176
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-h-kerning-func" title="hb_font_funcs_set_glyph_h_kerning_func ()">hb_font_funcs_set_glyph_h_kerning_func</a> <span class="c_punctuation">()</span>
177
+ </td>
178
+ </tr>
179
+ <tr>
180
+ <td class="function_type">
181
+ <span class="returnvalue">void</span>
182
+ </td>
183
+ <td class="function_name">
184
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-h-origin-func" title="hb_font_funcs_set_glyph_h_origin_func ()">hb_font_funcs_set_glyph_h_origin_func</a> <span class="c_punctuation">()</span>
185
+ </td>
186
+ </tr>
187
+ <tr>
188
+ <td class="function_type">
189
+ <span class="returnvalue">void</span>
190
+ </td>
191
+ <td class="function_name">
192
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-name-func" title="hb_font_funcs_set_glyph_name_func ()">hb_font_funcs_set_glyph_name_func</a> <span class="c_punctuation">()</span>
193
+ </td>
194
+ </tr>
195
+ <tr>
196
+ <td class="function_type">
197
+ <span class="returnvalue">void</span>
198
+ </td>
199
+ <td class="function_name">
200
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-v-advance-func" title="hb_font_funcs_set_glyph_v_advance_func ()">hb_font_funcs_set_glyph_v_advance_func</a> <span class="c_punctuation">()</span>
201
+ </td>
202
+ </tr>
203
+ <tr>
204
+ <td class="function_type">
205
+ <span class="returnvalue">void</span>
206
+ </td>
207
+ <td class="function_name">
208
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-v-kerning-func" title="hb_font_funcs_set_glyph_v_kerning_func ()">hb_font_funcs_set_glyph_v_kerning_func</a> <span class="c_punctuation">()</span>
209
+ </td>
210
+ </tr>
211
+ <tr>
212
+ <td class="function_type">
213
+ <span class="returnvalue">void</span>
214
+ </td>
215
+ <td class="function_name">
216
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-glyph-v-origin-func" title="hb_font_funcs_set_glyph_v_origin_func ()">hb_font_funcs_set_glyph_v_origin_func</a> <span class="c_punctuation">()</span>
217
+ </td>
218
+ </tr>
219
+ <tr>
220
+ <td class="function_type">
221
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
222
+ </td>
223
+ <td class="function_name">
224
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-user-data" title="hb_font_funcs_set_user_data ()">hb_font_funcs_set_user_data</a> <span class="c_punctuation">()</span>
225
+ </td>
226
+ </tr>
227
+ <tr>
228
+ <td class="function_type">
229
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
230
+ </td>
231
+ <td class="function_name">
232
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-empty" title="hb_font_get_empty ()">hb_font_get_empty</a> <span class="c_punctuation">()</span>
233
+ </td>
234
+ </tr>
235
+ <tr>
236
+ <td class="function_type">
237
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
238
+ </td>
239
+ <td class="function_name">
240
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-face" title="hb_font_get_face ()">hb_font_get_face</a> <span class="c_punctuation">()</span>
241
+ </td>
242
+ </tr>
243
+ <tr>
244
+ <td class="function_type">
245
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
246
+ </td>
247
+ <td class="function_name">
248
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph" title="hb_font_get_glyph ()">hb_font_get_glyph</a> <span class="c_punctuation">()</span>
249
+ </td>
250
+ </tr>
251
+ <tr>
252
+ <td class="function_type">
253
+ <span class="returnvalue">void</span>
254
+ </td>
255
+ <td class="function_name">
256
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-advance-for-direction" title="hb_font_get_glyph_advance_for_direction ()">hb_font_get_glyph_advance_for_direction</a> <span class="c_punctuation">()</span>
257
+ </td>
258
+ </tr>
259
+ <tr>
260
+ <td class="function_type">
261
+ <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
262
+ </td>
263
+ <td class="function_name">
264
+ <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-advance-func-t" title="hb_font_get_glyph_advance_func_t ()">*hb_font_get_glyph_advance_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
265
+ </td>
266
+ </tr>
267
+ <tr>
268
+ <td class="function_type">
269
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
270
+ </td>
271
+ <td class="function_name">
272
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-contour-point" title="hb_font_get_glyph_contour_point ()">hb_font_get_glyph_contour_point</a> <span class="c_punctuation">()</span>
273
+ </td>
274
+ </tr>
275
+ <tr>
276
+ <td class="function_type">
277
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
278
+ </td>
279
+ <td class="function_name">
280
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-contour-point-for-origin" title="hb_font_get_glyph_contour_point_for_origin ()">hb_font_get_glyph_contour_point_for_origin</a> <span class="c_punctuation">()</span>
281
+ </td>
282
+ </tr>
283
+ <tr>
284
+ <td class="function_type">
285
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
286
+ </td>
287
+ <td class="function_name">
288
+ <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-contour-point-func-t" title="hb_font_get_glyph_contour_point_func_t ()">*hb_font_get_glyph_contour_point_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
289
+ </td>
290
+ </tr>
291
+ <tr>
292
+ <td class="function_type">
293
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
294
+ </td>
295
+ <td class="function_name">
296
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-extents" title="hb_font_get_glyph_extents ()">hb_font_get_glyph_extents</a> <span class="c_punctuation">()</span>
297
+ </td>
298
+ </tr>
299
+ <tr>
300
+ <td class="function_type">
301
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
302
+ </td>
303
+ <td class="function_name">
304
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-extents-for-origin" title="hb_font_get_glyph_extents_for_origin ()">hb_font_get_glyph_extents_for_origin</a> <span class="c_punctuation">()</span>
305
+ </td>
306
+ </tr>
307
+ <tr>
308
+ <td class="function_type">
309
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
310
+ </td>
311
+ <td class="function_name">
312
+ <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-extents-func-t" title="hb_font_get_glyph_extents_func_t ()">*hb_font_get_glyph_extents_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
313
+ </td>
314
+ </tr>
315
+ <tr>
316
+ <td class="function_type">
317
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
318
+ </td>
319
+ <td class="function_name">
320
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-from-name" title="hb_font_get_glyph_from_name ()">hb_font_get_glyph_from_name</a> <span class="c_punctuation">()</span>
321
+ </td>
322
+ </tr>
323
+ <tr>
324
+ <td class="function_type">
325
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
326
+ </td>
327
+ <td class="function_name">
328
+ <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-from-name-func-t" title="hb_font_get_glyph_from_name_func_t ()">*hb_font_get_glyph_from_name_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
329
+ </td>
330
+ </tr>
331
+ <tr>
332
+ <td class="function_type">
333
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
334
+ </td>
335
+ <td class="function_name">
336
+ <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-func-t" title="hb_font_get_glyph_func_t ()">*hb_font_get_glyph_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
337
+ </td>
338
+ </tr>
339
+ <tr>
340
+ <td class="function_type">
341
+ <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
342
+ </td>
343
+ <td class="function_name">
344
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-advance" title="hb_font_get_glyph_h_advance ()">hb_font_get_glyph_h_advance</a> <span class="c_punctuation">()</span>
345
+ </td>
346
+ </tr>
347
+ <tr>
348
+ <td class="function_type">
349
+ <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
350
+ </td>
351
+ <td class="function_name">
352
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-kerning" title="hb_font_get_glyph_h_kerning ()">hb_font_get_glyph_h_kerning</a> <span class="c_punctuation">()</span>
353
+ </td>
354
+ </tr>
355
+ <tr>
356
+ <td class="function_type">
357
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
358
+ </td>
359
+ <td class="function_name">
360
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-origin" title="hb_font_get_glyph_h_origin ()">hb_font_get_glyph_h_origin</a> <span class="c_punctuation">()</span>
361
+ </td>
362
+ </tr>
363
+ <tr>
364
+ <td class="function_type">
365
+ <span class="returnvalue">void</span>
366
+ </td>
367
+ <td class="function_name">
368
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-kerning-for-direction" title="hb_font_get_glyph_kerning_for_direction ()">hb_font_get_glyph_kerning_for_direction</a> <span class="c_punctuation">()</span>
369
+ </td>
370
+ </tr>
371
+ <tr>
372
+ <td class="function_type">
373
+ <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
374
+ </td>
375
+ <td class="function_name">
376
+ <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-kerning-func-t" title="hb_font_get_glyph_kerning_func_t ()">*hb_font_get_glyph_kerning_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
377
+ </td>
378
+ </tr>
379
+ <tr>
380
+ <td class="function_type">
381
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
382
+ </td>
383
+ <td class="function_name">
384
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-name" title="hb_font_get_glyph_name ()">hb_font_get_glyph_name</a> <span class="c_punctuation">()</span>
385
+ </td>
386
+ </tr>
387
+ <tr>
388
+ <td class="function_type">
389
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
390
+ </td>
391
+ <td class="function_name">
392
+ <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-name-func-t" title="hb_font_get_glyph_name_func_t ()">*hb_font_get_glyph_name_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
393
+ </td>
394
+ </tr>
395
+ <tr>
396
+ <td class="function_type">
397
+ <span class="returnvalue">void</span>
398
+ </td>
399
+ <td class="function_name">
400
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-origin-for-direction" title="hb_font_get_glyph_origin_for_direction ()">hb_font_get_glyph_origin_for_direction</a> <span class="c_punctuation">()</span>
401
+ </td>
402
+ </tr>
403
+ <tr>
404
+ <td class="function_type">
405
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
406
+ </td>
407
+ <td class="function_name">
408
+ <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-origin-func-t" title="hb_font_get_glyph_origin_func_t ()">*hb_font_get_glyph_origin_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
409
+ </td>
410
+ </tr>
411
+ <tr>
412
+ <td class="function_type">
413
+ <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
414
+ </td>
415
+ <td class="function_name">
416
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-advance" title="hb_font_get_glyph_v_advance ()">hb_font_get_glyph_v_advance</a> <span class="c_punctuation">()</span>
417
+ </td>
418
+ </tr>
419
+ <tr>
420
+ <td class="function_type">
421
+ <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
422
+ </td>
423
+ <td class="function_name">
424
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-kerning" title="hb_font_get_glyph_v_kerning ()">hb_font_get_glyph_v_kerning</a> <span class="c_punctuation">()</span>
425
+ </td>
426
+ </tr>
427
+ <tr>
428
+ <td class="function_type">
429
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
430
+ </td>
431
+ <td class="function_name">
432
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-origin" title="hb_font_get_glyph_v_origin ()">hb_font_get_glyph_v_origin</a> <span class="c_punctuation">()</span>
433
+ </td>
434
+ </tr>
435
+ <tr>
436
+ <td class="function_type">
437
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
438
+ </td>
439
+ <td class="function_name">
440
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-parent" title="hb_font_get_parent ()">hb_font_get_parent</a> <span class="c_punctuation">()</span>
441
+ </td>
442
+ </tr>
443
+ <tr>
444
+ <td class="function_type">
445
+ <span class="returnvalue">void</span>
446
+ </td>
447
+ <td class="function_name">
448
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-ppem" title="hb_font_get_ppem ()">hb_font_get_ppem</a> <span class="c_punctuation">()</span>
449
+ </td>
450
+ </tr>
451
+ <tr>
452
+ <td class="function_type">
453
+ <span class="returnvalue">void</span>
454
+ </td>
455
+ <td class="function_name">
456
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-scale" title="hb_font_get_scale ()">hb_font_get_scale</a> <span class="c_punctuation">()</span>
457
+ </td>
458
+ </tr>
459
+ <tr>
460
+ <td class="function_type">
461
+ <span class="returnvalue">void</span> *
462
+ </td>
463
+ <td class="function_name">
464
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-get-user-data" title="hb_font_get_user_data ()">hb_font_get_user_data</a> <span class="c_punctuation">()</span>
465
+ </td>
466
+ </tr>
467
+ <tr>
468
+ <td class="function_type">
469
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
470
+ </td>
471
+ <td class="function_name">
472
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-glyph-from-string" title="hb_font_glyph_from_string ()">hb_font_glyph_from_string</a> <span class="c_punctuation">()</span>
473
+ </td>
474
+ </tr>
475
+ <tr>
476
+ <td class="function_type">
477
+ <span class="returnvalue">void</span>
478
+ </td>
479
+ <td class="function_name">
480
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-glyph-to-string" title="hb_font_glyph_to_string ()">hb_font_glyph_to_string</a> <span class="c_punctuation">()</span>
481
+ </td>
482
+ </tr>
483
+ <tr>
484
+ <td class="function_type">
485
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
486
+ </td>
487
+ <td class="function_name">
488
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-is-immutable" title="hb_font_is_immutable ()">hb_font_is_immutable</a> <span class="c_punctuation">()</span>
489
+ </td>
490
+ </tr>
491
+ <tr>
492
+ <td class="function_type">
493
+ <span class="returnvalue">void</span>
494
+ </td>
495
+ <td class="function_name">
496
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-make-immutable" title="hb_font_make_immutable ()">hb_font_make_immutable</a> <span class="c_punctuation">()</span>
497
+ </td>
498
+ </tr>
499
+ <tr>
500
+ <td class="function_type">
501
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
502
+ </td>
503
+ <td class="function_name">
504
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-reference" title="hb_font_reference ()">hb_font_reference</a> <span class="c_punctuation">()</span>
505
+ </td>
506
+ </tr>
507
+ <tr>
508
+ <td class="function_type">
509
+ <span class="returnvalue">void</span>
510
+ </td>
511
+ <td class="function_name">
512
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-set-funcs" title="hb_font_set_funcs ()">hb_font_set_funcs</a> <span class="c_punctuation">()</span>
513
+ </td>
514
+ </tr>
515
+ <tr>
516
+ <td class="function_type">
517
+ <span class="returnvalue">void</span>
518
+ </td>
519
+ <td class="function_name">
520
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-set-funcs-data" title="hb_font_set_funcs_data ()">hb_font_set_funcs_data</a> <span class="c_punctuation">()</span>
521
+ </td>
522
+ </tr>
523
+ <tr>
524
+ <td class="function_type">
525
+ <span class="returnvalue">void</span>
526
+ </td>
527
+ <td class="function_name">
528
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-set-ppem" title="hb_font_set_ppem ()">hb_font_set_ppem</a> <span class="c_punctuation">()</span>
529
+ </td>
530
+ </tr>
531
+ <tr>
532
+ <td class="function_type">
533
+ <span class="returnvalue">void</span>
534
+ </td>
535
+ <td class="function_name">
536
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-set-scale" title="hb_font_set_scale ()">hb_font_set_scale</a> <span class="c_punctuation">()</span>
537
+ </td>
538
+ </tr>
539
+ <tr>
540
+ <td class="function_type">
541
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
542
+ </td>
543
+ <td class="function_name">
544
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-set-user-data" title="hb_font_set_user_data ()">hb_font_set_user_data</a> <span class="c_punctuation">()</span>
545
+ </td>
546
+ </tr>
547
+ <tr>
548
+ <td class="function_type">
549
+ <span class="returnvalue">void</span>
550
+ </td>
551
+ <td class="function_name">
552
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-subtract-glyph-origin-for-direction" title="hb_font_subtract_glyph_origin_for_direction ()">hb_font_subtract_glyph_origin_for_direction</a> <span class="c_punctuation">()</span>
553
+ </td>
554
+ </tr>
555
+ <tr>
556
+ <td class="function_type">
557
+ <a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
558
+ </td>
559
+ <td class="function_name">
560
+ <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-reference-table-func-t" title="hb_reference_table_func_t ()">*hb_reference_table_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
561
+ </td>
562
+ </tr>
563
+ </tbody>
564
+ </table></div>
565
+ </div>
566
+ <a name="hb-font-funcs-t"></a><a name="hb-font-t"></a><div class="refsect1">
567
+ <a name="harfbuzz-hb-font.other"></a><h2>Types and Values</h2>
568
+ <div class="informaltable"><table width="100%" border="0">
569
+ <colgroup>
570
+ <col width="150px" class="name">
571
+ <col class="description">
572
+ </colgroup>
573
+ <tbody>
574
+ <tr>
575
+ <td class="typedef_keyword">typedef</td>
576
+ <td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t">hb_font_funcs_t</a></td>
577
+ </tr>
578
+ <tr>
579
+ <td class="typedef_keyword">typedef</td>
580
+ <td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-advance-func-t" title="hb_font_get_glyph_h_advance_func_t">hb_font_get_glyph_h_advance_func_t</a></td>
581
+ </tr>
582
+ <tr>
583
+ <td class="typedef_keyword">typedef</td>
584
+ <td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-kerning-func-t" title="hb_font_get_glyph_h_kerning_func_t">hb_font_get_glyph_h_kerning_func_t</a></td>
585
+ </tr>
586
+ <tr>
587
+ <td class="typedef_keyword">typedef</td>
588
+ <td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-origin-func-t" title="hb_font_get_glyph_h_origin_func_t">hb_font_get_glyph_h_origin_func_t</a></td>
589
+ </tr>
590
+ <tr>
591
+ <td class="typedef_keyword">typedef</td>
592
+ <td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-advance-func-t" title="hb_font_get_glyph_v_advance_func_t">hb_font_get_glyph_v_advance_func_t</a></td>
593
+ </tr>
594
+ <tr>
595
+ <td class="typedef_keyword">typedef</td>
596
+ <td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-kerning-func-t" title="hb_font_get_glyph_v_kerning_func_t">hb_font_get_glyph_v_kerning_func_t</a></td>
597
+ </tr>
598
+ <tr>
599
+ <td class="typedef_keyword">typedef</td>
600
+ <td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-origin-func-t" title="hb_font_get_glyph_v_origin_func_t">hb_font_get_glyph_v_origin_func_t</a></td>
601
+ </tr>
602
+ <tr>
603
+ <td class="typedef_keyword">typedef</td>
604
+ <td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-t">hb_font_t</a></td>
605
+ </tr>
606
+ </tbody>
607
+ </table></div>
608
+ </div>
609
+ <div class="refsect1">
610
+ <a name="harfbuzz-hb-font.object-hierarchy"></a><h2>Object Hierarchy</h2>
611
+ <pre class="screen"> GBoxed
612
+ <span class="lineart">├──</span> hb_font_funcs_t
613
+ <span class="lineart">╰──</span> hb_font_t
283
614
  </pre>
284
615
  </div>
285
616
  <div class="refsect1">
@@ -288,1323 +619,1904 @@ typedef <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title
288
619
  </p>
289
620
  </div>
290
621
  <div class="refsect1">
291
- <a name="harfbuzz-hb-font.details"></a><h2>Details</h2>
292
- <div class="refsect2">
293
- <a name="hb-font-add-glyph-origin-for-direction"></a><h3>hb_font_add_glyph_origin_for_direction ()</h3>
294
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_add_glyph_origin_for_direction
295
- (<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>,
296
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
297
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
298
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
299
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
300
- <div class="variablelist"><table border="0">
301
- <col align="left" valign="top">
622
+ <a name="harfbuzz-hb-font.functions_details"></a><h2>Functions</h2>
623
+ <div class="refsect2">
624
+ <a name="hb-font-add-glyph-origin-for-direction"></a><h3>hb_font_add_glyph_origin_for_direction ()</h3>
625
+ <pre class="programlisting"><span class="returnvalue">void</span>
626
+ hb_font_add_glyph_origin_for_direction
627
+ (<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>,
628
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
629
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
630
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
631
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
632
+ <div class="refsect3">
633
+ <a name="idp24857136"></a><h4>Parameters</h4>
634
+ <div class="informaltable"><table width="100%" border="0">
635
+ <colgroup>
636
+ <col width="150px" class="parameters_name">
637
+ <col class="parameters_description">
638
+ <col width="200px" class="parameters_annotations">
639
+ </colgroup>
302
640
  <tbody>
303
641
  <tr>
304
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
305
- <td>a font.</td>
642
+ <td class="parameter_name"><p>font</p></td>
643
+ <td class="parameter_description"><p>a font.</p></td>
644
+ <td class="parameter_annotations"> </td>
306
645
  </tr>
307
646
  <tr>
308
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
309
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
310
- </td>
647
+ <td class="parameter_name"><p>x</p></td>
648
+ <td class="parameter_description"><p>. </p></td>
649
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
311
650
  </tr>
312
651
  <tr>
313
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
314
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
315
- </td>
652
+ <td class="parameter_name"><p>y</p></td>
653
+ <td class="parameter_description"><p>. </p></td>
654
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
316
655
  </tr>
317
656
  </tbody>
318
657
  </table></div>
658
+ </div>
319
659
  <p class="since">Since 1.0</p>
320
660
  </div>
321
661
  <hr>
322
662
  <div class="refsect2">
323
- <a name="hb-font-create"></a><h3>hb_font_create ()</h3>
324
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="returnvalue">hb_font_t</span></a> * hb_font_create (<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>
663
+ <a name="hb-font-create"></a><h3>hb_font_create ()</h3>
664
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
665
+ hb_font_create (<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>
325
666
  <p>
326
667
  </p>
668
+ <div class="refsect3">
669
+ <a name="idp24877744"></a><h4>Returns</h4>
670
+ <p></p>
671
+ </div>
327
672
  </div>
328
673
  <hr>
329
674
  <div class="refsect2">
330
- <a name="hb-font-create-sub-font"></a><h3>hb_font_create_sub_font ()</h3>
331
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="returnvalue">hb_font_t</span></a> * hb_font_create_sub_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> *parent</code></em>);</pre>
332
- <div class="variablelist"><table border="0">
333
- <col align="left" valign="top">
334
- <tbody>
335
- <tr>
336
- <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
337
- <td>parent font.</td>
338
- </tr>
339
- <tr>
340
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
341
- <td>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
342
- </td>
343
- </tr>
344
- </tbody>
675
+ <a name="hb-font-create-sub-font"></a><h3>hb_font_create_sub_font ()</h3>
676
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
677
+ hb_font_create_sub_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *parent</code></em>);</pre>
678
+ <div class="refsect3">
679
+ <a name="idp24884992"></a><h4>Parameters</h4>
680
+ <div class="informaltable"><table width="100%" border="0">
681
+ <colgroup>
682
+ <col width="150px" class="parameters_name">
683
+ <col class="parameters_description">
684
+ <col width="200px" class="parameters_annotations">
685
+ </colgroup>
686
+ <tbody><tr>
687
+ <td class="parameter_name"><p>parent</p></td>
688
+ <td class="parameter_description"><p>parent font.</p></td>
689
+ <td class="parameter_annotations"> </td>
690
+ </tr></tbody>
345
691
  </table></div>
692
+ </div>
693
+ <div class="refsect3">
694
+ <a name="idp24892496"></a><h4>Returns</h4>
695
+ <p>. </p>
696
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
697
+ </div>
346
698
  <p class="since">Since 1.0</p>
347
699
  </div>
348
700
  <hr>
349
701
  <div class="refsect2">
350
- <a name="hb-font-destroy"></a><h3>hb_font_destroy ()</h3>
351
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_destroy (<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>
352
- <div class="variablelist"><table border="0">
353
- <col align="left" valign="top">
702
+ <a name="hb-font-destroy"></a><h3>hb_font_destroy ()</h3>
703
+ <pre class="programlisting"><span class="returnvalue">void</span>
704
+ hb_font_destroy (<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>
705
+ <div class="refsect3">
706
+ <a name="idp24901696"></a><h4>Parameters</h4>
707
+ <div class="informaltable"><table width="100%" border="0">
708
+ <colgroup>
709
+ <col width="150px" class="parameters_name">
710
+ <col class="parameters_description">
711
+ <col width="200px" class="parameters_annotations">
712
+ </colgroup>
354
713
  <tbody><tr>
355
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
356
- <td>a font.</td>
714
+ <td class="parameter_name"><p>font</p></td>
715
+ <td class="parameter_description"><p>a font.</p></td>
716
+ <td class="parameter_annotations"> </td>
357
717
  </tr></tbody>
358
718
  </table></div>
719
+ </div>
359
720
  <p class="since">Since 1.0</p>
360
721
  </div>
361
722
  <hr>
362
723
  <div class="refsect2">
363
- <a name="hb-font-funcs-create"></a><h3>hb_font_funcs_create ()</h3>
364
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="returnvalue">hb_font_funcs_t</span></a> * hb_font_funcs_create (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
724
+ <a name="hb-font-funcs-create"></a><h3>hb_font_funcs_create ()</h3>
725
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
726
+ hb_font_funcs_create (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
365
727
  <p>
366
728
  </p>
729
+ <div class="refsect3">
730
+ <a name="idp24915104"></a><h4>Returns</h4>
731
+ <p></p>
732
+ </div>
367
733
  </div>
368
734
  <hr>
369
735
  <div class="refsect2">
370
- <a name="hb-font-funcs-destroy"></a><h3>hb_font_funcs_destroy ()</h3>
371
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
372
- <div class="variablelist"><table border="0">
373
- <col align="left" valign="top">
736
+ <a name="hb-font-funcs-destroy"></a><h3>hb_font_funcs_destroy ()</h3>
737
+ <pre class="programlisting"><span class="returnvalue">void</span>
738
+ hb_font_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
739
+ <div class="refsect3">
740
+ <a name="idp24922352"></a><h4>Parameters</h4>
741
+ <div class="informaltable"><table width="100%" border="0">
742
+ <colgroup>
743
+ <col width="150px" class="parameters_name">
744
+ <col class="parameters_description">
745
+ <col width="200px" class="parameters_annotations">
746
+ </colgroup>
374
747
  <tbody><tr>
375
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
376
- <td>font functions.</td>
748
+ <td class="parameter_name"><p>ffuncs</p></td>
749
+ <td class="parameter_description"><p>font functions.</p></td>
750
+ <td class="parameter_annotations"> </td>
377
751
  </tr></tbody>
378
752
  </table></div>
753
+ </div>
379
754
  <p class="since">Since 1.0</p>
380
755
  </div>
381
756
  <hr>
382
757
  <div class="refsect2">
383
- <a name="hb-font-funcs-get-empty"></a><h3>hb_font_funcs_get_empty ()</h3>
384
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="returnvalue">hb_font_funcs_t</span></a> * hb_font_funcs_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
385
- <div class="variablelist"><table border="0">
386
- <col align="left" valign="top">
387
- <tbody><tr>
388
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
389
- <td>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
390
- </td>
391
- </tr></tbody>
392
- </table></div>
758
+ <a name="hb-font-funcs-get-empty"></a><h3>hb_font_funcs_get_empty ()</h3>
759
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
760
+ hb_font_funcs_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
761
+ <div class="refsect3">
762
+ <a name="idp24935840"></a><h4>Returns</h4>
763
+ <p>. </p>
764
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
765
+ </div>
393
766
  <p class="since">Since 1.0</p>
394
767
  </div>
395
768
  <hr>
396
769
  <div class="refsect2">
397
- <a name="hb-font-funcs-get-user-data"></a><h3>hb_font_funcs_get_user_data ()</h3>
398
- <pre class="programlisting"><span class="returnvalue">void</span> * hb_font_funcs_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
399
- <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>
400
- <div class="variablelist"><table border="0">
401
- <col align="left" valign="top">
402
- <tbody>
403
- <tr>
404
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
405
- <td>font functions.</td>
406
- </tr>
407
- <tr>
408
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
409
- <td>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
410
- </td>
411
- </tr>
412
- </tbody>
770
+ <a name="hb-font-funcs-get-user-data"></a><h3>hb_font_funcs_get_user_data ()</h3>
771
+ <pre class="programlisting"><span class="returnvalue">void</span> *
772
+ hb_font_funcs_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
773
+ <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>
774
+ <div class="refsect3">
775
+ <a name="idp24946416"></a><h4>Parameters</h4>
776
+ <div class="informaltable"><table width="100%" border="0">
777
+ <colgroup>
778
+ <col width="150px" class="parameters_name">
779
+ <col class="parameters_description">
780
+ <col width="200px" class="parameters_annotations">
781
+ </colgroup>
782
+ <tbody><tr>
783
+ <td class="parameter_name"><p>ffuncs</p></td>
784
+ <td class="parameter_description"><p>font functions.</p></td>
785
+ <td class="parameter_annotations"> </td>
786
+ </tr></tbody>
413
787
  </table></div>
788
+ </div>
789
+ <div class="refsect3">
790
+ <a name="idp24953920"></a><h4>Returns</h4>
791
+ <p>. </p>
792
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
793
+ </div>
414
794
  <p class="since">Since 1.0</p>
415
795
  </div>
416
796
  <hr>
417
797
  <div class="refsect2">
418
- <a name="hb-font-funcs-is-immutable"></a><h3>hb_font_funcs_is_immutable ()</h3>
419
- <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_font_funcs_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
420
- <div class="variablelist"><table border="0">
421
- <col align="left" valign="top">
798
+ <a name="hb-font-funcs-is-immutable"></a><h3>hb_font_funcs_is_immutable ()</h3>
799
+ <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>
800
+ hb_font_funcs_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
801
+ <div class="refsect3">
802
+ <a name="idp24963120"></a><h4>Parameters</h4>
803
+ <div class="informaltable"><table width="100%" border="0">
804
+ <colgroup>
805
+ <col width="150px" class="parameters_name">
806
+ <col class="parameters_description">
807
+ <col width="200px" class="parameters_annotations">
808
+ </colgroup>
422
809
  <tbody><tr>
423
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
424
- <td>font functions.</td>
810
+ <td class="parameter_name"><p>ffuncs</p></td>
811
+ <td class="parameter_description"><p>font functions.</p></td>
812
+ <td class="parameter_annotations"> </td>
425
813
  </tr></tbody>
426
814
  </table></div>
815
+ </div>
816
+ <div class="refsect3">
817
+ <a name="idp24970624"></a><h4>Returns</h4>
818
+ <p></p>
819
+ </div>
427
820
  <p class="since">Since 1.0</p>
428
821
  </div>
429
822
  <hr>
430
823
  <div class="refsect2">
431
- <a name="hb-font-funcs-make-immutable"></a><h3>hb_font_funcs_make_immutable ()</h3>
432
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
433
- <div class="variablelist"><table border="0">
434
- <col align="left" valign="top">
824
+ <a name="hb-font-funcs-make-immutable"></a><h3>hb_font_funcs_make_immutable ()</h3>
825
+ <pre class="programlisting"><span class="returnvalue">void</span>
826
+ hb_font_funcs_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
827
+ <div class="refsect3">
828
+ <a name="idp24978416"></a><h4>Parameters</h4>
829
+ <div class="informaltable"><table width="100%" border="0">
830
+ <colgroup>
831
+ <col width="150px" class="parameters_name">
832
+ <col class="parameters_description">
833
+ <col width="200px" class="parameters_annotations">
834
+ </colgroup>
435
835
  <tbody><tr>
436
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
437
- <td>font functions.</td>
836
+ <td class="parameter_name"><p>ffuncs</p></td>
837
+ <td class="parameter_description"><p>font functions.</p></td>
838
+ <td class="parameter_annotations"> </td>
438
839
  </tr></tbody>
439
840
  </table></div>
841
+ </div>
440
842
  <p class="since">Since 1.0</p>
441
843
  </div>
442
844
  <hr>
443
845
  <div class="refsect2">
444
- <a name="hb-font-funcs-reference"></a><h3>hb_font_funcs_reference ()</h3>
445
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="returnvalue">hb_font_funcs_t</span></a> * hb_font_funcs_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
446
- <div class="variablelist"><table border="0">
447
- <col align="left" valign="top">
846
+ <a name="hb-font-funcs-reference"></a><h3>hb_font_funcs_reference ()</h3>
847
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
848
+ hb_font_funcs_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
849
+ <div class="refsect3">
850
+ <a name="idp24992448"></a><h4>Parameters</h4>
851
+ <div class="informaltable"><table width="100%" border="0">
852
+ <colgroup>
853
+ <col width="150px" class="parameters_name">
854
+ <col class="parameters_description">
855
+ <col width="200px" class="parameters_annotations">
856
+ </colgroup>
448
857
  <tbody><tr>
449
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
450
- <td>font functions.</td>
858
+ <td class="parameter_name"><p>ffuncs</p></td>
859
+ <td class="parameter_description"><p>font functions.</p></td>
860
+ <td class="parameter_annotations"> </td>
451
861
  </tr></tbody>
452
862
  </table></div>
863
+ </div>
864
+ <div class="refsect3">
865
+ <a name="idp24999952"></a><h4>Returns</h4>
866
+ <p></p>
867
+ </div>
453
868
  <p class="since">Since 1.0</p>
454
869
  </div>
455
870
  <hr>
456
871
  <div class="refsect2">
457
- <a name="hb-font-funcs-set-glyph-contour-point-func"></a><h3>hb_font_funcs_set_glyph_contour_point_func ()</h3>
458
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_contour_point_func
459
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
460
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-contour-point-func-t" title="hb_font_get_glyph_contour_point_func_t ()"><span class="type">hb_font_get_glyph_contour_point_func_t</span></a> func</code></em>,
461
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
462
- <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>
463
- <div class="variablelist"><table border="0">
464
- <col align="left" valign="top">
872
+ <a name="hb-font-funcs-set-glyph-contour-point-func"></a><h3>hb_font_funcs_set_glyph_contour_point_func ()</h3>
873
+ <pre class="programlisting"><span class="returnvalue">void</span>
874
+ hb_font_funcs_set_glyph_contour_point_func
875
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
876
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-contour-point-func-t" title="hb_font_get_glyph_contour_point_func_t ()"><span class="type">hb_font_get_glyph_contour_point_func_t</span></a> func</code></em>,
877
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
878
+ <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>
879
+ <div class="refsect3">
880
+ <a name="idp25014480"></a><h4>Parameters</h4>
881
+ <div class="informaltable"><table width="100%" border="0">
882
+ <colgroup>
883
+ <col width="150px" class="parameters_name">
884
+ <col class="parameters_description">
885
+ <col width="200px" class="parameters_annotations">
886
+ </colgroup>
465
887
  <tbody>
466
888
  <tr>
467
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
468
- <td>font functions.</td>
889
+ <td class="parameter_name"><p>ffuncs</p></td>
890
+ <td class="parameter_description"><p>font functions.</p></td>
891
+ <td class="parameter_annotations"> </td>
469
892
  </tr>
470
893
  <tr>
471
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
472
- <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>
473
- </td>
894
+ <td class="parameter_name"><p>func</p></td>
895
+ <td class="parameter_description"><p>. </p></td>
896
+ <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>
474
897
  </tr>
475
898
  </tbody>
476
899
  </table></div>
900
+ </div>
477
901
  <p class="since">Since 1.0</p>
478
902
  </div>
479
903
  <hr>
480
904
  <div class="refsect2">
481
- <a name="hb-font-funcs-set-glyph-extents-func"></a><h3>hb_font_funcs_set_glyph_extents_func ()</h3>
482
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_extents_func
483
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
484
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-extents-func-t" title="hb_font_get_glyph_extents_func_t ()"><span class="type">hb_font_get_glyph_extents_func_t</span></a> func</code></em>,
485
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
486
- <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>
487
- <div class="variablelist"><table border="0">
488
- <col align="left" valign="top">
905
+ <a name="hb-font-funcs-set-glyph-extents-func"></a><h3>hb_font_funcs_set_glyph_extents_func ()</h3>
906
+ <pre class="programlisting"><span class="returnvalue">void</span>
907
+ hb_font_funcs_set_glyph_extents_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
908
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-extents-func-t" title="hb_font_get_glyph_extents_func_t ()"><span class="type">hb_font_get_glyph_extents_func_t</span></a> func</code></em>,
909
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
910
+ <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>
911
+ <div class="refsect3">
912
+ <a name="idp25040736"></a><h4>Parameters</h4>
913
+ <div class="informaltable"><table width="100%" border="0">
914
+ <colgroup>
915
+ <col width="150px" class="parameters_name">
916
+ <col class="parameters_description">
917
+ <col width="200px" class="parameters_annotations">
918
+ </colgroup>
489
919
  <tbody>
490
920
  <tr>
491
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
492
- <td>font functions.</td>
921
+ <td class="parameter_name"><p>ffuncs</p></td>
922
+ <td class="parameter_description"><p>font functions.</p></td>
923
+ <td class="parameter_annotations"> </td>
493
924
  </tr>
494
925
  <tr>
495
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
496
- <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>
497
- </td>
926
+ <td class="parameter_name"><p>func</p></td>
927
+ <td class="parameter_description"><p>. </p></td>
928
+ <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>
498
929
  </tr>
499
930
  </tbody>
500
931
  </table></div>
932
+ </div>
501
933
  <p class="since">Since 1.0</p>
502
934
  </div>
503
935
  <hr>
504
936
  <div class="refsect2">
505
- <a name="hb-font-funcs-set-glyph-from-name-func"></a><h3>hb_font_funcs_set_glyph_from_name_func ()</h3>
506
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_from_name_func
507
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
508
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-from-name-func-t" title="hb_font_get_glyph_from_name_func_t ()"><span class="type">hb_font_get_glyph_from_name_func_t</span></a> func</code></em>,
509
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
510
- <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>
511
- <div class="variablelist"><table border="0">
512
- <col align="left" valign="top">
937
+ <a name="hb-font-funcs-set-glyph-from-name-func"></a><h3>hb_font_funcs_set_glyph_from_name_func ()</h3>
938
+ <pre class="programlisting"><span class="returnvalue">void</span>
939
+ hb_font_funcs_set_glyph_from_name_func
940
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
941
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-from-name-func-t" title="hb_font_get_glyph_from_name_func_t ()"><span class="type">hb_font_get_glyph_from_name_func_t</span></a> func</code></em>,
942
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
943
+ <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>
944
+ <div class="refsect3">
945
+ <a name="idp25067056"></a><h4>Parameters</h4>
946
+ <div class="informaltable"><table width="100%" border="0">
947
+ <colgroup>
948
+ <col width="150px" class="parameters_name">
949
+ <col class="parameters_description">
950
+ <col width="200px" class="parameters_annotations">
951
+ </colgroup>
513
952
  <tbody><tr>
514
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
515
- <td>font functions.</td>
953
+ <td class="parameter_name"><p>ffuncs</p></td>
954
+ <td class="parameter_description"><p>font functions.</p></td>
955
+ <td class="parameter_annotations"> </td>
516
956
  </tr></tbody>
517
957
  </table></div>
958
+ </div>
518
959
  <p class="since">Since 1.0</p>
519
960
  </div>
520
961
  <hr>
521
962
  <div class="refsect2">
522
- <a name="hb-font-funcs-set-glyph-func"></a><h3>hb_font_funcs_set_glyph_func ()</h3>
523
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
524
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-func-t" title="hb_font_get_glyph_func_t ()"><span class="type">hb_font_get_glyph_func_t</span></a> func</code></em>,
525
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
526
- <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>
527
- <div class="variablelist"><table border="0">
528
- <col align="left" valign="top">
963
+ <a name="hb-font-funcs-set-glyph-func"></a><h3>hb_font_funcs_set_glyph_func ()</h3>
964
+ <pre class="programlisting"><span class="returnvalue">void</span>
965
+ hb_font_funcs_set_glyph_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
966
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-func-t" title="hb_font_get_glyph_func_t ()"><span class="type">hb_font_get_glyph_func_t</span></a> func</code></em>,
967
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
968
+ <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>
969
+ <div class="refsect3">
970
+ <a name="idp25088528"></a><h4>Parameters</h4>
971
+ <div class="informaltable"><table width="100%" border="0">
972
+ <colgroup>
973
+ <col width="150px" class="parameters_name">
974
+ <col class="parameters_description">
975
+ <col width="200px" class="parameters_annotations">
976
+ </colgroup>
529
977
  <tbody><tr>
530
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
531
- <td>font functions.</td>
978
+ <td class="parameter_name"><p>ffuncs</p></td>
979
+ <td class="parameter_description"><p>font functions.</p></td>
980
+ <td class="parameter_annotations"> </td>
532
981
  </tr></tbody>
533
982
  </table></div>
983
+ </div>
534
984
  <p class="since">Since 1.0</p>
535
985
  </div>
536
986
  <hr>
537
987
  <div class="refsect2">
538
- <a name="hb-font-funcs-set-glyph-h-advance-func"></a><h3>hb_font_funcs_set_glyph_h_advance_func ()</h3>
539
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_h_advance_func
540
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
541
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-advance-func-t" title="hb_font_get_glyph_h_advance_func_t"><span class="type">hb_font_get_glyph_h_advance_func_t</span></a> func</code></em>,
542
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
543
- <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>
544
- <div class="variablelist"><table border="0">
545
- <col align="left" valign="top">
988
+ <a name="hb-font-funcs-set-glyph-h-advance-func"></a><h3>hb_font_funcs_set_glyph_h_advance_func ()</h3>
989
+ <pre class="programlisting"><span class="returnvalue">void</span>
990
+ hb_font_funcs_set_glyph_h_advance_func
991
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
992
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-advance-func-t" title="hb_font_get_glyph_h_advance_func_t"><span class="type">hb_font_get_glyph_h_advance_func_t</span></a> func</code></em>,
993
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
994
+ <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>
995
+ <div class="refsect3">
996
+ <a name="idp25110128"></a><h4>Parameters</h4>
997
+ <div class="informaltable"><table width="100%" border="0">
998
+ <colgroup>
999
+ <col width="150px" class="parameters_name">
1000
+ <col class="parameters_description">
1001
+ <col width="200px" class="parameters_annotations">
1002
+ </colgroup>
546
1003
  <tbody>
547
1004
  <tr>
548
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
549
- <td>font functions.</td>
1005
+ <td class="parameter_name"><p>ffuncs</p></td>
1006
+ <td class="parameter_description"><p>font functions.</p></td>
1007
+ <td class="parameter_annotations"> </td>
550
1008
  </tr>
551
1009
  <tr>
552
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
553
- <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>
554
- </td>
1010
+ <td class="parameter_name"><p>func</p></td>
1011
+ <td class="parameter_description"><p>. </p></td>
1012
+ <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>
555
1013
  </tr>
556
1014
  </tbody>
557
1015
  </table></div>
1016
+ </div>
558
1017
  <p class="since">Since 1.0</p>
559
1018
  </div>
560
1019
  <hr>
561
1020
  <div class="refsect2">
562
- <a name="hb-font-funcs-set-glyph-h-kerning-func"></a><h3>hb_font_funcs_set_glyph_h_kerning_func ()</h3>
563
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_h_kerning_func
564
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
565
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-kerning-func-t" title="hb_font_get_glyph_h_kerning_func_t"><span class="type">hb_font_get_glyph_h_kerning_func_t</span></a> func</code></em>,
566
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
567
- <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>
568
- <div class="variablelist"><table border="0">
569
- <col align="left" valign="top">
1021
+ <a name="hb-font-funcs-set-glyph-h-kerning-func"></a><h3>hb_font_funcs_set_glyph_h_kerning_func ()</h3>
1022
+ <pre class="programlisting"><span class="returnvalue">void</span>
1023
+ hb_font_funcs_set_glyph_h_kerning_func
1024
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
1025
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-kerning-func-t" title="hb_font_get_glyph_h_kerning_func_t"><span class="type">hb_font_get_glyph_h_kerning_func_t</span></a> func</code></em>,
1026
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1027
+ <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>
1028
+ <div class="refsect3">
1029
+ <a name="idp25136432"></a><h4>Parameters</h4>
1030
+ <div class="informaltable"><table width="100%" border="0">
1031
+ <colgroup>
1032
+ <col width="150px" class="parameters_name">
1033
+ <col class="parameters_description">
1034
+ <col width="200px" class="parameters_annotations">
1035
+ </colgroup>
570
1036
  <tbody>
571
1037
  <tr>
572
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
573
- <td>font functions.</td>
1038
+ <td class="parameter_name"><p>ffuncs</p></td>
1039
+ <td class="parameter_description"><p>font functions.</p></td>
1040
+ <td class="parameter_annotations"> </td>
574
1041
  </tr>
575
1042
  <tr>
576
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
577
- <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>
578
- </td>
1043
+ <td class="parameter_name"><p>func</p></td>
1044
+ <td class="parameter_description"><p>. </p></td>
1045
+ <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>
579
1046
  </tr>
580
1047
  </tbody>
581
1048
  </table></div>
1049
+ </div>
582
1050
  <p class="since">Since 1.0</p>
583
1051
  </div>
584
1052
  <hr>
585
1053
  <div class="refsect2">
586
- <a name="hb-font-funcs-set-glyph-h-origin-func"></a><h3>hb_font_funcs_set_glyph_h_origin_func ()</h3>
587
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_h_origin_func
588
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
589
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-origin-func-t" title="hb_font_get_glyph_h_origin_func_t"><span class="type">hb_font_get_glyph_h_origin_func_t</span></a> func</code></em>,
590
- <em class="parameter"><code><span class="type">void</span> *user_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>);</pre>
592
- <div class="variablelist"><table border="0">
593
- <col align="left" valign="top">
1054
+ <a name="hb-font-funcs-set-glyph-h-origin-func"></a><h3>hb_font_funcs_set_glyph_h_origin_func ()</h3>
1055
+ <pre class="programlisting"><span class="returnvalue">void</span>
1056
+ hb_font_funcs_set_glyph_h_origin_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
1057
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-origin-func-t" title="hb_font_get_glyph_h_origin_func_t"><span class="type">hb_font_get_glyph_h_origin_func_t</span></a> func</code></em>,
1058
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1059
+ <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>
1060
+ <div class="refsect3">
1061
+ <a name="idp25162752"></a><h4>Parameters</h4>
1062
+ <div class="informaltable"><table width="100%" border="0">
1063
+ <colgroup>
1064
+ <col width="150px" class="parameters_name">
1065
+ <col class="parameters_description">
1066
+ <col width="200px" class="parameters_annotations">
1067
+ </colgroup>
594
1068
  <tbody>
595
1069
  <tr>
596
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
597
- <td>font functions.</td>
1070
+ <td class="parameter_name"><p>ffuncs</p></td>
1071
+ <td class="parameter_description"><p>font functions.</p></td>
1072
+ <td class="parameter_annotations"> </td>
598
1073
  </tr>
599
1074
  <tr>
600
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
601
- <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>
602
- </td>
1075
+ <td class="parameter_name"><p>func</p></td>
1076
+ <td class="parameter_description"><p>. </p></td>
1077
+ <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>
603
1078
  </tr>
604
1079
  </tbody>
605
1080
  </table></div>
1081
+ </div>
606
1082
  <p class="since">Since 1.0</p>
607
1083
  </div>
608
1084
  <hr>
609
1085
  <div class="refsect2">
610
- <a name="hb-font-funcs-set-glyph-name-func"></a><h3>hb_font_funcs_set_glyph_name_func ()</h3>
611
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_name_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
612
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-name-func-t" title="hb_font_get_glyph_name_func_t ()"><span class="type">hb_font_get_glyph_name_func_t</span></a> func</code></em>,
613
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
614
- <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>
615
- <div class="variablelist"><table border="0">
616
- <col align="left" valign="top">
1086
+ <a name="hb-font-funcs-set-glyph-name-func"></a><h3>hb_font_funcs_set_glyph_name_func ()</h3>
1087
+ <pre class="programlisting"><span class="returnvalue">void</span>
1088
+ hb_font_funcs_set_glyph_name_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
1089
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-name-func-t" title="hb_font_get_glyph_name_func_t ()"><span class="type">hb_font_get_glyph_name_func_t</span></a> func</code></em>,
1090
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1091
+ <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>
1092
+ <div class="refsect3">
1093
+ <a name="idp25188992"></a><h4>Parameters</h4>
1094
+ <div class="informaltable"><table width="100%" border="0">
1095
+ <colgroup>
1096
+ <col width="150px" class="parameters_name">
1097
+ <col class="parameters_description">
1098
+ <col width="200px" class="parameters_annotations">
1099
+ </colgroup>
617
1100
  <tbody><tr>
618
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
619
- <td>font functions.</td>
1101
+ <td class="parameter_name"><p>ffuncs</p></td>
1102
+ <td class="parameter_description"><p>font functions.</p></td>
1103
+ <td class="parameter_annotations"> </td>
620
1104
  </tr></tbody>
621
1105
  </table></div>
1106
+ </div>
622
1107
  <p class="since">Since 1.0</p>
623
1108
  </div>
624
1109
  <hr>
625
1110
  <div class="refsect2">
626
- <a name="hb-font-funcs-set-glyph-v-advance-func"></a><h3>hb_font_funcs_set_glyph_v_advance_func ()</h3>
627
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_v_advance_func
628
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
629
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-advance-func-t" title="hb_font_get_glyph_v_advance_func_t"><span class="type">hb_font_get_glyph_v_advance_func_t</span></a> func</code></em>,
630
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
631
- <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>
632
- <div class="variablelist"><table border="0">
633
- <col align="left" valign="top">
1111
+ <a name="hb-font-funcs-set-glyph-v-advance-func"></a><h3>hb_font_funcs_set_glyph_v_advance_func ()</h3>
1112
+ <pre class="programlisting"><span class="returnvalue">void</span>
1113
+ hb_font_funcs_set_glyph_v_advance_func
1114
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
1115
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-advance-func-t" title="hb_font_get_glyph_v_advance_func_t"><span class="type">hb_font_get_glyph_v_advance_func_t</span></a> func</code></em>,
1116
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1117
+ <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>
1118
+ <div class="refsect3">
1119
+ <a name="idp25210592"></a><h4>Parameters</h4>
1120
+ <div class="informaltable"><table width="100%" border="0">
1121
+ <colgroup>
1122
+ <col width="150px" class="parameters_name">
1123
+ <col class="parameters_description">
1124
+ <col width="200px" class="parameters_annotations">
1125
+ </colgroup>
634
1126
  <tbody>
635
1127
  <tr>
636
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
637
- <td>font functions.</td>
1128
+ <td class="parameter_name"><p>ffuncs</p></td>
1129
+ <td class="parameter_description"><p>font functions.</p></td>
1130
+ <td class="parameter_annotations"> </td>
638
1131
  </tr>
639
1132
  <tr>
640
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
641
- <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>
642
- </td>
1133
+ <td class="parameter_name"><p>func</p></td>
1134
+ <td class="parameter_description"><p>. </p></td>
1135
+ <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>
643
1136
  </tr>
644
1137
  </tbody>
645
1138
  </table></div>
1139
+ </div>
646
1140
  <p class="since">Since 1.0</p>
647
1141
  </div>
648
1142
  <hr>
649
1143
  <div class="refsect2">
650
- <a name="hb-font-funcs-set-glyph-v-kerning-func"></a><h3>hb_font_funcs_set_glyph_v_kerning_func ()</h3>
651
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_v_kerning_func
652
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
653
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-kerning-func-t" title="hb_font_get_glyph_v_kerning_func_t"><span class="type">hb_font_get_glyph_v_kerning_func_t</span></a> func</code></em>,
654
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
655
- <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>
656
- <div class="variablelist"><table border="0">
657
- <col align="left" valign="top">
1144
+ <a name="hb-font-funcs-set-glyph-v-kerning-func"></a><h3>hb_font_funcs_set_glyph_v_kerning_func ()</h3>
1145
+ <pre class="programlisting"><span class="returnvalue">void</span>
1146
+ hb_font_funcs_set_glyph_v_kerning_func
1147
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
1148
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-kerning-func-t" title="hb_font_get_glyph_v_kerning_func_t"><span class="type">hb_font_get_glyph_v_kerning_func_t</span></a> func</code></em>,
1149
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1150
+ <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>
1151
+ <div class="refsect3">
1152
+ <a name="idp25236896"></a><h4>Parameters</h4>
1153
+ <div class="informaltable"><table width="100%" border="0">
1154
+ <colgroup>
1155
+ <col width="150px" class="parameters_name">
1156
+ <col class="parameters_description">
1157
+ <col width="200px" class="parameters_annotations">
1158
+ </colgroup>
658
1159
  <tbody>
659
1160
  <tr>
660
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
661
- <td>font functions.</td>
1161
+ <td class="parameter_name"><p>ffuncs</p></td>
1162
+ <td class="parameter_description"><p>font functions.</p></td>
1163
+ <td class="parameter_annotations"> </td>
662
1164
  </tr>
663
1165
  <tr>
664
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
665
- <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>
666
- </td>
1166
+ <td class="parameter_name"><p>func</p></td>
1167
+ <td class="parameter_description"><p>. </p></td>
1168
+ <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>
667
1169
  </tr>
668
1170
  </tbody>
669
1171
  </table></div>
1172
+ </div>
670
1173
  <p class="since">Since 1.0</p>
671
1174
  </div>
672
1175
  <hr>
673
1176
  <div class="refsect2">
674
- <a name="hb-font-funcs-set-glyph-v-origin-func"></a><h3>hb_font_funcs_set_glyph_v_origin_func ()</h3>
675
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_funcs_set_glyph_v_origin_func
676
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
677
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-origin-func-t" title="hb_font_get_glyph_v_origin_func_t"><span class="type">hb_font_get_glyph_v_origin_func_t</span></a> func</code></em>,
678
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
679
- <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>
680
- <div class="variablelist"><table border="0">
681
- <col align="left" valign="top">
1177
+ <a name="hb-font-funcs-set-glyph-v-origin-func"></a><h3>hb_font_funcs_set_glyph_v_origin_func ()</h3>
1178
+ <pre class="programlisting"><span class="returnvalue">void</span>
1179
+ hb_font_funcs_set_glyph_v_origin_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
1180
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-origin-func-t" title="hb_font_get_glyph_v_origin_func_t"><span class="type">hb_font_get_glyph_v_origin_func_t</span></a> func</code></em>,
1181
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1182
+ <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>
1183
+ <div class="refsect3">
1184
+ <a name="idp25263216"></a><h4>Parameters</h4>
1185
+ <div class="informaltable"><table width="100%" border="0">
1186
+ <colgroup>
1187
+ <col width="150px" class="parameters_name">
1188
+ <col class="parameters_description">
1189
+ <col width="200px" class="parameters_annotations">
1190
+ </colgroup>
682
1191
  <tbody>
683
1192
  <tr>
684
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
685
- <td>font functions.</td>
1193
+ <td class="parameter_name"><p>ffuncs</p></td>
1194
+ <td class="parameter_description"><p>font functions.</p></td>
1195
+ <td class="parameter_annotations"> </td>
686
1196
  </tr>
687
1197
  <tr>
688
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
689
- <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>
690
- </td>
1198
+ <td class="parameter_name"><p>func</p></td>
1199
+ <td class="parameter_description"><p>. </p></td>
1200
+ <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>
691
1201
  </tr>
692
1202
  </tbody>
693
1203
  </table></div>
694
- <p class="since">Since 1.0</p>
695
- </div>
696
- <hr>
697
- <div class="refsect2">
698
- <a name="hb-font-funcs-set-user-data"></a><h3>hb_font_funcs_set_user_data ()</h3>
699
- <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_font_funcs_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
700
- <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>,
701
- <em class="parameter"><code><span class="type">void</span> *data</code></em>,
702
- <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>,
703
- <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>
704
- <div class="variablelist"><table border="0">
705
- <col align="left" valign="top">
706
- <tbody><tr>
707
- <td><p><span class="term"><em class="parameter"><code>ffuncs</code></em> :</span></p></td>
708
- <td>font functions.</td>
709
- </tr></tbody>
710
- </table></div>
711
- <p class="since">Since 1.0</p>
712
- </div>
713
- <hr>
714
- <div class="refsect2">
715
- <a name="hb-font-funcs-t"></a><h3>hb_font_funcs_t</h3>
716
- <pre class="programlisting">typedef struct hb_font_funcs_t hb_font_funcs_t;
717
- </pre>
718
- <p>
719
- </p>
1204
+ </div>
1205
+ <p class="since">Since 1.0</p>
720
1206
  </div>
721
1207
  <hr>
722
1208
  <div class="refsect2">
723
- <a name="hb-font-get-empty"></a><h3>hb_font_get_empty ()</h3>
724
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="returnvalue">hb_font_t</span></a> * hb_font_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
725
- <div class="variablelist"><table border="0">
726
- <col align="left" valign="top">
1209
+ <a name="hb-font-funcs-set-user-data"></a><h3>hb_font_funcs_set_user_data ()</h3>
1210
+ <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>
1211
+ hb_font_funcs_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
1212
+ <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>,
1213
+ <em class="parameter"><code><span class="type">void</span> *data</code></em>,
1214
+ <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>,
1215
+ <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>
1216
+ <div class="refsect3">
1217
+ <a name="idp25291120"></a><h4>Parameters</h4>
1218
+ <div class="informaltable"><table width="100%" border="0">
1219
+ <colgroup>
1220
+ <col width="150px" class="parameters_name">
1221
+ <col class="parameters_description">
1222
+ <col width="200px" class="parameters_annotations">
1223
+ </colgroup>
727
1224
  <tbody><tr>
728
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
729
- <td>(transfer full)</td>
1225
+ <td class="parameter_name"><p>ffuncs</p></td>
1226
+ <td class="parameter_description"><p>font functions.</p></td>
1227
+ <td class="parameter_annotations"> </td>
730
1228
  </tr></tbody>
731
1229
  </table></div>
1230
+ </div>
1231
+ <div class="refsect3">
1232
+ <a name="idp25299520"></a><h4>Returns</h4>
1233
+ <p></p>
1234
+ </div>
732
1235
  <p class="since">Since 1.0</p>
733
1236
  </div>
734
1237
  <hr>
735
1238
  <div class="refsect2">
736
- <a name="hb-font-get-face"></a><h3>hb_font_get_face ()</h3>
737
- <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_font_get_face (<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>
738
- <div class="variablelist"><table border="0">
739
- <col align="left" valign="top">
740
- <tbody>
741
- <tr>
742
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
743
- <td>a font.</td>
744
- </tr>
745
- <tr>
746
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
747
- <td>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
748
- </td>
749
- </tr>
750
- </tbody>
1239
+ <a name="hb-font-get-empty"></a><h3>hb_font_get_empty ()</h3>
1240
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
1241
+ hb_font_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1242
+ <div class="refsect3">
1243
+ <a name="idp25308272"></a><h4>Returns</h4>
1244
+ <p> (transfer full)</p>
1245
+ <p></p>
1246
+ </div>
1247
+ <p class="since">Since 1.0</p>
1248
+ </div>
1249
+ <hr>
1250
+ <div class="refsect2">
1251
+ <a name="hb-font-get-face"></a><h3>hb_font_get_face ()</h3>
1252
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
1253
+ hb_font_get_face (<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>
1254
+ <div class="refsect3">
1255
+ <a name="idp25318112"></a><h4>Parameters</h4>
1256
+ <div class="informaltable"><table width="100%" border="0">
1257
+ <colgroup>
1258
+ <col width="150px" class="parameters_name">
1259
+ <col class="parameters_description">
1260
+ <col width="200px" class="parameters_annotations">
1261
+ </colgroup>
1262
+ <tbody><tr>
1263
+ <td class="parameter_name"><p>font</p></td>
1264
+ <td class="parameter_description"><p>a font.</p></td>
1265
+ <td class="parameter_annotations"> </td>
1266
+ </tr></tbody>
751
1267
  </table></div>
1268
+ </div>
1269
+ <div class="refsect3">
1270
+ <a name="idp25326512"></a><h4>Returns</h4>
1271
+ <p>. </p>
1272
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1273
+ </div>
752
1274
  <p class="since">Since 1.0</p>
753
1275
  </div>
754
1276
  <hr>
755
1277
  <div class="refsect2">
756
- <a name="hb-font-get-glyph"></a><h3>hb_font_get_glyph ()</h3>
757
- <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_font_get_glyph (<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>,
758
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
759
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> variation_selector</code></em>,
760
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);</pre>
761
- <div class="variablelist"><table border="0">
762
- <col align="left" valign="top">
1278
+ <a name="hb-font-get-glyph"></a><h3>hb_font_get_glyph ()</h3>
1279
+ <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>
1280
+ hb_font_get_glyph (<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>,
1281
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
1282
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> variation_selector</code></em>,
1283
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);</pre>
1284
+ <div class="refsect3">
1285
+ <a name="idp25342432"></a><h4>Parameters</h4>
1286
+ <div class="informaltable"><table width="100%" border="0">
1287
+ <colgroup>
1288
+ <col width="150px" class="parameters_name">
1289
+ <col class="parameters_description">
1290
+ <col width="200px" class="parameters_annotations">
1291
+ </colgroup>
763
1292
  <tbody>
764
1293
  <tr>
765
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
766
- <td>a font.</td>
1294
+ <td class="parameter_name"><p>font</p></td>
1295
+ <td class="parameter_description"><p>a font.</p></td>
1296
+ <td class="parameter_annotations"> </td>
767
1297
  </tr>
768
1298
  <tr>
769
- <td><p><span class="term"><em class="parameter"><code>glyph</code></em> :</span></p></td>
770
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
771
- </td>
1299
+ <td class="parameter_name"><p>glyph</p></td>
1300
+ <td class="parameter_description"><p>. </p></td>
1301
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
772
1302
  </tr>
773
1303
  </tbody>
774
1304
  </table></div>
1305
+ </div>
1306
+ <div class="refsect3">
1307
+ <a name="idp25354544"></a><h4>Returns</h4>
1308
+ <p></p>
1309
+ </div>
775
1310
  <p class="since">Since 1.0</p>
776
1311
  </div>
777
1312
  <hr>
778
1313
  <div class="refsect2">
779
- <a name="hb-font-get-glyph-advance-for-direction"></a><h3>hb_font_get_glyph_advance_for_direction ()</h3>
780
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_get_glyph_advance_for_direction
781
- (<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>,
782
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
783
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
784
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
785
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
786
- <div class="variablelist"><table border="0">
787
- <col align="left" valign="top">
1314
+ <a name="hb-font-get-glyph-advance-for-direction"></a><h3>hb_font_get_glyph_advance_for_direction ()</h3>
1315
+ <pre class="programlisting"><span class="returnvalue">void</span>
1316
+ hb_font_get_glyph_advance_for_direction
1317
+ (<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>,
1318
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1319
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
1320
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1321
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1322
+ <div class="refsect3">
1323
+ <a name="idp25370832"></a><h4>Parameters</h4>
1324
+ <div class="informaltable"><table width="100%" border="0">
1325
+ <colgroup>
1326
+ <col width="150px" class="parameters_name">
1327
+ <col class="parameters_description">
1328
+ <col width="200px" class="parameters_annotations">
1329
+ </colgroup>
788
1330
  <tbody>
789
1331
  <tr>
790
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
791
- <td>a font.</td>
1332
+ <td class="parameter_name"><p>font</p></td>
1333
+ <td class="parameter_description"><p>a font.</p></td>
1334
+ <td class="parameter_annotations"> </td>
792
1335
  </tr>
793
1336
  <tr>
794
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
795
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
796
- </td>
1337
+ <td class="parameter_name"><p>x</p></td>
1338
+ <td class="parameter_description"><p>. </p></td>
1339
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
797
1340
  </tr>
798
1341
  <tr>
799
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
800
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
801
- </td>
1342
+ <td class="parameter_name"><p>y</p></td>
1343
+ <td class="parameter_description"><p>. </p></td>
1344
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
802
1345
  </tr>
803
1346
  </tbody>
804
1347
  </table></div>
1348
+ </div>
805
1349
  <p class="since">Since 1.0</p>
806
1350
  </div>
807
1351
  <hr>
808
1352
  <div class="refsect2">
809
- <a name="hb-font-get-glyph-advance-func-t"></a><h3>hb_font_get_glyph_advance_func_t ()</h3>
810
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> (*hb_font_get_glyph_advance_func_t) (<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>,
811
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
812
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
813
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1353
+ <a name="hb-font-get-glyph-advance-func-t"></a><h3>hb_font_get_glyph_advance_func_t ()</h3>
1354
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
1355
+ <span class="c_punctuation">(</span>*hb_font_get_glyph_advance_func_t<span class="c_punctuation">)</span> (<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>,
1356
+ <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1357
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1358
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
814
1359
  <p>
815
1360
  </p>
816
- </div>
817
- <hr>
818
- <div class="refsect2">
819
- <a name="hb-font-get-glyph-contour-point"></a><h3>hb_font_get_glyph_contour_point ()</h3>
820
- <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_font_get_glyph_contour_point (<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>,
821
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
822
- <em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
823
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
824
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
825
- <div class="variablelist"><table border="0">
826
- <col align="left" valign="top">
1361
+ <div class="refsect3">
1362
+ <a name="idp25401296"></a><h4>Returns</h4>
1363
+ <p></p>
1364
+ </div>
1365
+ </div>
1366
+ <hr>
1367
+ <div class="refsect2">
1368
+ <a name="hb-font-get-glyph-contour-point"></a><h3>hb_font_get_glyph_contour_point ()</h3>
1369
+ <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>
1370
+ hb_font_get_glyph_contour_point (<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>,
1371
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1372
+ <em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
1373
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1374
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1375
+ <div class="refsect3">
1376
+ <a name="idp25417088"></a><h4>Parameters</h4>
1377
+ <div class="informaltable"><table width="100%" border="0">
1378
+ <colgroup>
1379
+ <col width="150px" class="parameters_name">
1380
+ <col class="parameters_description">
1381
+ <col width="200px" class="parameters_annotations">
1382
+ </colgroup>
827
1383
  <tbody>
828
1384
  <tr>
829
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
830
- <td>a font.</td>
1385
+ <td class="parameter_name"><p>font</p></td>
1386
+ <td class="parameter_description"><p>a font.</p></td>
1387
+ <td class="parameter_annotations"> </td>
831
1388
  </tr>
832
1389
  <tr>
833
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
834
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
835
- </td>
1390
+ <td class="parameter_name"><p>x</p></td>
1391
+ <td class="parameter_description"><p>. </p></td>
1392
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
836
1393
  </tr>
837
1394
  <tr>
838
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
839
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
840
- </td>
1395
+ <td class="parameter_name"><p>y</p></td>
1396
+ <td class="parameter_description"><p>. </p></td>
1397
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
841
1398
  </tr>
842
1399
  </tbody>
843
1400
  </table></div>
1401
+ </div>
1402
+ <div class="refsect3">
1403
+ <a name="idp25432912"></a><h4>Returns</h4>
1404
+ <p></p>
1405
+ </div>
844
1406
  <p class="since">Since 1.0</p>
845
1407
  </div>
846
1408
  <hr>
847
1409
  <div class="refsect2">
848
- <a name="hb-font-get-glyph-contour-point-for-origin"></a><h3>hb_font_get_glyph_contour_point_for_origin ()</h3>
849
- <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_font_get_glyph_contour_point_for_origin
850
- (<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>,
851
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
852
- <em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
853
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
854
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
855
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
856
- <div class="variablelist"><table border="0">
857
- <col align="left" valign="top">
1410
+ <a name="hb-font-get-glyph-contour-point-for-origin"></a><h3>hb_font_get_glyph_contour_point_for_origin ()</h3>
1411
+ <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>
1412
+ hb_font_get_glyph_contour_point_for_origin
1413
+ (<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>,
1414
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1415
+ <em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
1416
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
1417
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1418
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1419
+ <div class="refsect3">
1420
+ <a name="idp25451136"></a><h4>Parameters</h4>
1421
+ <div class="informaltable"><table width="100%" border="0">
1422
+ <colgroup>
1423
+ <col width="150px" class="parameters_name">
1424
+ <col class="parameters_description">
1425
+ <col width="200px" class="parameters_annotations">
1426
+ </colgroup>
858
1427
  <tbody>
859
1428
  <tr>
860
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
861
- <td>a font.</td>
1429
+ <td class="parameter_name"><p>font</p></td>
1430
+ <td class="parameter_description"><p>a font.</p></td>
1431
+ <td class="parameter_annotations"> </td>
862
1432
  </tr>
863
1433
  <tr>
864
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
865
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
866
- </td>
1434
+ <td class="parameter_name"><p>x</p></td>
1435
+ <td class="parameter_description"><p>. </p></td>
1436
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
867
1437
  </tr>
868
1438
  <tr>
869
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
870
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
871
- </td>
1439
+ <td class="parameter_name"><p>y</p></td>
1440
+ <td class="parameter_description"><p>. </p></td>
1441
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
872
1442
  </tr>
873
1443
  </tbody>
874
1444
  </table></div>
1445
+ </div>
1446
+ <div class="refsect3">
1447
+ <a name="idp25466960"></a><h4>Returns</h4>
1448
+ <p></p>
1449
+ </div>
875
1450
  <p class="since">Since 1.0</p>
876
1451
  </div>
877
1452
  <hr>
878
1453
  <div class="refsect2">
879
- <a name="hb-font-get-glyph-contour-point-func-t"></a><h3>hb_font_get_glyph_contour_point_func_t ()</h3>
880
- <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_font_get_glyph_contour_point_func_t)
881
- (<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>,
882
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
883
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
884
- <em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
885
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
886
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>,
887
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1454
+ <a name="hb-font-get-glyph-contour-point-func-t"></a><h3>hb_font_get_glyph_contour_point_func_t ()</h3>
1455
+ <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>
1456
+ <span class="c_punctuation">(</span>*hb_font_get_glyph_contour_point_func_t<span class="c_punctuation">)</span>
1457
+ (<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>,
1458
+ <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1459
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1460
+ <em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
1461
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1462
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>,
1463
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
888
1464
  <p>
889
1465
  </p>
890
- </div>
891
- <hr>
892
- <div class="refsect2">
893
- <a name="hb-font-get-glyph-extents"></a><h3>hb_font_get_glyph_extents ()</h3>
894
- <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_font_get_glyph_extents (<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>,
895
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
896
- <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);</pre>
897
- <div class="variablelist"><table border="0">
898
- <col align="left" valign="top">
1466
+ <div class="refsect3">
1467
+ <a name="idp25488288"></a><h4>Returns</h4>
1468
+ <p></p>
1469
+ </div>
1470
+ </div>
1471
+ <hr>
1472
+ <div class="refsect2">
1473
+ <a name="hb-font-get-glyph-extents"></a><h3>hb_font_get_glyph_extents ()</h3>
1474
+ <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>
1475
+ hb_font_get_glyph_extents (<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>,
1476
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1477
+ <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);</pre>
1478
+ <div class="refsect3">
1479
+ <a name="idp25500512"></a><h4>Parameters</h4>
1480
+ <div class="informaltable"><table width="100%" border="0">
1481
+ <colgroup>
1482
+ <col width="150px" class="parameters_name">
1483
+ <col class="parameters_description">
1484
+ <col width="200px" class="parameters_annotations">
1485
+ </colgroup>
899
1486
  <tbody>
900
1487
  <tr>
901
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
902
- <td>a font.</td>
1488
+ <td class="parameter_name"><p>font</p></td>
1489
+ <td class="parameter_description"><p>a font.</p></td>
1490
+ <td class="parameter_annotations"> </td>
903
1491
  </tr>
904
1492
  <tr>
905
- <td><p><span class="term"><em class="parameter"><code>extents</code></em> :</span></p></td>
906
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
907
- </td>
1493
+ <td class="parameter_name"><p>extents</p></td>
1494
+ <td class="parameter_description"><p>. </p></td>
1495
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
908
1496
  </tr>
909
1497
  </tbody>
910
1498
  </table></div>
1499
+ </div>
1500
+ <div class="refsect3">
1501
+ <a name="idp25512624"></a><h4>Returns</h4>
1502
+ <p></p>
1503
+ </div>
911
1504
  <p class="since">Since 1.0</p>
912
1505
  </div>
913
1506
  <hr>
914
1507
  <div class="refsect2">
915
- <a name="hb-font-get-glyph-extents-for-origin"></a><h3>hb_font_get_glyph_extents_for_origin ()</h3>
916
- <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_font_get_glyph_extents_for_origin
917
- (<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>,
918
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
919
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
920
- <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);</pre>
921
- <div class="variablelist"><table border="0">
922
- <col align="left" valign="top">
1508
+ <a name="hb-font-get-glyph-extents-for-origin"></a><h3>hb_font_get_glyph_extents_for_origin ()</h3>
1509
+ <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>
1510
+ hb_font_get_glyph_extents_for_origin (<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>,
1511
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1512
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
1513
+ <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);</pre>
1514
+ <div class="refsect3">
1515
+ <a name="idp25527232"></a><h4>Parameters</h4>
1516
+ <div class="informaltable"><table width="100%" border="0">
1517
+ <colgroup>
1518
+ <col width="150px" class="parameters_name">
1519
+ <col class="parameters_description">
1520
+ <col width="200px" class="parameters_annotations">
1521
+ </colgroup>
923
1522
  <tbody>
924
1523
  <tr>
925
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
926
- <td>a font.</td>
1524
+ <td class="parameter_name"><p>font</p></td>
1525
+ <td class="parameter_description"><p>a font.</p></td>
1526
+ <td class="parameter_annotations"> </td>
927
1527
  </tr>
928
1528
  <tr>
929
- <td><p><span class="term"><em class="parameter"><code>extents</code></em> :</span></p></td>
930
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
931
- </td>
1529
+ <td class="parameter_name"><p>extents</p></td>
1530
+ <td class="parameter_description"><p>. </p></td>
1531
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
932
1532
  </tr>
933
1533
  </tbody>
934
1534
  </table></div>
1535
+ </div>
1536
+ <div class="refsect3">
1537
+ <a name="idp25539344"></a><h4>Returns</h4>
1538
+ <p></p>
1539
+ </div>
935
1540
  <p class="since">Since 1.0</p>
936
1541
  </div>
937
1542
  <hr>
938
1543
  <div class="refsect2">
939
- <a name="hb-font-get-glyph-extents-func-t"></a><h3>hb_font_get_glyph_extents_func_t ()</h3>
940
- <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_font_get_glyph_extents_func_t) (<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>,
941
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
942
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
943
- <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>,
944
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1544
+ <a name="hb-font-get-glyph-extents-func-t"></a><h3>hb_font_get_glyph_extents_func_t ()</h3>
1545
+ <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>
1546
+ <span class="c_punctuation">(</span>*hb_font_get_glyph_extents_func_t<span class="c_punctuation">)</span> (<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>,
1547
+ <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1548
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1549
+ <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>,
1550
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
945
1551
  <p>
946
1552
  </p>
947
- </div>
948
- <hr>
949
- <div class="refsect2">
950
- <a name="hb-font-get-glyph-from-name"></a><h3>hb_font_get_glyph_from_name ()</h3>
951
- <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_font_get_glyph_from_name (<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>,
952
- <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
953
- <em class="parameter"><code><span class="type">int</span> len</code></em>,
954
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);</pre>
955
- <div class="variablelist"><table border="0">
956
- <col align="left" valign="top">
1553
+ <div class="refsect3">
1554
+ <a name="idp25557120"></a><h4>Returns</h4>
1555
+ <p></p>
1556
+ </div>
1557
+ </div>
1558
+ <hr>
1559
+ <div class="refsect2">
1560
+ <a name="hb-font-get-glyph-from-name"></a><h3>hb_font_get_glyph_from_name ()</h3>
1561
+ <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>
1562
+ hb_font_get_glyph_from_name (<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>,
1563
+ <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
1564
+ <em class="parameter"><code><span class="type">int</span> len</code></em>,
1565
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);</pre>
1566
+ <div class="refsect3">
1567
+ <a name="idp25571216"></a><h4>Parameters</h4>
1568
+ <div class="informaltable"><table width="100%" border="0">
1569
+ <colgroup>
1570
+ <col width="150px" class="parameters_name">
1571
+ <col class="parameters_description">
1572
+ <col width="200px" class="parameters_annotations">
1573
+ </colgroup>
957
1574
  <tbody>
958
1575
  <tr>
959
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
960
- <td>a font.</td>
1576
+ <td class="parameter_name"><p>font</p></td>
1577
+ <td class="parameter_description"><p>a font.</p></td>
1578
+ <td class="parameter_annotations"> </td>
961
1579
  </tr>
962
1580
  <tr>
963
- <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
964
- <td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len]</span>
965
- </td>
1581
+ <td class="parameter_name"><p>name</p></td>
1582
+ <td class="parameter_description"><p>. </p></td>
1583
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len]</span></td>
966
1584
  </tr>
967
1585
  <tr>
968
- <td><p><span class="term"><em class="parameter"><code>glyph</code></em> :</span></p></td>
969
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
970
- </td>
1586
+ <td class="parameter_name"><p>glyph</p></td>
1587
+ <td class="parameter_description"><p>. </p></td>
1588
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
971
1589
  </tr>
972
1590
  </tbody>
973
1591
  </table></div>
1592
+ </div>
1593
+ <div class="refsect3">
1594
+ <a name="idp25587040"></a><h4>Returns</h4>
1595
+ <p></p>
1596
+ </div>
974
1597
  <p class="since">Since 1.0</p>
975
1598
  </div>
976
1599
  <hr>
977
1600
  <div class="refsect2">
978
- <a name="hb-font-get-glyph-from-name-func-t"></a><h3>hb_font_get_glyph_from_name_func_t ()</h3>
979
- <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_font_get_glyph_from_name_func_t)
980
- (<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>,
981
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
982
- <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
983
- <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
1601
+ <a name="hb-font-get-glyph-from-name-func-t"></a><h3>hb_font_get_glyph_from_name_func_t ()</h3>
1602
+ <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>
1603
+ <span class="c_punctuation">(</span>*hb_font_get_glyph_from_name_func_t<span class="c_punctuation">)</span> (<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>,
1604
+ <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1605
+ <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
1606
+ <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
984
1607
  <p>
985
1608
  </p>
1609
+ <div class="refsect3">
1610
+ <a name="idp25603280"></a><h4>Returns</h4>
1611
+ <p></p>
1612
+ </div>
986
1613
  </div>
987
1614
  <hr>
988
1615
  <div class="refsect2">
989
- <a name="hb-font-get-glyph-func-t"></a><h3>hb_font_get_glyph_func_t ()</h3>
990
- <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_font_get_glyph_func_t) (<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>,
991
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
992
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
993
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> variation_selector</code></em>,
994
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>,
995
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1616
+ <a name="hb-font-get-glyph-func-t"></a><h3>hb_font_get_glyph_func_t ()</h3>
1617
+ <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>
1618
+ <span class="c_punctuation">(</span>*hb_font_get_glyph_func_t<span class="c_punctuation">)</span> (<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>,
1619
+ <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1620
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
1621
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> variation_selector</code></em>,
1622
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>,
1623
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
996
1624
  <p>
997
1625
  </p>
1626
+ <div class="refsect3">
1627
+ <a name="idp25622080"></a><h4>Returns</h4>
1628
+ <p></p>
1629
+ </div>
998
1630
  </div>
999
1631
  <hr>
1000
1632
  <div class="refsect2">
1001
- <a name="hb-font-get-glyph-h-advance"></a><h3>hb_font_get_glyph_h_advance ()</h3>
1002
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> hb_font_get_glyph_h_advance (<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>,
1003
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
1004
- <div class="variablelist"><table border="0">
1005
- <col align="left" valign="top">
1633
+ <a name="hb-font-get-glyph-h-advance"></a><h3>hb_font_get_glyph_h_advance ()</h3>
1634
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
1635
+ hb_font_get_glyph_h_advance (<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>,
1636
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
1637
+ <div class="refsect3">
1638
+ <a name="idp25632608"></a><h4>Parameters</h4>
1639
+ <div class="informaltable"><table width="100%" border="0">
1640
+ <colgroup>
1641
+ <col width="150px" class="parameters_name">
1642
+ <col class="parameters_description">
1643
+ <col width="200px" class="parameters_annotations">
1644
+ </colgroup>
1006
1645
  <tbody><tr>
1007
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1008
- <td>a font.</td>
1646
+ <td class="parameter_name"><p>font</p></td>
1647
+ <td class="parameter_description"><p>a font.</p></td>
1648
+ <td class="parameter_annotations"> </td>
1009
1649
  </tr></tbody>
1010
1650
  </table></div>
1011
- <p class="since">Since 1.0</p>
1012
1651
  </div>
1013
- <hr>
1014
- <div class="refsect2">
1015
- <a name="hb-font-get-glyph-h-advance-func-t"></a><h3>hb_font_get_glyph_h_advance_func_t</h3>
1016
- <pre class="programlisting">typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_h_advance_func_t;
1017
- </pre>
1018
- <p>
1019
- </p>
1652
+ <div class="refsect3">
1653
+ <a name="idp25641008"></a><h4>Returns</h4>
1654
+ <p></p>
1655
+ </div>
1656
+ <p class="since">Since 1.0</p>
1020
1657
  </div>
1021
1658
  <hr>
1022
1659
  <div class="refsect2">
1023
- <a name="hb-font-get-glyph-h-kerning"></a><h3>hb_font_get_glyph_h_kerning ()</h3>
1024
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> hb_font_get_glyph_h_kerning (<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>,
1025
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> left_glyph</code></em>,
1026
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> right_glyph</code></em>);</pre>
1027
- <div class="variablelist"><table border="0">
1028
- <col align="left" valign="top">
1660
+ <a name="hb-font-get-glyph-h-kerning"></a><h3>hb_font_get_glyph_h_kerning ()</h3>
1661
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
1662
+ hb_font_get_glyph_h_kerning (<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>,
1663
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> left_glyph</code></em>,
1664
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> right_glyph</code></em>);</pre>
1665
+ <div class="refsect3">
1666
+ <a name="idp25653840"></a><h4>Parameters</h4>
1667
+ <div class="informaltable"><table width="100%" border="0">
1668
+ <colgroup>
1669
+ <col width="150px" class="parameters_name">
1670
+ <col class="parameters_description">
1671
+ <col width="200px" class="parameters_annotations">
1672
+ </colgroup>
1029
1673
  <tbody><tr>
1030
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1031
- <td>a font.</td>
1674
+ <td class="parameter_name"><p>font</p></td>
1675
+ <td class="parameter_description"><p>a font.</p></td>
1676
+ <td class="parameter_annotations"> </td>
1032
1677
  </tr></tbody>
1033
1678
  </table></div>
1034
- <p class="since">Since 1.0</p>
1035
1679
  </div>
1036
- <hr>
1037
- <div class="refsect2">
1038
- <a name="hb-font-get-glyph-h-kerning-func-t"></a><h3>hb_font_get_glyph_h_kerning_func_t</h3>
1039
- <pre class="programlisting">typedef hb_font_get_glyph_kerning_func_t hb_font_get_glyph_h_kerning_func_t;
1040
- </pre>
1041
- <p>
1042
- </p>
1680
+ <div class="refsect3">
1681
+ <a name="idp25662240"></a><h4>Returns</h4>
1682
+ <p></p>
1683
+ </div>
1684
+ <p class="since">Since 1.0</p>
1043
1685
  </div>
1044
1686
  <hr>
1045
1687
  <div class="refsect2">
1046
- <a name="hb-font-get-glyph-h-origin"></a><h3>hb_font_get_glyph_h_origin ()</h3>
1047
- <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_font_get_glyph_h_origin (<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>,
1048
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1049
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1050
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1051
- <div class="variablelist"><table border="0">
1052
- <col align="left" valign="top">
1688
+ <a name="hb-font-get-glyph-h-origin"></a><h3>hb_font_get_glyph_h_origin ()</h3>
1689
+ <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>
1690
+ hb_font_get_glyph_h_origin (<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>,
1691
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1692
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1693
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1694
+ <div class="refsect3">
1695
+ <a name="idp25676768"></a><h4>Parameters</h4>
1696
+ <div class="informaltable"><table width="100%" border="0">
1697
+ <colgroup>
1698
+ <col width="150px" class="parameters_name">
1699
+ <col class="parameters_description">
1700
+ <col width="200px" class="parameters_annotations">
1701
+ </colgroup>
1053
1702
  <tbody>
1054
1703
  <tr>
1055
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1056
- <td>a font.</td>
1704
+ <td class="parameter_name"><p>font</p></td>
1705
+ <td class="parameter_description"><p>a font.</p></td>
1706
+ <td class="parameter_annotations"> </td>
1057
1707
  </tr>
1058
1708
  <tr>
1059
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1060
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1061
- </td>
1709
+ <td class="parameter_name"><p>x</p></td>
1710
+ <td class="parameter_description"><p>. </p></td>
1711
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1062
1712
  </tr>
1063
1713
  <tr>
1064
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1065
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1066
- </td>
1714
+ <td class="parameter_name"><p>y</p></td>
1715
+ <td class="parameter_description"><p>. </p></td>
1716
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1067
1717
  </tr>
1068
1718
  </tbody>
1069
1719
  </table></div>
1070
- <p class="since">Since 1.0</p>
1071
1720
  </div>
1072
- <hr>
1073
- <div class="refsect2">
1074
- <a name="hb-font-get-glyph-h-origin-func-t"></a><h3>hb_font_get_glyph_h_origin_func_t</h3>
1075
- <pre class="programlisting">typedef hb_font_get_glyph_origin_func_t hb_font_get_glyph_h_origin_func_t;
1076
- </pre>
1077
- <p>
1078
- </p>
1721
+ <div class="refsect3">
1722
+ <a name="idp25692592"></a><h4>Returns</h4>
1723
+ <p></p>
1724
+ </div>
1725
+ <p class="since">Since 1.0</p>
1079
1726
  </div>
1080
1727
  <hr>
1081
1728
  <div class="refsect2">
1082
- <a name="hb-font-get-glyph-kerning-for-direction"></a><h3>hb_font_get_glyph_kerning_for_direction ()</h3>
1083
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_get_glyph_kerning_for_direction
1084
- (<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>,
1085
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> first_glyph</code></em>,
1086
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> second_glyph</code></em>,
1087
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
1088
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1089
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1090
- <div class="variablelist"><table border="0">
1091
- <col align="left" valign="top">
1729
+ <a name="hb-font-get-glyph-kerning-for-direction"></a><h3>hb_font_get_glyph_kerning_for_direction ()</h3>
1730
+ <pre class="programlisting"><span class="returnvalue">void</span>
1731
+ hb_font_get_glyph_kerning_for_direction
1732
+ (<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>,
1733
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> first_glyph</code></em>,
1734
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> second_glyph</code></em>,
1735
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
1736
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1737
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1738
+ <div class="refsect3">
1739
+ <a name="idp25710640"></a><h4>Parameters</h4>
1740
+ <div class="informaltable"><table width="100%" border="0">
1741
+ <colgroup>
1742
+ <col width="150px" class="parameters_name">
1743
+ <col class="parameters_description">
1744
+ <col width="200px" class="parameters_annotations">
1745
+ </colgroup>
1092
1746
  <tbody>
1093
1747
  <tr>
1094
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1095
- <td>a font.</td>
1748
+ <td class="parameter_name"><p>font</p></td>
1749
+ <td class="parameter_description"><p>a font.</p></td>
1750
+ <td class="parameter_annotations"> </td>
1096
1751
  </tr>
1097
1752
  <tr>
1098
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1099
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1100
- </td>
1753
+ <td class="parameter_name"><p>x</p></td>
1754
+ <td class="parameter_description"><p>. </p></td>
1755
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1101
1756
  </tr>
1102
1757
  <tr>
1103
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1104
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1105
- </td>
1758
+ <td class="parameter_name"><p>y</p></td>
1759
+ <td class="parameter_description"><p>. </p></td>
1760
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1106
1761
  </tr>
1107
1762
  </tbody>
1108
1763
  </table></div>
1764
+ </div>
1109
1765
  <p class="since">Since 1.0</p>
1110
1766
  </div>
1111
1767
  <hr>
1112
1768
  <div class="refsect2">
1113
- <a name="hb-font-get-glyph-kerning-func-t"></a><h3>hb_font_get_glyph_kerning_func_t ()</h3>
1114
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> (*hb_font_get_glyph_kerning_func_t) (<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>,
1115
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1116
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> first_glyph</code></em>,
1117
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> second_glyph</code></em>,
1118
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1769
+ <a name="hb-font-get-glyph-kerning-func-t"></a><h3>hb_font_get_glyph_kerning_func_t ()</h3>
1770
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
1771
+ <span class="c_punctuation">(</span>*hb_font_get_glyph_kerning_func_t<span class="c_punctuation">)</span> (<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>,
1772
+ <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1773
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> first_glyph</code></em>,
1774
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> second_glyph</code></em>,
1775
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1119
1776
  <p>
1120
1777
  </p>
1121
- </div>
1122
- <hr>
1123
- <div class="refsect2">
1124
- <a name="hb-font-get-glyph-name"></a><h3>hb_font_get_glyph_name ()</h3>
1125
- <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_font_get_glyph_name (<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>,
1126
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1127
- <em class="parameter"><code><span class="type">char</span> *name</code></em>,
1128
- <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
1129
- <div class="variablelist"><table border="0">
1130
- <col align="left" valign="top">
1778
+ <div class="refsect3">
1779
+ <a name="idp25742752"></a><h4>Returns</h4>
1780
+ <p></p>
1781
+ </div>
1782
+ </div>
1783
+ <hr>
1784
+ <div class="refsect2">
1785
+ <a name="hb-font-get-glyph-name"></a><h3>hb_font_get_glyph_name ()</h3>
1786
+ <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>
1787
+ hb_font_get_glyph_name (<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>,
1788
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1789
+ <em class="parameter"><code><span class="type">char</span> *name</code></em>,
1790
+ <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
1791
+ <div class="refsect3">
1792
+ <a name="idp25756784"></a><h4>Parameters</h4>
1793
+ <div class="informaltable"><table width="100%" border="0">
1794
+ <colgroup>
1795
+ <col width="150px" class="parameters_name">
1796
+ <col class="parameters_description">
1797
+ <col width="200px" class="parameters_annotations">
1798
+ </colgroup>
1131
1799
  <tbody>
1132
1800
  <tr>
1133
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1134
- <td>a font.</td>
1801
+ <td class="parameter_name"><p>font</p></td>
1802
+ <td class="parameter_description"><p>a font.</p></td>
1803
+ <td class="parameter_annotations"> </td>
1135
1804
  </tr>
1136
1805
  <tr>
1137
- <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
1138
- <td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=size]</span>
1139
- </td>
1806
+ <td class="parameter_name"><p>name</p></td>
1807
+ <td class="parameter_description"><p>. </p></td>
1808
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=size]</span></td>
1140
1809
  </tr>
1141
1810
  </tbody>
1142
1811
  </table></div>
1812
+ </div>
1813
+ <div class="refsect3">
1814
+ <a name="idp25768896"></a><h4>Returns</h4>
1815
+ <p></p>
1816
+ </div>
1143
1817
  <p class="since">Since 1.0</p>
1144
1818
  </div>
1145
1819
  <hr>
1146
1820
  <div class="refsect2">
1147
- <a name="hb-font-get-glyph-name-func-t"></a><h3>hb_font_get_glyph_name_func_t ()</h3>
1148
- <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_font_get_glyph_name_func_t) (<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>,
1149
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1150
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1151
- <em class="parameter"><code><span class="type">char</span> *name</code></em>,
1152
- <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>,
1153
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1821
+ <a name="hb-font-get-glyph-name-func-t"></a><h3>hb_font_get_glyph_name_func_t ()</h3>
1822
+ <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>
1823
+ <span class="c_punctuation">(</span>*hb_font_get_glyph_name_func_t<span class="c_punctuation">)</span> (<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>,
1824
+ <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1825
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1826
+ <em class="parameter"><code><span class="type">char</span> *name</code></em>,
1827
+ <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>,
1828
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1154
1829
  <p>
1155
1830
  </p>
1156
- </div>
1157
- <hr>
1158
- <div class="refsect2">
1159
- <a name="hb-font-get-glyph-origin-for-direction"></a><h3>hb_font_get_glyph_origin_for_direction ()</h3>
1160
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_get_glyph_origin_for_direction
1161
- (<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>,
1162
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1163
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
1164
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1165
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1166
- <div class="variablelist"><table border="0">
1167
- <col align="left" valign="top">
1831
+ <div class="refsect3">
1832
+ <a name="idp25788480"></a><h4>Returns</h4>
1833
+ <p></p>
1834
+ </div>
1835
+ </div>
1836
+ <hr>
1837
+ <div class="refsect2">
1838
+ <a name="hb-font-get-glyph-origin-for-direction"></a><h3>hb_font_get_glyph_origin_for_direction ()</h3>
1839
+ <pre class="programlisting"><span class="returnvalue">void</span>
1840
+ hb_font_get_glyph_origin_for_direction
1841
+ (<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>,
1842
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1843
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
1844
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1845
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1846
+ <div class="refsect3">
1847
+ <a name="idp25804160"></a><h4>Parameters</h4>
1848
+ <div class="informaltable"><table width="100%" border="0">
1849
+ <colgroup>
1850
+ <col width="150px" class="parameters_name">
1851
+ <col class="parameters_description">
1852
+ <col width="200px" class="parameters_annotations">
1853
+ </colgroup>
1168
1854
  <tbody>
1169
1855
  <tr>
1170
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1171
- <td>a font.</td>
1856
+ <td class="parameter_name"><p>font</p></td>
1857
+ <td class="parameter_description"><p>a font.</p></td>
1858
+ <td class="parameter_annotations"> </td>
1172
1859
  </tr>
1173
1860
  <tr>
1174
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1175
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1176
- </td>
1861
+ <td class="parameter_name"><p>x</p></td>
1862
+ <td class="parameter_description"><p>. </p></td>
1863
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1177
1864
  </tr>
1178
1865
  <tr>
1179
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1180
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1181
- </td>
1866
+ <td class="parameter_name"><p>y</p></td>
1867
+ <td class="parameter_description"><p>. </p></td>
1868
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1182
1869
  </tr>
1183
1870
  </tbody>
1184
1871
  </table></div>
1872
+ </div>
1185
1873
  <p class="since">Since 1.0</p>
1186
1874
  </div>
1187
1875
  <hr>
1188
1876
  <div class="refsect2">
1189
- <a name="hb-font-get-glyph-origin-func-t"></a><h3>hb_font_get_glyph_origin_func_t ()</h3>
1190
- <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_font_get_glyph_origin_func_t) (<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>,
1191
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1192
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1193
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1194
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>,
1195
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1877
+ <a name="hb-font-get-glyph-origin-func-t"></a><h3>hb_font_get_glyph_origin_func_t ()</h3>
1878
+ <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>
1879
+ <span class="c_punctuation">(</span>*hb_font_get_glyph_origin_func_t<span class="c_punctuation">)</span> (<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>,
1880
+ <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1881
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1882
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1883
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>,
1884
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1196
1885
  <p>
1197
1886
  </p>
1887
+ <div class="refsect3">
1888
+ <a name="idp25837968"></a><h4>Returns</h4>
1889
+ <p></p>
1890
+ </div>
1198
1891
  </div>
1199
1892
  <hr>
1200
1893
  <div class="refsect2">
1201
- <a name="hb-font-get-glyph-v-advance"></a><h3>hb_font_get_glyph_v_advance ()</h3>
1202
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> hb_font_get_glyph_v_advance (<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>,
1203
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
1204
- <div class="variablelist"><table border="0">
1205
- <col align="left" valign="top">
1894
+ <a name="hb-font-get-glyph-v-advance"></a><h3>hb_font_get_glyph_v_advance ()</h3>
1895
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
1896
+ hb_font_get_glyph_v_advance (<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>,
1897
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
1898
+ <div class="refsect3">
1899
+ <a name="idp25848496"></a><h4>Parameters</h4>
1900
+ <div class="informaltable"><table width="100%" border="0">
1901
+ <colgroup>
1902
+ <col width="150px" class="parameters_name">
1903
+ <col class="parameters_description">
1904
+ <col width="200px" class="parameters_annotations">
1905
+ </colgroup>
1206
1906
  <tbody><tr>
1207
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1208
- <td>a font.</td>
1907
+ <td class="parameter_name"><p>font</p></td>
1908
+ <td class="parameter_description"><p>a font.</p></td>
1909
+ <td class="parameter_annotations"> </td>
1209
1910
  </tr></tbody>
1210
1911
  </table></div>
1211
- <p class="since">Since 1.0</p>
1212
1912
  </div>
1213
- <hr>
1214
- <div class="refsect2">
1215
- <a name="hb-font-get-glyph-v-advance-func-t"></a><h3>hb_font_get_glyph_v_advance_func_t</h3>
1216
- <pre class="programlisting">typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_v_advance_func_t;
1217
- </pre>
1218
- <p>
1219
- </p>
1913
+ <div class="refsect3">
1914
+ <a name="idp25856896"></a><h4>Returns</h4>
1915
+ <p></p>
1916
+ </div>
1917
+ <p class="since">Since 1.0</p>
1220
1918
  </div>
1221
1919
  <hr>
1222
1920
  <div class="refsect2">
1223
- <a name="hb-font-get-glyph-v-kerning"></a><h3>hb_font_get_glyph_v_kerning ()</h3>
1224
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> hb_font_get_glyph_v_kerning (<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>,
1225
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> top_glyph</code></em>,
1226
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> bottom_glyph</code></em>);</pre>
1227
- <div class="variablelist"><table border="0">
1228
- <col align="left" valign="top">
1921
+ <a name="hb-font-get-glyph-v-kerning"></a><h3>hb_font_get_glyph_v_kerning ()</h3>
1922
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
1923
+ hb_font_get_glyph_v_kerning (<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>,
1924
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> top_glyph</code></em>,
1925
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> bottom_glyph</code></em>);</pre>
1926
+ <div class="refsect3">
1927
+ <a name="idp25869728"></a><h4>Parameters</h4>
1928
+ <div class="informaltable"><table width="100%" border="0">
1929
+ <colgroup>
1930
+ <col width="150px" class="parameters_name">
1931
+ <col class="parameters_description">
1932
+ <col width="200px" class="parameters_annotations">
1933
+ </colgroup>
1229
1934
  <tbody><tr>
1230
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1231
- <td>a font.</td>
1935
+ <td class="parameter_name"><p>font</p></td>
1936
+ <td class="parameter_description"><p>a font.</p></td>
1937
+ <td class="parameter_annotations"> </td>
1232
1938
  </tr></tbody>
1233
1939
  </table></div>
1234
- <p class="since">Since 1.0</p>
1235
1940
  </div>
1236
- <hr>
1237
- <div class="refsect2">
1238
- <a name="hb-font-get-glyph-v-kerning-func-t"></a><h3>hb_font_get_glyph_v_kerning_func_t</h3>
1239
- <pre class="programlisting">typedef hb_font_get_glyph_kerning_func_t hb_font_get_glyph_v_kerning_func_t;
1240
- </pre>
1241
- <p>
1242
- </p>
1941
+ <div class="refsect3">
1942
+ <a name="idp25878128"></a><h4>Returns</h4>
1943
+ <p></p>
1944
+ </div>
1945
+ <p class="since">Since 1.0</p>
1243
1946
  </div>
1244
1947
  <hr>
1245
1948
  <div class="refsect2">
1246
- <a name="hb-font-get-glyph-v-origin"></a><h3>hb_font_get_glyph_v_origin ()</h3>
1247
- <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_font_get_glyph_v_origin (<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>,
1248
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1249
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1250
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1251
- <div class="variablelist"><table border="0">
1252
- <col align="left" valign="top">
1949
+ <a name="hb-font-get-glyph-v-origin"></a><h3>hb_font_get_glyph_v_origin ()</h3>
1950
+ <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>
1951
+ hb_font_get_glyph_v_origin (<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>,
1952
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1953
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1954
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1955
+ <div class="refsect3">
1956
+ <a name="idp25892592"></a><h4>Parameters</h4>
1957
+ <div class="informaltable"><table width="100%" border="0">
1958
+ <colgroup>
1959
+ <col width="150px" class="parameters_name">
1960
+ <col class="parameters_description">
1961
+ <col width="200px" class="parameters_annotations">
1962
+ </colgroup>
1253
1963
  <tbody>
1254
1964
  <tr>
1255
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1256
- <td>a font.</td>
1965
+ <td class="parameter_name"><p>font</p></td>
1966
+ <td class="parameter_description"><p>a font.</p></td>
1967
+ <td class="parameter_annotations"> </td>
1257
1968
  </tr>
1258
1969
  <tr>
1259
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1260
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1261
- </td>
1970
+ <td class="parameter_name"><p>x</p></td>
1971
+ <td class="parameter_description"><p>. </p></td>
1972
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1262
1973
  </tr>
1263
1974
  <tr>
1264
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1265
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1266
- </td>
1975
+ <td class="parameter_name"><p>y</p></td>
1976
+ <td class="parameter_description"><p>. </p></td>
1977
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1267
1978
  </tr>
1268
1979
  </tbody>
1269
1980
  </table></div>
1270
- <p class="since">Since 1.0</p>
1271
1981
  </div>
1272
- <hr>
1273
- <div class="refsect2">
1274
- <a name="hb-font-get-glyph-v-origin-func-t"></a><h3>hb_font_get_glyph_v_origin_func_t</h3>
1275
- <pre class="programlisting">typedef hb_font_get_glyph_origin_func_t hb_font_get_glyph_v_origin_func_t;
1276
- </pre>
1277
- <p>
1278
- </p>
1982
+ <div class="refsect3">
1983
+ <a name="idp25908416"></a><h4>Returns</h4>
1984
+ <p></p>
1985
+ </div>
1986
+ <p class="since">Since 1.0</p>
1279
1987
  </div>
1280
1988
  <hr>
1281
1989
  <div class="refsect2">
1282
- <a name="hb-font-get-parent"></a><h3>hb_font_get_parent ()</h3>
1283
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="returnvalue">hb_font_t</span></a> * hb_font_get_parent (<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>
1284
- <div class="variablelist"><table border="0">
1285
- <col align="left" valign="top">
1286
- <tbody>
1287
- <tr>
1288
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1289
- <td>a font.</td>
1290
- </tr>
1291
- <tr>
1292
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1293
- <td>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1294
- </td>
1295
- </tr>
1296
- </tbody>
1990
+ <a name="hb-font-get-parent"></a><h3>hb_font_get_parent ()</h3>
1991
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
1992
+ hb_font_get_parent (<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>
1993
+ <div class="refsect3">
1994
+ <a name="idp25917776"></a><h4>Parameters</h4>
1995
+ <div class="informaltable"><table width="100%" border="0">
1996
+ <colgroup>
1997
+ <col width="150px" class="parameters_name">
1998
+ <col class="parameters_description">
1999
+ <col width="200px" class="parameters_annotations">
2000
+ </colgroup>
2001
+ <tbody><tr>
2002
+ <td class="parameter_name"><p>font</p></td>
2003
+ <td class="parameter_description"><p>a font.</p></td>
2004
+ <td class="parameter_annotations"> </td>
2005
+ </tr></tbody>
1297
2006
  </table></div>
2007
+ </div>
2008
+ <div class="refsect3">
2009
+ <a name="idp25926176"></a><h4>Returns</h4>
2010
+ <p>. </p>
2011
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2012
+ </div>
1298
2013
  <p class="since">Since 1.0</p>
1299
2014
  </div>
1300
2015
  <hr>
1301
2016
  <div class="refsect2">
1302
- <a name="hb-font-get-ppem"></a><h3>hb_font_get_ppem ()</h3>
1303
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_get_ppem (<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>,
1304
- <em class="parameter"><code>unsigned <span class="type">int</span> *x_ppem</code></em>,
1305
- <em class="parameter"><code>unsigned <span class="type">int</span> *y_ppem</code></em>);</pre>
1306
- <div class="variablelist"><table border="0">
1307
- <col align="left" valign="top">
2017
+ <a name="hb-font-get-ppem"></a><h3>hb_font_get_ppem ()</h3>
2018
+ <pre class="programlisting"><span class="returnvalue">void</span>
2019
+ hb_font_get_ppem (<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>,
2020
+ <em class="parameter"><code>unsigned <span class="type">int</span> *x_ppem</code></em>,
2021
+ <em class="parameter"><code>unsigned <span class="type">int</span> *y_ppem</code></em>);</pre>
2022
+ <div class="refsect3">
2023
+ <a name="idp25940768"></a><h4>Parameters</h4>
2024
+ <div class="informaltable"><table width="100%" border="0">
2025
+ <colgroup>
2026
+ <col width="150px" class="parameters_name">
2027
+ <col class="parameters_description">
2028
+ <col width="200px" class="parameters_annotations">
2029
+ </colgroup>
1308
2030
  <tbody>
1309
2031
  <tr>
1310
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1311
- <td>a font.</td>
2032
+ <td class="parameter_name"><p>font</p></td>
2033
+ <td class="parameter_description"><p>a font.</p></td>
2034
+ <td class="parameter_annotations"> </td>
1312
2035
  </tr>
1313
2036
  <tr>
1314
- <td><p><span class="term"><em class="parameter"><code>x_ppem</code></em> :</span></p></td>
1315
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1316
- </td>
2037
+ <td class="parameter_name"><p>x_ppem</p></td>
2038
+ <td class="parameter_description"><p>. </p></td>
2039
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1317
2040
  </tr>
1318
2041
  <tr>
1319
- <td><p><span class="term"><em class="parameter"><code>y_ppem</code></em> :</span></p></td>
1320
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1321
- </td>
2042
+ <td class="parameter_name"><p>y_ppem</p></td>
2043
+ <td class="parameter_description"><p>. </p></td>
2044
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1322
2045
  </tr>
1323
2046
  </tbody>
1324
2047
  </table></div>
2048
+ </div>
1325
2049
  <p class="since">Since 1.0</p>
1326
2050
  </div>
1327
2051
  <hr>
1328
2052
  <div class="refsect2">
1329
- <a name="hb-font-get-scale"></a><h3>hb_font_get_scale ()</h3>
1330
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_get_scale (<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>,
1331
- <em class="parameter"><code><span class="type">int</span> *x_scale</code></em>,
1332
- <em class="parameter"><code><span class="type">int</span> *y_scale</code></em>);</pre>
1333
- <div class="variablelist"><table border="0">
1334
- <col align="left" valign="top">
2053
+ <a name="hb-font-get-scale"></a><h3>hb_font_get_scale ()</h3>
2054
+ <pre class="programlisting"><span class="returnvalue">void</span>
2055
+ hb_font_get_scale (<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>,
2056
+ <em class="parameter"><code><span class="type">int</span> *x_scale</code></em>,
2057
+ <em class="parameter"><code><span class="type">int</span> *y_scale</code></em>);</pre>
2058
+ <div class="refsect3">
2059
+ <a name="idp25967872"></a><h4>Parameters</h4>
2060
+ <div class="informaltable"><table width="100%" border="0">
2061
+ <colgroup>
2062
+ <col width="150px" class="parameters_name">
2063
+ <col class="parameters_description">
2064
+ <col width="200px" class="parameters_annotations">
2065
+ </colgroup>
1335
2066
  <tbody>
1336
2067
  <tr>
1337
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1338
- <td>a font.</td>
2068
+ <td class="parameter_name"><p>font</p></td>
2069
+ <td class="parameter_description"><p>a font.</p></td>
2070
+ <td class="parameter_annotations"> </td>
1339
2071
  </tr>
1340
2072
  <tr>
1341
- <td><p><span class="term"><em class="parameter"><code>x_scale</code></em> :</span></p></td>
1342
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1343
- </td>
2073
+ <td class="parameter_name"><p>x_scale</p></td>
2074
+ <td class="parameter_description"><p>. </p></td>
2075
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1344
2076
  </tr>
1345
2077
  <tr>
1346
- <td><p><span class="term"><em class="parameter"><code>y_scale</code></em> :</span></p></td>
1347
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1348
- </td>
2078
+ <td class="parameter_name"><p>y_scale</p></td>
2079
+ <td class="parameter_description"><p>. </p></td>
2080
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1349
2081
  </tr>
1350
2082
  </tbody>
1351
2083
  </table></div>
2084
+ </div>
1352
2085
  <p class="since">Since 1.0</p>
1353
2086
  </div>
1354
2087
  <hr>
1355
2088
  <div class="refsect2">
1356
- <a name="hb-font-get-user-data"></a><h3>hb_font_get_user_data ()</h3>
1357
- <pre class="programlisting"><span class="returnvalue">void</span> * hb_font_get_user_data (<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>,
1358
- <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>
1359
- <div class="variablelist"><table border="0">
1360
- <col align="left" valign="top">
1361
- <tbody>
1362
- <tr>
1363
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1364
- <td>a font.</td>
1365
- </tr>
1366
- <tr>
1367
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1368
- <td>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1369
- </td>
1370
- </tr>
1371
- </tbody>
2089
+ <a name="hb-font-get-user-data"></a><h3>hb_font_get_user_data ()</h3>
2090
+ <pre class="programlisting"><span class="returnvalue">void</span> *
2091
+ hb_font_get_user_data (<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>,
2092
+ <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>
2093
+ <div class="refsect3">
2094
+ <a name="idp25993280"></a><h4>Parameters</h4>
2095
+ <div class="informaltable"><table width="100%" border="0">
2096
+ <colgroup>
2097
+ <col width="150px" class="parameters_name">
2098
+ <col class="parameters_description">
2099
+ <col width="200px" class="parameters_annotations">
2100
+ </colgroup>
2101
+ <tbody><tr>
2102
+ <td class="parameter_name"><p>font</p></td>
2103
+ <td class="parameter_description"><p>a font.</p></td>
2104
+ <td class="parameter_annotations"> </td>
2105
+ </tr></tbody>
1372
2106
  </table></div>
2107
+ </div>
2108
+ <div class="refsect3">
2109
+ <a name="idp26001680"></a><h4>Returns</h4>
2110
+ <p>. </p>
2111
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2112
+ </div>
1373
2113
  <p class="since">Since 1.0</p>
1374
2114
  </div>
1375
2115
  <hr>
1376
2116
  <div class="refsect2">
1377
- <a name="hb-font-glyph-from-string"></a><h3>hb_font_glyph_from_string ()</h3>
1378
- <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_font_glyph_from_string (<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>,
1379
- <em class="parameter"><code>const <span class="type">char</span> *s</code></em>,
1380
- <em class="parameter"><code><span class="type">int</span> len</code></em>,
1381
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);</pre>
1382
- <div class="variablelist"><table border="0">
1383
- <col align="left" valign="top">
2117
+ <a name="hb-font-glyph-from-string"></a><h3>hb_font_glyph_from_string ()</h3>
2118
+ <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>
2119
+ hb_font_glyph_from_string (<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>,
2120
+ <em class="parameter"><code>const <span class="type">char</span> *s</code></em>,
2121
+ <em class="parameter"><code><span class="type">int</span> len</code></em>,
2122
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);</pre>
2123
+ <div class="refsect3">
2124
+ <a name="idp26017984"></a><h4>Parameters</h4>
2125
+ <div class="informaltable"><table width="100%" border="0">
2126
+ <colgroup>
2127
+ <col width="150px" class="parameters_name">
2128
+ <col class="parameters_description">
2129
+ <col width="200px" class="parameters_annotations">
2130
+ </colgroup>
1384
2131
  <tbody>
1385
2132
  <tr>
1386
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1387
- <td>a font.</td>
2133
+ <td class="parameter_name"><p>font</p></td>
2134
+ <td class="parameter_description"><p>a font.</p></td>
2135
+ <td class="parameter_annotations"> </td>
1388
2136
  </tr>
1389
2137
  <tr>
1390
- <td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
1391
- <td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len]</span>
1392
- </td>
2138
+ <td class="parameter_name"><p>s</p></td>
2139
+ <td class="parameter_description"><p>. </p></td>
2140
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len]</span></td>
1393
2141
  </tr>
1394
2142
  <tr>
1395
- <td><p><span class="term"><em class="parameter"><code>glyph</code></em> :</span></p></td>
1396
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1397
- </td>
2143
+ <td class="parameter_name"><p>glyph</p></td>
2144
+ <td class="parameter_description"><p>. </p></td>
2145
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1398
2146
  </tr>
1399
2147
  </tbody>
1400
2148
  </table></div>
2149
+ </div>
2150
+ <div class="refsect3">
2151
+ <a name="idp26033808"></a><h4>Returns</h4>
2152
+ <p></p>
2153
+ </div>
1401
2154
  <p class="since">Since 1.0</p>
1402
2155
  </div>
1403
2156
  <hr>
1404
2157
  <div class="refsect2">
1405
- <a name="hb-font-glyph-to-string"></a><h3>hb_font_glyph_to_string ()</h3>
1406
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_glyph_to_string (<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>,
1407
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1408
- <em class="parameter"><code><span class="type">char</span> *s</code></em>,
1409
- <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
1410
- <div class="variablelist"><table border="0">
1411
- <col align="left" valign="top">
2158
+ <a name="hb-font-glyph-to-string"></a><h3>hb_font_glyph_to_string ()</h3>
2159
+ <pre class="programlisting"><span class="returnvalue">void</span>
2160
+ hb_font_glyph_to_string (<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>,
2161
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
2162
+ <em class="parameter"><code><span class="type">char</span> *s</code></em>,
2163
+ <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
2164
+ <div class="refsect3">
2165
+ <a name="idp26048448"></a><h4>Parameters</h4>
2166
+ <div class="informaltable"><table width="100%" border="0">
2167
+ <colgroup>
2168
+ <col width="150px" class="parameters_name">
2169
+ <col class="parameters_description">
2170
+ <col width="200px" class="parameters_annotations">
2171
+ </colgroup>
1412
2172
  <tbody>
1413
2173
  <tr>
1414
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1415
- <td>a font.</td>
2174
+ <td class="parameter_name"><p>font</p></td>
2175
+ <td class="parameter_description"><p>a font.</p></td>
2176
+ <td class="parameter_annotations"> </td>
1416
2177
  </tr>
1417
2178
  <tr>
1418
- <td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
1419
- <td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=size]</span>
1420
- </td>
2179
+ <td class="parameter_name"><p>s</p></td>
2180
+ <td class="parameter_description"><p>. </p></td>
2181
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=size]</span></td>
1421
2182
  </tr>
1422
2183
  </tbody>
1423
2184
  </table></div>
2185
+ </div>
1424
2186
  <p class="since">Since 1.0</p>
1425
2187
  </div>
1426
2188
  <hr>
1427
2189
  <div class="refsect2">
1428
- <a name="hb-font-is-immutable"></a><h3>hb_font_is_immutable ()</h3>
1429
- <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_font_is_immutable (<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>
1430
- <div class="variablelist"><table border="0">
1431
- <col align="left" valign="top">
2190
+ <a name="hb-font-is-immutable"></a><h3>hb_font_is_immutable ()</h3>
2191
+ <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>
2192
+ hb_font_is_immutable (<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>
2193
+ <div class="refsect3">
2194
+ <a name="idp26068512"></a><h4>Parameters</h4>
2195
+ <div class="informaltable"><table width="100%" border="0">
2196
+ <colgroup>
2197
+ <col width="150px" class="parameters_name">
2198
+ <col class="parameters_description">
2199
+ <col width="200px" class="parameters_annotations">
2200
+ </colgroup>
1432
2201
  <tbody><tr>
1433
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1434
- <td>a font.</td>
2202
+ <td class="parameter_name"><p>font</p></td>
2203
+ <td class="parameter_description"><p>a font.</p></td>
2204
+ <td class="parameter_annotations"> </td>
1435
2205
  </tr></tbody>
1436
2206
  </table></div>
2207
+ </div>
2208
+ <div class="refsect3">
2209
+ <a name="idp26076912"></a><h4>Returns</h4>
2210
+ <p></p>
2211
+ </div>
1437
2212
  <p class="since">Since 1.0</p>
1438
2213
  </div>
1439
2214
  <hr>
1440
2215
  <div class="refsect2">
1441
- <a name="hb-font-make-immutable"></a><h3>hb_font_make_immutable ()</h3>
1442
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_make_immutable (<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>
1443
- <div class="variablelist"><table border="0">
1444
- <col align="left" valign="top">
2216
+ <a name="hb-font-make-immutable"></a><h3>hb_font_make_immutable ()</h3>
2217
+ <pre class="programlisting"><span class="returnvalue">void</span>
2218
+ hb_font_make_immutable (<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>
2219
+ <div class="refsect3">
2220
+ <a name="idp26086288"></a><h4>Parameters</h4>
2221
+ <div class="informaltable"><table width="100%" border="0">
2222
+ <colgroup>
2223
+ <col width="150px" class="parameters_name">
2224
+ <col class="parameters_description">
2225
+ <col width="200px" class="parameters_annotations">
2226
+ </colgroup>
1445
2227
  <tbody><tr>
1446
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1447
- <td>a font.</td>
2228
+ <td class="parameter_name"><p>font</p></td>
2229
+ <td class="parameter_description"><p>a font.</p></td>
2230
+ <td class="parameter_annotations"> </td>
1448
2231
  </tr></tbody>
1449
2232
  </table></div>
2233
+ </div>
1450
2234
  <p class="since">Since 1.0</p>
1451
2235
  </div>
1452
2236
  <hr>
1453
2237
  <div class="refsect2">
1454
- <a name="hb-font-reference"></a><h3>hb_font_reference ()</h3>
1455
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="returnvalue">hb_font_t</span></a> * hb_font_reference (<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>
1456
- <div class="variablelist"><table border="0">
1457
- <col align="left" valign="top">
1458
- <tbody>
1459
- <tr>
1460
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1461
- <td>a font.</td>
1462
- </tr>
1463
- <tr>
1464
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1465
- <td>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
1466
- </td>
1467
- </tr>
1468
- </tbody>
2238
+ <a name="hb-font-reference"></a><h3>hb_font_reference ()</h3>
2239
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
2240
+ hb_font_reference (<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>
2241
+ <div class="refsect3">
2242
+ <a name="idp26102624"></a><h4>Parameters</h4>
2243
+ <div class="informaltable"><table width="100%" border="0">
2244
+ <colgroup>
2245
+ <col width="150px" class="parameters_name">
2246
+ <col class="parameters_description">
2247
+ <col width="200px" class="parameters_annotations">
2248
+ </colgroup>
2249
+ <tbody><tr>
2250
+ <td class="parameter_name"><p>font</p></td>
2251
+ <td class="parameter_description"><p>a font.</p></td>
2252
+ <td class="parameter_annotations"> </td>
2253
+ </tr></tbody>
1469
2254
  </table></div>
2255
+ </div>
2256
+ <div class="refsect3">
2257
+ <a name="idp26111024"></a><h4>Returns</h4>
2258
+ <p>. </p>
2259
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
2260
+ </div>
1470
2261
  <p class="since">Since 1.0</p>
1471
2262
  </div>
1472
2263
  <hr>
1473
2264
  <div class="refsect2">
1474
- <a name="hb-font-set-funcs"></a><h3>hb_font_set_funcs ()</h3>
1475
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_set_funcs (<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>,
1476
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *klass</code></em>,
1477
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1478
- <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>
1479
- <div class="variablelist"><table border="0">
1480
- <col align="left" valign="top">
2265
+ <a name="hb-font-set-funcs"></a><h3>hb_font_set_funcs ()</h3>
2266
+ <pre class="programlisting"><span class="returnvalue">void</span>
2267
+ hb_font_set_funcs (<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>,
2268
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *klass</code></em>,
2269
+ <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
2270
+ <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>
2271
+ <div class="refsect3">
2272
+ <a name="idp26127008"></a><h4>Parameters</h4>
2273
+ <div class="informaltable"><table width="100%" border="0">
2274
+ <colgroup>
2275
+ <col width="150px" class="parameters_name">
2276
+ <col class="parameters_description">
2277
+ <col width="200px" class="parameters_annotations">
2278
+ </colgroup>
1481
2279
  <tbody>
1482
2280
  <tr>
1483
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1484
- <td>a font.</td>
2281
+ <td class="parameter_name"><p>font</p></td>
2282
+ <td class="parameter_description"><p>a font.</p></td>
2283
+ <td class="parameter_annotations"> </td>
1485
2284
  </tr>
1486
2285
  <tr>
1487
- <td><p><span class="term"><em class="parameter"><code>klass</code></em> :</span></p></td>
1488
- <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> font_data][destroy destroy][<acronym title="The callback is valid until the GDestroyNotify argument is called."><span class="acronym">scope notified</span></acronym>]</span>
1489
- </td>
2286
+ <td class="parameter_name"><p>klass</p></td>
2287
+ <td class="parameter_description"><p>. </p></td>
2288
+ <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> font_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>
1490
2289
  </tr>
1491
2290
  </tbody>
1492
2291
  </table></div>
2292
+ </div>
1493
2293
  <p class="since">Since 1.0</p>
1494
2294
  </div>
1495
2295
  <hr>
1496
2296
  <div class="refsect2">
1497
- <a name="hb-font-set-funcs-data"></a><h3>hb_font_set_funcs_data ()</h3>
1498
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_set_funcs_data (<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>,
1499
- <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1500
- <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>
1501
- <div class="variablelist"><table border="0">
1502
- <col align="left" valign="top">
2297
+ <a name="hb-font-set-funcs-data"></a><h3>hb_font_set_funcs_data ()</h3>
2298
+ <pre class="programlisting"><span class="returnvalue">void</span>
2299
+ hb_font_set_funcs_data (<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>,
2300
+ <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
2301
+ <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>
2302
+ <div class="refsect3">
2303
+ <a name="idp26151456"></a><h4>Parameters</h4>
2304
+ <div class="informaltable"><table width="100%" border="0">
2305
+ <colgroup>
2306
+ <col width="150px" class="parameters_name">
2307
+ <col class="parameters_description">
2308
+ <col width="200px" class="parameters_annotations">
2309
+ </colgroup>
1503
2310
  <tbody>
1504
2311
  <tr>
1505
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1506
- <td>a font.</td>
2312
+ <td class="parameter_name"><p>font</p></td>
2313
+ <td class="parameter_description"><p>a font.</p></td>
2314
+ <td class="parameter_annotations"> </td>
1507
2315
  </tr>
1508
2316
  <tr>
1509
- <td><p><span class="term"><em class="parameter"><code>font_data</code></em> :</span></p></td>
1510
- <td>. <span class="annotation">[destroy destroy][<acronym title="The callback is valid until the GDestroyNotify argument is called."><span class="acronym">scope notified</span></acronym>]</span>
1511
- </td>
2317
+ <td class="parameter_name"><p>font_data</p></td>
2318
+ <td class="parameter_description"><p>. </p></td>
2319
+ <td class="parameter_annotations"><span class="annotation">[<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>
1512
2320
  </tr>
1513
2321
  </tbody>
1514
2322
  </table></div>
2323
+ </div>
1515
2324
  <p class="since">Since 1.0</p>
1516
2325
  </div>
1517
2326
  <hr>
1518
2327
  <div class="refsect2">
1519
- <a name="hb-font-set-ppem"></a><h3>hb_font_set_ppem ()</h3>
1520
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_set_ppem (<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>,
1521
- <em class="parameter"><code>unsigned <span class="type">int</span> x_ppem</code></em>,
1522
- <em class="parameter"><code>unsigned <span class="type">int</span> y_ppem</code></em>);</pre>
1523
- <div class="variablelist"><table border="0">
1524
- <col align="left" valign="top">
2328
+ <a name="hb-font-set-ppem"></a><h3>hb_font_set_ppem ()</h3>
2329
+ <pre class="programlisting"><span class="returnvalue">void</span>
2330
+ hb_font_set_ppem (<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>,
2331
+ <em class="parameter"><code>unsigned <span class="type">int</span> x_ppem</code></em>,
2332
+ <em class="parameter"><code>unsigned <span class="type">int</span> y_ppem</code></em>);</pre>
2333
+ <div class="refsect3">
2334
+ <a name="idp26175696"></a><h4>Parameters</h4>
2335
+ <div class="informaltable"><table width="100%" border="0">
2336
+ <colgroup>
2337
+ <col width="150px" class="parameters_name">
2338
+ <col class="parameters_description">
2339
+ <col width="200px" class="parameters_annotations">
2340
+ </colgroup>
1525
2341
  <tbody><tr>
1526
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1527
- <td>a font.</td>
2342
+ <td class="parameter_name"><p>font</p></td>
2343
+ <td class="parameter_description"><p>a font.</p></td>
2344
+ <td class="parameter_annotations"> </td>
1528
2345
  </tr></tbody>
1529
2346
  </table></div>
2347
+ </div>
1530
2348
  <p class="since">Since 1.0</p>
1531
2349
  </div>
1532
2350
  <hr>
1533
2351
  <div class="refsect2">
1534
- <a name="hb-font-set-scale"></a><h3>hb_font_set_scale ()</h3>
1535
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_set_scale (<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>,
1536
- <em class="parameter"><code><span class="type">int</span> x_scale</code></em>,
1537
- <em class="parameter"><code><span class="type">int</span> y_scale</code></em>);</pre>
1538
- <div class="variablelist"><table border="0">
1539
- <col align="left" valign="top">
2352
+ <a name="hb-font-set-scale"></a><h3>hb_font_set_scale ()</h3>
2353
+ <pre class="programlisting"><span class="returnvalue">void</span>
2354
+ hb_font_set_scale (<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>,
2355
+ <em class="parameter"><code><span class="type">int</span> x_scale</code></em>,
2356
+ <em class="parameter"><code><span class="type">int</span> y_scale</code></em>);</pre>
2357
+ <div class="refsect3">
2358
+ <a name="idp26195376"></a><h4>Parameters</h4>
2359
+ <div class="informaltable"><table width="100%" border="0">
2360
+ <colgroup>
2361
+ <col width="150px" class="parameters_name">
2362
+ <col class="parameters_description">
2363
+ <col width="200px" class="parameters_annotations">
2364
+ </colgroup>
1540
2365
  <tbody><tr>
1541
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1542
- <td>a font.</td>
2366
+ <td class="parameter_name"><p>font</p></td>
2367
+ <td class="parameter_description"><p>a font.</p></td>
2368
+ <td class="parameter_annotations"> </td>
1543
2369
  </tr></tbody>
1544
2370
  </table></div>
2371
+ </div>
1545
2372
  <p class="since">Since 1.0</p>
1546
2373
  </div>
1547
2374
  <hr>
1548
2375
  <div class="refsect2">
1549
- <a name="hb-font-set-user-data"></a><h3>hb_font_set_user_data ()</h3>
1550
- <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_font_set_user_data (<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>,
1551
- <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>,
1552
- <em class="parameter"><code><span class="type">void</span> *data</code></em>,
1553
- <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>,
1554
- <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>
1555
- <div class="variablelist"><table border="0">
1556
- <col align="left" valign="top">
2376
+ <a name="hb-font-set-user-data"></a><h3>hb_font_set_user_data ()</h3>
2377
+ <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>
2378
+ hb_font_set_user_data (<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>,
2379
+ <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>,
2380
+ <em class="parameter"><code><span class="type">void</span> *data</code></em>,
2381
+ <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>,
2382
+ <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>
2383
+ <div class="refsect3">
2384
+ <a name="idp26218448"></a><h4>Parameters</h4>
2385
+ <div class="informaltable"><table width="100%" border="0">
2386
+ <colgroup>
2387
+ <col width="150px" class="parameters_name">
2388
+ <col class="parameters_description">
2389
+ <col width="200px" class="parameters_annotations">
2390
+ </colgroup>
1557
2391
  <tbody><tr>
1558
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1559
- <td>a font.</td>
2392
+ <td class="parameter_name"><p>font</p></td>
2393
+ <td class="parameter_description"><p>a font.</p></td>
2394
+ <td class="parameter_annotations"> </td>
1560
2395
  </tr></tbody>
1561
2396
  </table></div>
2397
+ </div>
2398
+ <div class="refsect3">
2399
+ <a name="idp26226848"></a><h4>Returns</h4>
2400
+ <p></p>
2401
+ </div>
1562
2402
  <p class="since">Since 1.0</p>
1563
2403
  </div>
1564
2404
  <hr>
1565
2405
  <div class="refsect2">
1566
- <a name="hb-font-subtract-glyph-origin-for-direction"></a><h3>hb_font_subtract_glyph_origin_for_direction ()</h3>
1567
- <pre class="programlisting"><span class="returnvalue">void</span> hb_font_subtract_glyph_origin_for_direction
1568
- (<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>,
1569
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
1570
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
1571
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
1572
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
1573
- <div class="variablelist"><table border="0">
1574
- <col align="left" valign="top">
2406
+ <a name="hb-font-subtract-glyph-origin-for-direction"></a><h3>hb_font_subtract_glyph_origin_for_direction ()</h3>
2407
+ <pre class="programlisting"><span class="returnvalue">void</span>
2408
+ hb_font_subtract_glyph_origin_for_direction
2409
+ (<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>,
2410
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
2411
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
2412
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
2413
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
2414
+ <div class="refsect3">
2415
+ <a name="idp26243200"></a><h4>Parameters</h4>
2416
+ <div class="informaltable"><table width="100%" border="0">
2417
+ <colgroup>
2418
+ <col width="150px" class="parameters_name">
2419
+ <col class="parameters_description">
2420
+ <col width="200px" class="parameters_annotations">
2421
+ </colgroup>
1575
2422
  <tbody>
1576
2423
  <tr>
1577
- <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1578
- <td>a font.</td>
2424
+ <td class="parameter_name"><p>font</p></td>
2425
+ <td class="parameter_description"><p>a font.</p></td>
2426
+ <td class="parameter_annotations"> </td>
1579
2427
  </tr>
1580
2428
  <tr>
1581
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1582
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1583
- </td>
2429
+ <td class="parameter_name"><p>x</p></td>
2430
+ <td class="parameter_description"><p>. </p></td>
2431
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1584
2432
  </tr>
1585
2433
  <tr>
1586
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1587
- <td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1588
- </td>
2434
+ <td class="parameter_name"><p>y</p></td>
2435
+ <td class="parameter_description"><p>. </p></td>
2436
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1589
2437
  </tr>
1590
2438
  </tbody>
1591
2439
  </table></div>
2440
+ </div>
1592
2441
  <p class="since">Since 1.0</p>
1593
2442
  </div>
1594
2443
  <hr>
1595
2444
  <div class="refsect2">
1596
- <a name="hb-font-t"></a><h3>hb_font_t</h3>
1597
- <pre class="programlisting">typedef struct hb_font_t hb_font_t;
2445
+ <a name="hb-reference-table-func-t"></a><h3>hb_reference_table_func_t ()</h3>
2446
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
2447
+ <span class="c_punctuation">(</span>*hb_reference_table_func_t<span class="c_punctuation">)</span> (<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>,
2448
+ <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>,
2449
+ <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
2450
+ <p>
2451
+ </p>
2452
+ <div class="refsect3">
2453
+ <a name="idp26271920"></a><h4>Returns</h4>
2454
+ <p></p>
2455
+ </div>
2456
+ </div>
2457
+ </div>
2458
+ <div class="refsect1">
2459
+ <a name="harfbuzz-hb-font.other_details"></a><h2>Types and Values</h2>
2460
+ <div class="refsect2">
2461
+ <a name="hb-font-funcs-t"></a><h3>hb_font_funcs_t</h3>
2462
+ <pre class="programlisting">typedef struct hb_font_funcs_t hb_font_funcs_t;
2463
+ </pre>
2464
+ <p>
2465
+ </p>
2466
+ </div>
2467
+ <hr>
2468
+ <div class="refsect2">
2469
+ <a name="hb-font-get-glyph-h-advance-func-t"></a><h3>hb_font_get_glyph_h_advance_func_t</h3>
2470
+ <pre class="programlisting">typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_h_advance_func_t;
2471
+ </pre>
2472
+ <p>
2473
+ </p>
2474
+ </div>
2475
+ <hr>
2476
+ <div class="refsect2">
2477
+ <a name="hb-font-get-glyph-h-kerning-func-t"></a><h3>hb_font_get_glyph_h_kerning_func_t</h3>
2478
+ <pre class="programlisting">typedef hb_font_get_glyph_kerning_func_t hb_font_get_glyph_h_kerning_func_t;
2479
+ </pre>
2480
+ <p>
2481
+ </p>
2482
+ </div>
2483
+ <hr>
2484
+ <div class="refsect2">
2485
+ <a name="hb-font-get-glyph-h-origin-func-t"></a><h3>hb_font_get_glyph_h_origin_func_t</h3>
2486
+ <pre class="programlisting">typedef hb_font_get_glyph_origin_func_t hb_font_get_glyph_h_origin_func_t;
2487
+ </pre>
2488
+ <p>
2489
+ </p>
2490
+ </div>
2491
+ <hr>
2492
+ <div class="refsect2">
2493
+ <a name="hb-font-get-glyph-v-advance-func-t"></a><h3>hb_font_get_glyph_v_advance_func_t</h3>
2494
+ <pre class="programlisting">typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_v_advance_func_t;
2495
+ </pre>
2496
+ <p>
2497
+ </p>
2498
+ </div>
2499
+ <hr>
2500
+ <div class="refsect2">
2501
+ <a name="hb-font-get-glyph-v-kerning-func-t"></a><h3>hb_font_get_glyph_v_kerning_func_t</h3>
2502
+ <pre class="programlisting">typedef hb_font_get_glyph_kerning_func_t hb_font_get_glyph_v_kerning_func_t;
2503
+ </pre>
2504
+ <p>
2505
+ </p>
2506
+ </div>
2507
+ <hr>
2508
+ <div class="refsect2">
2509
+ <a name="hb-font-get-glyph-v-origin-func-t"></a><h3>hb_font_get_glyph_v_origin_func_t</h3>
2510
+ <pre class="programlisting">typedef hb_font_get_glyph_origin_func_t hb_font_get_glyph_v_origin_func_t;
1598
2511
  </pre>
1599
2512
  <p>
1600
2513
  </p>
1601
2514
  </div>
1602
2515
  <hr>
1603
2516
  <div class="refsect2">
1604
- <a name="hb-reference-table-func-t"></a><h3>hb_reference_table_func_t ()</h3>
1605
- <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_reference_table_func_t) (<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>,
1606
- <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>,
1607
- <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
2517
+ <a name="hb-font-t"></a><h3>hb_font_t</h3>
2518
+ <pre class="programlisting">typedef struct hb_font_t hb_font_t;
2519
+ </pre>
1608
2520
  <p>
1609
2521
  </p>
1610
2522
  </div>
@@ -1612,6 +2524,6 @@ typedef <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title
1612
2524
  </div>
1613
2525
  <div class="footer">
1614
2526
  <hr>
1615
- Generated by GTK-Doc V1.19.1</div>
2527
+ Generated by GTK-Doc V1.20.1</div>
1616
2528
  </body>
1617
2529
  </html>