pango 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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-mingw +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>
|