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
@@ -0,0 +1,31 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Setting buffer properties: 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="buffers-language-script-and-direction.html" title="Buffers, language, script and direction">
|
9
|
+
<link rel="prev" href="adding-text-to-the-buffer.html" title="Adding text to the buffer">
|
10
|
+
<link rel="next" href="what-about-the-other-scripts.html" title="What about the other scripts?">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="buffers-language-script-and-direction.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="adding-text-to-the-buffer.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="what-about-the-other-scripts.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="section">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
24
|
+
<a name="setting-buffer-properties"></a>Setting buffer properties</h2></div></div></div>
|
25
|
+
<p>
|
26
|
+
</p>
|
27
|
+
</div>
|
28
|
+
<div class="footer">
|
29
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
30
|
+
</body>
|
31
|
+
</html>
|
@@ -0,0 +1,39 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Shaping and shape plans: 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="pt01.html" title="Part I. User's manual">
|
9
|
+
<link rel="prev" href="using-your-own-font-functions.html" title="Using your own font functions">
|
10
|
+
<link rel="next" href="plans-and-caching.html" title="Plans and caching">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="using-your-own-font-functions.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="plans-and-caching.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="chapter">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="shaping-and-shape-plans"></a>Shaping and shape plans</h2></div></div></div>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
|
+
<dt><span class="section"><a href="shaping-and-shape-plans.html#opentype-features">OpenType features</a></span></dt>
|
27
|
+
<dt><span class="section"><a href="plans-and-caching.html">Plans and caching</a></span></dt>
|
28
|
+
</dl></div>
|
29
|
+
<div class="section">
|
30
|
+
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
31
|
+
<a name="opentype-features"></a>OpenType features</h2></div></div></div>
|
32
|
+
<p>
|
33
|
+
</p>
|
34
|
+
</div>
|
35
|
+
</div>
|
36
|
+
<div class="footer">
|
37
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
38
|
+
</body>
|
39
|
+
</html>
|
@@ -60,7 +60,7 @@ a:hover
|
|
60
60
|
div.informaltable table
|
61
61
|
{
|
62
62
|
border-collapse: separate;
|
63
|
-
border-spacing: 1em 0.
|
63
|
+
border-spacing: 1em 0.3em;
|
64
64
|
border: none;
|
65
65
|
}
|
66
66
|
|
@@ -148,6 +148,8 @@ div.table table th
|
|
148
148
|
h4
|
149
149
|
{
|
150
150
|
color: #555753;
|
151
|
+
margin-top: 1em;
|
152
|
+
margin-bottom: 1em;
|
151
153
|
}
|
152
154
|
|
153
155
|
hr
|
@@ -166,17 +168,16 @@ dl.toc dt
|
|
166
168
|
padding-bottom: 0.25em;
|
167
169
|
}
|
168
170
|
|
169
|
-
dl.toc >
|
171
|
+
dl.toc > dt
|
170
172
|
{
|
171
173
|
padding-top: 0.25em;
|
172
174
|
padding-bottom: 0.25em;
|
175
|
+
font-weight: bold;
|
173
176
|
}
|
174
177
|
|
175
|
-
dl.toc >
|
178
|
+
dl.toc > dl
|
176
179
|
{
|
177
|
-
padding-top: 1em;
|
178
180
|
padding-bottom: 0.5em;
|
179
|
-
font-weight: bold;
|
180
181
|
}
|
181
182
|
|
182
183
|
.parameter
|
@@ -346,7 +347,9 @@ acronym,abbr
|
|
346
347
|
}
|
347
348
|
|
348
349
|
@media screen {
|
349
|
-
sup a
|
350
|
+
/* these have a <sup> as a first child, but since there are no parent selectors
|
351
|
+
* we can't use that. */
|
352
|
+
a.footnote
|
350
353
|
{
|
351
354
|
position: relative;
|
352
355
|
top: 0em ! important;
|
data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html
ADDED
@@ -0,0 +1,31 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Using Harfbuzz's native OpenType implementation: 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="fonts-and-faces.html" title="Fonts and faces">
|
9
|
+
<link rel="prev" href="fonts-and-faces.html" title="Fonts and faces">
|
10
|
+
<link rel="next" href="using-your-own-font-functions.html" title="Using your own font functions">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="fonts-and-faces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="fonts-and-faces.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="using-your-own-font-functions.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="section">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
24
|
+
<a name="using-harfbuzzs-native-opentype-implementation"></a>Using Harfbuzz's native OpenType implementation</h2></div></div></div>
|
25
|
+
<p>
|
26
|
+
</p>
|
27
|
+
</div>
|
28
|
+
<div class="footer">
|
29
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
30
|
+
</body>
|
31
|
+
</html>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Using your own font functions: 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="fonts-and-faces.html" title="Fonts and faces">
|
9
|
+
<link rel="prev" href="using-harfbuzzs-native-opentype-implementation.html" title="Using Harfbuzz's native OpenType implementation">
|
10
|
+
<link rel="next" href="shaping-and-shape-plans.html" title="Shaping and shape plans">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="fonts-and-faces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="using-harfbuzzs-native-opentype-implementation.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="shaping-and-shape-plans.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="section">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
24
|
+
<a name="using-your-own-font-functions"></a>Using your own font functions</h2></div></div></div>
|
25
|
+
<p>
|
26
|
+
</p>
|
27
|
+
</div>
|
28
|
+
<div class="footer">
|
29
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
30
|
+
</body>
|
31
|
+
</html>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>What about the other scripts?: 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="buffers-language-script-and-direction.html" title="Buffers, language, script and direction">
|
9
|
+
<link rel="prev" href="setting-buffer-properties.html" title="Setting buffer properties">
|
10
|
+
<link rel="next" href="customizing-unicode-functions.html" title="Customizing Unicode functions">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="buffers-language-script-and-direction.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="setting-buffer-properties.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="customizing-unicode-functions.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="section">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
24
|
+
<a name="what-about-the-other-scripts"></a>What about the other scripts?</h2></div></div></div>
|
25
|
+
<p>
|
26
|
+
</p>
|
27
|
+
</div>
|
28
|
+
<div class="footer">
|
29
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
30
|
+
</body>
|
31
|
+
</html>
|
@@ -0,0 +1,124 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>What is Harfbuzz?: 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="pt01.html" title="Part I. User's manual">
|
9
|
+
<link rel="prev" href="pt01.html" title="Part I. User's manual">
|
10
|
+
<link rel="next" href="why-is-it-called-harfbuzz.html" title="Why is it called Harfbuzz?">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="pt01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="why-is-it-called-harfbuzz.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="chapter">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="what-is-harfbuzz"></a>What is Harfbuzz?</h2></div></div></div>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
|
+
<dt><span class="section"><a href="what-is-harfbuzz.html#why-do-i-need-it">Why do I need it?</a></span></dt>
|
27
|
+
<dt><span class="section"><a href="why-is-it-called-harfbuzz.html">Why is it called Harfbuzz?</a></span></dt>
|
28
|
+
</dl></div>
|
29
|
+
<p>
|
30
|
+
Harfbuzz is a <span class="emphasis"><em>text shaping engine</em></span>. It solves
|
31
|
+
the problem of selecting and positioning glyphs from a font given a
|
32
|
+
Unicode string.
|
33
|
+
</p>
|
34
|
+
<div class="section">
|
35
|
+
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
36
|
+
<a name="why-do-i-need-it"></a>Why do I need it?</h2></div></div></div>
|
37
|
+
<p>
|
38
|
+
Text shaping is an integral part of preparing text for display. It
|
39
|
+
is a fairly low level operation; Harfbuzz is used directly by
|
40
|
+
graphic rendering libraries such as Pango, and the layout engines
|
41
|
+
in Firefox, LibreOffice and Chromium. Unless you are
|
42
|
+
<span class="emphasis"><em>writing</em></span> one of these layout engines yourself,
|
43
|
+
you will probably not need to use Harfbuzz - normally higher level
|
44
|
+
libraries will turn text into glyphs for you.
|
45
|
+
</p>
|
46
|
+
<p>
|
47
|
+
However, if you <span class="emphasis"><em>are</em></span> writing a layout engine
|
48
|
+
or graphics library yourself, you will need to perform text
|
49
|
+
shaping, and this is where Harfbuzz can help you. Here are some
|
50
|
+
reasons why you need it:
|
51
|
+
</p>
|
52
|
+
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
53
|
+
<li class="listitem"><p>
|
54
|
+
OpenType fonts contain a set of glyphs, indexed by glyph ID.
|
55
|
+
The glyph ID within the font does not necessarily relate to a
|
56
|
+
Unicode codepoint. For instance, some fonts have the letter
|
57
|
+
"a" as glyph ID 1. To pull the right glyph out of
|
58
|
+
the font in order to display it, you need to consult a table
|
59
|
+
within the font (the "cmap" table) which maps
|
60
|
+
Unicode codepoints to glyph IDs. Text shaping turns codepoints
|
61
|
+
into glyph IDs.
|
62
|
+
</p></li>
|
63
|
+
<li class="listitem"><p>
|
64
|
+
Many OpenType fonts contain ligatures: combinations of
|
65
|
+
characters which are rendered together. For instance, it's
|
66
|
+
common for the <code class="literal">fi</code> combination to appear in
|
67
|
+
print as the single ligature "fi". Whether you should
|
68
|
+
render text as <code class="literal">fi</code> or "fi" does not
|
69
|
+
depend on the input text, but on the capabilities of the font
|
70
|
+
and the level of ligature application you wish to perform.
|
71
|
+
Text shaping involves querying the font's ligature tables and
|
72
|
+
determining what substitutions should be made.
|
73
|
+
</p></li>
|
74
|
+
<li class="listitem"><p>
|
75
|
+
While ligatures like "fi" are typographic
|
76
|
+
refinements, some languages <span class="emphasis"><em>require</em></span> such
|
77
|
+
substitutions to be made in order to display text correctly.
|
78
|
+
In Tamil, when the letter "TTA" (ட) letter is
|
79
|
+
followed by "U" (உ), the combination should appear
|
80
|
+
as the single glyph "டு". The sequence of Unicode
|
81
|
+
characters "டஉ" needs to be rendered as a single
|
82
|
+
glyph from the font - text shaping chooses the correct glyph
|
83
|
+
from the sequence of characters provided.
|
84
|
+
</p></li>
|
85
|
+
<li class="listitem"><p>
|
86
|
+
Similarly, each Arabic character has four different variants:
|
87
|
+
within a font, there will be glyphs for the initial, medial,
|
88
|
+
final, and isolated forms of each letter. Unicode only encodes
|
89
|
+
one codepoint per character, and so a Unicode string will not
|
90
|
+
tell you which glyph to use. Text shaping chooses the correct
|
91
|
+
form of the letter and returns the correct glyph from the font
|
92
|
+
that you need to render.
|
93
|
+
</p></li>
|
94
|
+
<li class="listitem"><p>
|
95
|
+
Other languages have marks and accents which need to be
|
96
|
+
rendered in certain positions around a base character. For
|
97
|
+
instance, the Moldovan language has the Cyrillic letter
|
98
|
+
"zhe" (ж) with a breve accent, like so: ӂ. Some
|
99
|
+
fonts will contain this character as an individual glyph,
|
100
|
+
whereas other fonts will not contain a zhe-with-breve glyph
|
101
|
+
but expect the rendering engine to form the character by
|
102
|
+
overlaying the two glyphs ж and ˘. Where you should draw the
|
103
|
+
combining breve depends on the height of the preceding glyph.
|
104
|
+
Again, for Arabic, the correct positioning of vowel marks
|
105
|
+
depends on the height of the character on which you are
|
106
|
+
placing the mark. Text shaping tells you whether you have a
|
107
|
+
precomposed glyph within your font or if you need to compose a
|
108
|
+
glyph yourself out of combining marks, and if so, where to
|
109
|
+
position those marks.
|
110
|
+
</p></li>
|
111
|
+
</ul></div>
|
112
|
+
<p>
|
113
|
+
If this is something that you need to do, then you need a text
|
114
|
+
shaping engine: you could use Uniscribe if you are using Windows;
|
115
|
+
you could use CoreText on OS X; or you could use Harfbuzz. In the
|
116
|
+
rest of this manual, we are going to assume that you are the
|
117
|
+
implementor of a text layout engine.
|
118
|
+
</p>
|
119
|
+
</div>
|
120
|
+
</div>
|
121
|
+
<div class="footer">
|
122
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
123
|
+
</body>
|
124
|
+
</html>
|
@@ -0,0 +1,38 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Why is it called Harfbuzz?: 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="what-is-harfbuzz.html" title="What is Harfbuzz?">
|
9
|
+
<link rel="prev" href="what-is-harfbuzz.html" title="What is Harfbuzz?">
|
10
|
+
<link rel="next" href="hello-harfbuzz.html" title="Hello, Harfbuzz">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="what-is-harfbuzz.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="what-is-harfbuzz.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="hello-harfbuzz.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="section">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
24
|
+
<a name="why-is-it-called-harfbuzz"></a>Why is it called Harfbuzz?</h2></div></div></div>
|
25
|
+
<p>
|
26
|
+
Harfbuzz began its life as text shaping code within the FreeType
|
27
|
+
project, (and you will see references to the FreeType authors
|
28
|
+
within the source code copyright declarations) but was then
|
29
|
+
abstracted out to its own project. This project is maintained by
|
30
|
+
Behdad Esfahbod, and named Harfbuzz. Originally, it was a shaping
|
31
|
+
engine for OpenType fonts - "Harfbuzz" is the Persian
|
32
|
+
for "open type".
|
33
|
+
</p>
|
34
|
+
</div>
|
35
|
+
<div class="footer">
|
36
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
37
|
+
</body>
|
38
|
+
</html>
|
File without changes
|
File without changes
|
@@ -4,7 +4,6 @@
|
|
4
4
|
<head>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
6
6
|
<title>ICU License - ICU 1.8.1 and later</title>
|
7
|
-
<link type="text/css" href="./icu4c.css" rel="stylesheet">
|
8
7
|
</head>
|
9
8
|
|
10
9
|
<body BGCOLOR="#ffffff">
|
@@ -13,7 +12,7 @@
|
|
13
12
|
<p>COPYRIGHT AND PERMISSION NOTICE</p>
|
14
13
|
|
15
14
|
<p>
|
16
|
-
Copyright (c) 1995-
|
15
|
+
Copyright (c) 1995-2015 International Business Machines Corporation and others
|
17
16
|
</p>
|
18
17
|
<p>
|
19
18
|
All rights reserved.
|
@@ -60,7 +59,7 @@ third-party software components included within ICU libraries.
|
|
60
59
|
|
61
60
|
<pre>COPYRIGHT AND PERMISSION NOTICE
|
62
61
|
|
63
|
-
Copyright © 1991-
|
62
|
+
Copyright © 1991-2015 Unicode, Inc. All rights reserved.
|
64
63
|
Distributed under the Terms of Use in
|
65
64
|
<a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a>.
|
66
65
|
|
@@ -367,7 +366,7 @@ Database</a> section 7.<p>
|
|
367
366
|
The TZ database itself is not an IETF Contribution or an IETF
|
368
367
|
document. Rather it is a pre-existing and regularly updated work
|
369
368
|
that is in the public domain, and is intended to remain in the public
|
370
|
-
domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do not apply
|
369
|
+
domain. Therefore, BCPs 78 [<a href="http://tools.ietf.org/html/rfc5378">RFC5378</a>] and 79 [<a href="http://tools.ietf.org/html/rfc3979">RFC3979</a>] do not apply
|
371
370
|
to the TZ Database or contributions that individuals make to it.
|
372
371
|
Should any claims be made and substantiated against the TZ Database,
|
373
372
|
the organization that is providing the IANA Considerations defined in
|
File without changes
|
@@ -4,7 +4,7 @@
|
|
4
4
|
.\"
|
5
5
|
.\" Copyright (C) 2000-2014 IBM, Inc. and others.
|
6
6
|
.\"
|
7
|
-
.TH DERB 1 "7 Mar 2014" "ICU MANPAGE" "ICU
|
7
|
+
.TH DERB 1 "7 Mar 2014" "ICU MANPAGE" "ICU 55.1 Manual"
|
8
8
|
.SH NAME
|
9
9
|
.B derb
|
10
10
|
\- disassemble a resource bundle
|
@@ -178,7 +178,7 @@ This is the set which is guaranteed to be available regardless of code page.
|
|
178
178
|
.TP 10
|
179
179
|
.B ICU_DATA
|
180
180
|
Specifies the directory containing ICU data. Defaults to
|
181
|
-
.BR ${prefix}/share/icu/
|
181
|
+
.BR ${prefix}/share/icu/55.1/ .
|
182
182
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
183
183
|
important to make sure that it is present if
|
184
184
|
.B ICU_DATA
|
@@ -4,7 +4,7 @@
|
|
4
4
|
.\"
|
5
5
|
.\" Copyright (C) 2005-2006 International Business Machines Corporation and others
|
6
6
|
.\"
|
7
|
-
.TH GENBRK 1 "2 December 2005" "ICU MANPAGE" "ICU
|
7
|
+
.TH GENBRK 1 "2 December 2005" "ICU MANPAGE" "ICU 55.1 Manual"
|
8
8
|
.SH NAME
|
9
9
|
.B genbrk
|
10
10
|
\- Compiles ICU break iteration rules source files into binary data files
|
@@ -94,7 +94,7 @@ with the BOM.
|
|
94
94
|
.TP 10
|
95
95
|
.B ICU_DATA
|
96
96
|
Specifies the directory containing ICU data. Defaults to
|
97
|
-
.BR ${prefix}/share/icu/
|
97
|
+
.BR ${prefix}/share/icu/55.1/ .
|
98
98
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
99
99
|
important to make sure that it is present if
|
100
100
|
.B ICU_DATA
|