pango 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +19 -3
  3. data/ext/pango/depend +0 -1
  4. data/ext/pango/extconf.rb +0 -2
  5. data/ext/pango/rbpango.c +44 -6
  6. data/ext/pango/rbpango.h +0 -1
  7. data/ext/pango/rbpangoattribute.c +2 -2
  8. data/ext/pango/rbpangocairo.c +4 -4
  9. data/ext/pango/rbpangocontext.c +2 -2
  10. data/ext/pango/rbpangofontdescription.c +2 -2
  11. data/ext/pango/rbpangogravity.c +2 -2
  12. data/ext/pango/rbpangolanguage.c +8 -0
  13. data/ext/pango/rbpangolayout.c +15 -4
  14. data/ext/pango/rbpangomatrix.c +2 -2
  15. data/ext/pango/rbpangoscript.c +3 -3
  16. data/lib/2.0/pango.so +0 -0
  17. data/lib/2.1/pango.so +0 -0
  18. data/lib/2.2/pango.so +0 -0
  19. data/test/test-language.rb +5 -0
  20. data/test/test-layout.rb +7 -1
  21. data/vendor/local/bin/derb.exe +0 -0
  22. data/vendor/local/bin/genbrk.exe +0 -0
  23. data/vendor/local/bin/genccode.exe +0 -0
  24. data/vendor/local/bin/gencfu.exe +0 -0
  25. data/vendor/local/bin/gencmn.exe +0 -0
  26. data/vendor/local/bin/gencnval.exe +0 -0
  27. data/vendor/local/bin/gendict.exe +0 -0
  28. data/vendor/local/bin/gennorm2.exe +0 -0
  29. data/vendor/local/bin/genrb.exe +0 -0
  30. data/vendor/local/bin/gensprep.exe +0 -0
  31. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  32. data/vendor/local/bin/hb-shape.exe +0 -0
  33. data/vendor/local/bin/hb-view.exe +0 -0
  34. data/vendor/local/bin/icu-config +6 -6
  35. data/vendor/local/bin/icuinfo.exe +0 -0
  36. data/vendor/local/bin/icupkg.exe +0 -0
  37. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  38. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  39. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  40. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  41. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  42. data/vendor/local/bin/makeconv.exe +0 -0
  43. data/vendor/local/bin/pango-querymodules.exe +0 -0
  44. data/vendor/local/bin/pango-view.exe +0 -0
  45. data/vendor/local/bin/pkgdata.exe +0 -0
  46. data/vendor/local/bin/uconv.exe +0 -0
  47. data/vendor/local/etc/pango/pango.modules +1 -1
  48. data/vendor/local/include/harfbuzz/hb-buffer.h +26 -1
  49. data/vendor/local/include/harfbuzz/hb-common.h +7 -0
  50. data/vendor/local/include/harfbuzz/hb-font.h +7 -6
  51. data/vendor/local/include/harfbuzz/hb-ft.h +58 -1
  52. data/vendor/local/include/harfbuzz/hb-glib.h +3 -0
  53. data/vendor/local/include/harfbuzz/hb-ot-font.h +4 -0
  54. data/vendor/local/include/harfbuzz/hb-shape.h +0 -3
  55. data/vendor/local/include/harfbuzz/hb-unicode.h +28 -3
  56. data/vendor/local/include/harfbuzz/hb-version.h +4 -4
  57. data/vendor/local/include/layout/LEFontInstance.h +2 -28
  58. data/vendor/local/include/layout/LETableReference.h +7 -2
  59. data/vendor/local/include/unicode/calendar.h +32 -2
  60. data/vendor/local/include/unicode/coll.h +9 -7
  61. data/vendor/local/include/unicode/datefmt.h +102 -13
  62. data/vendor/local/include/unicode/dcfmtsym.h +4 -2
  63. data/vendor/local/include/unicode/decimfmt.h +4 -5
  64. data/vendor/local/include/unicode/dtfmtsym.h +60 -1
  65. data/vendor/local/include/unicode/dtptngen.h +21 -7
  66. data/vendor/local/include/unicode/localpointer.h +49 -1
  67. data/vendor/local/include/unicode/locid.h +2 -3
  68. data/vendor/local/include/unicode/measfmt.h +30 -37
  69. data/vendor/local/include/unicode/measunit.h +65 -152
  70. data/vendor/local/include/unicode/measure.h +3 -3
  71. data/vendor/local/include/unicode/numfmt.h +3 -5
  72. data/vendor/local/include/unicode/platform.h +12 -2
  73. data/vendor/local/include/unicode/plurrule.h +18 -14
  74. data/vendor/local/include/unicode/rbnf.h +3 -4
  75. data/vendor/local/include/unicode/regex.h +42 -26
  76. data/vendor/local/include/unicode/region.h +9 -9
  77. data/vendor/local/include/unicode/reldatefmt.h +50 -45
  78. data/vendor/local/include/unicode/scientificnumberformatter.h +222 -0
  79. data/vendor/local/include/unicode/smpdtfmt.h +30 -24
  80. data/vendor/local/include/unicode/tblcoll.h +5 -4
  81. data/vendor/local/include/unicode/timezone.h +18 -1
  82. data/vendor/local/include/unicode/ucal.h +2 -2
  83. data/vendor/local/include/unicode/ucol.h +22 -18
  84. data/vendor/local/include/unicode/uconfig.h +17 -2
  85. data/vendor/local/include/unicode/udat.h +164 -56
  86. data/vendor/local/include/unicode/udatpg.h +9 -7
  87. data/vendor/local/include/unicode/ufieldpositer.h +121 -0
  88. data/vendor/local/include/unicode/uidna.h +21 -13
  89. data/vendor/local/include/unicode/ulistformatter.h +130 -0
  90. data/vendor/local/include/unicode/ulocdata.h +4 -3
  91. data/vendor/local/include/unicode/unistr.h +101 -53
  92. data/vendor/local/include/unicode/unum.h +7 -10
  93. data/vendor/local/include/unicode/uregex.h +52 -29
  94. data/vendor/local/include/unicode/urename.h +14 -3
  95. data/vendor/local/include/unicode/uscript.h +30 -16
  96. data/vendor/local/include/unicode/uspoof.h +13 -9
  97. data/vendor/local/include/unicode/utrans.h +5 -7
  98. data/vendor/local/include/unicode/utypes.h +9 -3
  99. data/vendor/local/include/unicode/uvernum.h +8 -8
  100. data/vendor/local/lib/icu/{54.1 → 55.1}/Makefile.inc +5 -5
  101. data/vendor/local/lib/icu/{54.1 → 55.1}/pkgdata.inc +1 -1
  102. data/vendor/local/lib/icu/Makefile.inc +5 -5
  103. data/vendor/local/lib/icu/pkgdata.inc +1 -1
  104. data/vendor/local/lib/icudt.dll +0 -0
  105. data/vendor/local/lib/{icudt54.dll → icudt55.dll} +0 -0
  106. data/vendor/local/lib/icuin.dll +0 -0
  107. data/vendor/local/lib/icuin55.dll +0 -0
  108. data/vendor/local/lib/icuio.dll +0 -0
  109. data/vendor/local/lib/icuio55.dll +0 -0
  110. data/vendor/local/lib/icule.dll +0 -0
  111. data/vendor/local/lib/icule55.dll +0 -0
  112. data/vendor/local/lib/iculx.dll +0 -0
  113. data/vendor/local/lib/iculx55.dll +0 -0
  114. data/vendor/local/lib/icutest.dll +0 -0
  115. data/vendor/local/lib/icutest55.dll +0 -0
  116. data/vendor/local/lib/icutu.dll +0 -0
  117. data/vendor/local/lib/icutu55.dll +0 -0
  118. data/vendor/local/lib/icuuc.dll +0 -0
  119. data/vendor/local/lib/icuuc55.dll +0 -0
  120. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  121. data/vendor/local/lib/libharfbuzz-icu.la +7 -7
  122. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  123. data/vendor/local/lib/libharfbuzz.la +7 -7
  124. data/vendor/local/lib/libicudt.dll.a +0 -0
  125. data/vendor/local/lib/libicuin.dll.a +0 -0
  126. data/vendor/local/lib/libicuio.dll.a +0 -0
  127. data/vendor/local/lib/libicule.dll.a +0 -0
  128. data/vendor/local/lib/libiculx.dll.a +0 -0
  129. data/vendor/local/lib/libicutest.dll.a +0 -0
  130. data/vendor/local/lib/libicutu.dll.a +0 -0
  131. data/vendor/local/lib/libicuuc.dll.a +0 -0
  132. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  133. data/vendor/local/lib/libpango-1.0.la +2 -2
  134. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  135. data/vendor/local/lib/libpangocairo-1.0.la +1 -1
  136. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  137. data/vendor/local/lib/libpangoft2-1.0.la +2 -2
  138. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  139. data/vendor/local/lib/libpangowin32-1.0.la +2 -2
  140. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  141. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  142. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +2 -2
  143. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
  144. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
  145. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +2 -2
  146. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  147. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  148. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +2 -2
  149. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  150. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  151. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +2 -2
  152. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  153. data/vendor/local/lib/pkgconfig/harfbuzz.pc +3 -1
  154. data/vendor/local/lib/pkgconfig/icu-i18n.pc +5 -5
  155. data/vendor/local/lib/pkgconfig/icu-io.pc +5 -5
  156. data/vendor/local/lib/pkgconfig/icu-le.pc +5 -5
  157. data/vendor/local/lib/pkgconfig/icu-lx.pc +5 -5
  158. data/vendor/local/lib/pkgconfig/icu-uc.pc +5 -5
  159. data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +35 -0
  160. data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +30 -35
  161. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +158 -27
  162. data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +87 -0
  163. data/vendor/local/share/gtk-doc/html/harfbuzz/{ch01.html → ch06.html} +12 -13
  164. data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +31 -0
  165. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +7 -8
  166. data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +40 -0
  167. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +352 -0
  168. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +88 -47
  169. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +128 -204
  170. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +290 -304
  171. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +14 -23
  172. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +14 -17
  173. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +40 -51
  174. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +126 -190
  175. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +19 -24
  176. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +14 -29
  177. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +438 -11
  178. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +14 -25
  179. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +14 -29
  180. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +19 -160
  181. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +21 -36
  182. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +14 -11
  183. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +70 -81
  184. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +33 -44
  185. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +290 -323
  186. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +14 -23
  187. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +59 -27
  188. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +16 -13
  189. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +415 -104
  190. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +181 -0
  191. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +43 -12
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +11 -13
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +31 -0
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +70 -0
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +107 -0
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +31 -0
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +39 -0
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +9 -6
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +31 -0
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +31 -0
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +31 -0
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +124 -0
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +38 -0
  204. data/vendor/local/share/icu/{54.1 → 55.1}/config/mh-mingw64 +0 -0
  205. data/vendor/local/share/icu/{54.1 → 55.1}/install-sh +0 -0
  206. data/vendor/local/share/icu/{54.1 → 55.1}/license.html +3 -4
  207. data/vendor/local/share/icu/{54.1 → 55.1}/mkinstalldirs +0 -0
  208. data/vendor/local/share/man/man1/derb.1 +2 -2
  209. data/vendor/local/share/man/man1/genbrk.1 +2 -2
  210. data/vendor/local/share/man/man1/gencfu.1 +1 -1
  211. data/vendor/local/share/man/man1/gencnval.1 +3 -3
  212. data/vendor/local/share/man/man1/gendict.1 +2 -2
  213. data/vendor/local/share/man/man1/genrb.1 +3 -3
  214. data/vendor/local/share/man/man1/icu-config.1 +2 -2
  215. data/vendor/local/share/man/man1/makeconv.1 +3 -3
  216. data/vendor/local/share/man/man1/pkgdata.1 +2 -2
  217. data/vendor/local/share/man/man1/uconv.1 +2 -2
  218. data/vendor/local/share/man/man8/genccode.8 +2 -2
  219. data/vendor/local/share/man/man8/gencmn.8 +3 -3
  220. data/vendor/local/share/man/man8/gensprep.8 +3 -3
  221. data/vendor/local/share/man/man8/icupkg.8 +1 -1
  222. metadata +38 -22
  223. data/vendor/local/include/unicode/scientificformathelper.h +0 -139
  224. data/vendor/local/lib/icuin54.dll +0 -0
  225. data/vendor/local/lib/icuio54.dll +0 -0
  226. data/vendor/local/lib/icule54.dll +0 -0
  227. data/vendor/local/lib/iculx54.dll +0 -0
  228. data/vendor/local/lib/icutest54.dll +0 -0
  229. data/vendor/local/lib/icutu54.dll +0 -0
  230. data/vendor/local/lib/icuuc54.dll +0 -0
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +0 -286
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +0 -496
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>hb-font</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
- <link rel="home" href="index.html" title="HarfBuzz Reference Manual">
8
- <link rel="up" href="ch01.html" title="[Insert title here]">
5
+ <title>hb-font: HarfBuzz Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="HarfBuzz Manual">
8
+ <link rel="up" href="ch06.html" title="Harfbuzz API">
9
9
  <link rel="prev" href="harfbuzz-hb-face.html" title="hb-face">
