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-coretext</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-coretext: 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-uniscribe.html" title="hb-uniscribe">
|
10
10
|
<link rel="next" href="harfbuzz-hb-gobject.html" title="hb-gobject">
|
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-coretext.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb-coretext.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-coretext.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-uniscribe.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
24
|
<td><a accesskey="n" href="harfbuzz-hb-gobject.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
25
|
</tr></table>
|
@@ -86,9 +87,12 @@
|
|
86
87
|
</table></div>
|
87
88
|
</div>
|
88
89
|
<div class="refsect1">
|
90
|
+
<a name="harfbuzz-hb-coretext.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
91
|
+
<pre class="screen">
|
92
|
+
</pre>
|
93
|
+
</div>
|
94
|
+
<div class="refsect1">
|
89
95
|
<a name="harfbuzz-hb-coretext.description"></a><h2>Description</h2>
|
90
|
-
<p>
|
91
|
-
</p>
|
92
96
|
</div>
|
93
97
|
<div class="refsect1">
|
94
98
|
<a name="harfbuzz-hb-coretext.functions_details"></a><h2>Functions</h2>
|
@@ -102,24 +106,12 @@ hb_coretext_face_create (<em class="parameter"><code><span class="type">CGFontRe
|
|
102
106
|
<a name="hb-coretext-face-get-cg-font"></a><h3>hb_coretext_face_get_cg_font ()</h3>
|
103
107
|
<pre class="programlisting"><span class="returnvalue">CGFontRef</span>
|
104
108
|
hb_coretext_face_get_cg_font (<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>
|
105
|
-
<p>
|
106
|
-
</p>
|
107
|
-
<div class="refsect3">
|
108
|
-
<a name="idp19763168"></a><h4>Returns</h4>
|
109
|
-
<p></p>
|
110
|
-
</div>
|
111
109
|
</div>
|
112
110
|
<hr>
|
113
111
|
<div class="refsect2">
|
114
112
|
<a name="hb-coretext-font-get-ct-font"></a><h3>hb_coretext_font_get_ct_font ()</h3>
|
115
113
|
<pre class="programlisting"><span class="returnvalue">CTFontRef</span>
|
116
114
|
hb_coretext_font_get_ct_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
|
117
|
-
<p>
|
118
|
-
</p>
|
119
|
-
<div class="refsect3">
|
120
|
-
<a name="idp23989600"></a><h4>Returns</h4>
|
121
|
-
<p></p>
|
122
|
-
</div>
|
123
115
|
</div>
|
124
116
|
</div>
|
125
117
|
<div class="refsect1">
|
@@ -138,7 +130,6 @@ hb_coretext_font_get_ct_font (<em class="parameter"><code><a class="link" href="
|
|
138
130
|
</div>
|
139
131
|
</div>
|
140
132
|
<div class="footer">
|
141
|
-
<hr>
|
142
|
-
Generated by GTK-Doc V1.20.1</div>
|
133
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
143
134
|
</body>
|
144
135
|
</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-deprecated</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-deprecated: 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-version.html" title="hb-version">
|
10
10
|
<link rel="next" href="harfbuzz-hb-set.html" title="hb-set">
|
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-deprecated.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb-deprecated.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-deprecated.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-version.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
24
|
<td><a accesskey="n" href="harfbuzz-hb-set.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
25
|
</tr></table>
|
@@ -55,9 +56,12 @@
|
|
55
56
|
</table></div>
|
56
57
|
</div>
|
57
58
|
<div class="refsect1">
|
59
|
+
<a name="harfbuzz-hb-deprecated.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
60
|
+
<pre class="screen">
|
61
|
+
</pre>
|
62
|
+
</div>
|
63
|
+
<div class="refsect1">
|
58
64
|
<a name="harfbuzz-hb-deprecated.description"></a><h2>Description</h2>
|
59
|
-
<p>
|
60
|
-
</p>
|
61
65
|
</div>
|
62
66
|
<div class="refsect1">
|
63
67
|
<a name="harfbuzz-hb-deprecated.functions_details"></a><h2>Functions</h2>
|
@@ -69,8 +73,6 @@
|
|
69
73
|
<pre class="programlisting">#define HB_BUFFER_FLAGS_DEFAULT HB_BUFFER_FLAG_DEFAULT
|
70
74
|
</pre>
|
71
75
|
<div class="warning"><p><code class="literal">HB_BUFFER_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p></div>
|
72
|
-
<p>
|
73
|
-
</p>
|
74
76
|
</div>
|
75
77
|
<hr>
|
76
78
|
<div class="refsect2">
|
@@ -78,8 +80,6 @@
|
|
78
80
|
<pre class="programlisting">#define HB_BUFFER_SERIALIZE_FLAGS_DEFAULT HB_BUFFER_SERIALIZE_FLAG_DEFAULT
|
79
81
|
</pre>
|
80
82
|
<div class="warning"><p><code class="literal">HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p></div>
|
81
|
-
<p>
|
82
|
-
</p>
|
83
83
|
</div>
|
84
84
|
<hr>
|
85
85
|
<div class="refsect2">
|
@@ -87,13 +87,10 @@
|
|
87
87
|
<pre class="programlisting">#define HB_SCRIPT_CANADIAN_ABORIGINAL HB_SCRIPT_CANADIAN_SYLLABICS
|
88
88
|
</pre>
|
89
89
|
<div class="warning"><p><code class="literal">HB_SCRIPT_CANADIAN_ABORIGINAL</code> is deprecated and should not be used in newly-written code.</p></div>
|
90
|
-
<p>
|
91
|
-
</p>
|
92
90
|
</div>
|
93
91
|
</div>
|
94
92
|
</div>
|
95
93
|
<div class="footer">
|
96
|
-
<hr>
|
97
|
-
Generated by GTK-Doc V1.20.1</div>
|
94
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
98
95
|
</body>
|
99
96
|
</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-face</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-face: 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-blob.html" title="hb-blob">
|
10
10
|
<link rel="next" href="harfbuzz-hb-font.html" title="hb-font">
|
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-face.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-blob.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-font.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -191,14 +191,12 @@
|
|
191
191
|
</div>
|
192
192
|
<div class="refsect1">
|
193
193
|
<a name="harfbuzz-hb-face.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
194
|
-
<pre class="screen"> GBoxed
|
194
|
+
<pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
195
195
|
<span class="lineart">╰──</span> hb_face_t
|
196
196
|
</pre>
|
197
197
|
</div>
|
198
198
|
<div class="refsect1">
|
199
199
|
<a name="harfbuzz-hb-face.description"></a><h2>Description</h2>
|
200
|
-
<p>
|
201
|
-
</p>
|
202
200
|
</div>
|
203
201
|
<div class="refsect1">
|
204
202
|
<a name="harfbuzz-hb-face.functions_details"></a><h2>Functions</h2>
|
@@ -207,12 +205,6 @@
|
|
207
205
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
208
206
|
hb_face_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
|
209
207
|
<em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
|
210
|
-
<p>
|
211
|
-
</p>
|
212
|
-
<div class="refsect3">
|
213
|
-
<a name="idp17669104"></a><h4>Returns</h4>
|
214
|
-
<p></p>
|
215
|
-
</div>
|
216
208
|
</div>
|
217
209
|
<hr>
|
218
210
|
<div class="refsect2">
|
@@ -222,7 +214,7 @@ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="har
|
|
222
214
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
223
215
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
224
216
|
<div class="refsect3">
|
225
|
-
<a name="
|
217
|
+
<a name="id-1.3.2.7.8.3.4"></a><h4>Parameters</h4>
|
226
218
|
<div class="informaltable"><table width="100%" border="0">
|
227
219
|
<colgroup>
|
228
220
|
<col width="150px" class="parameters_name">
|
@@ -237,7 +229,7 @@ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="har
|
|
237
229
|
</table></div>
|
238
230
|
</div>
|
239
231
|
<div class="refsect3">
|
240
|
-
<a name="
|
232
|
+
<a name="id-1.3.2.7.8.3.5"></a><h4>Returns</h4>
|
241
233
|
<p> (transfer full)</p>
|
242
234
|
<p></p>
|
243
235
|
</div>
|
@@ -249,7 +241,7 @@ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="har
|
|
249
241
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
250
242
|
hb_face_destroy (<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>
|
251
243
|
<div class="refsect3">
|
252
|
-
<a name="
|
244
|
+
<a name="id-1.3.2.7.8.4.4"></a><h4>Parameters</h4>
|
253
245
|
<div class="informaltable"><table width="100%" border="0">
|
254
246
|
<colgroup>
|
255
247
|
<col width="150px" class="parameters_name">
|
@@ -271,7 +263,7 @@ hb_face_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-f
|
|
271
263
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
272
264
|
hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
273
265
|
<div class="refsect3">
|
274
|
-
<a name="
|
266
|
+
<a name="id-1.3.2.7.8.5.4"></a><h4>Returns</h4>
|
275
267
|
<p> (transfer full)</p>
|
276
268
|
<p></p>
|
277
269
|
</div>
|
@@ -283,7 +275,7 @@ hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></c
|
|
283
275
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
284
276
|
hb_face_get_glyph_count (<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>
|
285
277
|
<div class="refsect3">
|
286
|
-
<a name="
|
278
|
+
<a name="id-1.3.2.7.8.6.4"></a><h4>Parameters</h4>
|
287
279
|
<div class="informaltable"><table width="100%" border="0">
|
288
280
|
<colgroup>
|
289
281
|
<col width="150px" class="parameters_name">
|
@@ -298,10 +290,10 @@ hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfb
|
|
298
290
|
</table></div>
|
299
291
|
</div>
|
300
292
|
<div class="refsect3">
|
301
|
-
<a name="
|
293
|
+
<a name="id-1.3.2.7.8.6.5"></a><h4>Returns</h4>
|
302
294
|
<p></p>
|
303
295
|
</div>
|
304
|
-
<p class="since">Since
|
296
|
+
<p class="since">Since 0.9.7</p>
|
305
297
|
</div>
|
306
298
|
<hr>
|
307
299
|
<div class="refsect2">
|
@@ -309,7 +301,7 @@ hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfb
|
|
309
301
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
310
302
|
hb_face_get_index (<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>
|
311
303
|
<div class="refsect3">
|
312
|
-
<a name="
|
304
|
+
<a name="id-1.3.2.7.8.7.4"></a><h4>Parameters</h4>
|
313
305
|
<div class="informaltable"><table width="100%" border="0">
|
314
306
|
<colgroup>
|
315
307
|
<col width="150px" class="parameters_name">
|
@@ -324,10 +316,10 @@ hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
324
316
|
</table></div>
|
325
317
|
</div>
|
326
318
|
<div class="refsect3">
|
327
|
-
<a name="
|
319
|
+
<a name="id-1.3.2.7.8.7.5"></a><h4>Returns</h4>
|
328
320
|
<p></p>
|
329
321
|
</div>
|
330
|
-
<p class="since">Since
|
322
|
+
<p class="since">Since 0.9.2</p>
|
331
323
|
</div>
|
332
324
|
<hr>
|
333
325
|
<div class="refsect2">
|
@@ -335,7 +327,7 @@ hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
335
327
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
336
328
|
hb_face_get_upem (<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>
|
337
329
|
<div class="refsect3">
|
338
|
-
<a name="
|
330
|
+
<a name="id-1.3.2.7.8.8.4"></a><h4>Parameters</h4>
|
339
331
|
<div class="informaltable"><table width="100%" border="0">
|
340
332
|
<colgroup>
|
341
333
|
<col width="150px" class="parameters_name">
|
@@ -350,7 +342,7 @@ hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
350
342
|
</table></div>
|
351
343
|
</div>
|
352
344
|
<div class="refsect3">
|
353
|
-
<a name="
|
345
|
+
<a name="id-1.3.2.7.8.8.5"></a><h4>Returns</h4>
|
354
346
|
<p></p>
|
355
347
|
</div>
|
356
348
|
<p class="since">Since 1.0</p>
|
@@ -362,7 +354,7 @@ hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
362
354
|
hb_face_get_user_data (<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>,
|
363
355
|
<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>
|
364
356
|
<div class="refsect3">
|
365
|
-
<a name="
|
357
|
+
<a name="id-1.3.2.7.8.9.4"></a><h4>Parameters</h4>
|
366
358
|
<div class="informaltable"><table width="100%" border="0">
|
367
359
|
<colgroup>
|
368
360
|
<col width="150px" class="parameters_name">
|
@@ -377,7 +369,7 @@ hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
377
369
|
</table></div>
|
378
370
|
</div>
|
379
371
|
<div class="refsect3">
|
380
|
-
<a name="
|
372
|
+
<a name="id-1.3.2.7.8.9.5"></a><h4>Returns</h4>
|
381
373
|
<p>. </p>
|
382
374
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
383
375
|
</div>
|
@@ -389,7 +381,7 @@ hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
389
381
|
<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>
|
390
382
|
hb_face_is_immutable (<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>
|
391
383
|
<div class="refsect3">
|
392
|
-
<a name="
|
384
|
+
<a name="id-1.3.2.7.8.10.4"></a><h4>Parameters</h4>
|
393
385
|
<div class="informaltable"><table width="100%" border="0">
|
394
386
|
<colgroup>
|
395
387
|
<col width="150px" class="parameters_name">
|
@@ -404,7 +396,7 @@ hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
404
396
|
</table></div>
|
405
397
|
</div>
|
406
398
|
<div class="refsect3">
|
407
|
-
<a name="
|
399
|
+
<a name="id-1.3.2.7.8.10.5"></a><h4>Returns</h4>
|
408
400
|
<p></p>
|
409
401
|
</div>
|
410
402
|
<p class="since">Since 1.0</p>
|
@@ -415,7 +407,7 @@ hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
415
407
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
416
408
|
hb_face_make_immutable (<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>
|
417
409
|
<div class="refsect3">
|
418
|
-
<a name="
|
410
|
+
<a name="id-1.3.2.7.8.11.4"></a><h4>Parameters</h4>
|
419
411
|
<div class="informaltable"><table width="100%" border="0">
|
420
412
|
<colgroup>
|
421
413
|
<col width="150px" class="parameters_name">
|
@@ -437,7 +429,7 @@ hb_face_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
|
|
437
429
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
438
430
|
hb_face_reference (<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>
|
439
431
|
<div class="refsect3">
|
440
|
-
<a name="
|
432
|
+
<a name="id-1.3.2.7.8.12.4"></a><h4>Parameters</h4>
|
441
433
|
<div class="informaltable"><table width="100%" border="0">
|
442
434
|
<colgroup>
|
443
435
|
<col width="150px" class="parameters_name">
|
@@ -452,7 +444,7 @@ hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
452
444
|
</table></div>
|
453
445
|
</div>
|
454
446
|
<div class="refsect3">
|
455
|
-
<a name="
|
447
|
+
<a name="id-1.3.2.7.8.12.5"></a><h4>Returns</h4>
|
456
448
|
<p></p>
|
457
449
|
</div>
|
458
450
|
<p class="since">Since 1.0</p>
|
@@ -463,7 +455,7 @@ hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
463
455
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
464
456
|
hb_face_reference_blob (<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>
|
465
457
|
<div class="refsect3">
|
466
|
-
<a name="
|
458
|
+
<a name="id-1.3.2.7.8.13.4"></a><h4>Parameters</h4>
|
467
459
|
<div class="informaltable"><table width="100%" border="0">
|
468
460
|
<colgroup>
|
469
461
|
<col width="150px" class="parameters_name">
|
@@ -478,11 +470,11 @@ hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbu
|
|
478
470
|
</table></div>
|
479
471
|
</div>
|
480
472
|
<div class="refsect3">
|
481
|
-
<a name="
|
473
|
+
<a name="id-1.3.2.7.8.13.5"></a><h4>Returns</h4>
|
482
474
|
<p>. </p>
|
483
475
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
484
476
|
</div>
|
485
|
-
<p class="since">Since
|
477
|
+
<p class="since">Since 0.9.2</p>
|
486
478
|
</div>
|
487
479
|
<hr>
|
488
480
|
<div class="refsect2">
|
@@ -491,7 +483,7 @@ hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbu
|
|
491
483
|
hb_face_reference_table (<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>,
|
492
484
|
<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>
|
493
485
|
<div class="refsect3">
|
494
|
-
<a name="
|
486
|
+
<a name="id-1.3.2.7.8.14.4"></a><h4>Parameters</h4>
|
495
487
|
<div class="informaltable"><table width="100%" border="0">
|
496
488
|
<colgroup>
|
497
489
|
<col width="150px" class="parameters_name">
|
@@ -506,7 +498,7 @@ hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfb
|
|
506
498
|
</table></div>
|
507
499
|
</div>
|
508
500
|
<div class="refsect3">
|
509
|
-
<a name="
|
501
|
+
<a name="id-1.3.2.7.8.14.5"></a><h4>Returns</h4>
|
510
502
|
<p>. </p>
|
511
503
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
512
504
|
</div>
|
@@ -519,7 +511,7 @@ hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfb
|
|
519
511
|
hb_face_set_glyph_count (<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>,
|
520
512
|
<em class="parameter"><code>unsigned <span class="type">int</span> glyph_count</code></em>);</pre>
|
521
513
|
<div class="refsect3">
|
522
|
-
<a name="
|
514
|
+
<a name="id-1.3.2.7.8.15.4"></a><h4>Parameters</h4>
|
523
515
|
<div class="informaltable"><table width="100%" border="0">
|
524
516
|
<colgroup>
|
525
517
|
<col width="150px" class="parameters_name">
|
@@ -533,7 +525,7 @@ hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfb
|
|
533
525
|
</tr></tbody>
|
534
526
|
</table></div>
|
535
527
|
</div>
|
536
|
-
<p class="since">Since
|
528
|
+
<p class="since">Since 0.9.7</p>
|
537
529
|
</div>
|
538
530
|
<hr>
|
539
531
|
<div class="refsect2">
|
@@ -542,7 +534,7 @@ hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfb
|
|
542
534
|
hb_face_set_index (<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>,
|
543
535
|
<em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
|
544
536
|
<div class="refsect3">
|
545
|
-
<a name="
|
537
|
+
<a name="id-1.3.2.7.8.16.4"></a><h4>Parameters</h4>
|
546
538
|
<div class="informaltable"><table width="100%" border="0">
|
547
539
|
<colgroup>
|
548
540
|
<col width="150px" class="parameters_name">
|
@@ -556,7 +548,7 @@ hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
556
548
|
</tr></tbody>
|
557
549
|
</table></div>
|
558
550
|
</div>
|
559
|
-
<p class="since">Since
|
551
|
+
<p class="since">Since 0.9.2</p>
|
560
552
|
</div>
|
561
553
|
<hr>
|
562
554
|
<div class="refsect2">
|
@@ -565,7 +557,7 @@ hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
565
557
|
hb_face_set_upem (<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>,
|
566
558
|
<em class="parameter"><code>unsigned <span class="type">int</span> upem</code></em>);</pre>
|
567
559
|
<div class="refsect3">
|
568
|
-
<a name="
|
560
|
+
<a name="id-1.3.2.7.8.17.4"></a><h4>Parameters</h4>
|
569
561
|
<div class="informaltable"><table width="100%" border="0">
|
570
562
|
<colgroup>
|
571
563
|
<col width="150px" class="parameters_name">
|
@@ -579,7 +571,7 @@ hb_face_set_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
579
571
|
</tr></tbody>
|
580
572
|
</table></div>
|
581
573
|
</div>
|
582
|
-
<p class="since">Since
|
574
|
+
<p class="since">Since 0.9.2</p>
|
583
575
|
</div>
|
584
576
|
<hr>
|
585
577
|
<div class="refsect2">
|
@@ -591,7 +583,7 @@ hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
591
583
|
<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>,
|
592
584
|
<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>
|
593
585
|
<div class="refsect3">
|
594
|
-
<a name="
|
586
|
+
<a name="id-1.3.2.7.8.18.4"></a><h4>Parameters</h4>
|
595
587
|
<div class="informaltable"><table width="100%" border="0">
|
596
588
|
<colgroup>
|
597
589
|
<col width="150px" class="parameters_name">
|
@@ -606,7 +598,7 @@ hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
606
598
|
</table></div>
|
607
599
|
</div>
|
608
600
|
<div class="refsect3">
|
609
|
-
<a name="
|
601
|
+
<a name="id-1.3.2.7.8.18.5"></a><h4>Returns</h4>
|
610
602
|
<p></p>
|
611
603
|
</div>
|
612
604
|
<p class="since">Since 1.0</p>
|
@@ -618,13 +610,10 @@ hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
618
610
|
<a name="hb-face-t"></a><h3>hb_face_t</h3>
|
619
611
|
<pre class="programlisting">typedef struct hb_face_t hb_face_t;
|
620
612
|
</pre>
|
621
|
-
<p>
|
622
|
-
</p>
|
623
613
|
</div>
|
624
614
|
</div>
|
625
615
|
</div>
|
626
616
|
<div class="footer">
|
627
|
-
<hr>
|
628
|
-
Generated by GTK-Doc V1.20.1</div>
|
617
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
629
618
|
</body>
|
630
619
|
</html>
|