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-uniscribe</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-uniscribe: 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-graphite2.html" title="hb-graphite2">
|
10
10
|
<link rel="next" href="harfbuzz-hb-coretext.html" title="hb-coretext">
|
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-uniscribe.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb-uniscribe.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-uniscribe.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-graphite2.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
24
|
<td><a accesskey="n" href="harfbuzz-hb-coretext.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
25
|
</tr></table>
|
@@ -59,9 +60,12 @@
|
|
59
60
|
</table></div>
|
60
61
|
</div>
|
61
62
|
<div class="refsect1">
|
63
|
+
<a name="harfbuzz-hb-uniscribe.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
64
|
+
<pre class="screen">
|
65
|
+
</pre>
|
66
|
+
</div>
|
67
|
+
<div class="refsect1">
|
62
68
|
<a name="harfbuzz-hb-uniscribe.description"></a><h2>Description</h2>
|
63
|
-
<p>
|
64
|
-
</p>
|
65
69
|
</div>
|
66
70
|
<div class="refsect1">
|
67
71
|
<a name="harfbuzz-hb-uniscribe.functions_details"></a><h2>Functions</h2>
|
@@ -69,24 +73,12 @@
|
|
69
73
|
<a name="hb-uniscribe-font-get-hfont"></a><h3>hb_uniscribe_font_get_hfont ()</h3>
|
70
74
|
<pre class="programlisting"><span class="returnvalue">HFONT</span>
|
71
75
|
hb_uniscribe_font_get_hfont (<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>
|
72
|
-
<p>
|
73
|
-
</p>
|
74
|
-
<div class="refsect3">
|
75
|
-
<a name="idp18176784"></a><h4>Returns</h4>
|
76
|
-
<p></p>
|
77
|
-
</div>
|
78
76
|
</div>
|
79
77
|
<hr>
|
80
78
|
<div class="refsect2">
|
81
79
|
<a name="hb-uniscribe-font-get-logfontw"></a><h3>hb_uniscribe_font_get_logfontw ()</h3>
|
82
80
|
<pre class="programlisting"><span class="returnvalue">LOGFONTW</span> *
|
83
81
|
hb_uniscribe_font_get_logfontw (<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>
|
84
|
-
<p>
|
85
|
-
</p>
|
86
|
-
<div class="refsect3">
|
87
|
-
<a name="idp19749248"></a><h4>Returns</h4>
|
88
|
-
<p></p>
|
89
|
-
</div>
|
90
82
|
</div>
|
91
83
|
</div>
|
92
84
|
<div class="refsect1">
|
@@ -94,7 +86,6 @@ hb_uniscribe_font_get_logfontw (<em class="parameter"><code><a class="link" href
|
|
94
86
|
</div>
|
95
87
|
</div>
|
96
88
|
<div class="footer">
|
97
|
-
<hr>
|
98
|
-
Generated by GTK-Doc V1.20.1</div>
|
89
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
99
90
|
</body>
|
100
91
|
</html>
|
@@ -2,24 +2,25 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>hb-version</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
7
|
-
<link rel="home" href="index.html" title="HarfBuzz
|
8
|
-
<link rel="up" href="
|
9
|
-
<link rel="prev" href="harfbuzz-
|
5
|
+
<title>hb-version: 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
|
+
<link rel="prev" href="harfbuzz-Shaping.html" title="Shaping">
|
10
10
|
<link rel="next" href="harfbuzz-hb-deprecated.html" title="hb-deprecated">
|
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-version.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb-version.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-version.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="p" href="harfbuzz-
|
22
|
+
<td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="harfbuzz-Shaping.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
24
|
<td><a accesskey="n" href="harfbuzz-hb-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
25
|
</tr></table>
|
25
26
|
<div class="refentry">
|
@@ -40,6 +41,12 @@
|
|
40
41
|
</colgroup>
|
41
42
|
<tbody>
|
42
43
|
<tr>
|
44
|
+
<td class="define_keyword">#define</td>
|
45
|
+
<td class="function_name">
|
46
|
+
<a class="link" href="harfbuzz-hb-version.html#HB-VERSION-ATLEAST:CAPS" title="HB_VERSION_ATLEAST()">HB_VERSION_ATLEAST</a><span class="c_punctuation">()</span>
|
47
|
+
</td>
|
48
|
+
</tr>
|
49
|
+
<tr>
|
43
50
|
<td class="function_type">
|
44
51
|
<span class="returnvalue">void</span>
|
45
52
|
</td>
|
@@ -48,6 +55,14 @@
|
|
48
55
|
</td>
|
49
56
|
</tr>
|
50
57
|
<tr>
|
58
|
+
<td class="function_type">
|
59
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
60
|
+
</td>
|
61
|
+
<td class="function_name">
|
62
|
+
<a class="link" href="harfbuzz-hb-version.html#hb-version-atleast" title="hb_version_atleast ()">hb_version_atleast</a> <span class="c_punctuation">()</span>
|
63
|
+
</td>
|
64
|
+
</tr>
|
65
|
+
<tr>
|
51
66
|
<td class="function_type">const <span class="returnvalue">char</span> *
|
52
67
|
</td>
|
53
68
|
<td class="function_name">
|
@@ -85,20 +100,28 @@
|
|
85
100
|
</table></div>
|
86
101
|
</div>
|
87
102
|
<div class="refsect1">
|
103
|
+
<a name="harfbuzz-hb-version.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
104
|
+
<pre class="screen">
|
105
|
+
</pre>
|
106
|
+
</div>
|
107
|
+
<div class="refsect1">
|
88
108
|
<a name="harfbuzz-hb-version.description"></a><h2>Description</h2>
|
89
|
-
<p>
|
90
|
-
</p>
|
91
109
|
</div>
|
92
110
|
<div class="refsect1">
|
93
111
|
<a name="harfbuzz-hb-version.functions_details"></a><h2>Functions</h2>
|
94
112
|
<div class="refsect2">
|
113
|
+
<a name="HB-VERSION-ATLEAST:CAPS"></a><h3>HB_VERSION_ATLEAST()</h3>
|
114
|
+
<pre class="programlisting">#define HB_VERSION_ATLEAST(major,minor,micro)</pre>
|
115
|
+
</div>
|
116
|
+
<hr>
|
117
|
+
<div class="refsect2">
|
95
118
|
<a name="hb-version"></a><h3>hb_version ()</h3>
|
96
119
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
97
120
|
hb_version (<em class="parameter"><code>unsigned <span class="type">int</span> *major</code></em>,
|
98
121
|
<em class="parameter"><code>unsigned <span class="type">int</span> *minor</code></em>,
|
99
122
|
<em class="parameter"><code>unsigned <span class="type">int</span> *micro</code></em>);</pre>
|
100
123
|
<div class="refsect3">
|
101
|
-
<a name="
|
124
|
+
<a name="id-1.3.2.10.7.3.4"></a><h4>Parameters</h4>
|
102
125
|
<div class="informaltable"><table width="100%" border="0">
|
103
126
|
<colgroup>
|
104
127
|
<col width="150px" class="parameters_name">
|
@@ -124,16 +147,34 @@ hb_version (<em class="parameter"><code>unsigned <span class="type">int</span> *
|
|
124
147
|
</tbody>
|
125
148
|
</table></div>
|
126
149
|
</div>
|
150
|
+
<div class="refsect3">
|
151
|
+
<a name="id-1.3.2.10.7.3.5"></a><h4>Returns</h4>
|
152
|
+
<p>library version as three integer components.</p>
|
153
|
+
<p></p>
|
154
|
+
</div>
|
127
155
|
<p class="since">Since 1.0</p>
|
128
156
|
</div>
|
129
157
|
<hr>
|
130
158
|
<div class="refsect2">
|
159
|
+
<a name="hb-version-atleast"></a><h3>hb_version_atleast ()</h3>
|
160
|
+
<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>
|
161
|
+
hb_version_atleast (<em class="parameter"><code>unsigned <span class="type">int</span> major</code></em>,
|
162
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> minor</code></em>,
|
163
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> micro</code></em>);</pre>
|
164
|
+
<div class="refsect3">
|
165
|
+
<a name="id-1.3.2.10.7.4.4"></a><h4>Returns</h4>
|
166
|
+
<p></p>
|
167
|
+
</div>
|
168
|
+
<p class="since">Since 0.9.30</p>
|
169
|
+
</div>
|
170
|
+
<hr>
|
171
|
+
<div class="refsect2">
|
131
172
|
<a name="hb-version-string"></a><h3>hb_version_string ()</h3>
|
132
173
|
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
133
174
|
hb_version_string (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
134
175
|
<p>Returns library version as a string with three components.</p>
|
135
176
|
<div class="refsect3">
|
136
|
-
<a name="
|
177
|
+
<a name="id-1.3.2.10.7.5.5"></a><h4>Returns</h4>
|
137
178
|
<p> library version string.</p>
|
138
179
|
<p></p>
|
139
180
|
</div>
|
@@ -144,39 +185,30 @@ hb_version_string (<em class="parameter"><code><span class="type">void</span></c
|
|
144
185
|
<a name="harfbuzz-hb-version.other_details"></a><h2>Types and Values</h2>
|
145
186
|
<div class="refsect2">
|
146
187
|
<a name="HB-VERSION-MAJOR:CAPS"></a><h3>HB_VERSION_MAJOR</h3>
|
147
|
-
<pre class="programlisting">#define HB_VERSION_MAJOR
|
188
|
+
<pre class="programlisting">#define HB_VERSION_MAJOR 1
|
148
189
|
</pre>
|
149
|
-
<p>
|
150
|
-
</p>
|
151
190
|
</div>
|
152
191
|
<hr>
|
153
192
|
<div class="refsect2">
|
154
193
|
<a name="HB-VERSION-MICRO:CAPS"></a><h3>HB_VERSION_MICRO</h3>
|
155
|
-
<pre class="programlisting">#define HB_VERSION_MICRO
|
194
|
+
<pre class="programlisting">#define HB_VERSION_MICRO 2
|
156
195
|
</pre>
|
157
|
-
<p>
|
158
|
-
</p>
|
159
196
|
</div>
|
160
197
|
<hr>
|
161
198
|
<div class="refsect2">
|
162
199
|
<a name="HB-VERSION-MINOR:CAPS"></a><h3>HB_VERSION_MINOR</h3>
|
163
|
-
<pre class="programlisting">#define HB_VERSION_MINOR
|
200
|
+
<pre class="programlisting">#define HB_VERSION_MINOR 0
|
164
201
|
</pre>
|
165
|
-
<p>
|
166
|
-
</p>
|
167
202
|
</div>
|
168
203
|
<hr>
|
169
204
|
<div class="refsect2">
|
170
205
|
<a name="HB-VERSION-STRING:CAPS"></a><h3>HB_VERSION_STRING</h3>
|
171
|
-
<pre class="programlisting">#define HB_VERSION_STRING "0.
|
206
|
+
<pre class="programlisting">#define HB_VERSION_STRING "1.0.2"
|
172
207
|
</pre>
|
173
|
-
<p>
|
174
|
-
</p>
|
175
208
|
</div>
|
176
209
|
</div>
|
177
210
|
</div>
|
178
211
|
<div class="footer">
|
179
|
-
<hr>
|
180
|
-
Generated by GTK-Doc V1.20.1</div>
|
212
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
181
213
|
</body>
|
182
214
|
</html>
|
@@ -2,24 +2,25 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>hb</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
7
|
-
<link rel="home" href="index.html" title="HarfBuzz
|
8
|
-
<link rel="up" href="
|
9
|
-
<link rel="prev" href="
|
5
|
+
<title>hb: 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
|
+
<link rel="prev" href="ch06.html" title="Harfbuzz API">
|
10
10
|
<link rel="next" href="harfbuzz-hb-common.html" title="hb-common">
|
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.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb.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="p" href="
|
22
|
+
<td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="ch06.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
24
|
<td><a accesskey="n" href="harfbuzz-hb-common.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
25
|
</tr></table>
|
25
26
|
<div class="refentry">
|
@@ -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.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.description"></a><h2>Description</h2>
|
36
|
-
<p>
|
37
|
-
</p>
|
38
42
|
</div>
|
39
43
|
<div class="refsect1">
|
40
44
|
<a name="harfbuzz-hb.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>
|