10
- <link rel="next" href="harfbuzz-hb-shape.html" title="hb-shape">
11
- <meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
10
+ <link rel="next" href="harfbuzz-Shaping.html" title="Shaping">
11
+ <meta name="generator" content="GTK-Doc V1.24.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">
@@ -19,9 +19,9 @@
19
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
- <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22
+ <td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
23
  <td><a accesskey="p" href="harfbuzz-hb-face.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
- <td><a accesskey="n" href="harfbuzz-hb-shape.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
+ <td><a accesskey="n" href="harfbuzz-Shaping.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
25
  </tr></table>
26
26
  <div class="refentry">
27
27
  <a name="harfbuzz-hb-font"></a><div class="titlepage"></div>
@@ -608,15 +608,13 @@
608
608
  </div>
609
609
  <div class="refsect1">
610
610
  <a name="harfbuzz-hb-font.object-hierarchy"></a><h2>Object Hierarchy</h2>
611
- <pre class="screen"> GBoxed
611
+ <pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
612
612
  <span class="lineart">├──</span> hb_font_funcs_t
613
613
  <span class="lineart">╰──</span> hb_font_t
614
614
  </pre>
615
615
  </div>
616
616
  <div class="refsect1">
617
617
  <a name="harfbuzz-hb-font.description"></a><h2>Description</h2>
618
- <p>
619
- </p>
620
618
  </div>
621
619
  <div class="refsect1">
622
620
  <a name="harfbuzz-hb-font.functions_details"></a><h2>Functions</h2>
@@ -630,7 +628,7 @@ hb_font_add_glyph_origin_for_direction
630
628
  <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
629
  <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
630
  <div class="refsect3">
633
- <a name="idp24857136"></a><h4>Parameters</h4>
631
+ <a name="id-1.3.2.8.9.2.4"></a><h4>Parameters</h4>
634
632
  <div class="informaltable"><table width="100%" border="0">
635
633
  <colgroup>
636
634
  <col width="150px" class="parameters_name">
@@ -663,12 +661,6 @@ hb_font_add_glyph_origin_for_direction
663
661
  <a name="hb-font-create"></a><h3>hb_font_create ()</h3>
664
662
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
665
663
  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>
666
- <p>
667
- </p>
668
- <div class="refsect3">
669
- <a name="idp24877744"></a><h4>Returns</h4>
670
- <p></p>
671
- </div>
672
664
  </div>
673
665
  <hr>
674
666
  <div class="refsect2">
@@ -676,7 +668,7 @@ hb_font_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-fa
676
668
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
677
669
  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
670
  <div class="refsect3">
679
- <a name="idp24884992"></a><h4>Parameters</h4>
671
+ <a name="id-1.3.2.8.9.4.4"></a><h4>Parameters</h4>
680
672
  <div class="informaltable"><table width="100%" border="0">
681
673
  <colgroup>
682
674
  <col width="150px" class="parameters_name">
