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,23 +2,24 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>hb-coretext</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-coretext: 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-uniscribe.html" title="hb-uniscribe">
10
10
  <link rel="next" href="harfbuzz-hb-gobject.html" title="hb-gobject">
11
- <meta name="generator" content="GTK-Doc V1.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">
15
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
16
  <td width="100%" align="left" class="shortcuts">
17
17
  <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
- <a href="#harfbuzz-hb-coretext.description" class="shortcut">Description</a></span>
18
+ <a href="#harfbuzz-hb-coretext.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#harfbuzz-hb-coretext.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
19
20
  </td>
20
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
- <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>
22
23
  <td><a accesskey="p" href="harfbuzz-hb-uniscribe.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
24
  <td><a accesskey="n" href="harfbuzz-hb-gobject.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
25
  </tr></table>
@@ -86,9 +87,12 @@
86
87
  </table></div>
87
88
  </div>
88
89
  <div class="refsect1">
90
+ <a name="harfbuzz-hb-coretext.object-hierarchy"></a><h2>Object Hierarchy</h2>
91
+ <pre class="screen">
92
+ </pre>
93
+ </div>
94
+ <div class="refsect1">
89
95
  <a name="harfbuzz-hb-coretext.description"></a><h2>Description</h2>
90
- <p>
91
- </p>
92
96
  </div>
93
97
  <div class="refsect1">
94
98
  <a name="harfbuzz-hb-coretext.functions_details"></a><h2>Functions</h2>
