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,23 +2,24 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>hb-icu</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-icu: 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-glib.html" title="hb-glib">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ft.html" title="hb-ft">
|
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">
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
16
|
<td width="100%" align="left" class="shortcuts">
|
17
17
|
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
-
<a href="#harfbuzz-hb-icu.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb-icu.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-icu.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
19
20
|
</td>
|
20
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
22
23
|
<td><a accesskey="p" href="harfbuzz-hb-glib.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
24
|
<td><a accesskey="n" href="harfbuzz-hb-ft.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
25
|
</tr></table>
|
@@ -67,9 +68,12 @@
|
|
67
68
|
</table></div>
|
68
69
|
</div>
|
69
70
|
<div class="refsect1">
|
71
|
+
<a name="harfbuzz-hb-icu.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
72
|
+
<pre class="screen">
|
73
|
+
</pre>
|
74
|
+
</div>
|
75
|
+
<div class="refsect1">
|
70
76
|
<a name="harfbuzz-hb-icu.description"></a><h2>Description</h2>
|
71
|
-
<p>
|
72
|
-
</p>
|
73
77
|
</div>
|
74
78
|
<div class="refsect1">
|
75
79
|
<a name="harfbuzz-hb-icu.functions_details"></a><h2>Functions</h2>
|
@@ -77,36 +81,18 @@
|
|
77
81
|
<a name="hb-icu-get-unicode-funcs"></a><h3>hb_icu_get_unicode_funcs ()</h3>
|
78
82
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
|
79
83
|
hb_icu_get_unicode_funcs (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
80
|
-
<p>
|
81
|
-
</p>
|
82
|
-
<div class="refsect3">
|
83
|
-
<a name="idp14261024"></a><h4>Returns</h4>
|
84
|
-
<p></p>
|
85
|
-
</div>
|
86
84
|
</div>
|
87
85
|
<hr>
|
88
86
|
<div class="refsect2">
|
89
87
|
<a name="hb-icu-script-from-script"></a><h3>hb_icu_script_from_script ()</h3>
|
90
88
|
<pre class="programlisting"><span class="returnvalue">UScriptCode</span>
|
91
89
|
hb_icu_script_from_script (<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>
|
92
|
-
<p>
|
93
|
-
</p>
|
94
|
-
<div class="refsect3">
|
95
|
-
<a name="idp24211888"></a><h4>Returns</h4>
|
96
|
-
<p></p>
|
97
|
-
</div>
|
98
90
|
</div>
|
99
91
|
<hr>
|
100
92
|
<div class="refsect2">
|
101
93
|
<a name="hb-icu-script-to-script"></a><h3>hb_icu_script_to_script ()</h3>
|
102
94
|
<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>
|
103
95
|
hb_icu_script_to_script (<em class="parameter"><code><span class="type">UScriptCode</span> script</code></em>);</pre>
|
104
|
-
<p>
|
105
|
-
</p>
|
106
|
-
<div class="refsect3">
|
107
|
-
<a name="idp14646672"></a><h4>Returns</h4>
|
108
|
-
<p></p>
|
109
|
-
</div>
|
110
96
|
</div>
|
111
97
|
</div>
|
112
98
|
<div class="refsect1">
|
@@ -114,7 +100,6 @@ hb_icu_script_to_script (<em class="parameter"><code><span class="type">UScriptC
|
|
114
100
|
</div>
|
115
101
|
</div>
|
116
102
|
<div class="footer">
|
117
|
-
<hr>
|
118
|
-
Generated by GTK-Doc V1.20.1</div>
|
103
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
119
104
|
</body>
|
120
105
|
</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-ot-layout</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-ot-layout: 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.html" title="hb-ot">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ot-tag.html" title="hb-ot-tag">
|
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-ot-layout.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.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-ot-tag.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -283,14 +283,12 @@
|
|
283
283
|
</div>
|
284
284
|
<div class="refsect1">
|
285
285
|
<a name="harfbuzz-hb-ot-layout.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
286
|
-
<pre class="screen"> GEnum
|
286
|
+
<pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
287
287
|
<span class="lineart">╰──</span> hb_ot_layout_glyph_class_t
|
288
288
|
</pre>
|
289
289
|
</div>
|
290
290
|
<div class="refsect1">
|
291
291
|
<a name="harfbuzz-hb-ot-layout.description"></a><h2>Description</h2>
|
292
|
-
<p>
|
293
|
-
</p>
|
294
292
|
</div>
|
295
293
|
<div class="refsect1">
|
296
294
|
<a name="harfbuzz-hb-ot-layout.functions_details"></a><h2>Functions</h2>
|
@@ -303,8 +301,6 @@ hb_ot_layout_collect_lookups (<em class="parameter"><code><a class="link" href="
|
|
303
301
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *languages</code></em>,
|
304
302
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *features</code></em>,
|
305
303
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *lookup_indexes</code></em>);</pre>
|
306
|
-
<p>
|
307
|
-
</p>
|
308
304
|
</div>
|
309
305
|
<hr>
|
310
306
|
<div class="refsect2">
|
@@ -316,12 +312,6 @@ hb_ot_layout_feature_get_lookups (<em class="parameter"><code><a class="link" hr
|
|
316
312
|
<em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
|
317
313
|
<em class="parameter"><code>unsigned <span class="type">int</span> *lookup_count</code></em>,
|
318
314
|
<em class="parameter"><code>unsigned <span class="type">int</span> *lookup_indexes</code></em>);</pre>
|
319
|
-
<p>
|
320
|
-
</p>
|
321
|
-
<div class="refsect3">
|
322
|
-
<a name="idp23755552"></a><h4>Returns</h4>
|
323
|
-
<p></p>
|
324
|
-
</div>
|
325
315
|
</div>
|
326
316
|
<hr>
|
327
317
|
<div class="refsect2">
|
@@ -332,12 +322,6 @@ hb_ot_layout_get_attach_points (<em class="parameter"><code><a class="link" href
|
|
332
322
|
<em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
|
333
323
|
<em class="parameter"><code>unsigned <span class="type">int</span> *point_count</code></em>,
|
334
324
|
<em class="parameter"><code>unsigned <span class="type">int</span> *point_array</code></em>);</pre>
|
335
|
-
<p>
|
336
|
-
</p>
|
337
|
-
<div class="refsect3">
|
338
|
-
<a name="idp23771216"></a><h4>Returns</h4>
|
339
|
-
<p></p>
|
340
|
-
</div>
|
341
325
|
</div>
|
342
326
|
<hr>
|
343
327
|
<div class="refsect2">
|
@@ -345,12 +329,6 @@ hb_ot_layout_get_attach_points (<em class="parameter"><code><a class="link" href
|
|
345
329
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-glyph-class-t" title="enum hb_ot_layout_glyph_class_t"><span class="returnvalue">hb_ot_layout_glyph_class_t</span></a>
|
346
330
|
hb_ot_layout_get_glyph_class (<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>,
|
347
331
|
<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> glyph</code></em>);</pre>
|
348
|
-
<p>
|
349
|
-
</p>
|
350
|
-
<div class="refsect3">
|
351
|
-
<a name="idp23781312"></a><h4>Returns</h4>
|
352
|
-
<p></p>
|
353
|
-
</div>
|
354
332
|
</div>
|
355
333
|
<hr>
|
356
334
|
<div class="refsect2">
|
@@ -359,8 +337,6 @@ hb_ot_layout_get_glyph_class (<em class="parameter"><code><a class="link" href="
|
|
359
337
|
hb_ot_layout_get_glyphs_in_class (<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>,
|
360
338
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-glyph-class-t" title="enum hb_ot_layout_glyph_class_t"><span class="type">hb_ot_layout_glyph_class_t</span></a> klass</code></em>,
|
361
339
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs</code></em>);</pre>
|
362
|
-
<p>
|
363
|
-
</p>
|
364
340
|
</div>
|
365
341
|
<hr>
|
366
342
|
<div class="refsect2">
|
@@ -372,12 +348,6 @@ hb_ot_layout_get_ligature_carets (<em class="parameter"><code><a class="link" hr
|
|
372
348
|
<em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
|
373
349
|
<em class="parameter"><code>unsigned <span class="type">int</span> *caret_count</code></em>,
|
374
350
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *caret_array</code></em>);</pre>
|
375
|
-
<p>
|
376
|
-
</p>
|
377
|
-
<div class="refsect3">
|
378
|
-
<a name="idp23808736"></a><h4>Returns</h4>
|
379
|
-
<p></p>
|
380
|
-
</div>
|
381
351
|
</div>
|
382
352
|
<hr>
|
383
353
|
<div class="refsect2">
|
@@ -389,12 +359,6 @@ hb_ot_layout_get_size_params (<em class="parameter"><code><a class="link" href="
|
|
389
359
|
<em class="parameter"><code>unsigned <span class="type">int</span> *subfamily_name_id</code></em>,
|
390
360
|
<em class="parameter"><code>unsigned <span class="type">int</span> *range_start</code></em>,
|
391
361
|
<em class="parameter"><code>unsigned <span class="type">int</span> *range_end</code></em>);</pre>
|
392
|
-
<p>
|
393
|
-
</p>
|
394
|
-
<div class="refsect3">
|
395
|
-
<a name="idp23826208"></a><h4>Returns</h4>
|
396
|
-
<p></p>
|
397
|
-
</div>
|
398
362
|
</div>
|
399
363
|
<hr>
|
400
364
|
<div class="refsect2">
|
@@ -405,48 +369,24 @@ hb_ot_layout_get_size_params (<em class="parameter"><code><a class="link" href="
|
|
405
369
|
<em class="parameter"><code>unsigned <span class="type">int</span> lookup_index</code></em>,
|
406
370
|
<em class="parameter"><code>const <span class="type">hb_ot_layout_glyph_sequence_t</span> *sequence</code></em>,
|
407
371
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
408
|
-
<p>
|
409
|
-
</p>
|
410
|
-
<div class="refsect3">
|
411
|
-
<a name="idp23842928"></a><h4>Returns</h4>
|
412
|
-
<p></p>
|
413
|
-
</div>
|
414
372
|
</div>
|
415
373
|
<hr>
|
416
374
|
<div class="refsect2">
|
417
375
|
<a name="hb-ot-layout-has-glyph-classes"></a><h3>hb_ot_layout_has_glyph_classes ()</h3>
|
418
376
|
<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>
|
419
377
|
hb_ot_layout_has_glyph_classes (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
420
|
-
<p>
|
421
|
-
</p>
|
422
|
-
<div class="refsect3">
|
423
|
-
<a name="idp23851360"></a><h4>Returns</h4>
|
424
|
-
<p></p>
|
425
|
-
</div>
|
426
378
|
</div>
|
427
379
|
<hr>
|
428
380
|
<div class="refsect2">
|
429
381
|
<a name="hb-ot-layout-has-positioning"></a><h3>hb_ot_layout_has_positioning ()</h3>
|
430
382
|
<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>
|
431
383
|
hb_ot_layout_has_positioning (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
432
|
-
<p>
|
433
|
-
</p>
|
434
|
-
<div class="refsect3">
|
435
|
-
<a name="idp23859792"></a><h4>Returns</h4>
|
436
|
-
<p></p>
|
437
|
-
</div>
|
438
384
|
</div>
|
439
385
|
<hr>
|
440
386
|
<div class="refsect2">
|
441
387
|
<a name="hb-ot-layout-has-substitution"></a><h3>hb_ot_layout_has_substitution ()</h3>
|
442
388
|
<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>
|
443
389
|
hb_ot_layout_has_substitution (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
444
|
-
<p>
|
445
|
-
</p>
|
446
|
-
<div class="refsect3">
|
447
|
-
<a name="idp23868224"></a><h4>Returns</h4>
|
448
|
-
<p></p>
|
449
|
-
</div>
|
450
390
|
</div>
|
451
391
|
<hr>
|
452
392
|
<div class="refsect2">
|
@@ -458,12 +398,6 @@ hb_ot_layout_language_find_feature (<em class="parameter"><code><a class="link"
|
|
458
398
|
<em class="parameter"><code>unsigned <span class="type">int</span> language_index</code></em>,
|
459
399
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> feature_tag</code></em>,
|
460
400
|
<em class="parameter"><code>unsigned <span class="type">int</span> *feature_index</code></em>);</pre>
|
461
|
-
<p>
|
462
|
-
</p>
|
463
|
-
<div class="refsect3">
|
464
|
-
<a name="idp23885344"></a><h4>Returns</h4>
|
465
|
-
<p></p>
|
466
|
-
</div>
|
467
401
|
</div>
|
468
402
|
<hr>
|
469
403
|
<div class="refsect2">
|
@@ -477,12 +411,6 @@ hb_ot_layout_language_get_feature_indexes
|
|
477
411
|
<em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
|
478
412
|
<em class="parameter"><code>unsigned <span class="type">int</span> *feature_count</code></em>,
|
479
413
|
<em class="parameter"><code>unsigned <span class="type">int</span> *feature_indexes</code></em>);</pre>
|
480
|
-
<p>
|
481
|
-
</p>
|
482
|
-
<div class="refsect3">
|
483
|
-
<a name="idp23904336"></a><h4>Returns</h4>
|
484
|
-
<p></p>
|
485
|
-
</div>
|
486
414
|
</div>
|
487
415
|
<hr>
|
488
416
|
<div class="refsect2">
|
@@ -496,12 +424,6 @@ hb_ot_layout_language_get_feature_tags
|
|
496
424
|
<em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
|
497
425
|
<em class="parameter"><code>unsigned <span class="type">int</span> *feature_count</code></em>,
|
498
426
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *feature_tags</code></em>);</pre>
|
499
|
-
<p>
|
500
|
-
</p>
|
501
|
-
<div class="refsect3">
|
502
|
-
<a name="idp23923344"></a><h4>Returns</h4>
|
503
|
-
<p></p>
|
504
|
-
</div>
|
505
427
|
</div>
|
506
428
|
<hr>
|
507
429
|
<div class="refsect2">
|
@@ -526,8 +448,6 @@ hb_ot_layout_lookup_collect_glyphs (<em class="parameter"><code><a class="link"
|
|
526
448
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs_input</code></em>,
|
527
449
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs_after</code></em>,
|
528
450
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs_output</code></em>);</pre>
|
529
|
-
<p>
|
530
|
-
</p>
|
531
451
|
</div>
|
532
452
|
<hr>
|
533
453
|
<div class="refsect2">
|
@@ -537,8 +457,6 @@ hb_ot_layout_lookup_substitute_closure
|
|
537
457
|
(<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>,
|
538
458
|
<em class="parameter"><code>unsigned <span class="type">int</span> lookup_index</code></em>,
|
539
459
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs</code></em>);</pre>
|
540
|
-
<p>
|
541
|
-
</p>
|
542
460
|
</div>
|
543
461
|
<hr>
|
544
462
|
<div class="refsect2">
|
@@ -549,12 +467,6 @@ hb_ot_layout_lookup_would_substitute (<em class="parameter"><code><a class="link
|
|
549
467
|
<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> *glyphs</code></em>,
|
550
468
|
<em class="parameter"><code>unsigned <span class="type">int</span> glyphs_length</code></em>,
|
551
469
|
<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> zero_context</code></em>);</pre>
|
552
|
-
<p>
|
553
|
-
</p>
|
554
|
-
<div class="refsect3">
|
555
|
-
<a name="idp23980784"></a><h4>Returns</h4>
|
556
|
-
<p></p>
|
557
|
-
</div>
|
558
470
|
</div>
|
559
471
|
<hr>
|
560
472
|
<div class="refsect2">
|
@@ -565,12 +477,6 @@ hb_ot_layout_script_find_language (<em class="parameter"><code><a class="link" h
|
|
565
477
|
<em class="parameter"><code>unsigned <span class="type">int</span> script_index</code></em>,
|
566
478
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> language_tag</code></em>,
|
567
479
|
<em class="parameter"><code>unsigned <span class="type">int</span> *language_index</code></em>);</pre>
|
568
|
-
<p>
|
569
|
-
</p>
|
570
|
-
<div class="refsect3">
|
571
|
-
<a name="idp24314880"></a><h4>Returns</h4>
|
572
|
-
<p></p>
|
573
|
-
</div>
|
574
480
|
</div>
|
575
481
|
<hr>
|
576
482
|
<div class="refsect2">
|
@@ -582,12 +488,6 @@ hb_ot_layout_script_get_language_tags (<em class="parameter"><code><a class="lin
|
|
582
488
|
<em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
|
583
489
|
<em class="parameter"><code>unsigned <span class="type">int</span> *language_count</code></em>,
|
584
490
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *language_tags</code></em>);</pre>
|
585
|
-
<p>
|
586
|
-
</p>
|
587
|
-
<div class="refsect3">
|
588
|
-
<a name="idp24331840"></a><h4>Returns</h4>
|
589
|
-
<p></p>
|
590
|
-
</div>
|
591
491
|
</div>
|
592
492
|
<hr>
|
593
493
|
<div class="refsect2">
|
@@ -598,12 +498,6 @@ hb_ot_layout_table_choose_script (<em class="parameter"><code><a class="link" hr
|
|
598
498
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *script_tags</code></em>,
|
599
499
|
<em class="parameter"><code>unsigned <span class="type">int</span> *script_index</code></em>,
|
600
500
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *chosen_script</code></em>);</pre>
|
601
|
-
<p>
|
602
|
-
</p>
|
603
|
-
<div class="refsect3">
|
604
|
-
<a name="idp24347152"></a><h4>Returns</h4>
|
605
|
-
<p></p>
|
606
|
-
</div>
|
607
501
|
</div>
|
608
502
|
<hr>
|
609
503
|
<div class="refsect2">
|
@@ -613,12 +507,6 @@ hb_ot_layout_table_find_script (<em class="parameter"><code><a class="link" href
|
|
613
507
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
|
614
508
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> script_tag</code></em>,
|
615
509
|
<em class="parameter"><code>unsigned <span class="type">int</span> *script_index</code></em>);</pre>
|
616
|
-
<p>
|
617
|
-
</p>
|
618
|
-
<div class="refsect3">
|
619
|
-
<a name="idp24360656"></a><h4>Returns</h4>
|
620
|
-
<p></p>
|
621
|
-
</div>
|
622
510
|
</div>
|
623
511
|
<hr>
|
624
512
|
<div class="refsect2">
|
@@ -629,12 +517,6 @@ hb_ot_layout_table_get_feature_tags (<em class="parameter"><code><a class="link"
|
|
629
517
|
<em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
|
630
518
|
<em class="parameter"><code>unsigned <span class="type">int</span> *feature_count</code></em>,
|
631
519
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *feature_tags</code></em>);</pre>
|
632
|
-
<p>
|
633
|
-
</p>
|
634
|
-
<div class="refsect3">
|
635
|
-
<a name="idp24375904"></a><h4>Returns</h4>
|
636
|
-
<p></p>
|
637
|
-
</div>
|
638
520
|
</div>
|
639
521
|
<hr>
|
640
522
|
<div class="refsect2">
|
@@ -645,12 +527,6 @@ hb_ot_layout_table_get_script_tags (<em class="parameter"><code><a class="link"
|
|
645
527
|
<em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
|
646
528
|
<em class="parameter"><code>unsigned <span class="type">int</span> *script_count</code></em>,
|
647
529
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *script_tags</code></em>);</pre>
|
648
|
-
<p>
|
649
|
-
</p>
|
650
|
-
<div class="refsect3">
|
651
|
-
<a name="idp24391392"></a><h4>Returns</h4>
|
652
|
-
<p></p>
|
653
|
-
</div>
|
654
530
|
</div>
|
655
531
|
<hr>
|
656
532
|
<div class="refsect2">
|
@@ -666,8 +542,6 @@ hb_ot_layout_table_get_lookup_count (<em class="parameter"><code><a class="link"
|
|
666
542
|
hb_ot_shape_plan_collect_lookups (<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>,
|
667
543
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
|
668
544
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *lookup_indexes</code></em>);</pre>
|
669
|
-
<p>
|
670
|
-
</p>
|
671
545
|
</div>
|
672
546
|
</div>
|
673
547
|
<div class="refsect1">
|
@@ -676,56 +550,42 @@ hb_ot_shape_plan_collect_lookups (<em class="parameter"><code><a class="link" hr
|
|
676
550
|
<a name="HB-OT-LAYOUT-DEFAULT-LANGUAGE-INDEX:CAPS"></a><h3>HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX</h3>
|
677
551
|
<pre class="programlisting">#define HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX 0xFFFFu
|
678
552
|
</pre>
|
679
|
-
<p>
|
680
|
-
</p>
|
681
553
|
</div>
|
682
554
|
<hr>
|
683
555
|
<div class="refsect2">
|
684
556
|
<a name="HB-OT-LAYOUT-NO-FEATURE-INDEX:CAPS"></a><h3>HB_OT_LAYOUT_NO_FEATURE_INDEX</h3>
|
685
557
|
<pre class="programlisting">#define HB_OT_LAYOUT_NO_FEATURE_INDEX 0xFFFFu
|
686
558
|
</pre>
|
687
|
-
<p>
|
688
|
-
</p>
|
689
559
|
</div>
|
690
560
|
<hr>
|
691
561
|
<div class="refsect2">
|
692
562
|
<a name="HB-OT-LAYOUT-NO-SCRIPT-INDEX:CAPS"></a><h3>HB_OT_LAYOUT_NO_SCRIPT_INDEX</h3>
|
693
563
|
<pre class="programlisting">#define HB_OT_LAYOUT_NO_SCRIPT_INDEX 0xFFFFu
|
694
564
|
</pre>
|
695
|
-
<p>
|
696
|
-
</p>
|
697
565
|
</div>
|
698
566
|
<hr>
|
699
567
|
<div class="refsect2">
|
700
568
|
<a name="HB-OT-TAG-GDEF:CAPS"></a><h3>HB_OT_TAG_GDEF</h3>
|
701
569
|
<pre class="programlisting">#define HB_OT_TAG_GDEF HB_TAG('G','D','E','F')
|
702
570
|
</pre>
|
703
|
-
<p>
|
704
|
-
</p>
|
705
571
|
</div>
|
706
572
|
<hr>
|
707
573
|
<div class="refsect2">
|
708
574
|
<a name="HB-OT-TAG-GPOS:CAPS"></a><h3>HB_OT_TAG_GPOS</h3>
|
709
575
|
<pre class="programlisting">#define HB_OT_TAG_GPOS HB_TAG('G','P','O','S')
|
710
576
|
</pre>
|
711
|
-
<p>
|
712
|
-
</p>
|
713
577
|
</div>
|
714
578
|
<hr>
|
715
579
|
<div class="refsect2">
|
716
580
|
<a name="HB-OT-TAG-GSUB:CAPS"></a><h3>HB_OT_TAG_GSUB</h3>
|
717
581
|
<pre class="programlisting">#define HB_OT_TAG_GSUB HB_TAG('G','S','U','B')
|
718
582
|
</pre>
|
719
|
-
<p>
|
720
|
-
</p>
|
721
583
|
</div>
|
722
584
|
<hr>
|
723
585
|
<div class="refsect2">
|
724
586
|
<a name="hb-ot-layout-glyph-class-t"></a><h3>enum hb_ot_layout_glyph_class_t</h3>
|
725
|
-
<p>
|
726
|
-
</p>
|
727
587
|
<div class="refsect3">
|
728
|
-
<a name="
|
588
|
+
<a name="id-1.3.2.14.8.8.3"></a><h4>Members</h4>
|
729
589
|
<div class="informaltable"><table width="100%" border="0">
|
730
590
|
<colgroup>
|
731
591
|
<col width="300px" class="enum_members_name">
|
@@ -735,28 +595,28 @@ hb_ot_shape_plan_collect_lookups (<em class="parameter"><code><a class="link" hr
|
|
735
595
|
<tbody>
|
736
596
|
<tr>
|
737
597
|
<td class="enum_member_name"><p><a name="HB-OT-LAYOUT-GLYPH-CLASS-UNCLASSIFIED:CAPS"></a>HB_OT_LAYOUT_GLYPH_CLASS_UNCLASSIFIED</p></td>
|
738
|
-
<td
|
739
|
-
<td
|
598
|
+
<td> </td>
|
599
|
+
<td> </td>
|
740
600
|
</tr>
|
741
601
|
<tr>
|
742
602
|
<td class="enum_member_name"><p><a name="HB-OT-LAYOUT-GLYPH-CLASS-BASE-GLYPH:CAPS"></a>HB_OT_LAYOUT_GLYPH_CLASS_BASE_GLYPH</p></td>
|
743
|
-
<td
|
744
|
-
<td
|
603
|
+
<td> </td>
|
604
|
+
<td> </td>
|
745
605
|
</tr>
|
746
606
|
<tr>
|
747
607
|
<td class="enum_member_name"><p><a name="HB-OT-LAYOUT-GLYPH-CLASS-LIGATURE:CAPS"></a>HB_OT_LAYOUT_GLYPH_CLASS_LIGATURE</p></td>
|
748
|
-
<td
|
749
|
-
<td
|
608
|
+
<td> </td>
|
609
|
+
<td> </td>
|
750
610
|
</tr>
|
751
611
|
<tr>
|
752
612
|
<td class="enum_member_name"><p><a name="HB-OT-LAYOUT-GLYPH-CLASS-MARK:CAPS"></a>HB_OT_LAYOUT_GLYPH_CLASS_MARK</p></td>
|
753
|
-
<td
|
754
|
-
<td
|
613
|
+
<td> </td>
|
614
|
+
<td> </td>
|
755
615
|
</tr>
|
756
616
|
<tr>
|
757
617
|
<td class="enum_member_name"><p><a name="HB-OT-LAYOUT-GLYPH-CLASS-COMPONENT:CAPS"></a>HB_OT_LAYOUT_GLYPH_CLASS_COMPONENT</p></td>
|
758
|
-
<td
|
759
|
-
<td
|
618
|
+
<td> </td>
|
619
|
+
<td> </td>
|
760
620
|
</tr>
|
761
621
|
</tbody>
|
762
622
|
</table></div>
|
@@ -765,7 +625,6 @@ hb_ot_shape_plan_collect_lookups (<em class="parameter"><code><a class="link" hr
|
|
765
625
|
</div>
|
766
626
|
</div>
|
767
627
|
<div class="footer">
|
768
|
-
<hr>
|
769
|
-
Generated by GTK-Doc V1.20.1</div>
|
628
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
770
629
|
</body>
|
771
630
|
</html>
|