@@ -691,7 +683,7 @@ hb_font_create_sub_font (<em class="parameter"><code><a class="link" href="harfb
691
683
  </table></div>
692
684
  </div>
693
685
  <div class="refsect3">
694
- <a name="idp24892496"></a><h4>Returns</h4>
686
+ <a name="id-1.3.2.8.9.4.5"></a><h4>Returns</h4>
695
687
  <p>. </p>
696
688
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
697
689
  </div>
@@ -703,7 +695,7 @@ hb_font_create_sub_font (<em class="parameter"><code><a class="link" href="harfb
703
695
  <pre class="programlisting"><span class="returnvalue">void</span>
704
696
  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
697
  <div class="refsect3">
706
- <a name="idp24901696"></a><h4>Parameters</h4>
698
+ <a name="id-1.3.2.8.9.5.4"></a><h4>Parameters</h4>
707
699
  <div class="informaltable"><table width="100%" border="0">
708
700
  <colgroup>
709
701
  <col width="150px" class="parameters_name">
@@ -724,12 +716,6 @@ hb_font_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-f
724
716
  <a name="hb-font-funcs-create"></a><h3>hb_font_funcs_create ()</h3>
725
717
  <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
718
  hb_font_funcs_create (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
727
- <p>
728
- </p>
729
- <div class="refsect3">
730
- <a name="idp24915104"></a><h4>Returns</h4>
731
- <p></p>
732
- </div>
733
719
  </div>
734
720
  <hr>
735
721
  <div class="refsect2">
@@ -737,7 +723,7 @@ hb_font_funcs_create (<em class="parameter"><code><span class="type">void</span>
737
723
  <pre class="programlisting"><span class="returnvalue">void</span>
738
724
  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
725
  <div class="refsect3">
740
- <a name="idp24922352"></a><h4>Parameters</h4>
726
+ <a name="id-1.3.2.8.9.7.4"></a><h4>Parameters</h4>
741
727
  <div class="informaltable"><table width="100%" border="0">
742
728
  <colgroup>
743
729
  <col width="150px" class="parameters_name">
@@ -759,7 +745,7 @@ hb_font_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuz
759
745
  <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
746
  hb_font_funcs_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
761
747
  <div class="refsect3">
762
- <a name="idp24935840"></a><h4>Returns</h4>
748
+ <a name="id-1.3.2.8.9.8.4"></a><h4>Returns</h4>
763
749
  <p>. </p>
764
750
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
765
751
  </div>
@@ -772,7 +758,7 @@ hb_font_funcs_get_empty (<em class="parameter"><code><span class="type">void</sp
772
758
  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
759
  <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
760
  <div class="refsect3">
775
- <a name="idp24946416"></a><h4>Parameters</h4>
761
+ <a name="id-1.3.2.8.9.9.4"></a><h4>Parameters</h4>
776
762
  <div class="informaltable"><table width="100%" border="0">
777
763
  <colgroup>
778
764
  <col width="150px" class="parameters_name">
@@ -787,7 +773,7 @@ hb_font_funcs_get_user_data (<em class="parameter"><code><a class="link" href="h
787
773
  </table></div>
788
774
  </div>
789
775
  <div class="refsect3">
790
- <a name="idp24953920"></a><h4>Returns</h4>
776
+ <a name="id-1.3.2.8.9.9.5"></a><h4>Returns</h4>
791
777
  <p>. </p>
792
778
  <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
779
  </div>
@@ -799,7 +785,7 @@ hb_font_funcs_get_user_data (<em class="parameter"><code><a class="link" href="h
799
785
  <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
786
  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
787
  <div class="refsect3">
802
- <a name="idp24963120"></a><h4>Parameters</h4>
788
+ <a name="id-1.3.2.8.9.10.4"></a><h4>Parameters</h4>
803
789
  <div class="informaltable"><table width="100%" border="0">
804
790
  <colgroup>
805
791
  <col width="150px" class="parameters_name">
@@ -814,7 +800,7 @@ hb_font_funcs_is_immutable (<em class="parameter"><code><a class="link" href="ha
814
800
  </table></div>
815
801
  </div>
816
802
  <div class="refsect3">
817
- <a name="idp24970624"></a><h4>Returns</h4>
803
+ <a name="id-1.3.2.8.9.10.5"></a><h4>Returns</h4>
818
804
  <p></p>
819
805
  </div>
820
806
  <p class="since">Since 1.0</p>
@@ -825,7 +811,7 @@ hb_font_funcs_is_immutable (<em class="parameter"><code><a class="link" href="ha
825
811
  <pre class="programlisting"><span class="returnvalue">void</span>
826
812
  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
813
  <div class="refsect3">
828
- <a name="idp24978416"></a><h4>Parameters</h4>
814
+ <a name="id-1.3.2.8.9.11.4"></a><h4>Parameters</h4>
829
815
  <div class="informaltable"><table width="100%" border="0">
830
816
  <colgroup>
831
817
  <col width="150px" class="parameters_name">
@@ -847,7 +833,7 @@ hb_font_funcs_make_immutable (<em class="parameter"><code><a class="link" href="
847
833
  <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
834
  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
835
  <div class="refsect3">
850
- <a name="idp24992448"></a><h4>Parameters</h4>
836
+ <a name="id-1.3.2.8.9.12.4"></a><h4>Parameters</h4>
851
837
  <div class="informaltable"><table width="100%" border="0">
852
838
  <colgroup>
853
839
  <col width="150px" class="parameters_name">
@@ -862,7 +848,7 @@ hb_font_funcs_reference (<em class="parameter"><code><a class="link" href="harfb
862
848
  </table></div>
863
849
  </div>
864
850
  <div class="refsect3">
865
- <a name="idp24999952"></a><h4>Returns</h4>
851
+ <a name="id-1.3.2.8.9.12.5"></a><h4>Returns</h4>
866
852
  <p></p>
867
853
  </div>
868
854
  <p class="since">Since 1.0</p>
@@ -877,7 +863,7 @@ hb_font_funcs_set_glyph_contour_point_func
877
863
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
878
864
  <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
865
  <div class="refsect3">
880
- <a name="idp25014480"></a><h4>Parameters</h4>
866
+ <a name="id-1.3.2.8.9.13.4"></a><h4>Parameters</h4>
881
867
  <div class="informaltable"><table width="100%" border="0">
882
868
  <colgroup>
883
869
  <col width="150px" class="parameters_name">
@@ -909,7 +895,7 @@ hb_font_funcs_set_glyph_extents_func (<em class="parameter"><code><a class="link
909
895
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
910
896
  <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
897
  <div class="refsect3">
912
- <a name="idp25040736"></a><h4>Parameters</h4>
898
+ <a name="id-1.3.2.8.9.14.4"></a><h4>Parameters</h4>
913
899
  <div class="informaltable"><table width="100%" border="0">
914
900
  <colgroup>
915
901
  <col width="150px" class="parameters_name">
@@ -942,21 +928,28 @@ hb_font_funcs_set_glyph_from_name_func
942
928
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
943
929
  <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
930
  <div class="refsect3">
945
- <a name="idp25067056"></a><h4>Parameters</h4>
931
+ <a name="id-1.3.2.8.9.15.4"></a><h4>Parameters</h4>
946
932
  <div class="informaltable"><table width="100%" border="0">
947
933
  <colgroup>
948
934
  <col width="150px" class="parameters_name">
949
935
  <col class="parameters_description">
950
936
  <col width="200px" class="parameters_annotations">
951
937
  </colgroup>
952
- <tbody><tr>
938
+ <tbody>
939
+ <tr>
953
940
  <td class="parameter_name"><p>ffuncs</p></td>
954
941
  <td class="parameter_description"><p>font functions.</p></td>
955
942
  <td class="parameter_annotations"> </td>
956
- </tr></tbody>
943
+ </tr>
944
+ <tr>
945
+ <td class="parameter_name"><p>func</p></td>
946
+ <td class="parameter_description"><p>. </p></td>
947
+ <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>
948
+ </tr>
949
+ </tbody>
957
950
  </table></div>
958
951
  </div>
959
- <p class="since">Since 1.0</p>
952
+ <p class="since">Since 0.9.2</p>
960
953
  </div>
961
954
  <hr>
962
955
  <div class="refsect2">
@@ -967,18 +960,25 @@ hb_font_funcs_set_glyph_func (<em class="parameter"><code><a class="link" href="
967
960
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
968
961
  <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
962
  <div class="refsect3">
970
- <a name="idp25088528"></a><h4>Parameters</h4>
963
+ <a name="id-1.3.2.8.9.16.4"></a><h4>Parameters</h4>
971
964
  <div class="informaltable"><table width="100%" border="0">
972
965
  <colgroup>
973
966
  <col width="150px" class="parameters_name">
974
967
  <col class="parameters_description">
975
968
  <col width="200px" class="parameters_annotations">
976
969
  </colgroup>
977
- <tbody><tr>
970
+ <tbody>
971
+ <tr>
978
972
  <td class="parameter_name"><p>ffuncs</p></td>
979
973
  <td class="parameter_description"><p>font functions.</p></td>
980
974
  <td class="parameter_annotations"> </td>
981
- </tr></tbody>
975
+ </tr>
976
+ <tr>
977
+ <td class="parameter_name"><p>func</p></td>
978
+ <td class="parameter_description"><p>. </p></td>
979
+ <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>
980
+ </tr>
981
+ </tbody>
982
982
  </table></div>
983
983
  </div>
984
984
  <p class="since">Since 1.0</p>
@@ -993,7 +993,7 @@ hb_font_funcs_set_glyph_h_advance_func
993
993
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
994
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
995
  <div class="refsect3">
996
- <a name="idp25110128"></a><h4>Parameters</h4>
996
+ <a name="id-1.3.2.8.9.17.4"></a><h4>Parameters</h4>
997
997
  <div class="informaltable"><table width="100%" border="0">
998
998
  <colgroup>
999
999
  <col width="150px" class="parameters_name">
@@ -1026,7 +1026,7 @@ hb_font_funcs_set_glyph_h_kerning_func
1026
1026
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1027
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
1028
  <div class="refsect3">
1029
- <a name="idp25136432"></a><h4>Parameters</h4>
1029
+ <a name="id-1.3.2.8.9.18.4"></a><h4>Parameters</h4>
1030
1030
  <div class="informaltable"><table width="100%" border="0">
1031
1031
  <colgroup>
1032
1032
  <col width="150px" class="parameters_name">
@@ -1058,7 +1058,7 @@ hb_font_funcs_set_glyph_h_origin_func (<em class="parameter"><code><a class="lin
1058
1058
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1059
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
1060
  <div class="refsect3">
1061
- <a name="idp25162752"></a><h4>Parameters</h4>
1061
+ <a name="id-1.3.2.8.9.19.4"></a><h4>Parameters</h4>
1062
1062
  <div class="informaltable"><table width="100%" border="0">
1063
1063
  <colgroup>
1064
1064
  <col width="150px" class="parameters_name">
@@ -1090,21 +1090,28 @@ hb_font_funcs_set_glyph_name_func (<em class="parameter"><code><a class="link" h
1090
1090
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1091
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
1092
  <div class="refsect3">
1093
- <a name="idp25188992"></a><h4>Parameters</h4>
1093
+ <a name="id-1.3.2.8.9.20.4"></a><h4>Parameters</h4>
1094
1094
  <div class="informaltable"><table width="100%" border="0">
1095
1095
  <colgroup>
1096
1096
  <col width="150px" class="parameters_name">
1097
1097
  <col class="parameters_description">
1098
1098
  <col width="200px" class="parameters_annotations">
1099
1099
  </colgroup>
1100
- <tbody><tr>
1100
+ <tbody>
1101
+ <tr>
1101
1102
  <td class="parameter_name"><p>ffuncs</p></td>
1102
1103
  <td class="parameter_description"><p>font functions.</p></td>
1103
1104
  <td class="parameter_annotations"> </td>
1104
- </tr></tbody>
1105
+ </tr>
1106
+ <tr>
1107
+ <td class="parameter_name"><p>func</p></td>
1108
+ <td class="parameter_description"><p>. </p></td>
1109
+ <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>
1110
+ </tr>
1111
+ </tbody>
1105
1112
  </table></div>
1106
1113
  </div>
1107
- <p class="since">Since 1.0</p>
1114
+ <p class="since">Since 0.9.2</p>
1108
1115
  </div>
1109
1116
  <hr>
1110
1117
  <div class="refsect2">
@@ -1116,7 +1123,7 @@ hb_font_funcs_set_glyph_v_advance_func
1116
1123
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1117
1124
  <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
1125
  <div class="refsect3">
1119
- <a name="idp25210592"></a><h4>Parameters</h4>
1126
+ <a name="id-1.3.2.8.9.21.4"></a><h4>Parameters</h4>
1120
1127
  <div class="informaltable"><table width="100%" border="0">
1121
1128
  <colgroup>
1122
1129
  <col width="150px" class="parameters_name">
@@ -1149,7 +1156,7 @@ hb_font_funcs_set_glyph_v_kerning_func
1149
1156
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1150
1157
  <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
1158
  <div class="refsect3">
1152
- <a name="idp25236896"></a><h4>Parameters</h4>
1159
+ <a name="id-1.3.2.8.9.22.4"></a><h4>Parameters</h4>
1153
1160
  <div class="informaltable"><table width="100%" border="0">
1154
1161
  <colgroup>
1155
1162
  <col width="150px" class="parameters_name">
@@ -1181,7 +1188,7 @@ hb_font_funcs_set_glyph_v_origin_func (<em class="parameter"><code><a class="lin
1181
1188
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
1182
1189
  <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
1190
  <div class="refsect3">
1184
- <a name="idp25263216"></a><h4>Parameters</h4>
1191
+ <a name="id-1.3.2.8.9.23.4"></a><h4>Parameters</h4>
1185
1192
  <div class="informaltable"><table width="100%" border="0">
1186
1193
  <colgroup>
1187
1194
  <col width="150px" class="parameters_name">
@@ -1214,7 +1221,7 @@ hb_font_funcs_set_user_data (<em class="parameter"><code><a class="link" href="h
1214
1221
  <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
1222
  <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
1223
  <div class="refsect3">
1217
- <a name="idp25291120"></a><h4>Parameters</h4>
1224
+ <a name="id-1.3.2.8.9.24.4"></a><h4>Parameters</h4>
1218
1225
  <div class="informaltable"><table width="100%" border="0">
1219
1226
  <colgroup>
1220
1227
  <col width="150px" class="parameters_name">
@@ -1229,7 +1236,7 @@ hb_font_funcs_set_user_data (<em class="parameter"><code><a class="link" href="h
1229
1236
  </table></div>
1230
1237
  </div>
1231
1238
  <div class="refsect3">
1232
- <a name="idp25299520"></a><h4>Returns</h4>
1239
+ <a name="id-1.3.2.8.9.24.5"></a><h4>Returns</h4>
1233
1240
  <p></p>
1234
1241
  </div>
1235
1242
  <p class="since">Since 1.0</p>
@@ -1240,7 +1247,7 @@ hb_font_funcs_set_user_data (<em class="parameter"><code><a class="link" href="h
1240
1247
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
1241
1248
  hb_font_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1242
1249
  <div class="refsect3">
1243
- <a name="idp25308272"></a><h4>Returns</h4>
1250
+ <a name="id-1.3.2.8.9.25.4"></a><h4>Returns</h4>
1244
1251
  <p> (transfer full)</p>
1245
1252
  <p></p>
1246
1253
  </div>
@@ -1252,7 +1259,7 @@ hb_font_get_empty (<em class="parameter"><code><span class="type">void</span></c
1252
1259
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
1253
1260
  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
1261
  <div class="refsect3">
1255
- <a name="idp25318112"></a><h4>Parameters</h4>
1262
+ <a name="id-1.3.2.8.9.26.4"></a><h4>Parameters</h4>
1256
1263
  <div class="informaltable"><table width="100%" border="0">
1257
1264
  <colgroup>
1258
1265
  <col width="150px" class="parameters_name">
@@ -1267,11 +1274,11 @@ hb_font_get_face (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
1267
1274
  </table></div>
1268
1275
  </div>
1269
1276
  <div class="refsect3">
1270
- <a name="idp25326512"></a><h4>Returns</h4>
1277
+ <a name="id-1.3.2.8.9.26.5"></a><h4>Returns</h4>
1271
1278
  <p>. </p>
1272
1279
  <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
1280
  </div>
1274
- <p class="since">Since 1.0</p>
1281
+ <p class="since">Since 0.9.2</p>
1275
1282
  </div>
1276
1283
  <hr>
1277
1284
  <div class="refsect2">
@@ -1282,7 +1289,7 @@ hb_font_get_glyph (<em class="parameter"><code><a class="link" href="harfbuzz-hb
1282
1289
  <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
1290
  <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
1291
  <div class="refsect3">
1285
- <a name="idp25342432"></a><h4>Parameters</h4>
1292
+ <a name="id-1.3.2.8.9.27.4"></a><h4>Parameters</h4>
1286
1293
  <div class="informaltable"><table width="100%" border="0">
1287
1294
  <colgroup>
1288
1295
  <col width="150px" class="parameters_name">
@@ -1304,7 +1311,7 @@ hb_font_get_glyph (<em class="parameter"><code><a class="link" href="harfbuzz-hb
1304
1311
  </table></div>
1305
1312
  </div>
1306
1313
  <div class="refsect3">
1307
- <a name="idp25354544"></a><h4>Returns</h4>
1314
+ <a name="id-1.3.2.8.9.27.5"></a><h4>Returns</h4>
1308
1315
  <p></p>
1309
1316
  </div>
1310
1317
  <p class="since">Since 1.0</p>
@@ -1320,7 +1327,7 @@ hb_font_get_glyph_advance_for_direction
1320
1327
  <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
1328
  <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
1329
  <div class="refsect3">
1323
- <a name="idp25370832"></a><h4>Parameters</h4>
1330
+ <a name="id-1.3.2.8.9.28.4"></a><h4>Parameters</h4>
1324
1331
  <div class="informaltable"><table width="100%" border="0">
1325
1332
  <colgroup>
1326
1333
  <col width="150px" class="parameters_name">
@@ -1356,12 +1363,6 @@ hb_font_get_glyph_advance_for_direction
1356
1363
  <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1357
1364
  <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
1365
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1359
- <p>
1360
- </p>
1361
- <div class="refsect3">
1362
- <a name="idp25401296"></a><h4>Returns</h4>
1363
- <p></p>
1364
- </div>
1365
1366
  </div>
1366
1367
  <hr>
1367
1368
  <div class="refsect2">
@@ -1373,7 +1374,7 @@ hb_font_get_glyph_contour_point (<em class="parameter"><code><a class="link" hre
1373
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> *x</code></em>,
1374
1375
  <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
1376
  <div class="refsect3">
1376
- <a name="idp25417088"></a><h4>Parameters</h4>
1377
+ <a name="id-1.3.2.8.9.30.4"></a><h4>Parameters</h4>
1377
1378
  <div class="informaltable"><table width="100%" border="0">
1378
1379
  <colgroup>
1379
1380
  <col width="150px" class="parameters_name">
@@ -1400,7 +1401,7 @@ hb_font_get_glyph_contour_point (<em class="parameter"><code><a class="link" hre
1400
1401
  </table></div>
1401
1402
  </div>
1402
1403
  <div class="refsect3">
1403
- <a name="idp25432912"></a><h4>Returns</h4>
1404
+ <a name="id-1.3.2.8.9.30.5"></a><h4>Returns</h4>
1404
1405
  <p></p>
1405
1406
  </div>
1406
1407
  <p class="since">Since 1.0</p>
@@ -1417,7 +1418,7 @@ hb_font_get_glyph_contour_point_for_origin
1417
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> *x</code></em>,
1418
1419
  <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
1420
  <div class="refsect3">
1420
- <a name="idp25451136"></a><h4>Parameters</h4>
1421
+ <a name="id-1.3.2.8.9.31.4"></a><h4>Parameters</h4>
1421
1422
  <div class="informaltable"><table width="100%" border="0">
1422
1423
  <colgroup>
1423
1424
  <col width="150px" class="parameters_name">
@@ -1444,7 +1445,7 @@ hb_font_get_glyph_contour_point_for_origin
1444
1445
  </table></div>
1445
1446
  </div>
1446
1447
  <div class="refsect3">
1447
- <a name="idp25466960"></a><h4>Returns</h4>
1448
+ <a name="id-1.3.2.8.9.31.5"></a><h4>Returns</h4>
1448
1449
  <p></p>
1449
1450
  </div>
1450
1451
  <p class="since">Since 1.0</p>
@@ -1461,12 +1462,6 @@ hb_font_get_glyph_contour_point_for_origin
1461
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> *x</code></em>,
1462
1463
  <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
1464
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1464
- <p>
1465
- </p>
1466
- <div class="refsect3">
1467
- <a name="idp25488288"></a><h4>Returns</h4>
1468
- <p></p>
1469
- </div>
1470
1465
  </div>
1471
1466
  <hr>
1472
1467
  <div class="refsect2">
@@ -1476,7 +1471,7 @@ hb_font_get_glyph_extents (<em class="parameter"><code><a class="link" href="har
1476
1471
  <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
1472
  <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);</pre>
1478
1473
  <div class="refsect3">
1479
- <a name="idp25500512"></a><h4>Parameters</h4>
1474
+ <a name="id-1.3.2.8.9.33.4"></a><h4>Parameters</h4>
1480
1475
  <div class="informaltable"><table width="100%" border="0">
1481
1476
  <colgroup>
1482
1477
  <col width="150px" class="parameters_name">
@@ -1498,7 +1493,7 @@ hb_font_get_glyph_extents (<em class="parameter"><code><a class="link" href="har
1498
1493
  </table></div>
1499
1494
  </div>
1500
1495
  <div class="refsect3">
1501
- <a name="idp25512624"></a><h4>Returns</h4>
1496
+ <a name="id-1.3.2.8.9.33.5"></a><h4>Returns</h4>
1502
1497
  <p></p>
1503
1498
  </div>
1504
1499
  <p class="since">Since 1.0</p>
@@ -1512,7 +1507,7 @@ hb_font_get_glyph_extents_for_origin (<em class="parameter"><code><a class="link
1512
1507
  <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
1508
  <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);</pre>
1514
1509
  <div class="refsect3">
1515
- <a name="idp25527232"></a><h4>Parameters</h4>
1510
+ <a name="id-1.3.2.8.9.34.4"></a><h4>Parameters</h4>
1516
1511
  <div class="informaltable"><table width="100%" border="0">
1517
1512
  <colgroup>
1518
1513
  <col width="150px" class="parameters_name">
@@ -1534,7 +1529,7 @@ hb_font_get_glyph_extents_for_origin (<em class="parameter"><code><a class="link
1534
1529
  </table></div>
1535
1530
  </div>
1536
1531
  <div class="refsect3">
1537
- <a name="idp25539344"></a><h4>Returns</h4>
1532
+ <a name="id-1.3.2.8.9.34.5"></a><h4>Returns</h4>
1538
1533
  <p></p>
1539
1534
  </div>
1540
1535
  <p class="since">Since 1.0</p>
@@ -1548,12 +1543,6 @@ hb_font_get_glyph_extents_for_origin (<em class="parameter"><code><a class="link
1548
1543
  <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
1544
  <em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>,
1550
1545
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1551
- <p>
1552
- </p>
1553
- <div class="refsect3">
1554
- <a name="idp25557120"></a><h4>Returns</h4>
1555
- <p></p>
1556
- </div>
1557
1546
  </div>
1558
1547
  <hr>
1559
1548
  <div class="refsect2">
@@ -1564,7 +1553,7 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
1564
1553
  <em class="parameter"><code><span class="type">int</span> len</code></em>,
1565
1554
  <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
1555
  <div class="refsect3">
1567
- <a name="idp25571216"></a><h4>Parameters</h4>
1556
+ <a name="id-1.3.2.8.9.36.4"></a><h4>Parameters</h4>
1568
1557
  <div class="informaltable"><table width="100%" border="0">
1569
1558
  <colgroup>
1570
1559
  <col width="150px" class="parameters_name">
@@ -1591,10 +1580,10 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
1591
1580
  </table></div>
1592
1581
  </div>
1593
1582
  <div class="refsect3">
1594
- <a name="idp25587040"></a><h4>Returns</h4>
1583
+ <a name="id-1.3.2.8.9.36.5"></a><h4>Returns</h4>
1595
1584
  <p></p>
1596
1585
  </div>
1597
- <p class="since">Since 1.0</p>
1586
+ <p class="since">Since 0.9.2</p>
1598
1587
  </div>
1599
1588
  <hr>
1600
1589
  <div class="refsect2">
@@ -1604,12 +1593,6 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
1604
1593
  <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
1605
1594
  <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
1606
1595
  <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
1607
- <p>
1608
- </p>
1609
- <div class="refsect3">
1610
- <a name="idp25603280"></a><h4>Returns</h4>
1611
- <p></p>
1612
- </div>
1613
1596
  </div>
1614
1597
  <hr>
1615
1598
  <div class="refsect2">
@@ -1621,12 +1604,6 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
1621
1604
  <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
1605
  <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
1606
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1624
- <p>
1625
- </p>
1626
- <div class="refsect3">
1627
- <a name="idp25622080"></a><h4>Returns</h4>
1628
- <p></p>
1629
- </div>
1630
1607
  </div>
1631
1608
  <hr>
1632
1609
  <div class="refsect2">
@@ -1635,7 +1612,7 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
1635
1612
  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
1613
  <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
1614
  <div class="refsect3">
1638
- <a name="idp25632608"></a><h4>Parameters</h4>
1615
+ <a name="id-1.3.2.8.9.39.4"></a><h4>Parameters</h4>
1639
1616
  <div class="informaltable"><table width="100%" border="0">
1640
1617
  <colgroup>
1641
1618
  <col width="150px" class="parameters_name">
@@ -1650,7 +1627,7 @@ hb_font_get_glyph_h_advance (<em class="parameter"><code><a class="link" href="h
1650
1627
  </table></div>
1651
1628
  </div>
1652
1629
  <div class="refsect3">
1653
- <a name="idp25641008"></a><h4>Returns</h4>
1630
+ <a name="id-1.3.2.8.9.39.5"></a><h4>Returns</h4>
1654
1631
  <p></p>
1655
1632
  </div>
1656
1633
  <p class="since">Since 1.0</p>
@@ -1663,7 +1640,7 @@ hb_font_get_glyph_h_kerning (<em class="parameter"><code><a class="link" href="h
1663
1640
  <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
1641
  <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
1642
  <div class="refsect3">
1666
- <a name="idp25653840"></a><h4>Parameters</h4>
1643
+ <a name="id-1.3.2.8.9.40.4"></a><h4>Parameters</h4>
1667
1644
  <div class="informaltable"><table width="100%" border="0">
1668
1645
  <colgroup>
1669
1646
  <col width="150px" class="parameters_name">
@@ -1678,7 +1655,7 @@ hb_font_get_glyph_h_kerning (<em class="parameter"><code><a class="link" href="h
1678
1655
  </table></div>
1679
1656
  </div>
1680
1657
  <div class="refsect3">
1681
- <a name="idp25662240"></a><h4>Returns</h4>
1658
+ <a name="id-1.3.2.8.9.40.5"></a><h4>Returns</h4>
1682
1659
  <p></p>
1683
1660
  </div>
1684
1661
  <p class="since">Since 1.0</p>
@@ -1692,7 +1669,7 @@ hb_font_get_glyph_h_origin (<em class="parameter"><code><a class="link" href="ha
1692
1669
  <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
1670
  <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
1671
  <div class="refsect3">
1695
- <a name="idp25676768"></a><h4>Parameters</h4>
1672
+ <a name="id-1.3.2.8.9.41.4"></a><h4>Parameters</h4>
1696
1673
  <div class="informaltable"><table width="100%" border="0">
1697
1674
  <colgroup>
1698
1675
  <col width="150px" class="parameters_name">
@@ -1719,7 +1696,7 @@ hb_font_get_glyph_h_origin (<em class="parameter"><code><a class="link" href="ha
1719
1696
  </table></div>
1720
1697
  </div>
1721
1698
  <div class="refsect3">
1722
- <a name="idp25692592"></a><h4>Returns</h4>
1699
+ <a name="id-1.3.2.8.9.41.5"></a><h4>Returns</h4>
1723
1700
  <p></p>
1724
1701
  </div>
1725
1702
  <p class="since">Since 1.0</p>
@@ -1736,7 +1713,7 @@ hb_font_get_glyph_kerning_for_direction
1736
1713
  <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
1714
  <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
1715
  <div class="refsect3">
1739
- <a name="idp25710640"></a><h4>Parameters</h4>
1716
+ <a name="id-1.3.2.8.9.42.4"></a><h4>Parameters</h4>
1740
1717
  <div class="informaltable"><table width="100%" border="0">
1741
1718
  <colgroup>
1742
1719
  <col width="150px" class="parameters_name">
@@ -1773,12 +1750,6 @@ hb_font_get_glyph_kerning_for_direction
1773
1750
  <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
1751
  <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
1752
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1776
- <p>
1777
- </p>
1778
- <div class="refsect3">
1779
- <a name="idp25742752"></a><h4>Returns</h4>
1780
- <p></p>
1781
- </div>
1782
1753
  </div>
1783
1754
  <hr>
1784
1755
  <div class="refsect2">
@@ -1789,7 +1760,7 @@ hb_font_get_glyph_name (<em class="parameter"><code><a class="link" href="harfbu
1789
1760
  <em class="parameter"><code><span class="type">char</span> *name</code></em>,
1790
1761
  <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
1791
1762
  <div class="refsect3">
1792
- <a name="idp25756784"></a><h4>Parameters</h4>
1763
+ <a name="id-1.3.2.8.9.44.4"></a><h4>Parameters</h4>
1793
1764
  <div class="informaltable"><table width="100%" border="0">
1794
1765
  <colgroup>
1795
1766
  <col width="150px" class="parameters_name">
@@ -1811,10 +1782,10 @@ hb_font_get_glyph_name (<em class="parameter"><code><a class="link" href="harfbu
1811
1782
  </table></div>
1812
1783
  </div>
1813
1784
  <div class="refsect3">
1814
- <a name="idp25768896"></a><h4>Returns</h4>
1785
+ <a name="id-1.3.2.8.9.44.5"></a><h4>Returns</h4>
1815
1786
  <p></p>
1816
1787
  </div>
1817
- <p class="since">Since 1.0</p>
1788
+ <p class="since">Since 0.9.2</p>
1818
1789
  </div>
1819
1790
  <hr>
1820
1791
  <div class="refsect2">
@@ -1826,12 +1797,6 @@ hb_font_get_glyph_name (<em class="parameter"><code><a class="link" href="harfbu
1826
1797
  <em class="parameter"><code><span class="type">char</span> *name</code></em>,
1827
1798
  <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>,
1828
1799
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1829
- <p>
1830
- </p>
1831
- <div class="refsect3">
1832
- <a name="idp25788480"></a><h4>Returns</h4>
1833
- <p></p>
1834
- </div>
1835
1800
  </div>
1836
1801
  <hr>
1837
1802
  <div class="refsect2">
@@ -1844,7 +1809,7 @@ hb_font_get_glyph_origin_for_direction
1844
1809
  <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
1810
  <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
1811
  <div class="refsect3">
1847
- <a name="idp25804160"></a><h4>Parameters</h4>
1812
+ <a name="id-1.3.2.8.9.46.4"></a><h4>Parameters</h4>
1848
1813
  <div class="informaltable"><table width="100%" border="0">
1849
1814
  <colgroup>
1850
1815
  <col width="150px" class="parameters_name">
@@ -1882,12 +1847,6 @@ hb_font_get_glyph_origin_for_direction
1882
1847
  <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
1848
  <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
1849
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1885
- <p>
1886
- </p>
1887
- <div class="refsect3">
1888
- <a name="idp25837968"></a><h4>Returns</h4>
1889
- <p></p>
1890
- </div>
1891
1850
  </div>
1892
1851
  <hr>
1893
1852
  <div class="refsect2">
@@ -1896,7 +1855,7 @@ hb_font_get_glyph_origin_for_direction
1896
1855
  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
1856
  <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
1857
  <div class="refsect3">
1899
- <a name="idp25848496"></a><h4>Parameters</h4>
1858
+ <a name="id-1.3.2.8.9.48.4"></a><h4>Parameters</h4>
1900
1859
  <div class="informaltable"><table width="100%" border="0">
1901
1860
  <colgroup>
1902
1861
  <col width="150px" class="parameters_name">
@@ -1911,7 +1870,7 @@ hb_font_get_glyph_v_advance (<em class="parameter"><code><a class="link" href="h
1911
1870
  </table></div>
1912
1871
  </div>
1913
1872
  <div class="refsect3">
1914
- <a name="idp25856896"></a><h4>Returns</h4>
1873
+ <a name="id-1.3.2.8.9.48.5"></a><h4>Returns</h4>
1915
1874
  <p></p>
1916
1875
  </div>
1917
1876
  <p class="since">Since 1.0</p>
@@ -1924,7 +1883,7 @@ hb_font_get_glyph_v_kerning (<em class="parameter"><code><a class="link" href="h
1924
1883
  <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
1884
  <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
1885
  <div class="refsect3">
1927
- <a name="idp25869728"></a><h4>Parameters</h4>
1886
+ <a name="id-1.3.2.8.9.49.4"></a><h4>Parameters</h4>
1928
1887
  <div class="informaltable"><table width="100%" border="0">
1929
1888
  <colgroup>
1930
1889
  <col width="150px" class="parameters_name">
@@ -1939,7 +1898,7 @@ hb_font_get_glyph_v_kerning (<em class="parameter"><code><a class="link" href="h
1939
1898
  </table></div>
1940
1899
  </div>
1941
1900
  <div class="refsect3">
1942
- <a name="idp25878128"></a><h4>Returns</h4>
1901
+ <a name="id-1.3.2.8.9.49.5"></a><h4>Returns</h4>
1943
1902
  <p></p>
1944
1903
  </div>
1945
1904
  <p class="since">Since 1.0</p>
@@ -1953,7 +1912,7 @@ hb_font_get_glyph_v_origin (<em class="parameter"><code><a class="link" href="ha
1953
1912
  <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
1913
  <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
1914
  <div class="refsect3">
1956
- <a name="idp25892592"></a><h4>Parameters</h4>
1915
+ <a name="id-1.3.2.8.9.50.4"></a><h4>Parameters</h4>
1957
1916
  <div class="informaltable"><table width="100%" border="0">
1958
1917
  <colgroup>
1959
1918
  <col width="150px" class="parameters_name">
@@ -1980,7 +1939,7 @@ hb_font_get_glyph_v_origin (<em class="parameter"><code><a class="link" href="ha
1980
1939
  </table></div>
1981
1940
  </div>
1982
1941
  <div class="refsect3">
1983
- <a name="idp25908416"></a><h4>Returns</h4>
1942
+ <a name="id-1.3.2.8.9.50.5"></a><h4>Returns</h4>
1984
1943
  <p></p>
1985
1944
  </div>
1986
1945
  <p class="since">Since 1.0</p>
@@ -1991,7 +1950,7 @@ hb_font_get_glyph_v_origin (<em class="parameter"><code><a class="link" href="ha
1991
1950
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
1992
1951
  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
1952
  <div class="refsect3">
1994
- <a name="idp25917776"></a><h4>Parameters</h4>
1953
+ <a name="id-1.3.2.8.9.51.4"></a><h4>Parameters</h4>
1995
1954
  <div class="informaltable"><table width="100%" border="0">
1996
1955
  <colgroup>
1997
1956
  <col width="150px" class="parameters_name">
@@ -2006,7 +1965,7 @@ hb_font_get_parent (<em class="parameter"><code><a class="link" href="harfbuzz-h
2006
1965
  </table></div>
2007
1966
  </div>
2008
1967
  <div class="refsect3">
2009
- <a name="idp25926176"></a><h4>Returns</h4>
1968
+ <a name="id-1.3.2.8.9.51.5"></a><h4>Returns</h4>
2010
1969
  <p>. </p>
2011
1970
  <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
1971
  </div>
@@ -2020,7 +1979,7 @@ hb_font_get_ppem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
2020
1979
  <em class="parameter"><code>unsigned <span class="type">int</span> *x_ppem</code></em>,
2021
1980
  <em class="parameter"><code>unsigned <span class="type">int</span> *y_ppem</code></em>);</pre>
2022
1981
  <div class="refsect3">
2023
- <a name="idp25940768"></a><h4>Parameters</h4>
1982
+ <a name="id-1.3.2.8.9.52.4"></a><h4>Parameters</h4>
2024
1983
  <div class="informaltable"><table width="100%" border="0">
2025
1984
  <colgroup>
2026
1985
  <col width="150px" class="parameters_name">
@@ -2056,7 +2015,7 @@ hb_font_get_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb
2056
2015
  <em class="parameter"><code><span class="type">int</span> *x_scale</code></em>,
2057
2016
  <em class="parameter"><code><span class="type">int</span> *y_scale</code></em>);</pre>
2058
2017
  <div class="refsect3">
2059
- <a name="idp25967872"></a><h4>Parameters</h4>
2018
+ <a name="id-1.3.2.8.9.53.4"></a><h4>Parameters</h4>
2060
2019
  <div class="informaltable"><table width="100%" border="0">
2061
2020
  <colgroup>
2062
2021
  <col width="150px" class="parameters_name">
@@ -2091,7 +2050,7 @@ hb_font_get_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb
2091
2050
  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
2051
  <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
2052
  <div class="refsect3">
2094
- <a name="idp25993280"></a><h4>Parameters</h4>
2053
+ <a name="id-1.3.2.8.9.54.4"></a><h4>Parameters</h4>
2095
2054
  <div class="informaltable"><table width="100%" border="0">
2096
2055
  <colgroup>
2097
2056
  <col width="150px" class="parameters_name">
@@ -2106,7 +2065,7 @@ hb_font_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
2106
2065
  </table></div>
2107
2066
  </div>
2108
2067
  <div class="refsect3">
2109
- <a name="idp26001680"></a><h4>Returns</h4>
2068
+ <a name="id-1.3.2.8.9.54.5"></a><h4>Returns</h4>
2110
2069
  <p>. </p>
2111
2070
  <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
2071
  </div>
@@ -2121,7 +2080,7 @@ hb_font_glyph_from_string (<em class="parameter"><code><a class="link" href="har
2121
2080
  <em class="parameter"><code><span class="type">int</span> len</code></em>,
2122
2081
  <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
2082
  <div class="refsect3">
2124
- <a name="idp26017984"></a><h4>Parameters</h4>
2083
+ <a name="id-1.3.2.8.9.55.4"></a><h4>Parameters</h4>
2125
2084
  <div class="informaltable"><table width="100%" border="0">
2126
2085
  <colgroup>
2127
2086
  <col width="150px" class="parameters_name">
@@ -2137,7 +2096,7 @@ hb_font_glyph_from_string (<em class="parameter"><code><a class="link" href="har
2137
2096
  <tr>
2138
2097
  <td class="parameter_name"><p>s</p></td>
2139
2098
  <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>
2099
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8_t]</span></td>
2141
2100
  </tr>
2142
2101
  <tr>
2143
2102
  <td class="parameter_name"><p>glyph</p></td>
@@ -2148,10 +2107,10 @@ hb_font_glyph_from_string (<em class="parameter"><code><a class="link" href="har
2148
2107
  </table></div>
2149
2108
  </div>
2150
2109
  <div class="refsect3">
2151
- <a name="idp26033808"></a><h4>Returns</h4>
2110
+ <a name="id-1.3.2.8.9.55.5"></a><h4>Returns</h4>
2152
2111
  <p></p>
2153
2112
  </div>
2154
- <p class="since">Since 1.0</p>
2113
+ <p class="since">Since 0.9.2</p>
2155
2114
  </div>
2156
2115
  <hr>
2157
2116
  <div class="refsect2">
@@ -2162,7 +2121,7 @@ hb_font_glyph_to_string (<em class="parameter"><code><a class="link" href="harfb
2162
2121
  <em class="parameter"><code><span class="type">char</span> *s</code></em>,
2163
2122
  <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
2164
2123
  <div class="refsect3">
2165
- <a name="idp26048448"></a><h4>Parameters</h4>
2124
+ <a name="id-1.3.2.8.9.56.4"></a><h4>Parameters</h4>
2166
2125
  <div class="informaltable"><table width="100%" border="0">
2167
2126
  <colgroup>
2168
2127
  <col width="150px" class="parameters_name">
@@ -2183,7 +2142,7 @@ hb_font_glyph_to_string (<em class="parameter"><code><a class="link" href="harfb
2183
2142
  </tbody>
2184
2143
  </table></div>
2185
2144
  </div>
2186
- <p class="since">Since 1.0</p>
2145
+ <p class="since">Since 0.9.2</p>
2187
2146
  </div>
2188
2147
  <hr>
2189
2148
  <div class="refsect2">
@@ -2191,7 +2150,7 @@ hb_font_glyph_to_string (<em class="parameter"><code><a class="link" href="harfb
2191
2150
  <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
2151
  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
2152
  <div class="refsect3">
2194
- <a name="idp26068512"></a><h4>Parameters</h4>
2153
+ <a name="id-1.3.2.8.9.57.4"></a><h4>Parameters</h4>
2195
2154
  <div class="informaltable"><table width="100%" border="0">
2196
2155
  <colgroup>
2197
2156
  <col width="150px" class="parameters_name">
@@ -2206,7 +2165,7 @@ hb_font_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
2206
2165
  </table></div>
2207
2166
  </div>
2208
2167
  <div class="refsect3">
2209
- <a name="idp26076912"></a><h4>Returns</h4>
2168
+ <a name="id-1.3.2.8.9.57.5"></a><h4>Returns</h4>
2210
2169
  <p></p>
2211
2170
  </div>
2212
2171
  <p class="since">Since 1.0</p>
@@ -2217,7 +2176,7 @@ hb_font_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
2217
2176
  <pre class="programlisting"><span class="returnvalue">void</span>
2218
2177
  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
2178
  <div class="refsect3">
2220
- <a name="idp26086288"></a><h4>Parameters</h4>
2179
+ <a name="id-1.3.2.8.9.58.4"></a><h4>Parameters</h4>
2221
2180
  <div class="informaltable"><table width="100%" border="0">
2222
2181
  <colgroup>
2223
2182
  <col width="150px" class="parameters_name">
@@ -2239,7 +2198,7 @@ hb_font_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
2239
2198
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
2240
2199
  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
2200
  <div class="refsect3">
2242
- <a name="idp26102624"></a><h4>Parameters</h4>
2201
+ <a name="id-1.3.2.8.9.59.4"></a><h4>Parameters</h4>
2243
2202
  <div class="informaltable"><table width="100%" border="0">
2244
2203
  <colgroup>
2245
2204
  <col width="150px" class="parameters_name">
@@ -2254,7 +2213,7 @@ hb_font_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
2254
2213
  </table></div>
2255
2214
  </div>
2256
2215
  <div class="refsect3">
2257
- <a name="idp26111024"></a><h4>Returns</h4>
2216
+ <a name="id-1.3.2.8.9.59.5"></a><h4>Returns</h4>
2258
2217
  <p>. </p>
2259
2218
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
2260
2219
  </div>
@@ -2269,7 +2228,7 @@ hb_font_set_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb
2269
2228
  <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
2270
2229
  <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
2230
  <div class="refsect3">
2272
- <a name="idp26127008"></a><h4>Parameters</h4>
2231
+ <a name="id-1.3.2.8.9.60.4"></a><h4>Parameters</h4>
2273
2232
  <div class="informaltable"><table width="100%" border="0">
2274
2233
  <colgroup>
2275
2234
  <col width="150px" class="parameters_name">
@@ -2290,7 +2249,7 @@ hb_font_set_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb
2290
2249
  </tbody>
2291
2250
  </table></div>
2292
2251
  </div>
2293
- <p class="since">Since 1.0</p>
2252
+ <p class="since">Since 0.9.2</p>
2294
2253
  </div>
2295
2254
  <hr>
2296
2255
  <div class="refsect2">
@@ -2300,7 +2259,7 @@ hb_font_set_funcs_data (<em class="parameter"><code><a class="link" href="harfbu
2300
2259
  <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
2301
2260
  <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
2261
  <div class="refsect3">
2303
- <a name="idp26151456"></a><h4>Parameters</h4>
2262
+ <a name="id-1.3.2.8.9.61.4"></a><h4>Parameters</h4>
2304
2263
  <div class="informaltable"><table width="100%" border="0">
2305
2264
  <colgroup>
2306
2265
  <col width="150px" class="parameters_name">
@@ -2321,7 +2280,7 @@ hb_font_set_funcs_data (<em class="parameter"><code><a class="link" href="harfbu
2321
2280
  </tbody>
2322
2281
  </table></div>
2323
2282
  </div>
2324
- <p class="since">Since 1.0</p>
2283
+ <p class="since">Since 0.9.2</p>
2325
2284
  </div>
2326
2285
  <hr>
2327
2286
  <div class="refsect2">
@@ -2331,7 +2290,7 @@ hb_font_set_ppem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
2331
2290
  <em class="parameter"><code>unsigned <span class="type">int</span> x_ppem</code></em>,
2332
2291
  <em class="parameter"><code>unsigned <span class="type">int</span> y_ppem</code></em>);</pre>
2333
2292
  <div class="refsect3">
2334
- <a name="idp26175696"></a><h4>Parameters</h4>
2293
+ <a name="id-1.3.2.8.9.62.4"></a><h4>Parameters</h4>
2335
2294
  <div class="informaltable"><table width="100%" border="0">
2336
2295
  <colgroup>
2337
2296
  <col width="150px" class="parameters_name">
@@ -2355,7 +2314,7 @@ hb_font_set_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb
2355
2314
  <em class="parameter"><code><span class="type">int</span> x_scale</code></em>,
2356
2315
  <em class="parameter"><code><span class="type">int</span> y_scale</code></em>);</pre>
2357
2316
  <div class="refsect3">
2358
- <a name="idp26195376"></a><h4>Parameters</h4>
2317
+ <a name="id-1.3.2.8.9.63.4"></a><h4>Parameters</h4>
2359
2318
  <div class="informaltable"><table width="100%" border="0">
2360
2319
  <colgroup>
2361
2320
  <col width="150px" class="parameters_name">
@@ -2381,7 +2340,7 @@ hb_font_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
2381
2340
  <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
2341
  <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
2342
  <div class="refsect3">
2384
- <a name="idp26218448"></a><h4>Parameters</h4>
2343
+ <a name="id-1.3.2.8.9.64.4"></a><h4>Parameters</h4>
2385
2344
  <div class="informaltable"><table width="100%" border="0">
2386
2345
  <colgroup>
2387
2346
  <col width="150px" class="parameters_name">
@@ -2396,7 +2355,7 @@ hb_font_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
2396
2355
  </table></div>
2397
2356
  </div>
2398
2357
  <div class="refsect3">
2399
- <a name="idp26226848"></a><h4>Returns</h4>
2358
+ <a name="id-1.3.2.8.9.64.5"></a><h4>Returns</h4>
2400
2359
  <p></p>
2401
2360
  </div>
2402
2361
  <p class="since">Since 1.0</p>
@@ -2412,7 +2371,7 @@ hb_font_subtract_glyph_origin_for_direction
2412
2371
  <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
2372
  <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
2373
  <div class="refsect3">
2415
- <a name="idp26243200"></a><h4>Parameters</h4>
2374
+ <a name="id-1.3.2.8.9.65.4"></a><h4>Parameters</h4>
2416
2375
  <div class="informaltable"><table width="100%" border="0">
2417
2376
  <colgroup>
2418
2377
  <col width="150px" class="parameters_name">
@@ -2447,12 +2406,6 @@ hb_font_subtract_glyph_origin_for_direction
2447
2406
  <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
2407
  <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
2408
  <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
2409
  </div>
2457
2410
  </div>
2458
2411
  <div class="refsect1">
@@ -2461,69 +2414,52 @@ hb_font_subtract_glyph_origin_for_direction
2461
2414
  <a name="hb-font-funcs-t"></a><h3>hb_font_funcs_t</h3>
2462
2415
  <pre class="programlisting">typedef struct hb_font_funcs_t hb_font_funcs_t;
2463
2416
  </pre>
2464
- <p>
2465
- </p>
2466
2417
  </div>
2467
2418
  <hr>
2468
2419
  <div class="refsect2">
2469
2420
  <a name="hb-font-get-glyph-h-advance-func-t"></a><h3>hb_font_get_glyph_h_advance_func_t</h3>
2470
2421
  <pre class="programlisting">typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_h_advance_func_t;
2471
2422
  </pre>
2472
- <p>
2473
- </p>
2474
2423
  </div>
2475
2424
  <hr>
2476
2425
  <div class="refsect2">
2477
2426
  <a name="hb-font-get-glyph-h-kerning-func-t"></a><h3>hb_font_get_glyph_h_kerning_func_t</h3>
2478
2427
  <pre class="programlisting">typedef hb_font_get_glyph_kerning_func_t hb_font_get_glyph_h_kerning_func_t;
2479
2428
  </pre>
2480
- <p>
2481
- </p>
2482
2429
  </div>
2483
2430
  <hr>
2484
2431
  <div class="refsect2">
2485
2432
  <a name="hb-font-get-glyph-h-origin-func-t"></a><h3>hb_font_get_glyph_h_origin_func_t</h3>
2486
2433
  <pre class="programlisting">typedef hb_font_get_glyph_origin_func_t hb_font_get_glyph_h_origin_func_t;
2487
2434
  </pre>
2488
- <p>
2489
- </p>
2490
2435
  </div>
2491
2436
  <hr>
2492
2437
  <div class="refsect2">
2493
2438
  <a name="hb-font-get-glyph-v-advance-func-t"></a><h3>hb_font_get_glyph_v_advance_func_t</h3>
2494
2439
  <pre class="programlisting">typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_v_advance_func_t;
2495
2440
  </pre>
2496
- <p>
2497
- </p>
2498
2441
  </div>
2499
2442
  <hr>
2500
2443
  <div class="refsect2">
2501
2444
  <a name="hb-font-get-glyph-v-kerning-func-t"></a><h3>hb_font_get_glyph_v_kerning_func_t</h3>
2502
2445
  <pre class="programlisting">typedef hb_font_get_glyph_kerning_func_t hb_font_get_glyph_v_kerning_func_t;
2503
2446
  </pre>
2504
- <p>
2505
- </p>
2506
2447
  </div>
2507
2448
  <hr>
2508
2449
  <div class="refsect2">
2509
2450
  <a name="hb-font-get-glyph-v-origin-func-t"></a><h3>hb_font_get_glyph_v_origin_func_t</h3>
2510
2451
  <pre class="programlisting">typedef hb_font_get_glyph_origin_func_t hb_font_get_glyph_v_origin_func_t;
2511
2452
  </pre>
2512
- <p>
2513
- </p>
2514
2453
  </div>
2515
2454
  <hr>
2516
2455
  <div class="refsect2">
2517
2456
  <a name="hb-font-t"></a><h3>hb_font_t</h3>
2518
2457
  <pre class="programlisting">typedef struct hb_font_t hb_font_t;
2519
2458
  </pre>
2520
- <p>
2521
- </p>
2522
2459
  </div>
2523
2460
  </div>
2524
2461
  </div>
2525
2462
  <div class="footer">
2526
- <hr>
2527
- Generated by GTK-Doc V1.20.1</div>
2463
+ <hr>Generated by GTK-Doc V1.24.1</div>
2528
2464
  </body>
2529
2465
  </html>