@@ -102,24 +106,12 @@ hb_coretext_face_create (<em class="parameter"><code><span class="type">CGFontRe
102
106
  <a name="hb-coretext-face-get-cg-font"></a><h3>hb_coretext_face_get_cg_font ()</h3>
103
107
  <pre class="programlisting"><span class="returnvalue">CGFontRef</span>
104
108
  hb_coretext_face_get_cg_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
105
- <p>
106
- </p>
107
- <div class="refsect3">
108
- <a name="idp19763168"></a><h4>Returns</h4>
109
- <p></p>
110
- </div>
111
109
  </div>
112
110
  <hr>
113
111
  <div class="refsect2">
114
112
  <a name="hb-coretext-font-get-ct-font"></a><h3>hb_coretext_font_get_ct_font ()</h3>
115
113
  <pre class="programlisting"><span class="returnvalue">CTFontRef</span>
116
114
  hb_coretext_font_get_ct_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
117
- <p>
118
- </p>
119
- <div class="refsect3">
120
- <a name="idp23989600"></a><h4>Returns</h4>
121
- <p></p>
122
- </div>
123
115
  </div>
124
116
  </div>
125
117
  <div class="refsect1">
@@ -138,7 +130,6 @@ hb_coretext_font_get_ct_font (<em class="parameter"><code><a class="link" href="
138
130
  </div>
139
131
  </div>
140
132
  <div class="footer">
141
- <hr>
142
- Generated by GTK-Doc V1.20.1</div>
133
+ <hr>Generated by GTK-Doc V1.24.1</div>
143
134
  </body>
144
135
  </html>
@@ -2,23 +2,24 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>hb-deprecated</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-deprecated: 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-version.html" title="hb-version">
10
10
  <link rel="next" href="harfbuzz-hb-set.html" title="hb-set">
11
- <meta name="generator" content="GTK-Doc V1.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">
15
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
16
  <td width="100%" align="left" class="shortcuts">
17
17
  <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
- <a href="#harfbuzz-hb-deprecated.description" class="shortcut">Description</a></span>
18
+ <a href="#harfbuzz-hb-deprecated.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#harfbuzz-hb-deprecated.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
19
20
  </td>
20
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
- <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>
22
23
  <td><a accesskey="p" href="harfbuzz-hb-version.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
24
  <td><a accesskey="n" href="harfbuzz-hb-set.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
25
  </tr></table>
@@ -55,9 +56,12 @@
55
56
  </table></div>
56
57
  </div>
57
58
  <div class="refsect1">
59
+ <a name="harfbuzz-hb-deprecated.object-hierarchy"></a><h2>Object Hierarchy</h2>
60
+ <pre class="screen">
61
+ </pre>
62
+ </div>
63
+ <div class="refsect1">
58
64
  <a name="harfbuzz-hb-deprecated.description"></a><h2>Description</h2>
59
- <p>
60
- </p>
61
65
  </div>
62
66
  <div class="refsect1">
63
67
  <a name="harfbuzz-hb-deprecated.functions_details"></a><h2>Functions</h2>
@@ -69,8 +73,6 @@
69
73
  <pre class="programlisting">#define HB_BUFFER_FLAGS_DEFAULT HB_BUFFER_FLAG_DEFAULT
70
74
  </pre>
71
75
  <div class="warning"><p><code class="literal">HB_BUFFER_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p></div>
72
- <p>
73
- </p>
74
76
  </div>
75
77
  <hr>
76
78
  <div class="refsect2">
@@ -78,8 +80,6 @@
78
80
  <pre class="programlisting">#define HB_BUFFER_SERIALIZE_FLAGS_DEFAULT HB_BUFFER_SERIALIZE_FLAG_DEFAULT
79
81
  </pre>
80
82
  <div class="warning"><p><code class="literal">HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p></div>
81
- <p>
82
- </p>
83
83
  </div>
84
84
  <hr>
85
85
  <div class="refsect2">
@@ -87,13 +87,10 @@
87
87
  <pre class="programlisting">#define HB_SCRIPT_CANADIAN_ABORIGINAL HB_SCRIPT_CANADIAN_SYLLABICS
88
88
  </pre>
89
89
  <div class="warning"><p><code class="literal">HB_SCRIPT_CANADIAN_ABORIGINAL</code> is deprecated and should not be used in newly-written code.</p></div>
90
- <p>
91
- </p>
92
90
  </div>
93
91
  </div>
94
92
  </div>
95
93
  <div class="footer">
96
- <hr>
97
- Generated by GTK-Doc V1.20.1</div>
94
+ <hr>Generated by GTK-Doc V1.24.1</div>
98
95
  </body>
99
96
  </html>
@@ -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-face</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-face: 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-blob.html" title="hb-blob">
10
10
  <link rel="next" href="harfbuzz-hb-font.html" title="hb-font">
11
- <meta name="generator" content="GTK-Doc V1.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-face.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
20
20
  </td>
21
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
- <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-blob.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
24
  <td><a accesskey="n" href="harfbuzz-hb-font.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
25
  </tr></table>
@@ -191,14 +191,12 @@
191
191
  </div>
192
192
  <div class="refsect1">
193
193
  <a name="harfbuzz-hb-face.object-hierarchy"></a><h2>Object Hierarchy</h2>
194
- <pre class="screen"> GBoxed
194
+ <pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
195
195
  <span class="lineart">╰──</span> hb_face_t
196
196
  </pre>
197
197
  </div>
198
198
  <div class="refsect1">
199
199
  <a name="harfbuzz-hb-face.description"></a><h2>Description</h2>
200
- <p>
201
- </p>
202
200
  </div>
203
201
  <div class="refsect1">
204
202
  <a name="harfbuzz-hb-face.functions_details"></a><h2>Functions</h2>
@@ -207,12 +205,6 @@
207
205
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
208
206
  hb_face_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
209
207
  <em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
210
- <p>
211
- </p>
212
- <div class="refsect3">
213
- <a name="idp17669104"></a><h4>Returns</h4>
214
- <p></p>
215
- </div>
216
208
  </div>
217
209
  <hr>
218
210
  <div class="refsect2">
@@ -222,7 +214,7 @@ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="har
222
214
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
223
215
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
224
216
  <div class="refsect3">
225
- <a name="idp16965008"></a><h4>Parameters</h4>
217
+ <a name="id-1.3.2.7.8.3.4"></a><h4>Parameters</h4>
226
218
  <div class="informaltable"><table width="100%" border="0">
227
219
  <colgroup>
228
220
  <col width="150px" class="parameters_name">
@@ -237,7 +229,7 @@ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="har
237
229
  </table></div>
238
230
  </div>
239
231
  <div class="refsect3">
240
- <a name="idp17846736"></a><h4>Returns</h4>
232
+ <a name="id-1.3.2.7.8.3.5"></a><h4>Returns</h4>
241
233
  <p> (transfer full)</p>
242
234
  <p></p>
243
235
  </div>
@@ -249,7 +241,7 @@ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="har
249
241
  <pre class="programlisting"><span class="returnvalue">void</span>
250
242
  hb_face_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
251
243
  <div class="refsect3">
252
- <a name="idp14634400"></a><h4>Parameters</h4>
244
+ <a name="id-1.3.2.7.8.4.4"></a><h4>Parameters</h4>
253
245
  <div class="informaltable"><table width="100%" border="0">
254
246
  <colgroup>
255
247
  <col width="150px" class="parameters_name">
@@ -271,7 +263,7 @@ hb_face_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-f
271
263
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
272
264
  hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
273
265
  <div class="refsect3">
274
- <a name="idp21412768"></a><h4>Returns</h4>
266
+ <a name="id-1.3.2.7.8.5.4"></a><h4>Returns</h4>
275
267
  <p> (transfer full)</p>
276
268
  <p></p>
277
269
  </div>
@@ -283,7 +275,7 @@ hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></c
283
275
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
284
276
  hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
285
277
  <div class="refsect3">
286
- <a name="idp22131376"></a><h4>Parameters</h4>
278
+ <a name="id-1.3.2.7.8.6.4"></a><h4>Parameters</h4>
287
279
  <div class="informaltable"><table width="100%" border="0">
288
280
  <colgroup>
289
281
  <col width="150px" class="parameters_name">
@@ -298,10 +290,10 @@ hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfb
298
290
  </table></div>
299
291
  </div>
300
292
  <div class="refsect3">
301
- <a name="idp22139776"></a><h4>Returns</h4>
293
+ <a name="id-1.3.2.7.8.6.5"></a><h4>Returns</h4>
302
294
  <p></p>
303
295
  </div>
304
- <p class="since">Since 1.0</p>
296
+ <p class="since">Since 0.9.7</p>
305
297
  </div>
306
298
  <hr>
307
299
  <div class="refsect2">
@@ -309,7 +301,7 @@ hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfb
309
301
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
310
302
  hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
311
303
  <div class="refsect3">
312
- <a name="idp22148976"></a><h4>Parameters</h4>
304
+ <a name="id-1.3.2.7.8.7.4"></a><h4>Parameters</h4>
313
305
  <div class="informaltable"><table width="100%" border="0">
314
306
  <colgroup>
315
307
  <col width="150px" class="parameters_name">
@@ -324,10 +316,10 @@ hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
324
316
  </table></div>
325
317
  </div>
326
318
  <div class="refsect3">
327
- <a name="idp22157376"></a><h4>Returns</h4>
319
+ <a name="id-1.3.2.7.8.7.5"></a><h4>Returns</h4>
328
320
  <p></p>
329
321
  </div>
330
- <p class="since">Since 1.0</p>
322
+ <p class="since">Since 0.9.2</p>
331
323
  </div>
332
324
  <hr>
333
325
  <div class="refsect2">
@@ -335,7 +327,7 @@ hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
335
327
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
336
328
  hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
337
329
  <div class="refsect3">
338
- <a name="idp22166576"></a><h4>Parameters</h4>
330
+ <a name="id-1.3.2.7.8.8.4"></a><h4>Parameters</h4>
339
331
  <div class="informaltable"><table width="100%" border="0">
340
332
  <colgroup>
341
333
  <col width="150px" class="parameters_name">
@@ -350,7 +342,7 @@ hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
350
342
  </table></div>
351
343
  </div>
352
344
  <div class="refsect3">
353
- <a name="idp22174976"></a><h4>Returns</h4>
345
+ <a name="id-1.3.2.7.8.8.5"></a><h4>Returns</h4>
354
346
  <p></p>
355
347
  </div>
356
348
  <p class="since">Since 1.0</p>
@@ -362,7 +354,7 @@ hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
362
354
  hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
363
355
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>);</pre>
364
356
  <div class="refsect3">
365
- <a name="idp22185664"></a><h4>Parameters</h4>
357
+ <a name="id-1.3.2.7.8.9.4"></a><h4>Parameters</h4>
366
358
  <div class="informaltable"><table width="100%" border="0">
367
359
  <colgroup>
368
360
  <col width="150px" class="parameters_name">
@@ -377,7 +369,7 @@ hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
377
369
  </table></div>
378
370
  </div>
379
371
  <div class="refsect3">
380
- <a name="idp22194064"></a><h4>Returns</h4>
372
+ <a name="id-1.3.2.7.8.9.5"></a><h4>Returns</h4>
381
373
  <p>. </p>
382
374
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
383
375
  </div>
@@ -389,7 +381,7 @@ hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
389
381
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
390
382
  hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
391
383
  <div class="refsect3">
392
- <a name="idp22204720"></a><h4>Parameters</h4>
384
+ <a name="id-1.3.2.7.8.10.4"></a><h4>Parameters</h4>
393
385
  <div class="informaltable"><table width="100%" border="0">
394
386
  <colgroup>
395
387
  <col width="150px" class="parameters_name">
@@ -404,7 +396,7 @@ hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
404
396
  </table></div>
405
397
  </div>
406
398
  <div class="refsect3">
407
- <a name="idp22213120"></a><h4>Returns</h4>
399
+ <a name="id-1.3.2.7.8.10.5"></a><h4>Returns</h4>
408
400
  <p></p>
409
401
  </div>
410
402
  <p class="since">Since 1.0</p>
@@ -415,7 +407,7 @@ hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
415
407
  <pre class="programlisting"><span class="returnvalue">void</span>
416
408
  hb_face_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
417
409
  <div class="refsect3">
418
- <a name="idp22222176"></a><h4>Parameters</h4>
410
+ <a name="id-1.3.2.7.8.11.4"></a><h4>Parameters</h4>
419
411
  <div class="informaltable"><table width="100%" border="0">
420
412
  <colgroup>
421
413
  <col width="150px" class="parameters_name">
@@ -437,7 +429,7 @@ hb_face_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
437
429
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
438
430
  hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
439
431
  <div class="refsect3">
440
- <a name="idp22238192"></a><h4>Parameters</h4>
432
+ <a name="id-1.3.2.7.8.12.4"></a><h4>Parameters</h4>
441
433
  <div class="informaltable"><table width="100%" border="0">
442
434
  <colgroup>
443
435
  <col width="150px" class="parameters_name">
@@ -452,7 +444,7 @@ hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
452
444
  </table></div>
453
445
  </div>
454
446
  <div class="refsect3">
455
- <a name="idp22246592"></a><h4>Returns</h4>
447
+ <a name="id-1.3.2.7.8.12.5"></a><h4>Returns</h4>
456
448
  <p></p>
457
449
  </div>
458
450
  <p class="since">Since 1.0</p>
@@ -463,7 +455,7 @@ hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
463
455
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
464
456
  hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
465
457
  <div class="refsect3">
466
- <a name="idp22255648"></a><h4>Parameters</h4>
458
+ <a name="id-1.3.2.7.8.13.4"></a><h4>Parameters</h4>
467
459
  <div class="informaltable"><table width="100%" border="0">
468
460
  <colgroup>
469
461
  <col width="150px" class="parameters_name">
@@ -478,11 +470,11 @@ hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbu
478
470
  </table></div>
479
471
  </div>
480
472
  <div class="refsect3">
481
- <a name="idp22264048"></a><h4>Returns</h4>
473
+ <a name="id-1.3.2.7.8.13.5"></a><h4>Returns</h4>
482
474
  <p>. </p>
483
475
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
484
476
  </div>
485
- <p class="since">Since 1.0</p>
477
+ <p class="since">Since 0.9.2</p>
486
478
  </div>
487
479
  <hr>
488
480
  <div class="refsect2">
@@ -491,7 +483,7 @@ hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbu
491
483
  hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
492
484
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> tag</code></em>);</pre>
493
485
  <div class="refsect3">
