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-shape-plan</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-shape-plan: 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-ot-tag.html" title="hb-ot-tag">
|
10
10
|
<link rel="next" href="harfbuzz-hb-glib.html" title="hb-glib">
|
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-shape-plan.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-ot-tag.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-glib.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -129,14 +129,12 @@
|
|
129
129
|
</div>
|
130
130
|
<div class="refsect1">
|
131
131
|
<a name="harfbuzz-hb-shape-plan.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
132
|
-
<pre class="screen"> GBoxed
|
132
|
+
<pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
133
133
|
<span class="lineart">╰──</span> hb_shape_plan_t
|
134
134
|
</pre>
|
135
135
|
</div>
|
136
136
|
<div class="refsect1">
|
137
137
|
<a name="harfbuzz-hb-shape-plan.description"></a><h2>Description</h2>
|
138
|
-
<p>
|
139
|
-
</p>
|
140
138
|
</div>
|
141
139
|
<div class="refsect1">
|
142
140
|
<a name="harfbuzz-hb-shape-plan.functions_details"></a><h2>Functions</h2>
|
@@ -145,15 +143,9 @@
|
|
145
143
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="returnvalue">hb_shape_plan_t</span></a> *
|
146
144
|
hb_shape_plan_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
147
145
|
<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>,
|
148
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-
|
146
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *user_features</code></em>,
|
149
147
|
<em class="parameter"><code>unsigned <span class="type">int</span> num_user_features</code></em>,
|
150
148
|
<em class="parameter"><code>const <span class="type">char</span> * const *shaper_list</code></em>);</pre>
|
151
|
-
<p>
|
152
|
-
</p>
|
153
|
-
<div class="refsect3">
|
154
|
-
<a name="idp19672080"></a><h4>Returns</h4>
|
155
|
-
<p></p>
|
156
|
-
</div>
|
157
149
|
</div>
|
158
150
|
<hr>
|
159
151
|
<div class="refsect2">
|
@@ -161,11 +153,11 @@ hb_shape_plan_create (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
161
153
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="returnvalue">hb_shape_plan_t</span></a> *
|
162
154
|
hb_shape_plan_create_cached (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
163
155
|
<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>,
|
164
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-
|
156
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *user_features</code></em>,
|
165
157
|
<em class="parameter"><code>unsigned <span class="type">int</span> num_user_features</code></em>,
|
166
158
|
<em class="parameter"><code>const <span class="type">char</span> * const *shaper_list</code></em>);</pre>
|
167
159
|
<div class="refsect3">
|
168
|
-
<a name="
|
160
|
+
<a name="id-1.3.2.16.8.3.4"></a><h4>Parameters</h4>
|
169
161
|
<div class="informaltable"><table width="100%" border="0">
|
170
162
|
<colgroup>
|
171
163
|
<col width="150px" class="parameters_name">
|
@@ -187,11 +179,11 @@ hb_shape_plan_create_cached (<em class="parameter"><code><a class="link" href="h
|
|
187
179
|
</table></div>
|
188
180
|
</div>
|
189
181
|
<div class="refsect3">
|
190
|
-
<a name="
|
182
|
+
<a name="id-1.3.2.16.8.3.5"></a><h4>Returns</h4>
|
191
183
|
<p>. </p>
|
192
184
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
193
185
|
</div>
|
194
|
-
<p class="since">Since
|
186
|
+
<p class="since">Since 0.9.7</p>
|
195
187
|
</div>
|
196
188
|
<hr>
|
197
189
|
<div class="refsect2">
|
@@ -199,7 +191,7 @@ hb_shape_plan_create_cached (<em class="parameter"><code><a class="link" href="h
|
|
199
191
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
200
192
|
hb_shape_plan_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="type">hb_shape_plan_t</span></a> *shape_plan</code></em>);</pre>
|
201
193
|
<div class="refsect3">
|
202
|
-
<a name="
|
194
|
+
<a name="id-1.3.2.16.8.4.4"></a><h4>Parameters</h4>
|
203
195
|
<div class="informaltable"><table width="100%" border="0">
|
204
196
|
<colgroup>
|
205
197
|
<col width="150px" class="parameters_name">
|
@@ -213,7 +205,7 @@ hb_shape_plan_destroy (<em class="parameter"><code><a class="link" href="harfbuz
|
|
213
205
|
</tr></tbody>
|
214
206
|
</table></div>
|
215
207
|
</div>
|
216
|
-
<p class="since">Since
|
208
|
+
<p class="since">Since 0.9.7</p>
|
217
209
|
</div>
|
218
210
|
<hr>
|
219
211
|
<div class="refsect2">
|
@@ -222,10 +214,10 @@ hb_shape_plan_destroy (<em class="parameter"><code><a class="link" href="harfbuz
|
|
222
214
|
hb_shape_plan_execute (<em class="parameter"><code><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="type">hb_shape_plan_t</span></a> *shape_plan</code></em>,
|
223
215
|
<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>,
|
224
216
|
<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>,
|
225
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-
|
217
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *features</code></em>,
|
226
218
|
<em class="parameter"><code>unsigned <span class="type">int</span> num_features</code></em>);</pre>
|
227
219
|
<div class="refsect3">
|
228
|
-
<a name="
|
220
|
+
<a name="id-1.3.2.16.8.5.4"></a><h4>Parameters</h4>
|
229
221
|
<div class="informaltable"><table width="100%" border="0">
|
230
222
|
<colgroup>
|
231
223
|
<col width="150px" class="parameters_name">
|
@@ -257,10 +249,10 @@ hb_shape_plan_execute (<em class="parameter"><code><a class="link" href="harfbuz
|
|
257
249
|
</table></div>
|
258
250
|
</div>
|
259
251
|
<div class="refsect3">
|
260
|
-
<a name="
|
252
|
+
<a name="id-1.3.2.16.8.5.5"></a><h4>Returns</h4>
|
261
253
|
<p></p>
|
262
254
|
</div>
|
263
|
-
<p class="since">Since
|
255
|
+
<p class="since">Since 0.9.7</p>
|
264
256
|
</div>
|
265
257
|
<hr>
|
266
258
|
<div class="refsect2">
|
@@ -268,11 +260,11 @@ hb_shape_plan_execute (<em class="parameter"><code><a class="link" href="harfbuz
|
|
268
260
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="returnvalue">hb_shape_plan_t</span></a> *
|
269
261
|
hb_shape_plan_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
270
262
|
<div class="refsect3">
|
271
|
-
<a name="
|
263
|
+
<a name="id-1.3.2.16.8.6.4"></a><h4>Returns</h4>
|
272
264
|
<p>. </p>
|
273
265
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
274
266
|
</div>
|
275
|
-
<p class="since">Since
|
267
|
+
<p class="since">Since 0.9.7</p>
|
276
268
|
</div>
|
277
269
|
<hr>
|
278
270
|
<div class="refsect2">
|
@@ -280,7 +272,7 @@ hb_shape_plan_get_empty (<em class="parameter"><code><span class="type">void</sp
|
|
280
272
|
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
281
273
|
hb_shape_plan_get_shaper (<em class="parameter"><code><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="type">hb_shape_plan_t</span></a> *shape_plan</code></em>);</pre>
|
282
274
|
<div class="refsect3">
|
283
|
-
<a name="
|
275
|
+
<a name="id-1.3.2.16.8.7.4"></a><h4>Parameters</h4>
|
284
276
|
<div class="informaltable"><table width="100%" border="0">
|
285
277
|
<colgroup>
|
286
278
|
<col width="150px" class="parameters_name">
|
@@ -295,11 +287,11 @@ hb_shape_plan_get_shaper (<em class="parameter"><code><a class="link" href="harf
|
|
295
287
|
</table></div>
|
296
288
|
</div>
|
297
289
|
<div class="refsect3">
|
298
|
-
<a name="
|
290
|
+
<a name="id-1.3.2.16.8.7.5"></a><h4>Returns</h4>
|
299
291
|
<p>. </p>
|
300
292
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
301
293
|
</div>
|
302
|
-
<p class="since">Since
|
294
|
+
<p class="since">Since 0.9.7</p>
|
303
295
|
</div>
|
304
296
|
<hr>
|
305
297
|
<div class="refsect2">
|
@@ -308,7 +300,7 @@ hb_shape_plan_get_shaper (<em class="parameter"><code><a class="link" href="harf
|
|
308
300
|
hb_shape_plan_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="type">hb_shape_plan_t</span></a> *shape_plan</code></em>,
|
309
301
|
<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>
|
310
302
|
<div class="refsect3">
|
311
|
-
<a name="
|
303
|
+
<a name="id-1.3.2.16.8.8.4"></a><h4>Parameters</h4>
|
312
304
|
<div class="informaltable"><table width="100%" border="0">
|
313
305
|
<colgroup>
|
314
306
|
<col width="150px" class="parameters_name">
|
@@ -323,11 +315,11 @@ hb_shape_plan_get_user_data (<em class="parameter"><code><a class="link" href="h
|
|
323
315
|
</table></div>
|
324
316
|
</div>
|
325
317
|
<div class="refsect3">
|
326
|
-
<a name="
|
318
|
+
<a name="id-1.3.2.16.8.8.5"></a><h4>Returns</h4>
|
327
319
|
<p>. </p>
|
328
320
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
329
321
|
</div>
|
330
|
-
<p class="since">Since
|
322
|
+
<p class="since">Since 0.9.7</p>
|
331
323
|
</div>
|
332
324
|
<hr>
|
333
325
|
<div class="refsect2">
|
@@ -335,7 +327,7 @@ hb_shape_plan_get_user_data (<em class="parameter"><code><a class="link" href="h
|
|
335
327
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="returnvalue">hb_shape_plan_t</span></a> *
|
336
328
|
hb_shape_plan_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="type">hb_shape_plan_t</span></a> *shape_plan</code></em>);</pre>
|
337
329
|
<div class="refsect3">
|
338
|
-
<a name="
|
330
|
+
<a name="id-1.3.2.16.8.9.4"></a><h4>Parameters</h4>
|
339
331
|
<div class="informaltable"><table width="100%" border="0">
|
340
332
|
<colgroup>
|
341
333
|
<col width="150px" class="parameters_name">
|
@@ -350,11 +342,11 @@ hb_shape_plan_reference (<em class="parameter"><code><a class="link" href="harfb
|
|
350
342
|
</table></div>
|
351
343
|
</div>
|
352
344
|
<div class="refsect3">
|
353
|
-
<a name="
|
345
|
+
<a name="id-1.3.2.16.8.9.5"></a><h4>Returns</h4>
|
354
346
|
<p>. </p>
|
355
347
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
356
348
|
</div>
|
357
|
-
<p class="since">Since
|
349
|
+
<p class="since">Since 0.9.7</p>
|
358
350
|
</div>
|
359
351
|
<hr>
|
360
352
|
<div class="refsect2">
|
@@ -366,7 +358,7 @@ hb_shape_plan_set_user_data (<em class="parameter"><code><a class="link" href="h
|
|
366
358
|
<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>,
|
367
359
|
<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>
|
368
360
|
<div class="refsect3">
|
369
|
-
<a name="
|
361
|
+
<a name="id-1.3.2.16.8.10.4"></a><h4>Parameters</h4>
|
370
362
|
<div class="informaltable"><table width="100%" border="0">
|
371
363
|
<colgroup>
|
372
364
|
<col width="150px" class="parameters_name">
|
@@ -381,10 +373,10 @@ hb_shape_plan_set_user_data (<em class="parameter"><code><a class="link" href="h
|
|
381
373
|
</table></div>
|
382
374
|
</div>
|
383
375
|
<div class="refsect3">
|
384
|
-
<a name="
|
376
|
+
<a name="id-1.3.2.16.8.10.5"></a><h4>Returns</h4>
|
385
377
|
<p></p>
|
386
378
|
</div>
|
387
|
-
<p class="since">Since
|
379
|
+
<p class="since">Since 0.9.7</p>
|
388
380
|
</div>
|
389
381
|
</div>
|
390
382
|
<div class="refsect1">
|
@@ -393,13 +385,10 @@ hb_shape_plan_set_user_data (<em class="parameter"><code><a class="link" href="h
|
|
393
385
|
<a name="hb-shape-plan-t"></a><h3>hb_shape_plan_t</h3>
|
394
386
|
<pre class="programlisting">typedef struct hb_shape_plan_t hb_shape_plan_t;
|
395
387
|
</pre>
|
396
|
-
<p>
|
397
|
-
</p>
|
398
388
|
</div>
|
399
389
|
</div>
|
400
390
|
</div>
|
401
391
|
<div class="footer">
|
402
|
-
<hr>
|
403
|
-
Generated by GTK-Doc V1.20.1</div>
|
392
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
404
393
|
</body>
|
405
394
|
</html>
|