pango 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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-mingw +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-unicode</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-unicode: 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-common.html" title="hb-common">
10
10
  <link rel="next" href="harfbuzz-hb-buffer.html" title="hb-buffer">
11
- <meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
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,7 +19,7 @@
19
19
  <a href="#harfbuzz-hb-unicode.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-common.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
24
  <td><a accesskey="n" href="harfbuzz-hb-buffer.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
25
  </tr></table>
@@ -326,17 +326,15 @@
326
326
  </div>
327
327
  <div class="refsect1">
328
328
  <a name="harfbuzz-hb-unicode.object-hierarchy"></a><h2>Object Hierarchy</h2>
329
- <pre class="screen"> GBoxed
329
+ <pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
330
330
  <span class="lineart">╰──</span> hb_unicode_funcs_t
331
- GEnum
331
+ <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
332
332
  <span class="lineart">├──</span> hb_unicode_combining_class_t
333
333
  <span class="lineart">╰──</span> hb_unicode_general_category_t
334
334
  </pre>
335
335
  </div>
336
336
  <div class="refsect1">
337
337
  <a name="harfbuzz-hb-unicode.description"></a><h2>Description</h2>
338
- <p>
339
- </p>
340
338
  </div>
341
339
  <div class="refsect1">
342
340
  <a name="harfbuzz-hb-unicode.functions_details"></a><h2>Functions</h2>
@@ -344,8 +342,6 @@
344
342
  <a name="HB-UNICODE-MAX-DECOMPOSITION-LEN:CAPS"></a><h3>HB_UNICODE_MAX_DECOMPOSITION_LEN</h3>
345
343
  <pre class="programlisting">#define HB_UNICODE_MAX_DECOMPOSITION_LEN (18+1) /* codepoints */
346
344
  </pre>
347
- <p>
348
- </p>
349
345
  </div>
350
346
  <hr>
351
347
  <div class="refsect2">
@@ -353,12 +349,6 @@
353
349
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class-t" title="enum hb_unicode_combining_class_t"><span class="returnvalue">hb_unicode_combining_class_t</span></a>
354
350
  hb_unicode_combining_class (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
355
351
  <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>);</pre>
356
- <p>
357
- </p>
358
- <div class="refsect3">
359
- <a name="idp19818576"></a><h4>Returns</h4>
360
- <p></p>
361
- </div>
362
352
  </div>
363
353
  <hr>
364
354
  <div class="refsect2">