494
- <a name="idp22276400"></a><h4>Parameters</h4>
486
+ <a name="id-1.3.2.7.8.14.4"></a><h4>Parameters</h4>
495
487
  <div class="informaltable"><table width="100%" border="0">
496
488
  <colgroup>
497
489
  <col width="150px" class="parameters_name">
@@ -506,7 +498,7 @@ hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfb
506
498
  </table></div>
507
499
  </div>
508
500
  <div class="refsect3">
509
- <a name="idp22284800"></a><h4>Returns</h4>
501
+ <a name="id-1.3.2.7.8.14.5"></a><h4>Returns</h4>
510
502
  <p>. </p>
511
503
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
512
504
  </div>
@@ -519,7 +511,7 @@ hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfb
519
511
  hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
520
512
  <em class="parameter"><code>unsigned <span class="type">int</span> glyph_count</code></em>);</pre>
521
513
  <div class="refsect3">
522
- <a name="idp22297328"></a><h4>Parameters</h4>
514
+ <a name="id-1.3.2.7.8.15.4"></a><h4>Parameters</h4>
523
515
  <div class="informaltable"><table width="100%" border="0">
524
516
  <colgroup>
525
517
  <col width="150px" class="parameters_name">
@@ -533,7 +525,7 @@ hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfb
533
525
  </tr></tbody>
