pango 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +19 -3
- data/ext/pango/depend +0 -1
- data/ext/pango/extconf.rb +0 -2
- data/ext/pango/rbpango.c +44 -6
- data/ext/pango/rbpango.h +0 -1
- data/ext/pango/rbpangoattribute.c +2 -2
- data/ext/pango/rbpangocairo.c +4 -4
- data/ext/pango/rbpangocontext.c +2 -2
- data/ext/pango/rbpangofontdescription.c +2 -2
- data/ext/pango/rbpangogravity.c +2 -2
- data/ext/pango/rbpangolanguage.c +8 -0
- data/ext/pango/rbpangolayout.c +15 -4
- data/ext/pango/rbpangomatrix.c +2 -2
- data/ext/pango/rbpangoscript.c +3 -3
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/lib/2.2/pango.so +0 -0
- data/test/test-language.rb +5 -0
- data/test/test-layout.rb +7 -1
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -6
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +1 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +26 -1
- data/vendor/local/include/harfbuzz/hb-common.h +7 -0
- data/vendor/local/include/harfbuzz/hb-font.h +7 -6
- data/vendor/local/include/harfbuzz/hb-ft.h +58 -1
- data/vendor/local/include/harfbuzz/hb-glib.h +3 -0
- data/vendor/local/include/harfbuzz/hb-ot-font.h +4 -0
- data/vendor/local/include/harfbuzz/hb-shape.h +0 -3
- data/vendor/local/include/harfbuzz/hb-unicode.h +28 -3
- data/vendor/local/include/harfbuzz/hb-version.h +4 -4
- data/vendor/local/include/layout/LEFontInstance.h +2 -28
- data/vendor/local/include/layout/LETableReference.h +7 -2
- data/vendor/local/include/unicode/calendar.h +32 -2
- data/vendor/local/include/unicode/coll.h +9 -7
- data/vendor/local/include/unicode/datefmt.h +102 -13
- data/vendor/local/include/unicode/dcfmtsym.h +4 -2
- data/vendor/local/include/unicode/decimfmt.h +4 -5
- data/vendor/local/include/unicode/dtfmtsym.h +60 -1
- data/vendor/local/include/unicode/dtptngen.h +21 -7
- data/vendor/local/include/unicode/localpointer.h +49 -1
- data/vendor/local/include/unicode/locid.h +2 -3
- data/vendor/local/include/unicode/measfmt.h +30 -37
- data/vendor/local/include/unicode/measunit.h +65 -152
- data/vendor/local/include/unicode/measure.h +3 -3
- data/vendor/local/include/unicode/numfmt.h +3 -5
- data/vendor/local/include/unicode/platform.h +12 -2
- data/vendor/local/include/unicode/plurrule.h +18 -14
- data/vendor/local/include/unicode/rbnf.h +3 -4
- data/vendor/local/include/unicode/regex.h +42 -26
- data/vendor/local/include/unicode/region.h +9 -9
- data/vendor/local/include/unicode/reldatefmt.h +50 -45
- data/vendor/local/include/unicode/scientificnumberformatter.h +222 -0
- data/vendor/local/include/unicode/smpdtfmt.h +30 -24
- data/vendor/local/include/unicode/tblcoll.h +5 -4
- data/vendor/local/include/unicode/timezone.h +18 -1
- data/vendor/local/include/unicode/ucal.h +2 -2
- data/vendor/local/include/unicode/ucol.h +22 -18
- data/vendor/local/include/unicode/uconfig.h +17 -2
- data/vendor/local/include/unicode/udat.h +164 -56
- data/vendor/local/include/unicode/udatpg.h +9 -7
- data/vendor/local/include/unicode/ufieldpositer.h +121 -0
- data/vendor/local/include/unicode/uidna.h +21 -13
- data/vendor/local/include/unicode/ulistformatter.h +130 -0
- data/vendor/local/include/unicode/ulocdata.h +4 -3
- data/vendor/local/include/unicode/unistr.h +101 -53
- data/vendor/local/include/unicode/unum.h +7 -10
- data/vendor/local/include/unicode/uregex.h +52 -29
- data/vendor/local/include/unicode/urename.h +14 -3
- data/vendor/local/include/unicode/uscript.h +30 -16
- data/vendor/local/include/unicode/uspoof.h +13 -9
- data/vendor/local/include/unicode/utrans.h +5 -7
- data/vendor/local/include/unicode/utypes.h +9 -3
- data/vendor/local/include/unicode/uvernum.h +8 -8
- data/vendor/local/lib/icu/{54.1 → 55.1}/Makefile.inc +5 -5
- data/vendor/local/lib/icu/{54.1 → 55.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +5 -5
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt54.dll → icudt55.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +7 -7
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +7 -7
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +2 -2
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +1 -1
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +2 -2
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +2 -2
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +3 -1
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-io.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-le.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-lx.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-uc.pc +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +35 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +30 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +158 -27
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +87 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch01.html → ch06.html} +12 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +7 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +40 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +352 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +88 -47
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +128 -204
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +290 -304
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +14 -23
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +14 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +40 -51
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +126 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +19 -24
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +14 -29
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +438 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +14 -25
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +14 -29
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +19 -160
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +21 -36
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +14 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +70 -81
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +33 -44
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +290 -323
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +14 -23
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +59 -27
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +16 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +415 -104
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +181 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +43 -12
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +11 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +70 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +107 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +39 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +124 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +38 -0
- data/vendor/local/share/icu/{54.1 → 55.1}/config/mh-mingw64 +0 -0
- data/vendor/local/share/icu/{54.1 → 55.1}/install-sh +0 -0
- data/vendor/local/share/icu/{54.1 → 55.1}/license.html +3 -4
- data/vendor/local/share/icu/{54.1 → 55.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +38 -22
- data/vendor/local/include/unicode/scientificformathelper.h +0 -139
- data/vendor/local/lib/icuin54.dll +0 -0
- data/vendor/local/lib/icuio54.dll +0 -0
- data/vendor/local/lib/icule54.dll +0 -0
- data/vendor/local/lib/iculx54.dll +0 -0
- data/vendor/local/lib/icutest54.dll +0 -0
- data/vendor/local/lib/icutu54.dll +0 -0
- data/vendor/local/lib/icuuc54.dll +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +0 -286
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +0 -496
@@ -2,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-ot-tag</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-tag: 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-layout.html" title="hb-ot-layout">
|
10
10
|
<link rel="next" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">
|
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-ot-tag.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb-ot-tag.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-ot-tag.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-ot-layout.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
24
|
<td><a accesskey="n" href="harfbuzz-hb-shape-plan.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
25
|
</tr></table>
|
@@ -49,7 +50,7 @@
|
|
49
50
|
</tr>
|
50
51
|
<tr>
|
51
52
|
<td class="function_type">
|
52
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-language-t"><span class="returnvalue">hb_language_t</span></a>
|
53
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
|
53
54
|
</td>
|
54
55
|
<td class="function_name">
|
55
56
|
<a class="link" href="harfbuzz-hb-ot-tag.html#hb-ot-tag-to-language" title="hb_ot_tag_to_language ()">hb_ot_tag_to_language</a> <span class="c_punctuation">()</span>
|
@@ -94,46 +95,37 @@
|
|
94
95
|
</table></div>
|
95
96
|
</div>
|
96
97
|
<div class="refsect1">
|
98
|
+
<a name="harfbuzz-hb-ot-tag.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
99
|
+
<pre class="screen">
|
100
|
+
</pre>
|
101
|
+
</div>
|
102
|
+
<div class="refsect1">
|
97
103
|
<a name="harfbuzz-hb-ot-tag.description"></a><h2>Description</h2>
|
98
|
-
<p>
|
99
|
-
</p>
|
100
104
|
</div>
|
101
105
|
<div class="refsect1">
|
102
106
|
<a name="harfbuzz-hb-ot-tag.functions_details"></a><h2>Functions</h2>
|
103
107
|
<div class="refsect2">
|
104
108
|
<a name="hb-ot-tag-from-language"></a><h3>hb_ot_tag_from_language ()</h3>
|
105
109
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="returnvalue">hb_tag_t</span></a>
|
106
|
-
hb_ot_tag_from_language (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-language-t"><span class="type">hb_language_t</span></a> language</code></em>);</pre>
|
107
|
-
<p>
|
108
|
-
</p>
|
109
|
-
<div class="refsect3">
|
110
|
-
<a name="idp17314176"></a><h4>Returns</h4>
|
111
|
-
<p></p>
|
112
|
-
</div>
|
110
|
+
hb_ot_tag_from_language (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="type">hb_language_t</span></a> language</code></em>);</pre>
|
113
111
|
</div>
|
114
112
|
<hr>
|
115
113
|
<div class="refsect2">
|
116
114
|
<a name="hb-ot-tag-to-language"></a><h3>hb_ot_tag_to_language ()</h3>
|
117
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-language-t"><span class="returnvalue">hb_language_t</span></a>
|
115
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
|
118
116
|
hb_ot_tag_to_language (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> tag</code></em>);</pre>
|
119
|
-
<p>
|
120
|
-
</p>
|
121
117
|
<div class="refsect3">
|
122
|
-
<a name="
|
123
|
-
<p
|
118
|
+
<a name="id-1.3.2.15.7.3.4"></a><h4>Returns</h4>
|
119
|
+
<p>. </p>
|
120
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
124
121
|
</div>
|
122
|
+
<p class="since">Since 1.0</p>
|
125
123
|
</div>
|
126
124
|
<hr>
|
127
125
|
<div class="refsect2">
|
128
126
|
<a name="hb-ot-tag-to-script"></a><h3>hb_ot_tag_to_script ()</h3>
|
129
127
|
<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>
|
130
128
|
hb_ot_tag_to_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> tag</code></em>);</pre>
|
131
|
-
<p>
|
132
|
-
</p>
|
133
|
-
<div class="refsect3">
|
134
|
-
<a name="idp20744864"></a><h4>Returns</h4>
|
135
|
-
<p></p>
|
136
|
-
</div>
|
137
129
|
</div>
|
138
130
|
<hr>
|
139
131
|
<div class="refsect2">
|
@@ -142,8 +134,6 @@ hb_ot_tag_to_script (<em class="parameter"><code><a class="link" href="harfbuzz-
|
|
142
134
|
hb_ot_tags_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>,
|
143
135
|
<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_1</code></em>,
|
144
136
|
<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_2</code></em>);</pre>
|
145
|
-
<p>
|
146
|
-
</p>
|
147
137
|
</div>
|
148
138
|
</div>
|
149
139
|
<div class="refsect1">
|
@@ -152,21 +142,16 @@ hb_ot_tags_from_script (<em class="parameter"><code><a class="link" href="harfbu
|
|
152
142
|
<a name="HB-OT-TAG-DEFAULT-LANGUAGE:CAPS"></a><h3>HB_OT_TAG_DEFAULT_LANGUAGE</h3>
|
153
143
|
<pre class="programlisting">#define HB_OT_TAG_DEFAULT_LANGUAGE HB_TAG ('d', 'f', 'l', 't')
|
154
144
|
</pre>
|
155
|
-
<p>
|
156
|
-
</p>
|
157
145
|
</div>
|
158
146
|
<hr>
|
159
147
|
<div class="refsect2">
|
160
148
|
<a name="HB-OT-TAG-DEFAULT-SCRIPT:CAPS"></a><h3>HB_OT_TAG_DEFAULT_SCRIPT</h3>
|
161
149
|
<pre class="programlisting">#define HB_OT_TAG_DEFAULT_SCRIPT HB_TAG ('D', 'F', 'L', 'T')
|
162
150
|
</pre>
|
163
|
-
<p>
|
164
|
-
</p>
|
165
151
|
</div>
|
166
152
|
</div>
|
167
153
|
</div>
|
168
154
|
<div class="footer">
|
169
|
-
<hr>
|
170
|
-
Generated by GTK-Doc V1.20.1</div>
|
155
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
171
156
|
</body>
|
172
157
|
</html>
|
@@ -2,23 +2,24 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>hb-ot</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: 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-set.html" title="hb-set">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">
|
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-ot.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb-ot.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-ot.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-set.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
24
|
<td><a accesskey="n" href="harfbuzz-hb-ot-layout.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
25
|
</tr></table>
|
@@ -32,9 +33,12 @@
|
|
32
33
|
<td class="gallery_image" valign="top" align="right"></td>
|
33
34
|
</tr></table></div>
|
34
35
|
<div class="refsect1">
|
36
|
+
<a name="harfbuzz-hb-ot.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
37
|
+
<pre class="screen">
|
38
|
+
</pre>
|
39
|
+
</div>
|
40
|
+
<div class="refsect1">
|
35
41
|
<a name="harfbuzz-hb-ot.description"></a><h2>Description</h2>
|
36
|
-
<p>
|
37
|
-
</p>
|
38
42
|
</div>
|
39
43
|
<div class="refsect1">
|
40
44
|
<a name="harfbuzz-hb-ot.functions_details"></a><h2>Functions</h2>
|
@@ -44,7 +48,6 @@
|
|
44
48
|
</div>
|
45
49
|
</div>
|
46
50
|
<div class="footer">
|
47
|
-
<hr>
|
48
|
-
Generated by GTK-Doc V1.20.1</div>
|
51
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
49
52
|
</body>
|
50
53
|
</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-set</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-set: 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-deprecated.html" title="hb-deprecated">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ot.html" title="hb-ot">
|
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-set.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-deprecated.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.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -269,14 +269,12 @@
|
|
269
269
|
</div>
|
270
270
|
<div class="refsect1">
|
271
271
|
<a name="harfbuzz-hb-set.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
272
|
-
<pre class="screen"> GBoxed
|
272
|
+
<pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
273
273
|
<span class="lineart">╰──</span> hb_set_t
|
274
274
|
</pre>
|
275
275
|
</div>
|
276
276
|
<div class="refsect1">
|
277
277
|
<a name="harfbuzz-hb-set.description"></a><h2>Description</h2>
|
278
|
-
<p>
|
279
|
-
</p>
|
280
278
|
</div>
|
281
279
|
<div class="refsect1">
|
282
280
|
<a name="harfbuzz-hb-set.functions_details"></a><h2>Functions</h2>
|
@@ -292,7 +290,7 @@
|
|
292
290
|
hb_set_add (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
293
291
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> codepoint</code></em>);</pre>
|
294
292
|
<div class="refsect3">
|
295
|
-
<a name="
|
293
|
+
<a name="id-1.3.2.12.8.3.4"></a><h4>Parameters</h4>
|
296
294
|
<div class="informaltable"><table width="100%" border="0">
|
297
295
|
<colgroup>
|
298
296
|
<col width="150px" class="parameters_name">
|
@@ -306,7 +304,7 @@ hb_set_add (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.ht
|
|
306
304
|
</tr></tbody>
|
307
305
|
</table></div>
|
308
306
|
</div>
|
309
|
-
<p class="since">Since
|
307
|
+
<p class="since">Since 0.9.2</p>
|
310
308
|
</div>
|
311
309
|
<hr>
|
312
310
|
<div class="refsect2">
|
@@ -316,7 +314,7 @@ hb_set_add_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
316
314
|
<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> first</code></em>,
|
317
315
|
<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> last</code></em>);</pre>
|
318
316
|
<div class="refsect3">
|
319
|
-
<a name="
|
317
|
+
<a name="id-1.3.2.12.8.4.4"></a><h4>Parameters</h4>
|
320
318
|
<div class="informaltable"><table width="100%" border="0">
|
321
319
|
<colgroup>
|
322
320
|
<col width="150px" class="parameters_name">
|
@@ -330,7 +328,7 @@ hb_set_add_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
330
328
|
</tr></tbody>
|
331
329
|
</table></div>
|
332
330
|
</div>
|
333
|
-
<p class="since">Since
|
331
|
+
<p class="since">Since 0.9.7</p>
|
334
332
|
</div>
|
335
333
|
<hr>
|
336
334
|
<div class="refsect2">
|
@@ -338,7 +336,7 @@ hb_set_add_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
338
336
|
<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>
|
339
337
|
hb_set_allocation_successful (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
340
338
|
<div class="refsect3">
|
341
|
-
<a name="
|
339
|
+
<a name="id-1.3.2.12.8.5.4"></a><h4>Parameters</h4>
|
342
340
|
<div class="informaltable"><table width="100%" border="0">
|
343
341
|
<colgroup>
|
344
342
|
<col width="150px" class="parameters_name">
|
@@ -353,10 +351,10 @@ hb_set_allocation_successful (<em class="parameter"><code>const <a class="link"
|
|
353
351
|
</table></div>
|
354
352
|
</div>
|
355
353
|
<div class="refsect3">
|
356
|
-
<a name="
|
354
|
+
<a name="id-1.3.2.12.8.5.5"></a><h4>Returns</h4>
|
357
355
|
<p></p>
|
358
356
|
</div>
|
359
|
-
<p class="since">Since
|
357
|
+
<p class="since">Since 0.9.2</p>
|
360
358
|
</div>
|
361
359
|
<hr>
|
362
360
|
<div class="refsect2">
|
@@ -364,7 +362,7 @@ hb_set_allocation_successful (<em class="parameter"><code>const <a class="link"
|
|
364
362
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
365
363
|
hb_set_clear (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
366
364
|
<div class="refsect3">
|
367
|
-
<a name="
|
365
|
+
<a name="id-1.3.2.12.8.6.4"></a><h4>Parameters</h4>
|
368
366
|
<div class="informaltable"><table width="100%" border="0">
|
369
367
|
<colgroup>
|
370
368
|
<col width="150px" class="parameters_name">
|
@@ -378,19 +376,13 @@ hb_set_clear (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.
|
|
378
376
|
</tr></tbody>
|
379
377
|
</table></div>
|
380
378
|
</div>
|
381
|
-
<p class="since">Since
|
379
|
+
<p class="since">Since 0.9.2</p>
|
382
380
|
</div>
|
383
381
|
<hr>
|
384
382
|
<div class="refsect2">
|
385
383
|
<a name="hb-set-create"></a><h3>hb_set_create ()</h3>
|
386
384
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
387
385
|
hb_set_create (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
388
|
-
<p>
|
389
|
-
</p>
|
390
|
-
<div class="refsect3">
|
391
|
-
<a name="idp23552176"></a><h4>Returns</h4>
|
392
|
-
<p></p>
|
393
|
-
</div>
|
394
386
|
</div>
|
395
387
|
<hr>
|
396
388
|
<div class="refsect2">
|
@@ -399,7 +391,7 @@ hb_set_create (<em class="parameter"><code><span class="type">void</span></code>
|
|
399
391
|
hb_set_del (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
400
392
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> codepoint</code></em>);</pre>
|
401
393
|
<div class="refsect3">
|
402
|
-
<a name="
|
394
|
+
<a name="id-1.3.2.12.8.8.4"></a><h4>Parameters</h4>
|
403
395
|
<div class="informaltable"><table width="100%" border="0">
|
404
396
|
<colgroup>
|
405
397
|
<col width="150px" class="parameters_name">
|
@@ -413,7 +405,7 @@ hb_set_del (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.ht
|
|
413
405
|
</tr></tbody>
|
414
406
|
</table></div>
|
415
407
|
</div>
|
416
|
-
<p class="since">Since
|
408
|
+
<p class="since">Since 0.9.2</p>
|
417
409
|
</div>
|
418
410
|
<hr>
|
419
411
|
<div class="refsect2">
|
@@ -423,7 +415,7 @@ hb_set_del_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
423
415
|
<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> first</code></em>,
|
424
416
|
<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> last</code></em>);</pre>
|
425
417
|
<div class="refsect3">
|
426
|
-
<a name="
|
418
|
+
<a name="id-1.3.2.12.8.9.4"></a><h4>Parameters</h4>
|
427
419
|
<div class="informaltable"><table width="100%" border="0">
|
428
420
|
<colgroup>
|
429
421
|
<col width="150px" class="parameters_name">
|
@@ -437,7 +429,7 @@ hb_set_del_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
437
429
|
</tr></tbody>
|
438
430
|
</table></div>
|
439
431
|
</div>
|
440
|
-
<p class="since">Since
|
432
|
+
<p class="since">Since 0.9.7</p>
|
441
433
|
</div>
|
442
434
|
<hr>
|
443
435
|
<div class="refsect2">
|
@@ -445,7 +437,7 @@ hb_set_del_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
445
437
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
446
438
|
hb_set_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
447
439
|
<div class="refsect3">
|
448
|
-
<a name="
|
440
|
+
<a name="id-1.3.2.12.8.10.4"></a><h4>Parameters</h4>
|
449
441
|
<div class="informaltable"><table width="100%" border="0">
|
450
442
|
<colgroup>
|
451
443
|
<col width="150px" class="parameters_name">
|
@@ -459,7 +451,7 @@ hb_set_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-se
|
|
459
451
|
</tr></tbody>
|
460
452
|
</table></div>
|
461
453
|
</div>
|
462
|
-
<p class="since">Since
|
454
|
+
<p class="since">Since 0.9.2</p>
|
463
455
|
</div>
|
464
456
|
<hr>
|
465
457
|
<div class="refsect2">
|
@@ -467,11 +459,11 @@ hb_set_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-se
|
|
467
459
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
468
460
|
hb_set_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
469
461
|
<div class="refsect3">
|
470
|
-
<a name="
|
462
|
+
<a name="id-1.3.2.12.8.11.4"></a><h4>Returns</h4>
|
471
463
|
<p>. </p>
|
472
464
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
473
465
|
</div>
|
474
|
-
<p class="since">Since
|
466
|
+
<p class="since">Since 0.9.2</p>
|
475
467
|
</div>
|
476
468
|
<hr>
|
477
469
|
<div class="refsect2">
|
@@ -480,7 +472,7 @@ hb_set_get_empty (<em class="parameter"><code><span class="type">void</span></co
|
|
480
472
|
hb_set_get_max (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
481
473
|
<p>Finds the maximum number in the set.</p>
|
482
474
|
<div class="refsect3">
|
483
|
-
<a name="
|
475
|
+
<a name="id-1.3.2.12.8.12.5"></a><h4>Parameters</h4>
|
484
476
|
<div class="informaltable"><table width="100%" border="0">
|
485
477
|
<colgroup>
|
486
478
|
<col width="150px" class="parameters_name">
|
@@ -495,11 +487,11 @@ hb_set_get_max (<em class="parameter"><code>const <a class="link" href="harfbuzz
|
|
495
487
|
</table></div>
|
496
488
|
</div>
|
497
489
|
<div class="refsect3">
|
498
|
-
<a name="
|
490
|
+
<a name="id-1.3.2.12.8.12.6"></a><h4>Returns</h4>
|
499
491
|
<p> minimum of the set, or <a class="link" href="harfbuzz-hb-set.html#HB-SET-VALUE-INVALID:CAPS" title="HB_SET_VALUE_INVALID"><code class="literal">HB_SET_VALUE_INVALID</code></a> if set is empty.</p>
|
500
492
|
<p></p>
|
501
493
|
</div>
|
502
|
-
<p class="since">Since
|
494
|
+
<p class="since">Since 0.9.7</p>
|
503
495
|
</div>
|
504
496
|
<hr>
|
505
497
|
<div class="refsect2">
|
@@ -508,7 +500,7 @@ hb_set_get_max (<em class="parameter"><code>const <a class="link" href="harfbuzz
|
|
508
500
|
hb_set_get_min (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
509
501
|
<p>Finds the minimum number in the set.</p>
|
510
502
|
<div class="refsect3">
|
511
|
-
<a name="
|
503
|
+
<a name="id-1.3.2.12.8.13.5"></a><h4>Parameters</h4>
|
512
504
|
<div class="informaltable"><table width="100%" border="0">
|
513
505
|
<colgroup>
|
514
506
|
<col width="150px" class="parameters_name">
|
@@ -523,11 +515,11 @@ hb_set_get_min (<em class="parameter"><code>const <a class="link" href="harfbuzz
|
|
523
515
|
</table></div>
|
524
516
|
</div>
|
525
517
|
<div class="refsect3">
|
526
|
-
<a name="
|
518
|
+
<a name="id-1.3.2.12.8.13.6"></a><h4>Returns</h4>
|
527
519
|
<p> minimum of the set, or <a class="link" href="harfbuzz-hb-set.html#HB-SET-VALUE-INVALID:CAPS" title="HB_SET_VALUE_INVALID"><code class="literal">HB_SET_VALUE_INVALID</code></a> if set is empty.</p>
|
528
520
|
<p></p>
|
529
521
|
</div>
|
530
|
-
<p class="since">Since
|
522
|
+
<p class="since">Since 0.9.7</p>
|
531
523
|
</div>
|
532
524
|
<hr>
|
533
525
|
<div class="refsect2">
|
@@ -536,7 +528,7 @@ hb_set_get_min (<em class="parameter"><code>const <a class="link" href="harfbuzz
|
|
536
528
|
hb_set_get_population (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
537
529
|
<p>Returns the number of numbers in the set.</p>
|
538
530
|
<div class="refsect3">
|
539
|
-
<a name="
|
531
|
+
<a name="id-1.3.2.12.8.14.5"></a><h4>Parameters</h4>
|
540
532
|
<div class="informaltable"><table width="100%" border="0">
|
541
533
|
<colgroup>
|
542
534
|
<col width="150px" class="parameters_name">
|
@@ -551,11 +543,11 @@ hb_set_get_population (<em class="parameter"><code>const <a class="link" href="h
|
|
551
543
|
</table></div>
|
552
544
|
</div>
|
553
545
|
<div class="refsect3">
|
554
|
-
<a name="
|
546
|
+
<a name="id-1.3.2.12.8.14.6"></a><h4>Returns</h4>
|
555
547
|
<p> set population.</p>
|
556
548
|
<p></p>
|
557
549
|
</div>
|
558
|
-
<p class="since">Since
|
550
|
+
<p class="since">Since 0.9.7</p>
|
559
551
|
</div>
|
560
552
|
<hr>
|
561
553
|
<div class="refsect2">
|
@@ -564,7 +556,7 @@ hb_set_get_population (<em class="parameter"><code>const <a class="link" href="h
|
|
564
556
|
hb_set_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
565
557
|
<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>
|
566
558
|
<div class="refsect3">
|
567
|
-
<a name="
|
559
|
+
<a name="id-1.3.2.12.8.15.4"></a><h4>Parameters</h4>
|
568
560
|
<div class="informaltable"><table width="100%" border="0">
|
569
561
|
<colgroup>
|
570
562
|
<col width="150px" class="parameters_name">
|
@@ -579,11 +571,11 @@ hb_set_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
579
571
|
</table></div>
|
580
572
|
</div>
|
581
573
|
<div class="refsect3">
|
582
|
-
<a name="
|
574
|
+
<a name="id-1.3.2.12.8.15.5"></a><h4>Returns</h4>
|
583
575
|
<p>. </p>
|
584
576
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
585
577
|
</div>
|
586
|
-
<p class="since">Since
|
578
|
+
<p class="since">Since 0.9.2</p>
|
587
579
|
</div>
|
588
580
|
<hr>
|
589
581
|
<div class="refsect2">
|
@@ -592,7 +584,7 @@ hb_set_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
592
584
|
hb_set_has (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
593
585
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> codepoint</code></em>);</pre>
|
594
586
|
<div class="refsect3">
|
595
|
-
<a name="
|
587
|
+
<a name="id-1.3.2.12.8.16.4"></a><h4>Parameters</h4>
|
596
588
|
<div class="informaltable"><table width="100%" border="0">
|
597
589
|
<colgroup>
|
598
590
|
<col width="150px" class="parameters_name">
|
@@ -607,10 +599,10 @@ hb_set_has (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-
|
|
607
599
|
</table></div>
|
608
600
|
</div>
|
609
601
|
<div class="refsect3">
|
610
|
-
<a name="
|
602
|
+
<a name="id-1.3.2.12.8.16.5"></a><h4>Returns</h4>
|
611
603
|
<p></p>
|
612
604
|
</div>
|
613
|
-
<p class="since">Since
|
605
|
+
<p class="since">Since 0.9.2</p>
|
614
606
|
</div>
|
615
607
|
<hr>
|
616
608
|
<div class="refsect2">
|
@@ -619,7 +611,7 @@ hb_set_has (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-
|
|
619
611
|
hb_set_intersect (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
620
612
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
621
613
|
<div class="refsect3">
|
622
|
-
<a name="
|
614
|
+
<a name="id-1.3.2.12.8.17.4"></a><h4>Parameters</h4>
|
623
615
|
<div class="informaltable"><table width="100%" border="0">
|
624
616
|
<colgroup>
|
625
617
|
<col width="150px" class="parameters_name">
|
@@ -633,7 +625,7 @@ hb_set_intersect (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
633
625
|
</tr></tbody>
|
634
626
|
</table></div>
|
635
627
|
</div>
|
636
|
-
<p class="since">Since
|
628
|
+
<p class="since">Since 0.9.2</p>
|
637
629
|
</div>
|
638
630
|
<hr>
|
639
631
|
<div class="refsect2">
|
@@ -641,7 +633,7 @@ hb_set_intersect (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
641
633
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
642
634
|
hb_set_invert (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
643
635
|
<div class="refsect3">
|
644
|
-
<a name="
|
636
|
+
<a name="id-1.3.2.12.8.18.4"></a><h4>Parameters</h4>
|
645
637
|
<div class="informaltable"><table width="100%" border="0">
|
646
638
|
<colgroup>
|
647
639
|
<col width="150px" class="parameters_name">
|
@@ -655,7 +647,7 @@ hb_set_invert (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set
|
|
655
647
|
</tr></tbody>
|
656
648
|
</table></div>
|
657
649
|
</div>
|
658
|
-
<p class="since">Since
|
650
|
+
<p class="since">Since 0.9.10</p>
|
659
651
|
</div>
|
660
652
|
<hr>
|
661
653
|
<div class="refsect2">
|
@@ -663,7 +655,7 @@ hb_set_invert (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set
|
|
663
655
|
<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>
|
664
656
|
hb_set_is_empty (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
665
657
|
<div class="refsect3">
|
666
|
-
<a name="
|
658
|
+
<a name="id-1.3.2.12.8.19.4"></a><h4>Parameters</h4>
|
667
659
|
<div class="informaltable"><table width="100%" border="0">
|
668
660
|
<colgroup>
|
669
661
|
<col width="150px" class="parameters_name">
|
@@ -678,10 +670,10 @@ hb_set_is_empty (<em class="parameter"><code>const <a class="link" href="harfbuz
|
|
678
670
|
</table></div>
|
679
671
|
</div>
|
680
672
|
<div class="refsect3">
|
681
|
-
<a name="
|
673
|
+
<a name="id-1.3.2.12.8.19.5"></a><h4>Returns</h4>
|
682
674
|
<p></p>
|
683
675
|
</div>
|
684
|
-
<p class="since">Since
|
676
|
+
<p class="since">Since 0.9.7</p>
|
685
677
|
</div>
|
686
678
|
<hr>
|
687
679
|
<div class="refsect2">
|
@@ -690,7 +682,7 @@ hb_set_is_empty (<em class="parameter"><code>const <a class="link" href="harfbuz
|
|
690
682
|
hb_set_is_equal (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
691
683
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
692
684
|
<div class="refsect3">
|
693
|
-
<a name="
|
685
|
+
<a name="id-1.3.2.12.8.20.4"></a><h4>Parameters</h4>
|
694
686
|
<div class="informaltable"><table width="100%" border="0">
|
695
687
|
<colgroup>
|
696
688
|
<col width="150px" class="parameters_name">
|
@@ -705,10 +697,10 @@ hb_set_is_equal (<em class="parameter"><code>const <a class="link" href="harfbuz
|
|
705
697
|
</table></div>
|
706
698
|
</div>
|
707
699
|
<div class="refsect3">
|
708
|
-
<a name="
|
700
|
+
<a name="id-1.3.2.12.8.20.5"></a><h4>Returns</h4>
|
709
701
|
<p></p>
|
710
702
|
</div>
|
711
|
-
<p class="since">Since
|
703
|
+
<p class="since">Since 0.9.7</p>
|
712
704
|
</div>
|
713
705
|
<hr>
|
714
706
|
<div class="refsect2">
|
@@ -717,7 +709,7 @@ hb_set_is_equal (<em class="parameter"><code>const <a class="link" href="harfbuz
|
|
717
709
|
hb_set_next (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
718
710
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *codepoint</code></em>);</pre>
|
719
711
|
<div class="refsect3">
|
720
|
-
<a name="
|
712
|
+
<a name="id-1.3.2.12.8.21.4"></a><h4>Parameters</h4>
|
721
713
|
<div class="informaltable"><table width="100%" border="0">
|
722
714
|
<colgroup>
|
723
715
|
<col width="150px" class="parameters_name">
|
@@ -739,11 +731,11 @@ hb_set_next (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb
|
|
739
731
|
</table></div>
|
740
732
|
</div>
|
741
733
|
<div class="refsect3">
|
742
|
-
<a name="
|
734
|
+
<a name="id-1.3.2.12.8.21.5"></a><h4>Returns</h4>
|
743
735
|
<p> whether there was a next value.</p>
|
744
736
|
<p></p>
|
745
737
|
</div>
|
746
|
-
<p class="since">Since
|
738
|
+
<p class="since">Since 0.9.2</p>
|
747
739
|
</div>
|
748
740
|
<hr>
|
749
741
|
<div class="refsect2">
|
@@ -757,7 +749,7 @@ hb_set_next_range (<em class="parameter"><code>const <a class="link" href="harfb
|
|
757
749
|
are greater than current value of <em class="parameter"><code>last</code></em>
|
758
750
|
.</p>
|
759
751
|
<div class="refsect3">
|
760
|
-
<a name="
|
752
|
+
<a name="id-1.3.2.12.8.22.5"></a><h4>Parameters</h4>
|
761
753
|
<div class="informaltable"><table width="100%" border="0">
|
762
754
|
<colgroup>
|
763
755
|
<col width="150px" class="parameters_name">
|
@@ -784,11 +776,11 @@ are greater than current value of <em class="parameter"><code>last</code></em>
|
|
784
776
|
</table></div>
|
785
777
|
</div>
|
786
778
|
<div class="refsect3">
|
787
|
-
<a name="
|
779
|
+
<a name="id-1.3.2.12.8.22.6"></a><h4>Returns</h4>
|
788
780
|
<p> whether there was a next range.</p>
|
789
781
|
<p></p>
|
790
782
|
</div>
|
791
|
-
<p class="since">Since
|
783
|
+
<p class="since">Since 0.9.7</p>
|
792
784
|
</div>
|
793
785
|
<hr>
|
794
786
|
<div class="refsect2">
|
@@ -796,7 +788,7 @@ are greater than current value of <em class="parameter"><code>last</code></em>
|
|
796
788
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
797
789
|
hb_set_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
798
790
|
<div class="refsect3">
|
799
|
-
<a name="
|
791
|
+
<a name="id-1.3.2.12.8.23.4"></a><h4>Parameters</h4>
|
800
792
|
<div class="informaltable"><table width="100%" border="0">
|
801
793
|
<colgroup>
|
802
794
|
<col width="150px" class="parameters_name">
|
@@ -811,11 +803,11 @@ hb_set_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
811
803
|
</table></div>
|
812
804
|
</div>
|
813
805
|
<div class="refsect3">
|
814
|
-
<a name="
|
806
|
+
<a name="id-1.3.2.12.8.23.5"></a><h4>Returns</h4>
|
815
807
|
<p>. </p>
|
816
808
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
817
809
|
</div>
|
818
|
-
<p class="since">Since
|
810
|
+
<p class="since">Since 0.9.2</p>
|
819
811
|
</div>
|
820
812
|
<hr>
|
821
813
|
<div class="refsect2">
|
@@ -824,7 +816,7 @@ hb_set_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
824
816
|
hb_set_set (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
825
817
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
826
818
|
<div class="refsect3">
|
827
|
-
<a name="
|
819
|
+
<a name="id-1.3.2.12.8.24.4"></a><h4>Parameters</h4>
|
828
820
|
<div class="informaltable"><table width="100%" border="0">
|
829
821
|
<colgroup>
|
830
822
|
<col width="150px" class="parameters_name">
|
@@ -838,7 +830,7 @@ hb_set_set (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.ht
|
|
838
830
|
</tr></tbody>
|
839
831
|
</table></div>
|
840
832
|
</div>
|
841
|
-
<p class="since">Since
|
833
|
+
<p class="since">Since 0.9.2</p>
|
842
834
|
</div>
|
843
835
|
<hr>
|
844
836
|
<div class="refsect2">
|
@@ -850,7 +842,7 @@ hb_set_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
850
842
|
<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>,
|
851
843
|
<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>
|
852
844
|
<div class="refsect3">
|
853
|
-
<a name="
|
845
|
+
<a name="id-1.3.2.12.8.25.4"></a><h4>Parameters</h4>
|
854
846
|
<div class="informaltable"><table width="100%" border="0">
|
855
847
|
<colgroup>
|
856
848
|
<col width="150px" class="parameters_name">
|
@@ -873,10 +865,10 @@ hb_set_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
873
865
|
</table></div>
|
874
866
|
</div>
|
875
867
|
<div class="refsect3">
|
876
|
-
<a name="
|
868
|
+
<a name="id-1.3.2.12.8.25.5"></a><h4>Returns</h4>
|
877
869
|
<p></p>
|
878
870
|
</div>
|
879
|
-
<p class="since">Since
|
871
|
+
<p class="since">Since 0.9.2</p>
|
880
872
|
</div>
|
881
873
|
<hr>
|
882
874
|
<div class="refsect2">
|
@@ -885,7 +877,7 @@ hb_set_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
885
877
|
hb_set_subtract (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
886
878
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
887
879
|
<div class="refsect3">
|
888
|
-
<a name="
|
880
|
+
<a name="id-1.3.2.12.8.26.4"></a><h4>Parameters</h4>
|
889
881
|
<div class="informaltable"><table width="100%" border="0">
|
890
882
|
<colgroup>
|
891
883
|
<col width="150px" class="parameters_name">
|
@@ -899,7 +891,7 @@ hb_set_subtract (<em class="parameter"><code><a class="link" href="harfbuzz-hb-s
|
|
899
891
|
</tr></tbody>
|
900
892
|
</table></div>
|
901
893
|
</div>
|
902
|
-
<p class="since">Since
|
894
|
+
<p class="since">Since 0.9.2</p>
|
903
895
|
</div>
|
904
896
|
<hr>
|
905
897
|
<div class="refsect2">
|
@@ -908,7 +900,7 @@ hb_set_subtract (<em class="parameter"><code><a class="link" href="harfbuzz-hb-s
|
|
908
900
|
hb_set_symmetric_difference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
909
901
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
910
902
|
<div class="refsect3">
|
911
|
-
<a name="
|
903
|
+
<a name="id-1.3.2.12.8.27.4"></a><h4>Parameters</h4>
|
912
904
|
<div class="informaltable"><table width="100%" border="0">
|
913
905
|
<colgroup>
|
914
906
|
<col width="150px" class="parameters_name">
|
@@ -922,7 +914,7 @@ hb_set_symmetric_difference (<em class="parameter"><code><a class="link" href="h
|
|
922
914
|
</tr></tbody>
|
923
915
|
</table></div>
|
924
916
|
</div>
|
925
|
-
<p class="since">Since
|
917
|
+
<p class="since">Since 0.9.2</p>
|
926
918
|
</div>
|
927
919
|
<hr>
|
928
920
|
<div class="refsect2">
|
@@ -931,7 +923,7 @@ hb_set_symmetric_difference (<em class="parameter"><code><a class="link" href="h
|
|
931
923
|
hb_set_union (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
932
924
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
933
925
|
<div class="refsect3">
|
934
|
-
<a name="
|
926
|
+
<a name="id-1.3.2.12.8.28.4"></a><h4>Parameters</h4>
|
935
927
|
<div class="informaltable"><table width="100%" border="0">
|
936
928
|
<colgroup>
|
937
929
|
<col width="150px" class="parameters_name">
|
@@ -945,7 +937,7 @@ hb_set_union (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.
|
|
945
937
|
</tr></tbody>
|
946
938
|
</table></div>
|
947
939
|
</div>
|
948
|
-
<p class="since">Since
|
940
|
+
<p class="since">Since 0.9.2</p>
|
949
941
|
</div>
|
950
942
|
</div>
|
951
943
|
<div class="refsect1">
|
@@ -954,13 +946,10 @@ hb_set_union (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.
|
|
954
946
|
<a name="hb-set-t"></a><h3>hb_set_t</h3>
|
955
947
|
<pre class="programlisting">typedef struct hb_set_t hb_set_t;
|
956
948
|
</pre>
|
957
|
-
<p>
|
958
|
-
</p>
|
959
949
|
</div>
|
960
950
|
</div>
|
961
951
|
</div>
|
962
952
|
<div class="footer">
|
963
|
-
<hr>
|
964
|
-
Generated by GTK-Doc V1.20.1</div>
|
953
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
965
954
|
</body>
|
966
955
|
</html>
|