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

Sign up to get free protection for your applications and to get access to all the features.
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-buffer</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-buffer: 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-unicode.html" title="hb-unicode">
10
10
  <link rel="next" href="harfbuzz-hb-blob.html" title="hb-blob">
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-buffer.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-unicode.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
24
  <td><a accesskey="n" href="harfbuzz-hb-blob.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
25
  </tr></table>
@@ -74,14 +74,6 @@
74
74
  </tr>
75
75
  <tr>
76
76
  <td class="function_type">
77
- <span class="returnvalue">void</span>
78
- </td>
79
- <td class="function_name">
80
- <a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-add-codepoints" title="hb_buffer_add_codepoints ()">hb_buffer_add_codepoints</a> <span class="c_punctuation">()</span>
81
- </td>
82
- </tr>
83
- <tr>
84
- <td class="function_type">
85
77
  <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
86
78
  </td>
87
79
  <td class="function_name">
@@ -170,7 +162,7 @@
170
162
  </tr>
171
163
  <tr>
172
164
  <td class="function_type">
173
- <a class="link" href="harfbuzz-hb-common.html#hb-language-t"><span class="returnvalue">hb_language_t</span></a>
165
+ <a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
174
166
  </td>
175
167
  <td class="function_name">
176
168
  <a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-language" title="hb_buffer_get_language ()">hb_buffer_get_language</a> <span class="c_punctuation">()</span>
@@ -185,14 +177,6 @@
185
177
  </tr>
186
178
  <tr>
187
179
  <td class="function_type">
188
- <a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="returnvalue">hb_codepoint_t</span></a>
189
- </td>
190
- <td class="function_name">
191
- <a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-replacement-codepoint" title="hb_buffer_get_replacement_codepoint ()">hb_buffer_get_replacement_codepoint</a> <span class="c_punctuation">()</span>
192
- </td>
193
- </tr>
194
- <tr>
195
- <td class="function_type">
196
180
  <a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
197
181
  </td>
198
182
  <td class="function_name">
@@ -353,14 +337,6 @@
353
337
  <span class="returnvalue">void</span>
354
338
  </td>
355
339
  <td class="function_name">
356
- <a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-replacement-codepoint" title="hb_buffer_set_replacement_codepoint ()">hb_buffer_set_replacement_codepoint</a> <span class="c_punctuation">()</span>
357
- </td>
358
- </tr>
359
- <tr>
360
- <td class="function_type">
361
- <span class="returnvalue">void</span>
362
- </td>
363
- <td class="function_name">
364
340
  <a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-script" title="hb_buffer_set_script ()">hb_buffer_set_script</a> <span class="c_punctuation">()</span>
365
341
  </td>
366
342
  </tr>
@@ -455,23 +431,21 @@
455
431
  </div>
456
432
  <div class="refsect1">
457
433
  <a name="harfbuzz-hb-buffer.object-hierarchy"></a><h2>Object Hierarchy</h2>
458
- <pre class="screen"> GBoxed
434
+ <pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
459
435
  <span class="lineart">├──</span> hb_buffer_t
460
436
  <span class="lineart">├──</span> hb_glyph_info_t
461
437
  <span class="lineart">├──</span> hb_glyph_position_t
462
438
  <span class="lineart">╰──</span> hb_segment_properties_t
463
- GEnum
439
+ <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
464
440
  <span class="lineart">├──</span> hb_buffer_content_type_t
465
441
  <span class="lineart">╰──</span> hb_buffer_serialize_format_t
466
- GFlags
442
+ <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
467
443
  <span class="lineart">├──</span> hb_buffer_flags_t
468
444
  <span class="lineart">╰──</span> hb_buffer_serialize_flags_t
469
445
  </pre>
470
446
  </div>
471
447
  <div class="refsect1">
472
448
  <a name="harfbuzz-hb-buffer.description"></a><h2>Description</h2>
473
- <p>
474
- </p>
475
449
  </div>
476
450
  <div class="refsect1">
477
451
  <a name="harfbuzz-hb-buffer.functions_details"></a><h2>Functions</h2>
@@ -482,7 +456,7 @@ hb_buffer_add (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buf
482
456
  <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> codepoint</code></em>,
483
457
  <em class="parameter"><code>unsigned <span class="type">int</span> cluster</code></em>);</pre>
484
458
  <div class="refsect3">
485
- <a name="idp20929456"></a><h4>Parameters</h4>
459
+ <a name="id-1.3.2.5.11.2.4"></a><h4>Parameters</h4>
486
460
  <div class="informaltable"><table width="100%" border="0">
487
461
  <colgroup>
488
462
  <col width="150px" class="parameters_name">
@@ -508,7 +482,7 @@ hb_buffer_add_utf16 (<em class="parameter"><code><a class="link" href="harfbuzz-
508
482
  <em class="parameter"><code>unsigned <span class="type">int</span> item_offset</code></em>,
509
483
  <em class="parameter"><code><span class="type">int</span> item_length</code></em>);</pre>
510
484
  <div class="refsect3">
511
- <a name="idp20952352"></a><h4>Parameters</h4>
485
+ <a name="id-1.3.2.5.11.3.4"></a><h4>Parameters</h4>
512
486
  <div class="informaltable"><table width="100%" border="0">
513
487
  <colgroup>
514
488
  <col width="150px" class="parameters_name">
@@ -541,7 +515,7 @@ hb_buffer_add_utf32 (<em class="parameter"><code><a class="link" href="harfbuzz-
541
515
  <em class="parameter"><code>unsigned <span class="type">int</span> item_offset</code></em>,
542
516
  <em class="parameter"><code><span class="type">int</span> item_length</code></em>);</pre>
543
517
  <div class="refsect3">
544
- <a name="idp20978960"></a><h4>Parameters</h4>
518
+ <a name="id-1.3.2.5.11.4.4"></a><h4>Parameters</h4>
545
519
  <div class="informaltable"><table width="100%" border="0">
546
520
  <colgroup>
547
521
  <col width="150px" class="parameters_name">
@@ -574,7 +548,7 @@ hb_buffer_add_utf8 (<em class="parameter"><code><a class="link" href="harfbuzz-h
574
548
  <em class="parameter"><code>unsigned <span class="type">int</span> item_offset</code></em>,
575
549
  <em class="parameter"><code><span class="type">int</span> item_length</code></em>);</pre>
576
550
  <div class="refsect3">
577
- <a name="idp21005488"></a><h4>Parameters</h4>
551
+ <a name="id-1.3.2.5.11.5.4"></a><h4>Parameters</h4>
578
552
  <div class="informaltable"><table width="100%" border="0">
579
553
  <colgroup>
580
554
  <col width="150px" class="parameters_name">
@@ -590,7 +564,7 @@ hb_buffer_add_utf8 (<em class="parameter"><code><a class="link" href="harfbuzz-h
590
564
  <tr>
591
565
  <td class="parameter_name"><p>text</p></td>
592
566
  <td class="parameter_description"><p>. </p></td>
593
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=text_length]</span></td>
567
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=text_length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8_t]</span></td>
594
568
  </tr>
