pango 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +19 -3
- data/ext/pango/depend +0 -1
- data/ext/pango/extconf.rb +0 -2
- data/ext/pango/rbpango.c +44 -6
- data/ext/pango/rbpango.h +0 -1
- data/ext/pango/rbpangoattribute.c +2 -2
- data/ext/pango/rbpangocairo.c +4 -4
- data/ext/pango/rbpangocontext.c +2 -2
- data/ext/pango/rbpangofontdescription.c +2 -2
- data/ext/pango/rbpangogravity.c +2 -2
- data/ext/pango/rbpangolanguage.c +8 -0
- data/ext/pango/rbpangolayout.c +15 -4
- data/ext/pango/rbpangomatrix.c +2 -2
- data/ext/pango/rbpangoscript.c +3 -3
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/lib/2.2/pango.so +0 -0
- data/test/test-language.rb +5 -0
- data/test/test-layout.rb +7 -1
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -6
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +1 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +26 -1
- data/vendor/local/include/harfbuzz/hb-common.h +7 -0
- data/vendor/local/include/harfbuzz/hb-font.h +7 -6
- data/vendor/local/include/harfbuzz/hb-ft.h +58 -1
- data/vendor/local/include/harfbuzz/hb-glib.h +3 -0
- data/vendor/local/include/harfbuzz/hb-ot-font.h +4 -0
- data/vendor/local/include/harfbuzz/hb-shape.h +0 -3
- data/vendor/local/include/harfbuzz/hb-unicode.h +28 -3
- data/vendor/local/include/harfbuzz/hb-version.h +4 -4
- data/vendor/local/include/layout/LEFontInstance.h +2 -28
- data/vendor/local/include/layout/LETableReference.h +7 -2
- data/vendor/local/include/unicode/calendar.h +32 -2
- data/vendor/local/include/unicode/coll.h +9 -7
- data/vendor/local/include/unicode/datefmt.h +102 -13
- data/vendor/local/include/unicode/dcfmtsym.h +4 -2
- data/vendor/local/include/unicode/decimfmt.h +4 -5
- data/vendor/local/include/unicode/dtfmtsym.h +60 -1
- data/vendor/local/include/unicode/dtptngen.h +21 -7
- data/vendor/local/include/unicode/localpointer.h +49 -1
- data/vendor/local/include/unicode/locid.h +2 -3
- data/vendor/local/include/unicode/measfmt.h +30 -37
- data/vendor/local/include/unicode/measunit.h +65 -152
- data/vendor/local/include/unicode/measure.h +3 -3
- data/vendor/local/include/unicode/numfmt.h +3 -5
- data/vendor/local/include/unicode/platform.h +12 -2
- data/vendor/local/include/unicode/plurrule.h +18 -14
- data/vendor/local/include/unicode/rbnf.h +3 -4
- data/vendor/local/include/unicode/regex.h +42 -26
- data/vendor/local/include/unicode/region.h +9 -9
- data/vendor/local/include/unicode/reldatefmt.h +50 -45
- data/vendor/local/include/unicode/scientificnumberformatter.h +222 -0
- data/vendor/local/include/unicode/smpdtfmt.h +30 -24
- data/vendor/local/include/unicode/tblcoll.h +5 -4
- data/vendor/local/include/unicode/timezone.h +18 -1
- data/vendor/local/include/unicode/ucal.h +2 -2
- data/vendor/local/include/unicode/ucol.h +22 -18
- data/vendor/local/include/unicode/uconfig.h +17 -2
- data/vendor/local/include/unicode/udat.h +164 -56
- data/vendor/local/include/unicode/udatpg.h +9 -7
- data/vendor/local/include/unicode/ufieldpositer.h +121 -0
- data/vendor/local/include/unicode/uidna.h +21 -13
- data/vendor/local/include/unicode/ulistformatter.h +130 -0
- data/vendor/local/include/unicode/ulocdata.h +4 -3
- data/vendor/local/include/unicode/unistr.h +101 -53
- data/vendor/local/include/unicode/unum.h +7 -10
- data/vendor/local/include/unicode/uregex.h +52 -29
- data/vendor/local/include/unicode/urename.h +14 -3
- data/vendor/local/include/unicode/uscript.h +30 -16
- data/vendor/local/include/unicode/uspoof.h +13 -9
- data/vendor/local/include/unicode/utrans.h +5 -7
- data/vendor/local/include/unicode/utypes.h +9 -3
- data/vendor/local/include/unicode/uvernum.h +8 -8
- data/vendor/local/lib/icu/{54.1 → 55.1}/Makefile.inc +5 -5
- data/vendor/local/lib/icu/{54.1 → 55.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +5 -5
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt54.dll → icudt55.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +7 -7
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +7 -7
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +2 -2
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +1 -1
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +2 -2
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +2 -2
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +3 -1
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-io.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-le.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-lx.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-uc.pc +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +35 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +30 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +158 -27
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +87 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch01.html → ch06.html} +12 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +7 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +40 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +352 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +88 -47
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +128 -204
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +290 -304
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +14 -23
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +14 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +40 -51
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +126 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +19 -24
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +14 -29
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +438 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +14 -25
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +14 -29
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +19 -160
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +21 -36
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +14 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +70 -81
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +33 -44
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +290 -323
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +14 -23
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +59 -27
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +16 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +415 -104
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +181 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +43 -12
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +11 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +70 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +107 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +39 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +124 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +38 -0
- data/vendor/local/share/icu/{54.1 → 55.1}/config/mh-mingw64 +0 -0
- data/vendor/local/share/icu/{54.1 → 55.1}/install-sh +0 -0
- data/vendor/local/share/icu/{54.1 → 55.1}/license.html +3 -4
- data/vendor/local/share/icu/{54.1 → 55.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +38 -22
- data/vendor/local/include/unicode/scientificformathelper.h +0 -139
- data/vendor/local/lib/icuin54.dll +0 -0
- data/vendor/local/lib/icuio54.dll +0 -0
- data/vendor/local/lib/icule54.dll +0 -0
- data/vendor/local/lib/iculx54.dll +0 -0
- data/vendor/local/lib/icutest54.dll +0 -0
- data/vendor/local/lib/icutu54.dll +0 -0
- data/vendor/local/lib/icuuc54.dll +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +0 -286
- 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-blob</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
7
|
-
<link rel="home" href="index.html" title="HarfBuzz
|
8
|
-
<link rel="up" href="
|
5
|
+
<title>hb-blob: 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-buffer.html" title="hb-buffer">
|
10
10
|
<link rel="next" href="harfbuzz-hb-face.html" title="hb-face">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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-blob.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="
|
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-buffer.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-face.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -158,16 +158,14 @@
|
|
158
158
|
</div>
|
159
159
|
<div class="refsect1">
|
160
160
|
<a name="harfbuzz-hb-blob.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
161
|
-
<pre class="screen"> GBoxed
|
161
|
+
<pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
162
162
|
<span class="lineart">╰──</span> hb_blob_t
|
163
|
-
GEnum
|
163
|
+
<a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
164
164
|
<span class="lineart">╰──</span> hb_memory_mode_t
|
165
165
|
</pre>
|
166
166
|
</div>
|
167
167
|
<div class="refsect1">
|
168
168
|
<a name="harfbuzz-hb-blob.description"></a><h2>Description</h2>
|
169
|
-
<p>
|
170
|
-
</p>
|
171
169
|
</div>
|
172
170
|
<div class="refsect1">
|
173
171
|
<a name="harfbuzz-hb-blob.functions_details"></a><h2>Functions</h2>
|
@@ -179,12 +177,60 @@ hb_blob_create (<em class="parameter"><code>const <span class="type">char</span>
|
|
179
177
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-memory-mode-t" title="enum hb_memory_mode_t"><span class="type">hb_memory_mode_t</span></a> mode</code></em>,
|
180
178
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
181
179
|
<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>
|
182
|
-
<p>
|
183
|
-
</
|
180
|
+
<p>Creates a new "blob" object wrapping <em class="parameter"><code>data</code></em>
|
181
|
+
. The <em class="parameter"><code>mode</code></em>
|
182
|
+
parameter is used
|
183
|
+
to negotiate ownership and lifecycle of <em class="parameter"><code>data</code></em>
|
184
|
+
.</p>
|
184
185
|
<div class="refsect3">
|
185
|
-
<a name="
|
186
|
+
<a name="id-1.3.2.6.8.2.5"></a><h4>Parameters</h4>
|
187
|
+
<div class="informaltable"><table width="100%" border="0">
|
188
|
+
<colgroup>
|
189
|
+
<col width="150px" class="parameters_name">
|
190
|
+
<col class="parameters_description">
|
191
|
+
<col width="200px" class="parameters_annotations">
|
192
|
+
</colgroup>
|
193
|
+
<tbody>
|
194
|
+
<tr>
|
195
|
+
<td class="parameter_name"><p>data</p></td>
|
196
|
+
<td class="parameter_description"><p>Pointer to blob data.</p></td>
|
197
|
+
<td class="parameter_annotations"> </td>
|
198
|
+
</tr>
|
199
|
+
<tr>
|
200
|
+
<td class="parameter_name"><p>length</p></td>
|
201
|
+
<td class="parameter_description"><p>Length of <em class="parameter"><code>data</code></em>
|
202
|
+
in bytes.</p></td>
|
203
|
+
<td class="parameter_annotations"> </td>
|
204
|
+
</tr>
|
205
|
+
<tr>
|
206
|
+
<td class="parameter_name"><p>mode</p></td>
|
207
|
+
<td class="parameter_description"><p>Memory mode for <em class="parameter"><code>data</code></em>
|
208
|
+
.</p></td>
|
209
|
+
<td class="parameter_annotations"> </td>
|
210
|
+
</tr>
|
211
|
+
<tr>
|
212
|
+
<td class="parameter_name"><p>user_data</p></td>
|
213
|
+
<td class="parameter_description"><p>Data parameter to pass to <em class="parameter"><code>destroy</code></em>
|
214
|
+
.</p></td>
|
215
|
+
<td class="parameter_annotations"> </td>
|
216
|
+
</tr>
|
217
|
+
<tr>
|
218
|
+
<td class="parameter_name"><p>destroy</p></td>
|
219
|
+
<td class="parameter_description"><p>Callback to call when <em class="parameter"><code>data</code></em>
|
220
|
+
is not needed anymore.</p></td>
|
221
|
+
<td class="parameter_annotations"> </td>
|
222
|
+
</tr>
|
223
|
+
</tbody>
|
224
|
+
</table></div>
|
225
|
+
</div>
|
226
|
+
<div class="refsect3">
|
227
|
+
<a name="id-1.3.2.6.8.2.6"></a><h4>Returns</h4>
|
228
|
+
<p> New blob, or the empty blob if something failed or if <em class="parameter"><code>length</code></em>
|
229
|
+
is
|
230
|
+
zero. Destroy with <a class="link" href="harfbuzz-hb-blob.html#hb-blob-destroy" title="hb_blob_destroy ()"><code class="function">hb_blob_destroy()</code></a>.</p>
|
186
231
|
<p></p>
|
187
232
|
</div>
|
233
|
+
<p class="since">Since 1.0</p>
|
188
234
|
</div>
|
189
235
|
<hr>
|
190
236
|
<div class="refsect2">
|
@@ -202,7 +248,7 @@ is.</p>
|
|
202
248
|
<p>Makes <em class="parameter"><code>parent</code></em>
|
203
249
|
immutable.</p>
|
204
250
|
<div class="refsect3">
|
205
|
-
<a name="
|
251
|
+
<a name="id-1.3.2.6.8.3.6"></a><h4>Parameters</h4>
|
206
252
|
<div class="informaltable"><table width="100%" border="0">
|
207
253
|
<colgroup>
|
208
254
|
<col width="150px" class="parameters_name">
|
@@ -230,7 +276,7 @@ is.</p>
|
|
230
276
|
</table></div>
|
231
277
|
</div>
|
232
278
|
<div class="refsect3">
|
233
|
-
<a name="
|
279
|
+
<a name="id-1.3.2.6.8.3.7"></a><h4>Returns</h4>
|
234
280
|
<p> New blob, or the empty blob if something failed or if
|
235
281
|
<em class="parameter"><code>length</code></em>
|
236
282
|
is zero or <em class="parameter"><code>offset</code></em>
|
@@ -253,7 +299,7 @@ hb_blob_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-b
|
|
253
299
|
was created for if it has not been called already.</p>
|
254
300
|
<p>See TODO:link object types for more information.</p>
|
255
301
|
<div class="refsect3">
|
256
|
-
<a name="
|
302
|
+
<a name="id-1.3.2.6.8.4.6"></a><h4>Parameters</h4>
|
257
303
|
<div class="informaltable"><table width="100%" border="0">
|
258
304
|
<colgroup>
|
259
305
|
<col width="150px" class="parameters_name">
|
@@ -276,7 +322,7 @@ was created for if it has not been called already.</p>
|
|
276
322
|
hb_blob_get_data (<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>,
|
277
323
|
<em class="parameter"><code>unsigned <span class="type">int</span> *length</code></em>);</pre>
|
278
324
|
<div class="refsect3">
|
279
|
-
<a name="
|
325
|
+
<a name="id-1.3.2.6.8.5.4"></a><h4>Parameters</h4>
|
280
326
|
<div class="informaltable"><table width="100%" border="0">
|
281
327
|
<colgroup>
|
282
328
|
<col width="150px" class="parameters_name">
|
@@ -298,7 +344,7 @@ hb_blob_get_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
298
344
|
</table></div>
|
299
345
|
</div>
|
300
346
|
<div class="refsect3">
|
301
|
-
<a name="
|
347
|
+
<a name="id-1.3.2.6.8.5.5"></a><h4>Returns</h4>
|
302
348
|
<p>. </p>
|
303
349
|
<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>
|
304
350
|
</div>
|
@@ -315,7 +361,7 @@ return pointer to data.</p>
|
|
315
361
|
<p>Fails if blob has been made immutable, or if memory allocation
|
316
362
|
fails.</p>
|
317
363
|
<div class="refsect3">
|
318
|
-
<a name="
|
364
|
+
<a name="id-1.3.2.6.8.6.6"></a><h4>Parameters</h4>
|
319
365
|
<div class="informaltable"><table width="100%" border="0">
|
320
366
|
<colgroup>
|
321
367
|
<col width="150px" class="parameters_name">
|
@@ -337,7 +383,7 @@ fails.</p>
|
|
337
383
|
</table></div>
|
338
384
|
</div>
|
339
385
|
<div class="refsect3">
|
340
|
-
<a name="
|
386
|
+
<a name="id-1.3.2.6.8.6.7"></a><h4>Returns</h4>
|
341
387
|
<p> Writable blob data,
|
342
388
|
or <code class="literal">NULL</code> if failed. </p>
|
343
389
|
<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>
|
@@ -352,7 +398,7 @@ hb_blob_get_empty (<em class="parameter"><code><span class="type">void</span></c
|
|
352
398
|
<p>Returns the singleton empty blob.</p>
|
353
399
|
<p>See TODO:link object types for more information.</p>
|
354
400
|
<div class="refsect3">
|
355
|
-
<a name="
|
401
|
+
<a name="id-1.3.2.6.8.7.6"></a><h4>Returns</h4>
|
356
402
|
<p> the empty blob. </p>
|
357
403
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
358
404
|
</div>
|
@@ -364,7 +410,7 @@ hb_blob_get_empty (<em class="parameter"><code><span class="type">void</span></c
|
|
364
410
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
365
411
|
hb_blob_get_length (<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>);</pre>
|
366
412
|
<div class="refsect3">
|
367
|
-
<a name="
|
413
|
+
<a name="id-1.3.2.6.8.8.4"></a><h4>Parameters</h4>
|
368
414
|
<div class="informaltable"><table width="100%" border="0">
|
369
415
|
<colgroup>
|
370
416
|
<col width="150px" class="parameters_name">
|
@@ -379,7 +425,7 @@ hb_blob_get_length (<em class="parameter"><code><a class="link" href="harfbuzz-h
|
|
379
425
|
</table></div>
|
380
426
|
</div>
|
381
427
|
<div class="refsect3">
|
382
|
-
<a name="
|
428
|
+
<a name="id-1.3.2.6.8.8.5"></a><h4>Returns</h4>
|
383
429
|
<p> the length of blob data in bytes.</p>
|
384
430
|
<p></p>
|
385
431
|
</div>
|
@@ -392,7 +438,7 @@ hb_blob_get_length (<em class="parameter"><code><a class="link" href="harfbuzz-h
|
|
392
438
|
hb_blob_get_user_data (<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>,
|
393
439
|
<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>
|
394
440
|
<div class="refsect3">
|
395
|
-
<a name="
|
441
|
+
<a name="id-1.3.2.6.8.9.4"></a><h4>Parameters</h4>
|
396
442
|
<div class="informaltable"><table width="100%" border="0">
|
397
443
|
<colgroup>
|
398
444
|
<col width="150px" class="parameters_name">
|
@@ -414,7 +460,7 @@ hb_blob_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
414
460
|
</table></div>
|
415
461
|
</div>
|
416
462
|
<div class="refsect3">
|
417
|
-
<a name="
|
463
|
+
<a name="id-1.3.2.6.8.9.5"></a><h4>Returns</h4>
|
418
464
|
<p>. </p>
|
419
465
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
420
466
|
</div>
|
@@ -426,7 +472,7 @@ hb_blob_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
426
472
|
<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>
|
427
473
|
hb_blob_is_immutable (<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>);</pre>
|
428
474
|
<div class="refsect3">
|
429
|
-
<a name="
|
475
|
+
<a name="id-1.3.2.6.8.10.4"></a><h4>Parameters</h4>
|
430
476
|
<div class="informaltable"><table width="100%" border="0">
|
431
477
|
<colgroup>
|
432
478
|
<col width="150px" class="parameters_name">
|
@@ -441,7 +487,7 @@ hb_blob_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
441
487
|
</table></div>
|
442
488
|
</div>
|
443
489
|
<div class="refsect3">
|
444
|
-
<a name="
|
490
|
+
<a name="id-1.3.2.6.8.10.5"></a><h4>Returns</h4>
|
445
491
|
<p> TODO</p>
|
446
492
|
<p></p>
|
447
493
|
</div>
|
@@ -453,7 +499,7 @@ hb_blob_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
453
499
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
454
500
|
hb_blob_make_immutable (<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>);</pre>
|
455
501
|
<div class="refsect3">
|
456
|
-
<a name="
|
502
|
+
<a name="id-1.3.2.6.8.11.4"></a><h4>Parameters</h4>
|
457
503
|
<div class="informaltable"><table width="100%" border="0">
|
458
504
|
<colgroup>
|
459
505
|
<col width="150px" class="parameters_name">
|
@@ -478,7 +524,7 @@ hb_blob_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
478
524
|
.</p>
|
479
525
|
<p>See TODO:link object types for more information.</p>
|
480
526
|
<div class="refsect3">
|
481
|
-
<a name="
|
527
|
+
<a name="id-1.3.2.6.8.12.6"></a><h4>Parameters</h4>
|
482
528
|
<div class="informaltable"><table width="100%" border="0">
|
483
529
|
<colgroup>
|
484
530
|
<col width="150px" class="parameters_name">
|
@@ -493,7 +539,7 @@ hb_blob_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
493
539
|
</table></div>
|
494
540
|
</div>
|
495
541
|
<div class="refsect3">
|
496
|
-
<a name="
|
542
|
+
<a name="id-1.3.2.6.8.12.7"></a><h4>Returns</h4>
|
497
543
|
<p> <em class="parameter"><code>blob</code></em>
|
498
544
|
.</p>
|
499
545
|
<p></p>
|
@@ -510,7 +556,7 @@ hb_blob_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
510
556
|
<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>,
|
511
557
|
<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>
|
512
558
|
<div class="refsect3">
|
513
|
-
<a name="
|
559
|
+
<a name="id-1.3.2.6.8.13.4"></a><h4>Parameters</h4>
|
514
560
|
<div class="informaltable"><table width="100%" border="0">
|
515
561
|
<colgroup>
|
516
562
|
<col width="150px" class="parameters_name">
|
@@ -548,7 +594,7 @@ is not needed anymore.</p></td>
|
|
548
594
|
</table></div>
|
549
595
|
</div>
|
550
596
|
<div class="refsect3">
|
551
|
-
<a name="
|
597
|
+
<a name="id-1.3.2.6.8.13.5"></a><h4>Returns</h4>
|
552
598
|
<p></p>
|
553
599
|
</div>
|
554
600
|
<p class="since">Since 1.0</p>
|
@@ -560,16 +606,12 @@ is not needed anymore.</p></td>
|
|
560
606
|
<a name="hb-blob-t"></a><h3>hb_blob_t</h3>
|
561
607
|
<pre class="programlisting">typedef struct hb_blob_t hb_blob_t;
|
562
608
|
</pre>
|
563
|
-
<p>
|
564
|
-
</p>
|
565
609
|
</div>
|
566
610
|
<hr>
|
567
611
|
<div class="refsect2">
|
568
612
|
<a name="hb-memory-mode-t"></a><h3>enum hb_memory_mode_t</h3>
|
569
|
-
<p>
|
570
|
-
</p>
|
571
613
|
<div class="refsect3">
|
572
|
-
<a name="
|
614
|
+
<a name="id-1.3.2.6.9.3.3"></a><h4>Members</h4>
|
573
615
|
<div class="informaltable"><table width="100%" border="0">
|
574
616
|
<colgroup>
|
575
617
|
<col width="300px" class="enum_members_name">
|
@@ -579,23 +621,23 @@ is not needed anymore.</p></td>
|
|
579
621
|
<tbody>
|
580
622
|
<tr>
|
581
623
|
<td class="enum_member_name"><p><a name="HB-MEMORY-MODE-DUPLICATE:CAPS"></a>HB_MEMORY_MODE_DUPLICATE</p></td>
|
582
|
-
<td
|
583
|
-
<td
|
624
|
+
<td> </td>
|
625
|
+
<td> </td>
|
584
626
|
</tr>
|
585
627
|
<tr>
|
586
628
|
<td class="enum_member_name"><p><a name="HB-MEMORY-MODE-READONLY:CAPS"></a>HB_MEMORY_MODE_READONLY</p></td>
|
587
|
-
<td
|
588
|
-
<td
|
629
|
+
<td> </td>
|
630
|
+
<td> </td>
|
589
631
|
</tr>
|
590
632
|
<tr>
|
591
633
|
<td class="enum_member_name"><p><a name="HB-MEMORY-MODE-WRITABLE:CAPS"></a>HB_MEMORY_MODE_WRITABLE</p></td>
|
592
|
-
<td
|
593
|
-
<td
|
634
|
+
<td> </td>
|
635
|
+
<td> </td>
|
594
636
|
</tr>
|
595
637
|
<tr>
|
596
638
|
<td class="enum_member_name"><p><a name="HB-MEMORY-MODE-READONLY-MAY-MAKE-WRITABLE:CAPS"></a>HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE</p></td>
|
597
|
-
<td
|
598
|
-
<td
|
639
|
+
<td> </td>
|
640
|
+
<td> </td>
|
599
641
|
</tr>
|
600
642
|
</tbody>
|
601
643
|
</table></div>
|
@@ -604,7 +646,6 @@ is not needed anymore.</p></td>
|
|
604
646
|
</div>
|
605
647
|
</div>
|
606
648
|
<div class="footer">
|
607
|
-
<hr>
|
608
|
-
Generated by GTK-Doc V1.20.1</div>
|
649
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
609
650
|
</body>
|
610
651
|
</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-buffer</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
7
|
-
<link rel="home" href="index.html" title="HarfBuzz
|
8
|
-
<link rel="up" href="
|
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.
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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
|
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="
|
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="
|
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="
|
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="
|
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="
|
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
|
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="
|
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="
|
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="
|
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="
|
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="
|
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
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
922
|
-
<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="
|
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="
|
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="
|
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="
|
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="
|
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
|
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
|
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
|
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="
|
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="
|
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="
|
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="
|
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="
|
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
|
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="
|
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
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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
|
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="
|
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="
|
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
|
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="
|
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="
|
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="
|
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="
|
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="
|
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
|
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="
|
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="
|
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="
|
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="
|
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
|
1604
|
-
<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
|
1609
|
-
<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
|
1614
|
-
<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="
|
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
|
1637
|
-
<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
|
1642
|
-
<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
|
1647
|
-
<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
|
1652
|
-
<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="
|
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
|
1675
|
-
<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
|
1680
|
-
<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
|
1685
|
-
<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
|
1690
|
-
<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="
|
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
|
1713
|
-
<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
|
1718
|
-
<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
|
1723
|
-
<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>
|