534
526
  </table></div>
535
527
  </div>
536
- <p class="since">Since 1.0</p>
528
+ <p class="since">Since 0.9.7</p>
537
529
  </div>
538
530
  <hr>
539
531
  <div class="refsect2">
@@ -542,7 +534,7 @@ hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfb
542
534
  hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
543
535
  <em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
544
536
  <div class="refsect3">
545
- <a name="idp22315120"></a><h4>Parameters</h4>
537
+ <a name="id-1.3.2.7.8.16.4"></a><h4>Parameters</h4>
546
538
  <div class="informaltable"><table width="100%" border="0">
547
539
  <colgroup>
548
540
  <col width="150px" class="parameters_name">
@@ -556,7 +548,7 @@ hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
556
548
  </tr></tbody>
557
549
  </table></div>
558
550
  </div>
559
- <p class="since">Since 1.0</p>
551
+ <p class="since">Since 0.9.2</p>
560
552
  </div>
561
553
  <hr>
562
554
  <div class="refsect2">
@@ -565,7 +557,7 @@ hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
565
557
  hb_face_set_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
566
558
  <em class="parameter"><code>unsigned <span class="type">int</span> upem</code></em>);</pre>
567
559
  <div class="refsect3">
568
- <a name="idp22332912"></a><h4>Parameters</h4>
560
+ <a name="id-1.3.2.7.8.17.4"></a><h4>Parameters</h4>
569
561
  <div class="informaltable"><table width="100%" border="0">