595
569
  </tbody>
596
570
  </table></div>
@@ -599,22 +573,11 @@ hb_buffer_add_utf8 (<em class="parameter"><code><a class="link" href="harfbuzz-h
599
573
  </div>
600
574
  <hr>
601
575
  <div class="refsect2">
602
- <a name="hb-buffer-add-codepoints"></a><h3>hb_buffer_add_codepoints ()</h3>
603
- <pre class="programlisting"><span class="returnvalue">void</span>
604
- hb_buffer_add_codepoints (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
605
- <em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *text</code></em>,
606
- <em class="parameter"><code><span class="type">int</span> text_length</code></em>,
607
- <em class="parameter"><code>unsigned <span class="type">int</span> item_offset</code></em>,
608
- <em class="parameter"><code><span class="type">int</span> item_length</code></em>);</pre>
609
- <p class="since">Since 1.0</p>
610
- </div>
611
- <hr>
612
- <div class="refsect2">
613
576
  <a name="hb-buffer-allocation-successful"></a><h3>hb_buffer_allocation_successful ()</h3>
614
577
  <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>
615
578
  hb_buffer_allocation_successful (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
616
579
  <div class="refsect3">
617
- <a name="idp21039872"></a><h4>Parameters</h4>
580
+ <a name="id-1.3.2.5.11.6.4"></a><h4>Parameters</h4>
618
581
  <div class="informaltable"><table width="100%" border="0">
619
582
  <colgroup>
620
583
  <col width="150px" class="parameters_name">
@@ -629,7 +592,7 @@ hb_buffer_allocation_successful (<em class="parameter"><code><a class="link" hre
629
592
  </table></div>
630
593
  </div>
631
594
  <div class="refsect3">
632
- <a name="idp21048272"></a><h4>Returns</h4>
595
+ <a name="id-1.3.2.5.11.6.5"></a><h4>Returns</h4>
633
596
  <p></p>
634
597
  </div>
635
598
  <p class="since">Since 1.0</p>
@@ -640,7 +603,7 @@ hb_buffer_allocation_successful (<em class="parameter"><code><a class="link" hre
640
603
  <pre class="programlisting"><span class="returnvalue">void</span>
641
604
  hb_buffer_clear_contents (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
642
605
  <div class="refsect3">
643
- <a name="idp21057392"></a><h4>Parameters</h4>
606
+ <a name="id-1.3.2.5.11.7.4"></a><h4>Parameters</h4>
644
607
  <div class="informaltable"><table width="100%" border="0">
645
608
  <colgroup>
646
609
  <col width="150px" class="parameters_name">
@@ -654,19 +617,13 @@ hb_buffer_clear_contents (<em class="parameter"><code><a class="link" href="harf
654
617
  </tr></tbody>
655
618
  </table></div>
656
619
  </div>
657
- <p class="since">Since 1.0</p>
620
+ <p class="since">Since 0.9.11</p>
658
621
  </div>
659
622
  <hr>
660
623
  <div class="refsect2">
661
624
  <a name="hb-buffer-create"></a><h3>hb_buffer_create ()</h3>
662
625
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="returnvalue">hb_buffer_t</span></a> *
663
626
  hb_buffer_create (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
664
- <p>
665
- </p>
666
- <div class="refsect3">
667
- <a name="idp21072704"></a><h4>Returns</h4>
668
- <p></p>
669
- </div>
670
627
  </div>
671
628
  <hr>
672
629
  <div class="refsect2">
@@ -679,7 +636,7 @@ hb_buffer_deserialize_glyphs (<em class="parameter"><code><a class="link" href="
679
636
  <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>,
680
637
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-t" title="enum hb_buffer_serialize_format_t"><span class="type">hb_buffer_serialize_format_t</span></a> format</code></em>);</pre>
681
638
  <div class="refsect3">
682
- <a name="idp21089760"></a><h4>Parameters</h4>
639
+ <a name="id-1.3.2.5.11.9.4"></a><h4>Parameters</h4>
683
640
  <div class="informaltable"><table width="100%" border="0">
684
641
  <colgroup>
685
642
  <col width="150px" class="parameters_name">
@@ -706,7 +663,7 @@ hb_buffer_deserialize_glyphs (<em class="parameter"><code><a class="link" href="
706
663
  </table></div>
707
664
  </div>
708
665
  <div class="refsect3">
709
- <a name="idp22503936"></a><h4>Returns</h4>
666
+ <a name="id-1.3.2.5.11.9.5"></a><h4>Returns</h4>
710
667
  <p></p>
711
668
  </div>
712
669
  <p class="since">Since 1.0</p>
@@ -717,7 +674,7 @@ hb_buffer_deserialize_glyphs (<em class="parameter"><code><a class="link" href="
717
674
  <pre class="programlisting"><span class="returnvalue">void</span>
718
675
  hb_buffer_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
719
676
  <div class="refsect3">
720
- <a name="idp22511728"></a><h4>Parameters</h4>
677
+ <a name="id-1.3.2.5.11.10.4"></a><h4>Parameters</h4>
721
678
  <div class="informaltable"><table width="100%" border="0">
722
679
  <colgroup>
723
680
  <col width="150px" class="parameters_name">
@@ -739,7 +696,7 @@ hb_buffer_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb
739
696
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-content-type-t" title="enum hb_buffer_content_type_t"><span class="returnvalue">hb_buffer_content_type_t</span></a>
740
697
  hb_buffer_get_content_type (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
741
698
  <div class="refsect3">
742
- <a name="idp22525760"></a><h4>Parameters</h4>
699
+ <a name="id-1.3.2.5.11.11.4"></a><h4>Parameters</h4>
743
700
  <div class="informaltable"><table width="100%" border="0">
744
701
  <colgroup>
745
702
  <col width="150px" class="parameters_name">
@@ -754,10 +711,10 @@ hb_buffer_get_content_type (<em class="parameter"><code><a class="link" href="ha
754
711
  </table></div>
755
712
  </div>
756
713
  <div class="refsect3">
757
- <a name="idp22533264"></a><h4>Returns</h4>
714
+ <a name="id-1.3.2.5.11.11.5"></a><h4>Returns</h4>
758
715
  <p></p>
759
716
  </div>
760
- <p class="since">Since 1.0</p>
717
+ <p class="since">Since 0.9.5</p>
761
718
  </div>
762
719
  <hr>
763
720
  <div class="refsect2">
@@ -765,7 +722,7 @@ hb_buffer_get_content_type (<em class="parameter"><code><a class="link" href="ha
765
722
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="returnvalue">hb_direction_t</span></a>
766
723
  hb_buffer_get_direction (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
767
724
  <div class="refsect3">
768
- <a name="idp22541056"></a><h4>Parameters</h4>
725
+ <a name="id-1.3.2.5.11.12.4"></a><h4>Parameters</h4>
769
726
  <div class="informaltable"><table width="100%" border="0">
770
727
  <colgroup>
771
728
  <col width="150px" class="parameters_name">
@@ -780,7 +737,7 @@ hb_buffer_get_direction (<em class="parameter"><code><a class="link" href="harfb
780
737
  </table></div>
781
738
  </div>
782
739
  <div class="refsect3">
783
- <a name="idp22548560"></a><h4>Returns</h4>
740
+ <a name="id-1.3.2.5.11.12.5"></a><h4>Returns</h4>
784
741
  <p></p>
785
742
  </div>
786
743
  <p class="since">Since 1.0</p>
@@ -791,7 +748,7 @@ hb_buffer_get_direction (<em class="parameter"><code><a class="link" href="harfb
791
748
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="returnvalue">hb_buffer_t</span></a> *
792
749
  hb_buffer_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
793
750
  <div class="refsect3">
794
- <a name="idp22555808"></a><h4>Returns</h4>
751
+ <a name="id-1.3.2.5.11.13.4"></a><h4>Returns</h4>
795
752
  <p>. </p>
796
753
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
797
754
  </div>
@@ -803,7 +760,7 @@ hb_buffer_get_empty (<em class="parameter"><code><span class="type">void</span><
803
760
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-flags-t" title="enum hb_buffer_flags_t"><span class="returnvalue">hb_buffer_flags_t</span></a>
804
761
  hb_buffer_get_flags (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
805
762
  <div class="refsect3">
806
- <a name="idp22565008"></a><h4>Parameters</h4>
763
+ <a name="id-1.3.2.5.11.14.4"></a><h4>Parameters</h4>
807
764
  <div class="informaltable"><table width="100%" border="0">
808
765
  <colgroup>
809
766
  <col width="150px" class="parameters_name">
@@ -818,10 +775,10 @@ hb_buffer_get_flags (<em class="parameter"><code><a class="link" href="harfbuzz-
818
775
  </table></div>
819
776
  </div>
820
777
  <div class="refsect3">
821
- <a name="idp22572512"></a><h4>Returns</h4>
778
+ <a name="id-1.3.2.5.11.14.5"></a><h4>Returns</h4>
822
779
  <p></p>
823
780
  </div>
824
- <p class="since">Since 1.0</p>
781
+ <p class="since">Since 0.9.7</p>
825
782
  </div>
826
783
  <hr>
827
784
  <div class="refsect2">
@@ -832,7 +789,7 @@ hb_buffer_get_glyph_infos (<em class="parameter"><code><a class="link" href="har
832
789
  <p>Returns buffer glyph information array. Returned pointer
833
790
  is valid as long as buffer contents are not modified.</p>
834
791
  <div class="refsect3">
835
- <a name="idp22582256"></a><h4>Parameters</h4>
792
+ <a name="id-1.3.2.5.11.15.5"></a><h4>Parameters</h4>
836
793
  <div class="informaltable"><table width="100%" border="0">
837
794
  <colgroup>
838
795
  <col width="150px" class="parameters_name">
@@ -854,7 +811,7 @@ is valid as long as buffer contents are not modified.</p>
854
811
  </table></div>
855
812
  </div>
856
813
  <div class="refsect3">
857
- <a name="idp22593088"></a><h4>Returns</h4>
814
+ <a name="id-1.3.2.5.11.15.6"></a><h4>Returns</h4>
858
815
  <p> buffer glyph information array. </p>
859
816
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></p>
860
817
  </div>
@@ -869,7 +826,7 @@ hb_buffer_get_glyph_positions (<em class="parameter"><code><a class="link" href=
869
826
  <p>Returns buffer glyph position array. Returned pointer
870
827
  is valid as long as buffer contents are not modified.</p>
871
828
  <div class="refsect3">
872
- <a name="idp22604800"></a><h4>Parameters</h4>
829
+ <a name="id-1.3.2.5.11.16.5"></a><h4>Parameters</h4>
873
830
  <div class="informaltable"><table width="100%" border="0">
874
831
  <colgroup>
875
832
  <col width="150px" class="parameters_name">
@@ -891,7 +848,7 @@ is valid as long as buffer contents are not modified.</p>
891
848
  </table></div>
892
849
  </div>
893
850
  <div class="refsect3">
894
- <a name="idp22615632"></a><h4>Returns</h4>
851
+ <a name="id-1.3.2.5.11.16.6"></a><h4>Returns</h4>
895
852
  <p> buffer glyph position array. </p>
896
853
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></p>
897
854
  </div>
@@ -900,10 +857,10 @@ is valid as long as buffer contents are not modified.</p>
900
857
  <hr>
901
858
  <div class="refsect2">
902
859
  <a name="hb-buffer-get-language"></a><h3>hb_buffer_get_language ()</h3>
903
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-language-t"><span class="returnvalue">hb_language_t</span></a>
860
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
904
861
  hb_buffer_get_language (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
905
862
  <div class="refsect3">
906
- <a name="idp22625264"></a><h4>Parameters</h4>
863
+ <a name="id-1.3.2.5.11.17.4"></a><h4>Parameters</h4>
907
864
  <div class="informaltable"><table width="100%" border="0">
908
865
  <colgroup>
909
866
  <col width="150px" class="parameters_name">
@@ -918,8 +875,9 @@ hb_buffer_get_language (<em class="parameter"><code><a class="link" href="harfbu
918
875
  </table></div>
919
876
  </div>
920
877
  <div class="refsect3">
921
- <a name="idp22632768"></a><h4>Returns</h4>
922
- <p></p>
878
+ <a name="id-1.3.2.5.11.17.5"></a><h4>Returns</h4>
879
+ <p>. </p>
880
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
923
881
  </div>
924
882
  <p class="since">Since 1.0</p>
925
883
  </div>
@@ -930,7 +888,7 @@ hb_buffer_get_language (<em class="parameter"><code><a class="link" href="harfbu
930
888
  hb_buffer_get_length (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
931
889
  <p>Returns the number of items in the buffer.</p>
932
890
  <div class="refsect3">
933
- <a name="idp22641136"></a><h4>Parameters</h4>
891
+ <a name="id-1.3.2.5.11.18.5"></a><h4>Parameters</h4>
934
892
  <div class="informaltable"><table width="100%" border="0">
935
893
  <colgroup>
936
894
  <col width="150px" class="parameters_name">
@@ -945,7 +903,7 @@ hb_buffer_get_length (<em class="parameter"><code><a class="link" href="harfbuzz
945
903
  </table></div>
946
904
  </div>
947
905
  <div class="refsect3">
948
- <a name="idp22648640"></a><h4>Returns</h4>
906
+ <a name="id-1.3.2.5.11.18.6"></a><h4>Returns</h4>
949
907
  <p> buffer length.</p>
950
908
  <p></p>
951
909
  </div>
@@ -953,18 +911,11 @@ hb_buffer_get_length (<em class="parameter"><code><a class="link" href="harfbuzz
953
911
  </div>
954
912
  <hr>
955
913
  <div class="refsect2">
956
- <a name="hb-buffer-get-replacement-codepoint"></a><h3>hb_buffer_get_replacement_codepoint ()</h3>
957
- <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>
958
- hb_buffer_get_replacement_codepoint (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
959
- <p class="since">Since 1.0</p>
960
- </div>
961
- <hr>
962
- <div class="refsect2">
963
914
  <a name="hb-buffer-get-script"></a><h3>hb_buffer_get_script ()</h3>
964
915
  <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>
965
916
  hb_buffer_get_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
966
917
  <div class="refsect3">
967
- <a name="idp22663392"></a><h4>Parameters</h4>
918
+ <a name="id-1.3.2.5.11.19.4"></a><h4>Parameters</h4>
968
919
  <div class="informaltable"><table width="100%" border="0">
969
920
  <colgroup>
970
921
  <col width="150px" class="parameters_name">
@@ -979,7 +930,7 @@ hb_buffer_get_script (<em class="parameter"><code><a class="link" href="harfbuzz
979
930
  </table></div>
980
931
  </div>
981
932
  <div class="refsect3">
982
- <a name="idp22670896"></a><h4>Returns</h4>
933
+ <a name="id-1.3.2.5.11.19.5"></a><h4>Returns</h4>
983
934
  <p></p>
984
935
  </div>
985
936
  <p class="since">Since 1.0</p>
@@ -991,21 +942,28 @@ hb_buffer_get_script (<em class="parameter"><code><a class="link" href="harfbuzz
991
942
  hb_buffer_get_segment_properties (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
992
943
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *props</code></em>);</pre>
993
944
  <div class="refsect3">
994
- <a name="idp22680064"></a><h4>Parameters</h4>
945
+ <a name="id-1.3.2.5.11.20.4"></a><h4>Parameters</h4>
995
946
  <div class="informaltable"><table width="100%" border="0">
996
947
  <colgroup>
997
948
  <col width="150px" class="parameters_name">
998
949
  <col class="parameters_description">
999
950
  <col width="200px" class="parameters_annotations">
1000
951
  </colgroup>
1001
- <tbody><tr>
952
+ <tbody>
953
+ <tr>
1002
954
  <td class="parameter_name"><p>buffer</p></td>
1003
955
  <td class="parameter_description"><p>a buffer.</p></td>
1004
956
  <td class="parameter_annotations"> </td>
1005
- </tr></tbody>
957
+ </tr>
958
+ <tr>
959
+ <td class="parameter_name"><p>props</p></td>
960
+ <td class="parameter_description"><p>. </p></td>
961
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
962
+ </tr>
963
+ </tbody>
1006
964
  </table></div>
1007
965
  </div>
1008
- <p class="since">Since 1.0</p>
966
+ <p class="since">Since 0.9.7</p>
1009
967
  </div>
1010
968
  <hr>
1011
969
  <div class="refsect2">
@@ -1013,7 +971,7 @@ hb_buffer_get_segment_properties (<em class="parameter"><code><a class="link" hr
1013
971
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
1014
972
  hb_buffer_get_unicode_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
1015
973
  <div class="refsect3">
1016
- <a name="idp22694096"></a><h4>Parameters</h4>
974
+ <a name="id-1.3.2.5.11.21.4"></a><h4>Parameters</h4>
1017
975
  <div class="informaltable"><table width="100%" border="0">
1018
976
  <colgroup>
1019
977
  <col width="150px" class="parameters_name">
@@ -1028,7 +986,7 @@ hb_buffer_get_unicode_funcs (<em class="parameter"><code><a class="link" href="h
1028
986
  </table></div>
1029
987
  </div>
1030
988
  <div class="refsect3">
1031
- <a name="idp22701600"></a><h4>Returns</h4>
989
+ <a name="id-1.3.2.5.11.21.5"></a><h4>Returns</h4>
1032
990
  <p></p>
1033
991
  </div>
1034
992
  <p class="since">Since 1.0</p>
@@ -1040,7 +998,7 @@ hb_buffer_get_unicode_funcs (<em class="parameter"><code><a class="link" href="h
1040
998
  hb_buffer_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1041
999
  <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>
1042
1000
  <div class="refsect3">
1043
- <a name="idp22710768"></a><h4>Parameters</h4>
1001
+ <a name="id-1.3.2.5.11.22.4"></a><h4>Parameters</h4>
1044
1002
  <div class="informaltable"><table width="100%" border="0">
1045
1003
  <colgroup>
1046
1004
  <col width="150px" class="parameters_name">
@@ -1055,7 +1013,7 @@ hb_buffer_get_user_data (<em class="parameter"><code><a class="link" href="harfb
1055
1013
  </table></div>
1056
1014
  </div>
1057
1015
  <div class="refsect3">
1058
- <a name="idp22718272"></a><h4>Returns</h4>
1016
+ <a name="id-1.3.2.5.11.22.5"></a><h4>Returns</h4>
1059
1017
  <p></p>
1060
1018
  </div>
1061
1019
  <p class="since">Since 1.0</p>
@@ -1080,7 +1038,7 @@ it will be set to the process's default language as returned by
1080
1038
  <a class="link" href="harfbuzz-hb-common.html#hb-language-get-default" title="hb_language_get_default ()"><code class="function">hb_language_get_default()</code></a>. This may change in the future by
1081
1039
  taking buffer script into consideration when choosing a language.</p>
1082
1040
  <div class="refsect3">
1083
- <a name="idp22738080"></a><h4>Parameters</h4>
1041
+ <a name="id-1.3.2.5.11.23.8"></a><h4>Parameters</h4>
1084
1042
  <div class="informaltable"><table width="100%" border="0">
1085
1043
  <colgroup>
1086
1044
  <col width="150px" class="parameters_name">
@@ -1094,7 +1052,7 @@ taking buffer script into consideration when choosing a language.</p>
1094
1052
  </tr></tbody>
1095
1053
  </table></div>
1096
1054
  </div>
1097
- <p class="since">Since 1.0</p>
1055
+ <p class="since">Since 0.9.7</p>
1098
1056
  </div>
1099
1057
  <hr>
1100
1058
  <div class="refsect2">
@@ -1102,7 +1060,7 @@ taking buffer script into consideration when choosing a language.</p>
1102
1060
  <pre class="programlisting"><span class="returnvalue">void</span>
1103
1061
  hb_buffer_normalize_glyphs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
1104
1062
  <div class="refsect3">
1105
- <a name="idp22752112"></a><h4>Parameters</h4>
1063
+ <a name="id-1.3.2.5.11.24.4"></a><h4>Parameters</h4>
1106
1064
  <div class="informaltable"><table width="100%" border="0">
1107
1065
  <colgroup>
1108
1066
  <col width="150px" class="parameters_name">
@@ -1116,7 +1074,7 @@ hb_buffer_normalize_glyphs (<em class="parameter"><code><a class="link" href="ha
1116
1074
  </tr></tbody>
1117
1075
  </table></div>
1118
1076
  </div>
1119
- <p class="since">Since 1.0</p>
1077
+ <p class="since">Since 0.9.2</p>
1120
1078
  </div>
1121
1079
  <hr>
1122
1080
  <div class="refsect2">
@@ -1125,7 +1083,7 @@ hb_buffer_normalize_glyphs (<em class="parameter"><code><a class="link" href="ha
1125
1083
  hb_buffer_pre_allocate (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1126
1084
  <em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
1127
1085
  <div class="refsect3">
1128
- <a name="idp22767664"></a><h4>Parameters</h4>
1086
+ <a name="id-1.3.2.5.11.25.4"></a><h4>Parameters</h4>
1129
1087
  <div class="informaltable"><table width="100%" border="0">
1130
1088
  <colgroup>
1131
1089
  <col width="150px" class="parameters_name">
@@ -1140,7 +1098,7 @@ hb_buffer_pre_allocate (<em class="parameter"><code><a class="link" href="harfbu
1140
1098
  </table></div>
1141
1099
  </div>
1142
1100
  <div class="refsect3">
1143
- <a name="idp22775168"></a><h4>Returns</h4>
1101
+ <a name="id-1.3.2.5.11.25.5"></a><h4>Returns</h4>
1144
1102
  <p></p>
1145
1103
  </div>
1146
1104
  <p class="since">Since 1.0</p>
@@ -1151,7 +1109,7 @@ hb_buffer_pre_allocate (<em class="parameter"><code><a class="link" href="harfbu
1151
1109
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="returnvalue">hb_buffer_t</span></a> *
1152
1110
  hb_buffer_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
1153
1111
  <div class="refsect3">
1154
- <a name="idp22782960"></a><h4>Parameters</h4>
1112
+ <a name="id-1.3.2.5.11.26.4"></a><h4>Parameters</h4>
1155
1113
  <div class="informaltable"><table width="100%" border="0">
1156
1114
  <colgroup>
1157
1115
  <col width="150px" class="parameters_name">
@@ -1166,7 +1124,7 @@ hb_buffer_reference (<em class="parameter"><code><a class="link" href="harfbuzz-
1166
1124
  </table></div>
1167
1125
  </div>
1168
1126
  <div class="refsect3">
1169
- <a name="idp22790464"></a><h4>Returns</h4>
1127
+ <a name="id-1.3.2.5.11.26.5"></a><h4>Returns</h4>
1170
1128
  <p>. </p>
1171
1129
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1172
1130
  </div>
@@ -1178,7 +1136,7 @@ hb_buffer_reference (<em class="parameter"><code><a class="link" href="harfbuzz-
1178
1136
  <pre class="programlisting"><span class="returnvalue">void</span>
1179
1137
  hb_buffer_reset (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
1180
1138
  <div class="refsect3">
1181
- <a name="idp22799664"></a><h4>Parameters</h4>
1139
+ <a name="id-1.3.2.5.11.27.4"></a><h4>Parameters</h4>
1182
1140
  <div class="informaltable"><table width="100%" border="0">
1183
1141
  <colgroup>
1184
1142
  <col width="150px" class="parameters_name">
@@ -1201,7 +1159,7 @@ hb_buffer_reset (<em class="parameter"><code><a class="link" href="harfbuzz-hb-b
1201
1159
  hb_buffer_reverse (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
1202
1160
  <p>Reverses buffer contents.</p>
1203
1161
  <div class="refsect3">
1204
- <a name="idp22814128"></a><h4>Parameters</h4>
1162
+ <a name="id-1.3.2.5.11.28.5"></a><h4>Parameters</h4>
1205
1163
  <div class="informaltable"><table width="100%" border="0">
1206
1164
  <colgroup>
1207
1165
  <col width="150px" class="parameters_name">
@@ -1226,7 +1184,7 @@ hb_buffer_reverse_clusters (<em class="parameter"><code><a class="link" href="ha
1226
1184
  reversed, then each cluster (consecutive items having the
1227
1185
  same cluster number) are reversed again.</p>
1228
1186
  <div class="refsect3">
1229
- <a name="idp22828768"></a><h4>Parameters</h4>
1187
+ <a name="id-1.3.2.5.11.29.5"></a><h4>Parameters</h4>
1230
1188
  <div class="informaltable"><table width="100%" border="0">
1231
1189
  <colgroup>
1232
1190
  <col width="150px" class="parameters_name">
@@ -1250,7 +1208,7 @@ hb_buffer_serialize_format_from_string
1250
1208
  (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
1251
1209
  <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
1252
1210
  <div class="refsect3">
1253
- <a name="idp22844320"></a><h4>Returns</h4>
1211
+ <a name="id-1.3.2.5.11.30.4"></a><h4>Returns</h4>
1254
1212
  <p></p>
1255
1213
  </div>
1256
1214
  <p class="since">Since 1.0</p>
@@ -1261,7 +1219,7 @@ hb_buffer_serialize_format_from_string
1261
1219
  <pre class="programlisting">const <span class="returnvalue">char</span> *
1262
1220
  hb_buffer_serialize_format_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-t" title="enum hb_buffer_serialize_format_t"><span class="type">hb_buffer_serialize_format_t</span></a> format</code></em>);</pre>
1263
1221
  <div class="refsect3">
1264
- <a name="idp22852256"></a><h4>Returns</h4>
1222
+ <a name="id-1.3.2.5.11.31.4"></a><h4>Returns</h4>
1265
1223
  <p></p>
1266
1224
  </div>
1267
1225
  <p class="since">Since 1.0</p>
@@ -1280,7 +1238,7 @@ hb_buffer_serialize_glyphs (<em class="parameter"><code><a class="link" href="ha
1280
1238
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-t" title="enum hb_buffer_serialize_format_t"><span class="type">hb_buffer_serialize_format_t</span></a> format</code></em>,
1281
1239
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-flags-t" title="enum hb_buffer_serialize_flags_t"><span class="type">hb_buffer_serialize_flags_t</span></a> flags</code></em>);</pre>
1282
1240
  <div class="refsect3">
1283
- <a name="idp22871776"></a><h4>Parameters</h4>
1241
+ <a name="id-1.3.2.5.11.32.4"></a><h4>Parameters</h4>
1284
1242
  <div class="informaltable"><table width="100%" border="0">
1285
1243
  <colgroup>
1286
1244
  <col width="150px" class="parameters_name">
@@ -1307,7 +1265,7 @@ hb_buffer_serialize_glyphs (<em class="parameter"><code><a class="link" href="ha
1307
1265
  </table></div>
1308
1266
  </div>
1309
1267
  <div class="refsect3">
1310
- <a name="idp22885936"></a><h4>Returns</h4>
1268
+ <a name="id-1.3.2.5.11.32.5"></a><h4>Returns</h4>
1311
1269
  <p></p>
1312
1270
  </div>
1313
1271
  <p class="since">Since 1.0</p>
@@ -1318,7 +1276,7 @@ hb_buffer_serialize_glyphs (<em class="parameter"><code><a class="link" href="ha
1318
1276
  <pre class="programlisting">const <span class="returnvalue">char</span> **
1319
1277
  hb_buffer_serialize_list_formats (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1320
1278
  <div class="refsect3">
1321
- <a name="idp22893328"></a><h4>Returns</h4>
1279
+ <a name="id-1.3.2.5.11.33.4"></a><h4>Returns</h4>
1322
1280
  <p>. </p>
1323
1281
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1324
1282
  </div>
@@ -1331,7 +1289,7 @@ hb_buffer_serialize_list_formats (<em class="parameter"><code><span class="type"
1331
1289
  hb_buffer_set_content_type (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1332
1290
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-content-type-t" title="enum hb_buffer_content_type_t"><span class="type">hb_buffer_content_type_t</span></a> content_type</code></em>);</pre>
1333
1291
  <div class="refsect3">
1334
- <a name="idp22903904"></a><h4>Parameters</h4>
1292
+ <a name="id-1.3.2.5.11.34.4"></a><h4>Parameters</h4>
1335
1293
  <div class="informaltable"><table width="100%" border="0">
1336
1294
  <colgroup>
1337
1295
  <col width="150px" class="parameters_name">
@@ -1345,7 +1303,7 @@ hb_buffer_set_content_type (<em class="parameter"><code><a class="link" href="ha
1345
1303
  </tr></tbody>
1346
1304
  </table></div>
1347
1305
  </div>
1348
- <p class="since">Since 1.0</p>
1306
+ <p class="since">Since 0.9.5</p>
1349
1307
  </div>
1350
1308
  <hr>
1351
1309
  <div class="refsect2">
@@ -1354,7 +1312,7 @@ hb_buffer_set_content_type (<em class="parameter"><code><a class="link" href="ha
1354
1312
  hb_buffer_set_direction (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1355
1313
  <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>);</pre>
1356
1314
  <div class="refsect3">
1357
- <a name="idp22919312"></a><h4>Parameters</h4>
1315
+ <a name="id-1.3.2.5.11.35.4"></a><h4>Parameters</h4>
1358
1316
  <div class="informaltable"><table width="100%" border="0">
1359
1317
  <colgroup>
1360
1318
  <col width="150px" class="parameters_name">
@@ -1377,7 +1335,7 @@ hb_buffer_set_direction (<em class="parameter"><code><a class="link" href="harfb
1377
1335
  hb_buffer_set_flags (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1378
1336
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-flags-t" title="enum hb_buffer_flags_t"><span class="type">hb_buffer_flags_t</span></a> flags</code></em>);</pre>
1379
1337
  <div class="refsect3">
1380
- <a name="idp22934720"></a><h4>Parameters</h4>
1338
+ <a name="id-1.3.2.5.11.36.4"></a><h4>Parameters</h4>
1381
1339
  <div class="informaltable"><table width="100%" border="0">
1382
1340
  <colgroup>
1383
1341
  <col width="150px" class="parameters_name">
@@ -1391,16 +1349,16 @@ hb_buffer_set_flags (<em class="parameter"><code><a class="link" href="harfbuzz-
1391
1349
  </tr></tbody>
1392
1350
  </table></div>
1393
1351
  </div>
1394
- <p class="since">Since 1.0</p>
1352
+ <p class="since">Since 0.9.7</p>
1395
1353
  </div>
1396
1354
  <hr>
1397
1355
  <div class="refsect2">
1398
1356
  <a name="hb-buffer-set-language"></a><h3>hb_buffer_set_language ()</h3>
1399
1357
  <pre class="programlisting"><span class="returnvalue">void</span>
1400
1358
  hb_buffer_set_language (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1401
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-language-t"><span class="type">hb_language_t</span></a> language</code></em>);</pre>
1359
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="type">hb_language_t</span></a> language</code></em>);</pre>
1402
1360
  <div class="refsect3">
1403
- <a name="idp22950128"></a><h4>Parameters</h4>
1361
+ <a name="id-1.3.2.5.11.37.4"></a><h4>Parameters</h4>
1404
1362
  <div class="informaltable"><table width="100%" border="0">
1405
1363
  <colgroup>
1406
1364
  <col width="150px" class="parameters_name">
@@ -1423,7 +1381,7 @@ hb_buffer_set_language (<em class="parameter"><code><a class="link" href="harfbu
1423
1381
  hb_buffer_set_length (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1424
1382
  <em class="parameter"><code>unsigned <span class="type">int</span> length</code></em>);</pre>
1425
1383
  <div class="refsect3">
1426
- <a name="idp22965680"></a><h4>Parameters</h4>
1384
+ <a name="id-1.3.2.5.11.38.4"></a><h4>Parameters</h4>
1427
1385
  <div class="informaltable"><table width="100%" border="0">
1428
1386
  <colgroup>
1429
1387
  <col width="150px" class="parameters_name">
@@ -1438,27 +1396,19 @@ hb_buffer_set_length (<em class="parameter"><code><a class="link" href="harfbuzz
1438
1396
  </table></div>
1439
1397
  </div>
1440
1398
  <div class="refsect3">
1441
- <a name="idp22973184"></a><h4>Returns</h4>
1399
+ <a name="id-1.3.2.5.11.38.5"></a><h4>Returns</h4>
1442
1400
  <p></p>
1443
1401
  </div>
1444
1402
  <p class="since">Since 1.0</p>
1445
1403
  </div>
1446
1404
  <hr>
1447
1405
  <div class="refsect2">
1448
- <a name="hb-buffer-set-replacement-codepoint"></a><h3>hb_buffer_set_replacement_codepoint ()</h3>
1449
- <pre class="programlisting"><span class="returnvalue">void</span>
1450
- hb_buffer_set_replacement_codepoint (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1451
- <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> replacement</code></em>);</pre>
1452
- <p class="since">Since 1.0</p>
1453
- </div>
1454
- <hr>
1455
- <div class="refsect2">
1456
1406
  <a name="hb-buffer-set-script"></a><h3>hb_buffer_set_script ()</h3>
1457
1407
  <pre class="programlisting"><span class="returnvalue">void</span>
1458
1408
  hb_buffer_set_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1459
1409
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="type">hb_script_t</span></a> script</code></em>);</pre>
1460
1410
  <div class="refsect3">
1461
- <a name="idp22990256"></a><h4>Parameters</h4>
1411
+ <a name="id-1.3.2.5.11.39.4"></a><h4>Parameters</h4>
1462
1412
  <div class="informaltable"><table width="100%" border="0">
1463
1413
  <colgroup>
1464
1414
  <col width="150px" class="parameters_name">
@@ -1481,7 +1431,7 @@ hb_buffer_set_script (<em class="parameter"><code><a class="link" href="harfbuzz
1481
1431
  hb_buffer_set_segment_properties (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1482
1432
  <em class="parameter"><code>const <a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *props</code></em>);</pre>
1483
1433
  <div class="refsect3">
1484
- <a name="idp23005808"></a><h4>Parameters</h4>
1434
+ <a name="id-1.3.2.5.11.40.4"></a><h4>Parameters</h4>
1485
1435
  <div class="informaltable"><table width="100%" border="0">
1486
1436
  <colgroup>
1487
1437
  <col width="150px" class="parameters_name">
@@ -1495,7 +1445,7 @@ hb_buffer_set_segment_properties (<em class="parameter"><code><a class="link" hr
1495
1445
  </tr></tbody>
1496
1446
  </table></div>
1497
1447
  </div>
1498
- <p class="since">Since 1.0</p>
1448
+ <p class="since">Since 0.9.7</p>
1499
1449
  </div>
1500
1450
  <hr>
1501
1451
  <div class="refsect2">
@@ -1504,7 +1454,7 @@ hb_buffer_set_segment_properties (<em class="parameter"><code><a class="link" hr
1504
1454
  hb_buffer_set_unicode_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
1505
1455
  <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> *unicode_funcs</code></em>);</pre>
1506
1456
  <div class="refsect3">
1507
- <a name="idp23021216"></a><h4>Parameters</h4>
1457
+ <a name="id-1.3.2.5.11.41.4"></a><h4>Parameters</h4>
1508
1458
  <div class="informaltable"><table width="100%" border="0">
1509
1459
  <colgroup>
1510
1460
  <col width="150px" class="parameters_name">
@@ -1530,7 +1480,7 @@ hb_buffer_set_user_data (<em class="parameter"><code><a class="link" href="harfb
1530
1480
  <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>,
1531
1481
  <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>
1532
1482
  <div class="refsect3">
1533
- <a name="idp23040752"></a><h4>Parameters</h4>
1483
+ <a name="id-1.3.2.5.11.42.4"></a><h4>Parameters</h4>
1534
1484
  <div class="informaltable"><table width="100%" border="0">
1535
1485
  <colgroup>
1536
1486
  <col width="150px" class="parameters_name">
@@ -1545,7 +1495,7 @@ hb_buffer_set_user_data (<em class="parameter"><code><a class="link" href="harfb
1545
1495
  </table></div>
1546
1496
  </div>
1547
1497
  <div class="refsect3">
1548
- <a name="idp23048256"></a><h4>Returns</h4>
1498
+ <a name="id-1.3.2.5.11.42.5"></a><h4>Returns</h4>
1549
1499
  <p></p>
1550
1500
  </div>
1551
1501
  <p class="since">Since 1.0</p>
@@ -1556,24 +1506,12 @@ hb_buffer_set_user_data (<em class="parameter"><code><a class="link" href="harfb
1556
1506
  <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>
1557
1507
  hb_segment_properties_equal (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *a</code></em>,
1558
1508
  <em class="parameter"><code>const <a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *b</code></em>);</pre>
1559
- <p>
1560
- </p>
1561
- <div class="refsect3">
1562
- <a name="idp23057632"></a><h4>Returns</h4>
1563
- <p></p>
1564
- </div>
1565
1509
  </div>
1566
1510
  <hr>
1567
1511
  <div class="refsect2">
1568
1512
  <a name="hb-segment-properties-hash"></a><h3>hb_segment_properties_hash ()</h3>
1569
1513
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
1570
1514
  hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *p</code></em>);</pre>
1571
- <p>
1572
- </p>
1573
- <div class="refsect3">
1574
- <a name="idp23065088"></a><h4>Returns</h4>
1575
- <p></p>
1576
- </div>
1577
1515
  </div>
1578
1516
  </div>
1579
1517
  <div class="refsect1">
@@ -1581,16 +1519,12 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1581
1519
  <div class="refsect2">
1582
1520
  <a name="HB-SEGMENT-PROPERTIES-DEFAULT:CAPS"></a><h3>HB_SEGMENT_PROPERTIES_DEFAULT</h3>
1583
1521
  <pre class="programlisting">#define HB_SEGMENT_PROPERTIES_DEFAULT</pre>
1584
- <p>
1585
- </p>
1586
1522
  </div>
1587
1523
  <hr>
1588
1524
  <div class="refsect2">
1589
1525
  <a name="hb-buffer-content-type-t"></a><h3>enum hb_buffer_content_type_t</h3>
1590
- <p>
1591
- </p>
1592
1526
  <div class="refsect3">
1593
- <a name="idp23074720"></a><h4>Members</h4>
1527
+ <a name="id-1.3.2.5.12.3.3"></a><h4>Members</h4>
1594
1528
  <div class="informaltable"><table width="100%" border="0">
1595
1529
  <colgroup>
1596
1530
  <col width="300px" class="enum_members_name">
@@ -1600,18 +1534,18 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1600
1534
  <tbody>
1601
1535
  <tr>
1602
1536
  <td class="enum_member_name"><p><a name="HB-BUFFER-CONTENT-TYPE-INVALID:CAPS"></a>HB_BUFFER_CONTENT_TYPE_INVALID</p></td>
1603
- <td class="enum_member_description"> </td>
1604
- <td class="enum_member_annotations"> </td>
1537
+ <td> </td>
1538
+ <td> </td>
1605
1539
  </tr>
1606
1540
  <tr>
1607
1541
  <td class="enum_member_name"><p><a name="HB-BUFFER-CONTENT-TYPE-UNICODE:CAPS"></a>HB_BUFFER_CONTENT_TYPE_UNICODE</p></td>
1608
- <td class="enum_member_description"> </td>
1609
- <td class="enum_member_annotations"> </td>
1542
+ <td> </td>
1543
+ <td> </td>
1610
1544
  </tr>
1611
1545
  <tr>
1612
1546
  <td class="enum_member_name"><p><a name="HB-BUFFER-CONTENT-TYPE-GLYPHS:CAPS"></a>HB_BUFFER_CONTENT_TYPE_GLYPHS</p></td>
1613
- <td class="enum_member_description"> </td>
1614
- <td class="enum_member_annotations"> </td>
1547
+ <td> </td>
1548
+ <td> </td>
1615
1549
  </tr>
1616
1550
  </tbody>
1617
1551
  </table></div>
@@ -1620,10 +1554,8 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1620
1554
  <hr>
1621
1555
  <div class="refsect2">
1622
1556
  <a name="hb-buffer-flags-t"></a><h3>enum hb_buffer_flags_t</h3>
1623
- <p>
1624
- </p>
1625
1557
  <div class="refsect3">
1626
- <a name="idp23090928"></a><h4>Members</h4>
1558
+ <a name="id-1.3.2.5.12.4.3"></a><h4>Members</h4>
1627
1559
  <div class="informaltable"><table width="100%" border="0">
1628
1560
  <colgroup>
1629
1561
  <col width="300px" class="enum_members_name">
@@ -1633,23 +1565,23 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1633
1565
  <tbody>
1634
1566
  <tr>
1635
1567
  <td class="enum_member_name"><p><a name="HB-BUFFER-FLAG-DEFAULT:CAPS"></a>HB_BUFFER_FLAG_DEFAULT</p></td>
1636
- <td class="enum_member_description"> </td>
1637
- <td class="enum_member_annotations"> </td>
1568
+ <td> </td>
1569
+ <td> </td>
1638
1570
  </tr>
1639
1571
  <tr>
1640
1572
  <td class="enum_member_name"><p><a name="HB-BUFFER-FLAG-BOT:CAPS"></a>HB_BUFFER_FLAG_BOT</p></td>
1641
- <td class="enum_member_description"> </td>
1642
- <td class="enum_member_annotations"> </td>
1573
+ <td> </td>
1574
+ <td> </td>
1643
1575
  </tr>
1644
1576
  <tr>
1645
1577
  <td class="enum_member_name"><p><a name="HB-BUFFER-FLAG-EOT:CAPS"></a>HB_BUFFER_FLAG_EOT</p></td>
1646
- <td class="enum_member_description"> </td>
1647
- <td class="enum_member_annotations"> </td>
1578
+ <td> </td>
1579
+ <td> </td>
1648
1580
  </tr>
1649
1581
  <tr>
1650
1582
  <td class="enum_member_name"><p><a name="HB-BUFFER-FLAG-PRESERVE-DEFAULT-IGNORABLES:CAPS"></a>HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES</p></td>
1651
- <td class="enum_member_description"> </td>
1652
- <td class="enum_member_annotations"> </td>
1583
+ <td> </td>
1584
+ <td> </td>
1653
1585
  </tr>
1654
1586
  </tbody>
1655
1587
  </table></div>
@@ -1658,10 +1590,8 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1658
1590
  <hr>
1659
1591
  <div class="refsect2">
1660
1592
  <a name="hb-buffer-serialize-flags-t"></a><h3>enum hb_buffer_serialize_flags_t</h3>
1661
- <p>
1662
- </p>
1663
1593
  <div class="refsect3">
1664
- <a name="idp23110400"></a><h4>Members</h4>
1594
+ <a name="id-1.3.2.5.12.5.3"></a><h4>Members</h4>
1665
1595
  <div class="informaltable"><table width="100%" border="0">
1666
1596
  <colgroup>
1667
1597
  <col width="300px" class="enum_members_name">
@@ -1671,23 +1601,28 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1671
1601
  <tbody>
1672
1602
  <tr>
1673
1603
  <td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FLAG-DEFAULT:CAPS"></a>HB_BUFFER_SERIALIZE_FLAG_DEFAULT</p></td>
1674
- <td class="enum_member_description"> </td>
1675
- <td class="enum_member_annotations"> </td>
1604
+ <td> </td>
1605
+ <td> </td>
1676
1606
  </tr>
1677
1607
  <tr>
1678
1608
  <td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FLAG-NO-CLUSTERS:CAPS"></a>HB_BUFFER_SERIALIZE_FLAG_NO_CLUSTERS</p></td>
1679
- <td class="enum_member_description"> </td>
1680
- <td class="enum_member_annotations"> </td>
1609
+ <td> </td>
1610
+ <td> </td>
1681
1611
  </tr>
1682
1612
  <tr>
1683
1613
  <td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FLAG-NO-POSITIONS:CAPS"></a>HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS</p></td>
1684
- <td class="enum_member_description"> </td>
1685
- <td class="enum_member_annotations"> </td>
1614
+ <td> </td>
1615
+ <td> </td>
1686
1616
  </tr>
1687
1617
  <tr>
1688
1618
  <td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FLAG-NO-GLYPH-NAMES:CAPS"></a>HB_BUFFER_SERIALIZE_FLAG_NO_GLYPH_NAMES</p></td>
1689
- <td class="enum_member_description"> </td>
1690
- <td class="enum_member_annotations"> </td>
1619
+ <td> </td>
1620
+ <td> </td>
1621
+ </tr>
1622
+ <tr>
1623
+ <td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FLAG-GLYPH-EXTENTS:CAPS"></a>HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS</p></td>
1624
+ <td> </td>
1625
+ <td> </td>
1691
1626
  </tr>
1692
1627
  </tbody>
1693
1628
  </table></div>
@@ -1696,10 +1631,8 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1696
1631
  <hr>
1697
1632
  <div class="refsect2">
1698
1633
  <a name="hb-buffer-serialize-format-t"></a><h3>enum hb_buffer_serialize_format_t</h3>
1699
- <p>
1700
- </p>
1701
1634
  <div class="refsect3">
1702
- <a name="idp23132992"></a><h4>Members</h4>
1635
+ <a name="id-1.3.2.5.12.6.3"></a><h4>Members</h4>
1703
1636
  <div class="informaltable"><table width="100%" border="0">
1704
1637
  <colgroup>
1705
1638
  <col width="300px" class="enum_members_name">
@@ -1709,18 +1642,18 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1709
1642
  <tbody>
1710
1643
  <tr>
1711
1644
  <td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FORMAT-TEXT:CAPS"></a>HB_BUFFER_SERIALIZE_FORMAT_TEXT</p></td>
1712
- <td class="enum_member_description"> </td>
1713
- <td class="enum_member_annotations"> </td>
1645
+ <td> </td>
1646
+ <td> </td>
1714
1647
  </tr>
1715
1648
  <tr>
1716
1649
  <td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FORMAT-JSON:CAPS"></a>HB_BUFFER_SERIALIZE_FORMAT_JSON</p></td>
1717
- <td class="enum_member_description"> </td>
1718
- <td class="enum_member_annotations"> </td>
1650
+ <td> </td>
1651
+ <td> </td>
1719
1652
  </tr>
1720
1653
  <tr>
1721
1654
  <td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FORMAT-INVALID:CAPS"></a>HB_BUFFER_SERIALIZE_FORMAT_INVALID</p></td>
1722
- <td class="enum_member_description"> </td>
1723
- <td class="enum_member_annotations"> </td>
1655
+ <td> </td>
1656
+ <td> </td>
1724
1657
  </tr>
1725
1658
  </tbody>
1726
1659
  </table></div>
@@ -1731,8 +1664,6 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1731
1664
  <a name="hb-buffer-t"></a><h3>hb_buffer_t</h3>
1732
1665
  <pre class="programlisting">typedef struct hb_buffer_t hb_buffer_t;
1733
1666
  </pre>
1734
- <p>
1735
- </p>
1736
1667
  </div>
1737
1668
  <hr>
1738
1669
  <div class="refsect2">
@@ -1743,8 +1674,6 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1743
1674
  uint32_t cluster;
1744
1675
  } hb_glyph_info_t;
1745
1676
  </pre>
1746
- <p>
1747
- </p>
1748
1677
  </div>
1749
1678
  <hr>
1750
1679
  <div class="refsect2">
@@ -1756,8 +1685,6 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1756
1685
  hb_position_t y_offset;
1757
1686
  } hb_glyph_position_t;
1758
1687
  </pre>
1759
- <p>
1760
- </p>
1761
1688
  </div>
1762
1689
  <hr>
1763
1690
  <div class="refsect2">
@@ -1768,13 +1695,10 @@ hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" hr
1768
1695
  hb_language_t language;
1769
1696
  } hb_segment_properties_t;
1770
1697
  </pre>
1771
- <p>
1772
- </p>
1773
1698
  </div>
1774
1699
  </div>
1775
1700
  </div>
1776
1701
  <div class="footer">
1777
- <hr>
1778
- Generated by GTK-Doc V1.20.1</div>
1702
+ <hr>Generated by GTK-Doc V1.24.1</div>
1779
1703
  </body>
1780
1704
  </html>