@@ -367,12 +357,6 @@ hb_unicode_combining_class (<em class="parameter"><code><a class="link" href="ha
367
357
  <span class="c_punctuation">(</span>*hb_unicode_combining_class_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
368
358
  <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>,
369
359
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
370
- <p>
371
- </p>
372
- <div class="refsect3">
373
- <a name="idp19831776"></a><h4>Returns</h4>
374
- <p></p>
375
- </div>
376
360
  </div>
377
361
  <hr>
378
362
  <div class="refsect2">
@@ -383,7 +367,7 @@ hb_unicode_compose (<em class="parameter"><code><a class="link" href="harfbuzz-h
383
367
  <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> b</code></em>,
384
368
  <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> *ab</code></em>);</pre>
385
369
  <div class="refsect3">
386
- <a name="idp19845040"></a><h4>Parameters</h4>
370
+ <a name="id-1.3.2.4.8.5.4"></a><h4>Parameters</h4>
387
371
  <div class="informaltable"><table width="100%" border="0">
388
372
  <colgroup>
389
373
  <col width="150px" class="parameters_name">
@@ -405,10 +389,10 @@ hb_unicode_compose (<em class="parameter"><code><a class="link" href="harfbuzz-h
405
389
  </table></div>
406
390
  </div>
407
391
  <div class="refsect3">
408
- <a name="idp19857152"></a><h4>Returns</h4>
392
+ <a name="id-1.3.2.4.8.5.5"></a><h4>Returns</h4>
409
393
  <p></p>
410
394
  </div>
411
- <p class="since">Since 1.0</p>
395
+ <p class="since">Since 0.9.2</p>
412
396
  </div>
413
397
  <hr>
414
398
  <div class="refsect2">
@@ -419,12 +403,6 @@ hb_unicode_compose (<em class="parameter"><code><a class="link" href="harfbuzz-h
419
403
  <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> b</code></em>,
420
404
  <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> *ab</code></em>,
421
405
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
422
- <p>
423
- </p>
424
- <div class="refsect3">
425
- <a name="idp19874288"></a><h4>Returns</h4>
426
- <p></p>
427
- </div>
428
406
  </div>
429
407
  <hr>
430
408
  <div class="refsect2">
@@ -435,7 +413,7 @@ hb_unicode_decompose (<em class="parameter"><code><a class="link" href="harfbuzz
435
413
  <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> *a</code></em>,
436
414
  <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> *b</code></em>);</pre>
437
415
  <div class="refsect3">
438
- <a name="idp19887632"></a><h4>Parameters</h4>
416
+ <a name="id-1.3.2.4.8.7.4"></a><h4>Parameters</h4>
439
417
  <div class="informaltable"><table width="100%" border="0">
440
418
  <colgroup>
441
419
  <col width="150px" class="parameters_name">
@@ -462,10 +440,10 @@ hb_unicode_decompose (<em class="parameter"><code><a class="link" href="harfbuzz
462
440
  </table></div>
463
441
  </div>
464
442
  <div class="refsect3">
465
- <a name="idp19903456"></a><h4>Returns</h4>
443
+ <a name="id-1.3.2.4.8.7.5"></a><h4>Returns</h4>
466
444
  <p></p>
467
445
  </div>
468
- <p class="since">Since 1.0</p>
446
+ <p class="since">Since 0.9.2</p>
469
447
  </div>
470
448
  <hr>
471
449
  <div class="refsect2">
@@ -475,7 +453,7 @@ hb_unicode_decompose_compatibility (<em class="parameter"><code><a class="link"
475
453
  <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> u</code></em>,
476
454
  <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> *decomposed</code></em>);</pre>
477
455
  <div class="refsect3">
478
- <a name="idp19916016"></a><h4>Parameters</h4>
456
+ <a name="id-1.3.2.4.8.8.4"></a><h4>Parameters</h4>
479
457
  <div class="informaltable"><table width="100%" border="0">
480
458
  <colgroup>
481
459
  <col width="150px" class="parameters_name">
@@ -497,10 +475,10 @@ hb_unicode_decompose_compatibility (<em class="parameter"><code><a class="link"
497
475
  </table></div>
498
476
  </div>
499
477
  <div class="refsect3">
500
- <a name="idp19928128"></a><h4>Returns</h4>
478
+ <a name="id-1.3.2.4.8.8.5"></a><h4>Returns</h4>
501
479
  <p></p>
502
480
  </div>
503
- <p class="since">Since 1.0</p>
481
+ <p class="since">Since 0.9.2</p>
504
482
  </div>
505
483
  <hr>
506
484
  <div class="refsect2">
@@ -511,12 +489,6 @@ hb_unicode_decompose_compatibility (<em class="parameter"><code><a class="link"
511
489
  <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> *a</code></em>,
512
490
  <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> *b</code></em>,
513
491
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
514
- <p>
515
- </p>
516
- <div class="refsect3">
517
- <a name="idp19945264"></a><h4>Returns</h4>
518
- <p></p>
519
- </div>
520
492
  </div>
521
493
  <hr>
522
494
  <div class="refsect2">
@@ -524,24 +496,12 @@ hb_unicode_decompose_compatibility (<em class="parameter"><code><a class="link"
524
496
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
525
497
  hb_unicode_eastasian_width (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
526
498
  <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>);</pre>
527
- <p>
528
- </p>
529
- <div class="refsect3">
530
- <a name="idp19955504"></a><h4>Returns</h4>
531
- <p></p>
532
- </div>
533
499
  </div>
534
500
  <hr>
535
501
  <div class="refsect2">
536
502
  <a name="hb-unicode-funcs-create"></a><h3>hb_unicode_funcs_create ()</h3>
537
503
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
538
504
  hb_unicode_funcs_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *parent</code></em>);</pre>
539
- <p>
540
- </p>
541
- <div class="refsect3">
542
- <a name="idp19963936"></a><h4>Returns</h4>
543
- <p></p>
544
- </div>
545
505
  </div>
546
506
  <hr>
547
507
  <div class="refsect2">
@@ -549,7 +509,7 @@ hb_unicode_funcs_create (<em class="parameter"><code><a class="link" href="harfb
549
509
  <pre class="programlisting"><span class="returnvalue">void</span>
550
510
  hb_unicode_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
551
511
  <div class="refsect3">
552
- <a name="idp19972448"></a><h4>Parameters</h4>
512
+ <a name="id-1.3.2.4.8.12.4"></a><h4>Parameters</h4>
553
513
  <div class="informaltable"><table width="100%" border="0">
554
514
  <colgroup>
555
515
  <col width="150px" class="parameters_name">
@@ -570,12 +530,6 @@ hb_unicode_funcs_destroy (<em class="parameter"><code><a class="link" href="harf
570
530
  <a name="hb-unicode-funcs-get-default"></a><h3>hb_unicode_funcs_get_default ()</h3>
571
531
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
572
532
  hb_unicode_funcs_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
573
- <p>
574
- </p>
575
- <div class="refsect3">
576
- <a name="idp19987856"></a><h4>Returns</h4>
577
- <p></p>
578
- </div>
579
533
  </div>
580
534
  <hr>
581
535
  <div class="refsect2">
@@ -583,7 +537,7 @@ hb_unicode_funcs_get_default (<em class="parameter"><code><span class="type">voi
583
537
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
584
538
  hb_unicode_funcs_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
585
539
  <div class="refsect3">
586
- <a name="idp19995760"></a><h4>Returns</h4>
540
+ <a name="id-1.3.2.4.8.14.4"></a><h4>Returns</h4>
587
541
  <p>. </p>
588
542
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
589
543
  </div>
@@ -595,7 +549,7 @@ hb_unicode_funcs_get_empty (<em class="parameter"><code><span class="type">void<
595
549
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
596
550
  hb_unicode_funcs_get_parent (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
597
551
  <div class="refsect3">
598
- <a name="idp20006480"></a><h4>Parameters</h4>
552
+ <a name="id-1.3.2.4.8.15.4"></a><h4>Parameters</h4>
599
553
  <div class="informaltable"><table width="100%" border="0">
600
554
  <colgroup>
601
555
  <col width="150px" class="parameters_name">
@@ -610,7 +564,7 @@ hb_unicode_funcs_get_parent (<em class="parameter"><code><a class="link" href="h
610
564
  </table></div>
611
565
  </div>
612
566
  <div class="refsect3">
613
- <a name="idp20014880"></a><h4>Returns</h4>
567
+ <a name="id-1.3.2.4.8.15.5"></a><h4>Returns</h4>
614
568
  <p></p>
615
569
  </div>
616
570
  <p class="since">Since 1.0</p>
@@ -622,7 +576,7 @@ hb_unicode_funcs_get_parent (<em class="parameter"><code><a class="link" href="h
622
576
  hb_unicode_funcs_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
623
577
  <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>
624
578
  <div class="refsect3">
625
- <a name="idp20025632"></a><h4>Parameters</h4>
579
+ <a name="id-1.3.2.4.8.16.4"></a><h4>Parameters</h4>
626
580
  <div class="informaltable"><table width="100%" border="0">
627
581
  <colgroup>
628
582
  <col width="150px" class="parameters_name">
@@ -637,7 +591,7 @@ hb_unicode_funcs_get_user_data (<em class="parameter"><code><a class="link" href
637
591
  </table></div>
638
592
  </div>
639
593
  <div class="refsect3">
640
- <a name="idp20034032"></a><h4>Returns</h4>
594
+ <a name="id-1.3.2.4.8.16.5"></a><h4>Returns</h4>
641
595
  <p>. </p>
642
596
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
643
597
  </div>
@@ -649,7 +603,7 @@ hb_unicode_funcs_get_user_data (<em class="parameter"><code><a class="link" href
649
603
  <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>
650
604
  hb_unicode_funcs_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
651
605
  <div class="refsect3">
652
- <a name="idp21543488"></a><h4>Parameters</h4>
606
+ <a name="id-1.3.2.4.8.17.4"></a><h4>Parameters</h4>
653
607
  <div class="informaltable"><table width="100%" border="0">
654
608
  <colgroup>
655
609
  <col width="150px" class="parameters_name">
@@ -664,7 +618,7 @@ hb_unicode_funcs_is_immutable (<em class="parameter"><code><a class="link" href=
664
618
  </table></div>
665
619
  </div>
666
620
  <div class="refsect3">
667
- <a name="idp21550992"></a><h4>Returns</h4>
621
+ <a name="id-1.3.2.4.8.17.5"></a><h4>Returns</h4>
668
622
  <p></p>
669
623
  </div>
670
624
  <p class="since">Since 1.0</p>
@@ -675,7 +629,7 @@ hb_unicode_funcs_is_immutable (<em class="parameter"><code><a class="link" href=
675
629
  <pre class="programlisting"><span class="returnvalue">void</span>
676
630
  hb_unicode_funcs_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
677
631
  <div class="refsect3">
678
- <a name="idp21558784"></a><h4>Parameters</h4>
632
+ <a name="id-1.3.2.4.8.18.4"></a><h4>Parameters</h4>
679
633
  <div class="informaltable"><table width="100%" border="0">
680
634
  <colgroup>
681
635
  <col width="150px" class="parameters_name">
@@ -697,7 +651,7 @@ hb_unicode_funcs_make_immutable (<em class="parameter"><code><a class="link" hre
697
651
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
698
652
  hb_unicode_funcs_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
699
653
  <div class="refsect3">
700
- <a name="idp21572816"></a><h4>Parameters</h4>
654
+ <a name="id-1.3.2.4.8.19.4"></a><h4>Parameters</h4>
701
655
  <div class="informaltable"><table width="100%" border="0">
702
656
  <colgroup>
703
657
  <col width="150px" class="parameters_name">
@@ -712,7 +666,7 @@ hb_unicode_funcs_reference (<em class="parameter"><code><a class="link" href="ha
712
666
  </table></div>
713
667
  </div>
714
668
  <div class="refsect3">
715
- <a name="idp21580320"></a><h4>Returns</h4>
669
+ <a name="id-1.3.2.4.8.19.5"></a><h4>Returns</h4>
716
670
  <p>. </p>
717
671
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
718
672
  </div>
@@ -728,18 +682,25 @@ hb_unicode_funcs_set_combining_class_func
728
682
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
729
683
  <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>
730
684
  <div class="refsect3">
731
- <a name="idp21593648"></a><h4>Parameters</h4>
685
+ <a name="id-1.3.2.4.8.20.4"></a><h4>Parameters</h4>
732
686
  <div class="informaltable"><table width="100%" border="0">
733
687
  <colgroup>
734
688
  <col width="150px" class="parameters_name">
735
689
  <col class="parameters_description">
736
690
  <col width="200px" class="parameters_annotations">
737
691
  </colgroup>
738
- <tbody><tr>
692
+ <tbody>
693
+ <tr>
739
694
  <td class="parameter_name"><p>ufuncs</p></td>
740
695
  <td class="parameter_description"><p>a Unicode function structure</p></td>
741
696
  <td class="parameter_annotations"> </td>
742
- </tr></tbody>
697
+ </tr>
698
+ <tr>
699
+ <td class="parameter_name"><p>func</p></td>
700
+ <td class="parameter_description"><p>. </p></td>
701
+ <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>
702
+ </tr>
703
+ </tbody>
743
704
  </table></div>
744
705
  </div>
745
706
  <p class="since">Since 1.0</p>
@@ -753,21 +714,28 @@ hb_unicode_funcs_set_compose_func (<em class="parameter"><code><a class="link" h
753
714
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
754
715
  <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>
755
716
  <div class="refsect3">
756
- <a name="idp21611808"></a><h4>Parameters</h4>
717
+ <a name="id-1.3.2.4.8.21.4"></a><h4>Parameters</h4>
757
718
  <div class="informaltable"><table width="100%" border="0">
758
719
  <colgroup>
759
720
  <col width="150px" class="parameters_name">
760
721
  <col class="parameters_description">
761
722
  <col width="200px" class="parameters_annotations">
762
723
  </colgroup>
763
- <tbody><tr>
724
+ <tbody>
725
+ <tr>
764
726
  <td class="parameter_name"><p>ufuncs</p></td>
765
727
  <td class="parameter_description"><p>a Unicode function structure</p></td>
766
728
  <td class="parameter_annotations"> </td>
767
- </tr></tbody>
729
+ </tr>
730
+ <tr>
731
+ <td class="parameter_name"><p>func</p></td>
732
+ <td class="parameter_description"><p>. </p></td>
733
+ <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>
734
+ </tr>
735
+ </tbody>
768
736
  </table></div>
769
737
  </div>
770
- <p class="since">Since 1.0</p>
738
+ <p class="since">Since 0.9.2</p>
771
739
  </div>
772
740
  <hr>
773
741
  <div class="refsect2">
@@ -779,21 +747,28 @@ hb_unicode_funcs_set_decompose_compatibility_func
779
747
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
780
748
  <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>
781
749
  <div class="refsect3">
782
- <a name="idp21629968"></a><h4>Parameters</h4>
750
+ <a name="id-1.3.2.4.8.22.4"></a><h4>Parameters</h4>
783
751
  <div class="informaltable"><table width="100%" border="0">
784
752
  <colgroup>
785
753
  <col width="150px" class="parameters_name">
786
754
  <col class="parameters_description">
787
755
  <col width="200px" class="parameters_annotations">
788
756
  </colgroup>
789
- <tbody><tr>
757
+ <tbody>
758
+ <tr>
790
759
  <td class="parameter_name"><p>ufuncs</p></td>
791
760
  <td class="parameter_description"><p>a Unicode function structure</p></td>
792
761
  <td class="parameter_annotations"> </td>
793
- </tr></tbody>
762
+ </tr>
763
+ <tr>
764
+ <td class="parameter_name"><p>func</p></td>
765
+ <td class="parameter_description"><p>. </p></td>
766
+ <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>
767
+ </tr>
768
+ </tbody>
794
769
  </table></div>
795
770
  </div>
796
- <p class="since">Since 1.0</p>
771
+ <p class="since">Since 0.9.2</p>
797
772
  </div>
798
773
  <hr>
799
774
  <div class="refsect2">
@@ -804,21 +779,28 @@ hb_unicode_funcs_set_decompose_func (<em class="parameter"><code><a class="link"
804
779
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
805
780
  <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>
806
781
  <div class="refsect3">
807
- <a name="idp21648128"></a><h4>Parameters</h4>
782
+ <a name="id-1.3.2.4.8.23.4"></a><h4>Parameters</h4>
808
783
  <div class="informaltable"><table width="100%" border="0">
809
784
  <colgroup>
810
785
  <col width="150px" class="parameters_name">
811
786
  <col class="parameters_description">
812
787
  <col width="200px" class="parameters_annotations">
813
788
  </colgroup>
814
- <tbody><tr>
789
+ <tbody>
790
+ <tr>
815
791
  <td class="parameter_name"><p>ufuncs</p></td>
816
792
  <td class="parameter_description"><p>a Unicode function structure</p></td>
817
793
  <td class="parameter_annotations"> </td>
818
- </tr></tbody>
794
+ </tr>
795
+ <tr>
796
+ <td class="parameter_name"><p>func</p></td>
797
+ <td class="parameter_description"><p>. </p></td>
798
+ <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>
799
+ </tr>
800
+ </tbody>
819
801
  </table></div>
820
802
  </div>
821
- <p class="since">Since 1.0</p>
803
+ <p class="since">Since 0.9.2</p>
822
804
  </div>
823
805
  <hr>
824
806
  <div class="refsect2">
@@ -830,18 +812,25 @@ hb_unicode_funcs_set_eastasian_width_func
830
812
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
831
813
  <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>
832
814
  <div class="refsect3">
833
- <a name="idp21666288"></a><h4>Parameters</h4>
815
+ <a name="id-1.3.2.4.8.24.4"></a><h4>Parameters</h4>
834
816
  <div class="informaltable"><table width="100%" border="0">
835
817
  <colgroup>
836
818
  <col width="150px" class="parameters_name">
837
819
  <col class="parameters_description">
838
820
  <col width="200px" class="parameters_annotations">
839
821
  </colgroup>
840
- <tbody><tr>
822
+ <tbody>
823
+ <tr>
841
824
  <td class="parameter_name"><p>ufuncs</p></td>
842
825
  <td class="parameter_description"><p>a Unicode function structure</p></td>
843
826
  <td class="parameter_annotations"> </td>
844
- </tr></tbody>
827
+ </tr>
828
+ <tr>
829
+ <td class="parameter_name"><p>func</p></td>
830
+ <td class="parameter_description"><p>. </p></td>
831
+ <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>
832
+ </tr>
833
+ </tbody>
845
834
  </table></div>
846
835
  </div>
847
836
  <p class="since">Since 1.0</p>
@@ -856,18 +845,25 @@ hb_unicode_funcs_set_general_category_func
856
845
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
857
846
  <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>
858
847
  <div class="refsect3">
859
- <a name="idp21684448"></a><h4>Parameters</h4>
848
+ <a name="id-1.3.2.4.8.25.4"></a><h4>Parameters</h4>
860
849
  <div class="informaltable"><table width="100%" border="0">
861
850
  <colgroup>
862
851
  <col width="150px" class="parameters_name">
863
852
  <col class="parameters_description">
864
853
  <col width="200px" class="parameters_annotations">
865
854
  </colgroup>
866
- <tbody><tr>
855
+ <tbody>
856
+ <tr>
867
857
  <td class="parameter_name"><p>ufuncs</p></td>
868
858
  <td class="parameter_description"><p>a Unicode function structure</p></td>
869
859
  <td class="parameter_annotations"> </td>
870
- </tr></tbody>
860
+ </tr>
861
+ <tr>
862
+ <td class="parameter_name"><p>func</p></td>
863
+ <td class="parameter_description"><p>. </p></td>
864
+ <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>
865
+ </tr>
866
+ </tbody>
871
867
  </table></div>
872
868
  </div>
873
869
  <p class="since">Since 1.0</p>
@@ -881,18 +877,25 @@ hb_unicode_funcs_set_mirroring_func (<em class="parameter"><code><a class="link"
881
877
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
882
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>
883
879
  <div class="refsect3">
884
- <a name="idp21702608"></a><h4>Parameters</h4>
880
+ <a name="id-1.3.2.4.8.26.4"></a><h4>Parameters</h4>
885
881
  <div class="informaltable"><table width="100%" border="0">
886
882
  <colgroup>
887
883
  <col width="150px" class="parameters_name">
888
884
  <col class="parameters_description">
889
885
  <col width="200px" class="parameters_annotations">
890
886
  </colgroup>
891
- <tbody><tr>
887
+ <tbody>
888
+ <tr>
892
889
  <td class="parameter_name"><p>ufuncs</p></td>
893
890
  <td class="parameter_description"><p>a Unicode function structure</p></td>
894
891
  <td class="parameter_annotations"> </td>
895
- </tr></tbody>
892
+ </tr>
893
+ <tr>
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>
897
+ </tr>
898
+ </tbody>
896
899
  </table></div>
897
900
  </div>
898
901
  <p class="since">Since 1.0</p>
@@ -906,18 +909,25 @@ hb_unicode_funcs_set_script_func (<em class="parameter"><code><a class="link" hr
906
909
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
907
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>
908
911
  <div class="refsect3">
909
- <a name="idp21720768"></a><h4>Parameters</h4>
912
+ <a name="id-1.3.2.4.8.27.4"></a><h4>Parameters</h4>
910
913
  <div class="informaltable"><table width="100%" border="0">
911
914
  <colgroup>
912
915
  <col width="150px" class="parameters_name">
913
916
  <col class="parameters_description">
914
917
  <col width="200px" class="parameters_annotations">
915
918
  </colgroup>
916
- <tbody><tr>
919
+ <tbody>
920
+ <tr>
917
921
  <td class="parameter_name"><p>ufuncs</p></td>
918
922
  <td class="parameter_description"><p>a Unicode function structure</p></td>
919
923
  <td class="parameter_annotations"> </td>
920
- </tr></tbody>
924
+ </tr>
925
+ <tr>
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>
929
+ </tr>
930
+ </tbody>
921
931
  </table></div>
922
932
  </div>
923
933
  <p class="since">Since 1.0</p>
@@ -932,7 +942,7 @@ hb_unicode_funcs_set_user_data (<em class="parameter"><code><a class="link" href
932
942
  <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>,
933
943
  <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>
934
944
  <div class="refsect3">
935
- <a name="idp21740304"></a><h4>Parameters</h4>
945
+ <a name="id-1.3.2.4.8.28.4"></a><h4>Parameters</h4>
936
946
  <div class="informaltable"><table width="100%" border="0">
937
947
  <colgroup>
938
948
  <col width="150px" class="parameters_name">
@@ -947,7 +957,7 @@ hb_unicode_funcs_set_user_data (<em class="parameter"><code><a class="link" href
947
957
  </table></div>
948
958
  </div>
949
959
  <div class="refsect3">
950
- <a name="idp21747808"></a><h4>Returns</h4>
960
+ <a name="id-1.3.2.4.8.28.5"></a><h4>Returns</h4>
951
961
  <p></p>
952
962
  </div>
953
963
  <p class="since">Since 1.0</p>
@@ -958,12 +968,6 @@ hb_unicode_funcs_set_user_data (<em class="parameter"><code><a class="link" href
958
968
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category-t" title="enum hb_unicode_general_category_t"><span class="returnvalue">hb_unicode_general_category_t</span></a>
959
969
  hb_unicode_general_category (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
960
970
  <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>);</pre>
961
- <p>
962
- </p>
963
- <div class="refsect3">
964
- <a name="idp21756896"></a><h4>Returns</h4>
965
- <p></p>
966
- </div>
967
971
  </div>
968
972
  <hr>
969
973
  <div class="refsect2">
@@ -972,12 +976,6 @@ hb_unicode_general_category (<em class="parameter"><code><a class="link" href="h
972
976
  <span class="c_punctuation">(</span>*hb_unicode_general_category_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
973
977
  <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>,
974
978
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
975
- <p>
976
- </p>
977
- <div class="refsect3">
978
- <a name="idp21768192"></a><h4>Returns</h4>
979
- <p></p>
980
- </div>
981
979
  </div>
982
980
  <hr>
983
981
  <div class="refsect2">
@@ -985,12 +983,6 @@ hb_unicode_general_category (<em class="parameter"><code><a class="link" href="h
985
983
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="returnvalue">hb_codepoint_t</span></a>
986
984
  hb_unicode_mirroring (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
987
985
  <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>);</pre>
988
- <p>
989
- </p>
990
- <div class="refsect3">
991
- <a name="idp21777952"></a><h4>Returns</h4>
992
- <p></p>
993
- </div>
994
986
  </div>
995
987
  <hr>
996
988
  <div class="refsect2">
@@ -999,12 +991,6 @@ hb_unicode_mirroring (<em class="parameter"><code><a class="link" href="harfbuzz
999
991
  <span class="c_punctuation">(</span>*hb_unicode_mirroring_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
1000
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>,
1001
993
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1002
- <p>
1003
- </p>
1004
- <div class="refsect3">
1005
- <a name="idp21791664"></a><h4>Returns</h4>
1006
- <p></p>
1007
- </div>
1008
994
  </div>
1009
995
  <hr>
1010
996
  <div class="refsect2">
@@ -1012,12 +998,6 @@ hb_unicode_mirroring (<em class="parameter"><code><a class="link" href="harfbuzz
1012
998
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
1013
999
  hb_unicode_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
1014
1000
  <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>);</pre>
1015
- <p>
1016
- </p>
1017
- <div class="refsect3">
1018
- <a name="idp21801936"></a><h4>Returns</h4>
1019
- <p></p>
1020
- </div>
1021
1001
  </div>
1022
1002
  <hr>
1023
1003
  <div class="refsect2">
@@ -1026,22 +1006,14 @@ hb_unicode_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb
1026
1006
  <span class="c_punctuation">(</span>*hb_unicode_script_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
1027
1007
  <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>,
1028
1008
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
1029
- <p>
1030
- </p>
1031
- <div class="refsect3">
1032
- <a name="idp21815648"></a><h4>Returns</h4>
1033
- <p></p>
1034
- </div>
1035
1009
  </div>
1036
1010
  </div>
1037
1011
  <div class="refsect1">
1038
1012
  <a name="harfbuzz-hb-unicode.other_details"></a><h2>Types and Values</h2>
1039
1013
  <div class="refsect2">
1040
1014
  <a name="hb-unicode-combining-class-t"></a><h3>enum hb_unicode_combining_class_t</h3>
1041
- <p>
1042
- </p>
1043
1015
  <div class="refsect3">
1044
- <a name="idp21822720"></a><h4>Members</h4>
1016
+ <a name="id-1.3.2.4.9.2.3"></a><h4>Members</h4>
1045
1017
  <div class="informaltable"><table width="100%" border="0">
1046
1018
  <colgroup>
1047
1019
  <col width="300px" class="enum_members_name">
@@ -1051,288 +1023,288 @@ hb_unicode_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb
1051
1023
  <tbody>
1052
1024
  <tr>
1053
1025
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-NOT-REORDERED:CAPS"></a>HB_UNICODE_COMBINING_CLASS_NOT_REORDERED</p></td>
1054
- <td class="enum_member_description"> </td>
1055
- <td class="enum_member_annotations"> </td>
1026
+ <td> </td>
1027
+ <td> </td>
1056
1028
  </tr>
1057
1029
  <tr>
1058
1030
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-OVERLAY:CAPS"></a>HB_UNICODE_COMBINING_CLASS_OVERLAY</p></td>
1059
- <td class="enum_member_description"> </td>
1060
- <td class="enum_member_annotations"> </td>
1031
+ <td> </td>
1032
+ <td> </td>
1061
1033
  </tr>
1062
1034
  <tr>
1063
1035
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-NUKTA:CAPS"></a>HB_UNICODE_COMBINING_CLASS_NUKTA</p></td>
1064
- <td class="enum_member_description"> </td>
1065
- <td class="enum_member_annotations"> </td>
1036
+ <td> </td>
1037
+ <td> </td>
1066
1038
  </tr>
1067
1039
  <tr>
1068
1040
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-KANA-VOICING:CAPS"></a>HB_UNICODE_COMBINING_CLASS_KANA_VOICING</p></td>
1069
- <td class="enum_member_description"> </td>
1070
- <td class="enum_member_annotations"> </td>
1041
+ <td> </td>
1042
+ <td> </td>
1071
1043
  </tr>
1072
1044
  <tr>
1073
1045
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-VIRAMA:CAPS"></a>HB_UNICODE_COMBINING_CLASS_VIRAMA</p></td>
1074
- <td class="enum_member_description"> </td>
1075
- <td class="enum_member_annotations"> </td>
1046
+ <td> </td>
1047
+ <td> </td>
1076
1048
  </tr>
1077
1049
  <tr>
1078
1050
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC10:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC10</p></td>
1079
- <td class="enum_member_description"> </td>
1080
- <td class="enum_member_annotations"> </td>
1051
+ <td> </td>
1052
+ <td> </td>
1081
1053
  </tr>
1082
1054
  <tr>
1083
1055
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC11:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC11</p></td>
1084
- <td class="enum_member_description"> </td>
1085
- <td class="enum_member_annotations"> </td>
1056
+ <td> </td>
1057
+ <td> </td>
1086
1058
  </tr>
1087
1059
  <tr>
1088
1060
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC12:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC12</p></td>
1089
- <td class="enum_member_description"> </td>
1090
- <td class="enum_member_annotations"> </td>
1061
+ <td> </td>
1062
+ <td> </td>
1091
1063
  </tr>
1092
1064
  <tr>
1093
1065
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC13:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC13</p></td>
1094
- <td class="enum_member_description"> </td>
1095
- <td class="enum_member_annotations"> </td>
1066
+ <td> </td>
1067
+ <td> </td>
1096
1068
  </tr>
1097
1069
  <tr>
1098
1070
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC14:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC14</p></td>
1099
- <td class="enum_member_description"> </td>
1100
- <td class="enum_member_annotations"> </td>
1071
+ <td> </td>
1072
+ <td> </td>
1101
1073
  </tr>
1102
1074
  <tr>
1103
1075
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC15:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC15</p></td>
1104
- <td class="enum_member_description"> </td>
1105
- <td class="enum_member_annotations"> </td>
1076
+ <td> </td>
1077
+ <td> </td>
1106
1078
  </tr>
1107
1079
  <tr>
1108
1080
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC16:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC16</p></td>
1109
- <td class="enum_member_description"> </td>
1110
- <td class="enum_member_annotations"> </td>
1081
+ <td> </td>
1082
+ <td> </td>
1111
1083
  </tr>
1112
1084
  <tr>
1113
1085
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC17:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC17</p></td>
1114
- <td class="enum_member_description"> </td>
1115
- <td class="enum_member_annotations"> </td>
1086
+ <td> </td>
1087
+ <td> </td>
1116
1088
  </tr>
1117
1089
  <tr>
1118
1090
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC18:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC18</p></td>
1119
- <td class="enum_member_description"> </td>
1120
- <td class="enum_member_annotations"> </td>
1091
+ <td> </td>
1092
+ <td> </td>
1121
1093
  </tr>
1122
1094
  <tr>
1123
1095
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC19:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC19</p></td>
1124
- <td class="enum_member_description"> </td>
1125
- <td class="enum_member_annotations"> </td>
1096
+ <td> </td>
1097
+ <td> </td>
1126
1098
  </tr>
1127
1099
  <tr>
1128
1100
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC20:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC20</p></td>
1129
- <td class="enum_member_description"> </td>
1130
- <td class="enum_member_annotations"> </td>
1101
+ <td> </td>
1102
+ <td> </td>
1131
1103
  </tr>
1132
1104
  <tr>
1133
1105
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC21:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC21</p></td>
1134
- <td class="enum_member_description"> </td>
1135
- <td class="enum_member_annotations"> </td>
1106
+ <td> </td>
1107
+ <td> </td>
1136
1108
  </tr>
1137
1109
  <tr>
1138
1110
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC22:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC22</p></td>
1139
- <td class="enum_member_description"> </td>
1140
- <td class="enum_member_annotations"> </td>
1111
+ <td> </td>
1112
+ <td> </td>
1141
1113
  </tr>
1142
1114
  <tr>
1143
1115
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC23:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC23</p></td>
1144
- <td class="enum_member_description"> </td>
1145
- <td class="enum_member_annotations"> </td>
1116
+ <td> </td>
1117
+ <td> </td>
1146
1118
  </tr>
1147
1119
  <tr>
1148
1120
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC24:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC24</p></td>
1149
- <td class="enum_member_description"> </td>
1150
- <td class="enum_member_annotations"> </td>
1121
+ <td> </td>
1122
+ <td> </td>
1151
1123
  </tr>
1152
1124
  <tr>
1153
1125
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC25:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC25</p></td>
1154
- <td class="enum_member_description"> </td>
1155
- <td class="enum_member_annotations"> </td>
1126
+ <td> </td>
1127
+ <td> </td>
1156
1128
  </tr>
1157
1129
  <tr>
1158
1130
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC26:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC26</p></td>
1159
- <td class="enum_member_description"> </td>
1160
- <td class="enum_member_annotations"> </td>
1131
+ <td> </td>
1132
+ <td> </td>
1161
1133
  </tr>
1162
1134
  <tr>
1163
1135
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC27:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC27</p></td>
1164
- <td class="enum_member_description"> </td>
1165
- <td class="enum_member_annotations"> </td>
1136
+ <td> </td>
1137
+ <td> </td>
1166
1138
  </tr>
1167
1139
  <tr>
1168
1140
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC28:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC28</p></td>
1169
- <td class="enum_member_description"> </td>
1170
- <td class="enum_member_annotations"> </td>
1141
+ <td> </td>
1142
+ <td> </td>
1171
1143
  </tr>
1172
1144
  <tr>
1173
1145
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC29:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC29</p></td>
1174
- <td class="enum_member_description"> </td>
1175
- <td class="enum_member_annotations"> </td>
1146
+ <td> </td>
1147
+ <td> </td>
1176
1148
  </tr>
1177
1149
  <tr>
1178
1150
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC30:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC30</p></td>
1179
- <td class="enum_member_description"> </td>
1180
- <td class="enum_member_annotations"> </td>
1151
+ <td> </td>
1152
+ <td> </td>
1181
1153
  </tr>
1182
1154
  <tr>
1183
1155
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC31:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC31</p></td>
1184
- <td class="enum_member_description"> </td>
1185
- <td class="enum_member_annotations"> </td>
1156
+ <td> </td>
1157
+ <td> </td>
1186
1158
  </tr>
1187
1159
  <tr>
1188
1160
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC32:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC32</p></td>
1189
- <td class="enum_member_description"> </td>
1190
- <td class="enum_member_annotations"> </td>
1161
+ <td> </td>
1162
+ <td> </td>
1191
1163
  </tr>
1192
1164
  <tr>
1193
1165
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC33:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC33</p></td>
1194
- <td class="enum_member_description"> </td>
1195
- <td class="enum_member_annotations"> </td>
1166
+ <td> </td>
1167
+ <td> </td>
1196
1168
  </tr>
1197
1169
  <tr>
1198
1170
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC34:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC34</p></td>
1199
- <td class="enum_member_description"> </td>
1200
- <td class="enum_member_annotations"> </td>
1171
+ <td> </td>
1172
+ <td> </td>
1201
1173
  </tr>
1202
1174
  <tr>
1203
1175
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC35:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC35</p></td>
1204
- <td class="enum_member_description"> </td>
1205
- <td class="enum_member_annotations"> </td>
1176
+ <td> </td>
1177
+ <td> </td>
1206
1178
  </tr>
1207
1179
  <tr>
1208
1180
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC36:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC36</p></td>
1209
- <td class="enum_member_description"> </td>
1210
- <td class="enum_member_annotations"> </td>
1181
+ <td> </td>
1182
+ <td> </td>
1211
1183
  </tr>
1212
1184
  <tr>
1213
1185
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC84:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC84</p></td>
1214
- <td class="enum_member_description"> </td>
1215
- <td class="enum_member_annotations"> </td>
1186
+ <td> </td>
1187
+ <td> </td>
1216
1188
  </tr>
1217
1189
  <tr>
1218
1190
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC91:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC91</p></td>
1219
- <td class="enum_member_description"> </td>
1220
- <td class="enum_member_annotations"> </td>
1191
+ <td> </td>
1192
+ <td> </td>
1221
1193
  </tr>
1222
1194
  <tr>
1223
1195
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC103:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC103</p></td>
1224
- <td class="enum_member_description"> </td>
1225
- <td class="enum_member_annotations"> </td>
1196
+ <td> </td>
1197
+ <td> </td>
1226
1198
  </tr>
1227
1199
  <tr>
1228
1200
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC107:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC107</p></td>
1229
- <td class="enum_member_description"> </td>
1230
- <td class="enum_member_annotations"> </td>
1201
+ <td> </td>
1202
+ <td> </td>
1231
1203
  </tr>
1232
1204
  <tr>
1233
1205
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC118:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC118</p></td>
1234
- <td class="enum_member_description"> </td>
1235
- <td class="enum_member_annotations"> </td>
1206
+ <td> </td>
1207
+ <td> </td>
1236
1208
  </tr>
1237
1209
  <tr>
1238
1210
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC122:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC122</p></td>
1239
- <td class="enum_member_description"> </td>
1240
- <td class="enum_member_annotations"> </td>
1211
+ <td> </td>
1212
+ <td> </td>
1241
1213
  </tr>
1242
1214
  <tr>
1243
1215
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC129:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC129</p></td>
1244
- <td class="enum_member_description"> </td>
1245
- <td class="enum_member_annotations"> </td>
1216
+ <td> </td>
1217
+ <td> </td>
1246
1218
  </tr>
1247
1219
  <tr>
1248
1220
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC130:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC130</p></td>
1249
- <td class="enum_member_description"> </td>
1250
- <td class="enum_member_annotations"> </td>
1221
+ <td> </td>
1222
+ <td> </td>
1251
1223
  </tr>
1252
1224
  <tr>
1253
1225
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-CCC133:CAPS"></a>HB_UNICODE_COMBINING_CLASS_CCC133</p></td>
1254
- <td class="enum_member_description"> </td>
1255
- <td class="enum_member_annotations"> </td>
1226
+ <td> </td>
1227
+ <td> </td>
1256
1228
  </tr>
1257
1229
  <tr>
1258
1230
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-ATTACHED-BELOW-LEFT:CAPS"></a>HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW_LEFT</p></td>
1259
- <td class="enum_member_description"> </td>
1260
- <td class="enum_member_annotations"> </td>
1231
+ <td> </td>
1232
+ <td> </td>
1261
1233
  </tr>
1262
1234
  <tr>
1263
1235
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-ATTACHED-BELOW:CAPS"></a>HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW</p></td>
1264
- <td class="enum_member_description"> </td>
1265
- <td class="enum_member_annotations"> </td>
1236
+ <td> </td>
1237
+ <td> </td>
1266
1238
  </tr>
1267
1239
  <tr>
1268
1240
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-ATTACHED-ABOVE:CAPS"></a>HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE</p></td>
1269
- <td class="enum_member_description"> </td>
1270
- <td class="enum_member_annotations"> </td>
1241
+ <td> </td>
1242
+ <td> </td>
1271
1243
  </tr>
1272
1244
  <tr>
1273
1245
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-ATTACHED-ABOVE-RIGHT:CAPS"></a>HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE_RIGHT</p></td>
1274
- <td class="enum_member_description"> </td>
1275
- <td class="enum_member_annotations"> </td>
1246
+ <td> </td>
1247
+ <td> </td>
1276
1248
  </tr>
1277
1249
  <tr>
1278
1250
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-BELOW-LEFT:CAPS"></a>HB_UNICODE_COMBINING_CLASS_BELOW_LEFT</p></td>
1279
- <td class="enum_member_description"> </td>
1280
- <td class="enum_member_annotations"> </td>
1251
+ <td> </td>
1252
+ <td> </td>
1281
1253
  </tr>
1282
1254
  <tr>
1283
1255
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-BELOW:CAPS"></a>HB_UNICODE_COMBINING_CLASS_BELOW</p></td>
1284
- <td class="enum_member_description"> </td>
1285
- <td class="enum_member_annotations"> </td>
1256
+ <td> </td>
1257
+ <td> </td>
1286
1258
  </tr>
1287
1259
  <tr>
1288
1260
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-BELOW-RIGHT:CAPS"></a>HB_UNICODE_COMBINING_CLASS_BELOW_RIGHT</p></td>
1289
- <td class="enum_member_description"> </td>
1290
- <td class="enum_member_annotations"> </td>
1261
+ <td> </td>
1262
+ <td> </td>
1291
1263
  </tr>
1292
1264
  <tr>
1293
1265
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-LEFT:CAPS"></a>HB_UNICODE_COMBINING_CLASS_LEFT</p></td>
1294
- <td class="enum_member_description"> </td>
1295
- <td class="enum_member_annotations"> </td>
1266
+ <td> </td>
1267
+ <td> </td>
1296
1268
  </tr>
1297
1269
  <tr>
1298
1270
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-RIGHT:CAPS"></a>HB_UNICODE_COMBINING_CLASS_RIGHT</p></td>
1299
- <td class="enum_member_description"> </td>
1300
- <td class="enum_member_annotations"> </td>
1271
+ <td> </td>
1272
+ <td> </td>
1301
1273
  </tr>
1302
1274
  <tr>
1303
1275
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-ABOVE-LEFT:CAPS"></a>HB_UNICODE_COMBINING_CLASS_ABOVE_LEFT</p></td>
1304
- <td class="enum_member_description"> </td>
1305
- <td class="enum_member_annotations"> </td>
1276
+ <td> </td>
1277
+ <td> </td>
1306
1278
  </tr>
1307
1279
  <tr>
1308
1280
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-ABOVE:CAPS"></a>HB_UNICODE_COMBINING_CLASS_ABOVE</p></td>
1309
- <td class="enum_member_description"> </td>
1310
- <td class="enum_member_annotations"> </td>
1281
+ <td> </td>
1282
+ <td> </td>
1311
1283
  </tr>
1312
1284
  <tr>
1313
1285
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-ABOVE-RIGHT:CAPS"></a>HB_UNICODE_COMBINING_CLASS_ABOVE_RIGHT</p></td>
1314
- <td class="enum_member_description"> </td>
1315
- <td class="enum_member_annotations"> </td>
1286
+ <td> </td>
1287
+ <td> </td>
1316
1288
  </tr>
1317
1289
  <tr>
1318
1290
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-DOUBLE-BELOW:CAPS"></a>HB_UNICODE_COMBINING_CLASS_DOUBLE_BELOW</p></td>
1319
- <td class="enum_member_description"> </td>
1320
- <td class="enum_member_annotations"> </td>
1291
+ <td> </td>
1292
+ <td> </td>
1321
1293
  </tr>
1322
1294
  <tr>
1323
1295
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-DOUBLE-ABOVE:CAPS"></a>HB_UNICODE_COMBINING_CLASS_DOUBLE_ABOVE</p></td>
1324
- <td class="enum_member_description"> </td>
1325
- <td class="enum_member_annotations"> </td>
1296
+ <td> </td>
1297
+ <td> </td>
1326
1298
  </tr>
1327
1299
  <tr>
1328
1300
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-IOTA-SUBSCRIPT:CAPS"></a>HB_UNICODE_COMBINING_CLASS_IOTA_SUBSCRIPT</p></td>
1329
- <td class="enum_member_description"> </td>
1330
- <td class="enum_member_annotations"> </td>
1301
+ <td> </td>
1302
+ <td> </td>
1331
1303
  </tr>
1332
1304
  <tr>
1333
1305
  <td class="enum_member_name"><p><a name="HB-UNICODE-COMBINING-CLASS-INVALID:CAPS"></a>HB_UNICODE_COMBINING_CLASS_INVALID</p></td>
1334
- <td class="enum_member_description"> </td>
1335
- <td class="enum_member_annotations"> </td>
1306
+ <td> </td>
1307
+ <td> </td>
1336
1308
  </tr>
1337
1309
  </tbody>
1338
1310
  </table></div>
@@ -1343,16 +1315,12 @@ hb_unicode_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb
1343
1315
  <a name="hb-unicode-funcs-t"></a><h3>hb_unicode_funcs_t</h3>
1344
1316
  <pre class="programlisting">typedef struct hb_unicode_funcs_t hb_unicode_funcs_t;
1345
1317
  </pre>
1346
- <p>
1347
- </p>
1348
1318
  </div>
1349
1319
  <hr>
1350
1320
  <div class="refsect2">
1351
1321
  <a name="hb-unicode-general-category-t"></a><h3>enum hb_unicode_general_category_t</h3>
1352
- <p>
1353
- </p>
1354
1322
  <div class="refsect3">
1355
- <a name="idp22023440"></a><h4>Members</h4>
1323
+ <a name="id-1.3.2.4.9.4.3"></a><h4>Members</h4>
1356
1324
  <div class="informaltable"><table width="100%" border="0">
1357
1325
  <colgroup>
1358
1326
  <col width="300px" class="enum_members_name">
@@ -1362,153 +1330,153 @@ hb_unicode_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb
1362
1330
  <tbody>
1363
1331
  <tr>
1364
1332
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-CONTROL:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_CONTROL</p></td>
1365
- <td class="enum_member_description"> </td>
1366
- <td class="enum_member_annotations"> </td>
1333
+ <td> </td>
1334
+ <td> </td>
1367
1335
  </tr>
1368
1336
  <tr>
1369
1337
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-FORMAT:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_FORMAT</p></td>
1370
- <td class="enum_member_description"> </td>
1371
- <td class="enum_member_annotations"> </td>
1338
+ <td> </td>
1339
+ <td> </td>
1372
1340
  </tr>
1373
1341
  <tr>
1374
1342
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-UNASSIGNED:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED</p></td>
1375
- <td class="enum_member_description"> </td>
1376
- <td class="enum_member_annotations"> </td>
1343
+ <td> </td>
1344
+ <td> </td>
1377
1345
  </tr>
1378
1346
  <tr>
1379
1347
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-PRIVATE-USE:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_PRIVATE_USE</p></td>
1380
- <td class="enum_member_description"> </td>
1381
- <td class="enum_member_annotations"> </td>
1348
+ <td> </td>
1349
+ <td> </td>
1382
1350
  </tr>
1383
1351
  <tr>
1384
1352
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-SURROGATE:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_SURROGATE</p></td>
1385
- <td class="enum_member_description"> </td>
1386
- <td class="enum_member_annotations"> </td>
1353
+ <td> </td>
1354
+ <td> </td>
1387
1355
  </tr>
1388
1356
  <tr>
1389
1357
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-LOWERCASE-LETTER:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_LOWERCASE_LETTER</p></td>
1390
- <td class="enum_member_description"> </td>
1391
- <td class="enum_member_annotations"> </td>
1358
+ <td> </td>
1359
+ <td> </td>
1392
1360
  </tr>
1393
1361
  <tr>
1394
1362
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-MODIFIER-LETTER:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_MODIFIER_LETTER</p></td>
1395
- <td class="enum_member_description"> </td>
1396
- <td class="enum_member_annotations"> </td>
1363
+ <td> </td>
1364
+ <td> </td>
1397
1365
  </tr>
1398
1366
  <tr>
1399
1367
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-OTHER-LETTER:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER</p></td>
1400
- <td class="enum_member_description"> </td>
1401
- <td class="enum_member_annotations"> </td>
1368
+ <td> </td>
1369
+ <td> </td>
1402
1370
  </tr>
1403
1371
  <tr>
1404
1372
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-TITLECASE-LETTER:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_TITLECASE_LETTER</p></td>
1405
- <td class="enum_member_description"> </td>
1406
- <td class="enum_member_annotations"> </td>
1373
+ <td> </td>
1374
+ <td> </td>
1407
1375
  </tr>
1408
1376
  <tr>
1409
1377
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-UPPERCASE-LETTER:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_UPPERCASE_LETTER</p></td>
1410
- <td class="enum_member_description"> </td>
1411
- <td class="enum_member_annotations"> </td>
1378
+ <td> </td>
1379
+ <td> </td>
1412
1380
  </tr>
1413
1381
  <tr>
1414
1382
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-SPACING-MARK:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK</p></td>
1415
- <td class="enum_member_description"> </td>
1416
- <td class="enum_member_annotations"> </td>
1383
+ <td> </td>
1384
+ <td> </td>
1417
1385
  </tr>
1418
1386
  <tr>
1419
1387
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-ENCLOSING-MARK:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK</p></td>
1420
- <td class="enum_member_description"> </td>
1421
- <td class="enum_member_annotations"> </td>
1388
+ <td> </td>
1389
+ <td> </td>
1422
1390
  </tr>
1423
1391
  <tr>
1424
1392
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-NON-SPACING-MARK:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK</p></td>
1425
- <td class="enum_member_description"> </td>
1426
- <td class="enum_member_annotations"> </td>
1393
+ <td> </td>
1394
+ <td> </td>
1427
1395
  </tr>
1428
1396
  <tr>
1429
1397
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-DECIMAL-NUMBER:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_DECIMAL_NUMBER</p></td>
1430
- <td class="enum_member_description"> </td>
1431
- <td class="enum_member_annotations"> </td>
1398
+ <td> </td>
1399
+ <td> </td>
1432
1400
  </tr>
1433
1401
  <tr>
1434
1402
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-LETTER-NUMBER:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_LETTER_NUMBER</p></td>
1435
- <td class="enum_member_description"> </td>
1436
- <td class="enum_member_annotations"> </td>
1403
+ <td> </td>
1404
+ <td> </td>
1437
1405
  </tr>
1438
1406
  <tr>
1439
1407
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-OTHER-NUMBER:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_OTHER_NUMBER</p></td>
1440
- <td class="enum_member_description"> </td>
1441
- <td class="enum_member_annotations"> </td>
1408
+ <td> </td>
1409
+ <td> </td>
1442
1410
  </tr>
1443
1411
  <tr>
1444
1412
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-CONNECT-PUNCTUATION:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_CONNECT_PUNCTUATION</p></td>
1445
- <td class="enum_member_description"> </td>
1446
- <td class="enum_member_annotations"> </td>
1413
+ <td> </td>
1414
+ <td> </td>
1447
1415
  </tr>
1448
1416
  <tr>
1449
1417
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-DASH-PUNCTUATION:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_DASH_PUNCTUATION</p></td>
1450
- <td class="enum_member_description"> </td>
1451
- <td class="enum_member_annotations"> </td>
1418
+ <td> </td>
1419
+ <td> </td>
1452
1420
  </tr>
1453
1421
  <tr>
1454
1422
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-CLOSE-PUNCTUATION:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_CLOSE_PUNCTUATION</p></td>
1455
- <td class="enum_member_description"> </td>
1456
- <td class="enum_member_annotations"> </td>
1423
+ <td> </td>
1424
+ <td> </td>
1457
1425
  </tr>
1458
1426
  <tr>
1459
1427
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-FINAL-PUNCTUATION:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_FINAL_PUNCTUATION</p></td>
1460
- <td class="enum_member_description"> </td>
1461
- <td class="enum_member_annotations"> </td>
1428
+ <td> </td>
1429
+ <td> </td>
1462
1430
  </tr>
1463
1431
  <tr>
1464
1432
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-INITIAL-PUNCTUATION:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_INITIAL_PUNCTUATION</p></td>
1465
- <td class="enum_member_description"> </td>
1466
- <td class="enum_member_annotations"> </td>
1433
+ <td> </td>
1434
+ <td> </td>
1467
1435
  </tr>
1468
1436
  <tr>
1469
1437
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-OTHER-PUNCTUATION:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_OTHER_PUNCTUATION</p></td>
1470
- <td class="enum_member_description"> </td>
1471
- <td class="enum_member_annotations"> </td>
1438
+ <td> </td>
1439
+ <td> </td>
1472
1440
  </tr>
1473
1441
  <tr>
1474
1442
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-OPEN-PUNCTUATION:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_OPEN_PUNCTUATION</p></td>
1475
- <td class="enum_member_description"> </td>
1476
- <td class="enum_member_annotations"> </td>
1443
+ <td> </td>
1444
+ <td> </td>
1477
1445
  </tr>
1478
1446
  <tr>
1479
1447
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-CURRENCY-SYMBOL:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_CURRENCY_SYMBOL</p></td>
1480
- <td class="enum_member_description"> </td>
1481
- <td class="enum_member_annotations"> </td>
1448
+ <td> </td>
1449
+ <td> </td>
1482
1450
  </tr>
1483
1451
  <tr>
1484
1452
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-MODIFIER-SYMBOL:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_MODIFIER_SYMBOL</p></td>
1485
- <td class="enum_member_description"> </td>
1486
- <td class="enum_member_annotations"> </td>
1453
+ <td> </td>
1454
+ <td> </td>
1487
1455
  </tr>
1488
1456
  <tr>
1489
1457
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-MATH-SYMBOL:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_MATH_SYMBOL</p></td>
1490
- <td class="enum_member_description"> </td>
1491
- <td class="enum_member_annotations"> </td>
1458
+ <td> </td>
1459
+ <td> </td>
1492
1460
  </tr>
1493
1461
  <tr>
1494
1462
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-OTHER-SYMBOL:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_OTHER_SYMBOL</p></td>
1495
- <td class="enum_member_description"> </td>
1496
- <td class="enum_member_annotations"> </td>
1463
+ <td> </td>
1464
+ <td> </td>
1497
1465
  </tr>
1498
1466
  <tr>
1499
1467
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-LINE-SEPARATOR:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_LINE_SEPARATOR</p></td>
1500
- <td class="enum_member_description"> </td>
1501
- <td class="enum_member_annotations"> </td>
1468
+ <td> </td>
1469
+ <td> </td>
1502
1470
  </tr>
1503
1471
  <tr>
1504
1472
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-PARAGRAPH-SEPARATOR:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_PARAGRAPH_SEPARATOR</p></td>
1505
- <td class="enum_member_description"> </td>
1506
- <td class="enum_member_annotations"> </td>
1473
+ <td> </td>
1474
+ <td> </td>
1507
1475
  </tr>
1508
1476
  <tr>
1509
1477
  <td class="enum_member_name"><p><a name="HB-UNICODE-GENERAL-CATEGORY-SPACE-SEPARATOR:CAPS"></a>HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR</p></td>
1510
- <td class="enum_member_description"> </td>
1511
- <td class="enum_member_annotations"> </td>
1478
+ <td> </td>
1479
+ <td> </td>
1512
1480
  </tr>
1513
1481
  </tbody>
1514
1482
  </table></div>
@@ -1517,7 +1485,6 @@ hb_unicode_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb
1517
1485
  </div>
1518
1486
  </div>
1519
1487
  <div class="footer">
1520
- <hr>
1521
- Generated by GTK-Doc V1.20.1</div>
1488
+ <hr>Generated by GTK-Doc V1.24.1</div>
1522
1489
  </body>
1523
1490
  </html>