570
562
  <colgroup>
571
563
  <col width="150px" class="parameters_name">
@@ -579,7 +571,7 @@ hb_face_set_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
579
571
  </tr></tbody>
580
572
  </table></div>
581
573
  </div>
582
- <p class="since">Since 1.0</p>
574
+ <p class="since">Since 0.9.2</p>
583
575
  </div>
584
576
  <hr>
585
577
  <div class="refsect2">
@@ -591,7 +583,7 @@ hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
591
583
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>,
592
584
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="type">hb_bool_t</span></a> replace</code></em>);</pre>
593
585
  <div class="refsect3">
594
- <a name="idp22355472"></a><h4>Parameters</h4>
586
+ <a name="id-1.3.2.7.8.18.4"></a><h4>Parameters</h4>
595
587
  <div class="informaltable"><table width="100%" border="0">
596
588
  <colgroup>
597
589
  <col width="150px" class="parameters_name">
@@ -606,7 +598,7 @@ hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
606
598
  </table></div>
607
599
  </div>
608
600
  <div class="refsect3">
609
- <a name="idp22363872"></a><h4>Returns</h4>
601
+ <a name="id-1.3.2.7.8.18.5"></a><h4>Returns</h4>
610
602
  <p></p>
611
603
  </div>
612
604
  <p class="since">Since 1.0</p>
@@ -618,13 +610,10 @@ hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
618
610
  <a name="hb-face-t"></a><h3>hb_face_t</h3>
619
611
  <pre class="programlisting">typedef struct hb_face_t hb_face_t;
620
612
  </pre>
621
- <p>
622
- </p>
623
613
  </div>
624
614
  </div>
625
615
  </div>
626
616
  <div class="footer">
627
- <hr>
628
- Generated by GTK-Doc V1.20.1</div>
617
+ <hr>Generated by GTK-Doc V1.24.1</div>
629
618
  </body>
630
619
  </html>