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
@@ -4,7 +4,7 @@
|
|
4
4
|
.\"
|
5
5
|
.\" Copyright (C) 2003 IBM, Inc. and others.
|
6
6
|
.\"
|
7
|
-
.TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU
|
7
|
+
.TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU 55.1 Manual"
|
8
8
|
.SH NAME
|
9
9
|
.B gensprep
|
10
10
|
\- compile StringPrep data from files filtered by filterRFC3454.pl
|
@@ -66,7 +66,7 @@ The default destination directory is specified by the environment variable
|
|
66
66
|
.TP 10
|
67
67
|
.B ICU_DATA
|
68
68
|
Specifies the directory containing ICU data. Defaults to
|
69
|
-
.BR ${prefix}/share/icu/
|
69
|
+
.BR ${prefix}/share/icu/55.1/ .
|
70
70
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
71
71
|
important to make sure that it is present if
|
72
72
|
.B ICU_DATA
|
@@ -95,7 +95,7 @@ Contains the list of code points that are prohibited for IDNA.
|
|
95
95
|
.B NormalizationCorrections.txt
|
96
96
|
Contains the list of code points whose normalization has changed since Unicode Version 3.2.0.
|
97
97
|
.SH VERSION
|
98
|
-
|
98
|
+
55.1
|
99
99
|
.SH COPYRIGHT
|
100
100
|
Copyright (C) 2000-2002 IBM, Inc. and others.
|
101
101
|
.SH SEE ALSO
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pango
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cairo
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 3.0.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 3.0.0
|
41
41
|
description: Ruby/Pango is a Ruby binding of pango-1.x.
|
42
42
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
43
43
|
executables: []
|
@@ -276,7 +276,7 @@ files:
|
|
276
276
|
- vendor/local/include/unicode/rep.h
|
277
277
|
- vendor/local/include/unicode/resbund.h
|
278
278
|
- vendor/local/include/unicode/schriter.h
|
279
|
-
- vendor/local/include/unicode/
|
279
|
+
- vendor/local/include/unicode/scientificnumberformatter.h
|
280
280
|
- vendor/local/include/unicode/search.h
|
281
281
|
- vendor/local/include/unicode/selfmt.h
|
282
282
|
- vendor/local/include/unicode/simpletz.h
|
@@ -323,11 +323,13 @@ files:
|
|
323
323
|
- vendor/local/include/unicode/udatpg.h
|
324
324
|
- vendor/local/include/unicode/udisplaycontext.h
|
325
325
|
- vendor/local/include/unicode/uenum.h
|
326
|
+
- vendor/local/include/unicode/ufieldpositer.h
|
326
327
|
- vendor/local/include/unicode/uformattable.h
|
327
328
|
- vendor/local/include/unicode/ugender.h
|
328
329
|
- vendor/local/include/unicode/uidna.h
|
329
330
|
- vendor/local/include/unicode/uiter.h
|
330
331
|
- vendor/local/include/unicode/uldnames.h
|
332
|
+
- vendor/local/include/unicode/ulistformatter.h
|
331
333
|
- vendor/local/include/unicode/uloc.h
|
332
334
|
- vendor/local/include/unicode/ulocdata.h
|
333
335
|
- vendor/local/include/unicode/umachine.h
|
@@ -377,26 +379,26 @@ files:
|
|
377
379
|
- vendor/local/lib/girepository-1.0/Pango-1.0.typelib
|
378
380
|
- vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib
|
379
381
|
- vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib
|
380
|
-
- vendor/local/lib/icu/
|
381
|
-
- vendor/local/lib/icu/
|
382
|
+
- vendor/local/lib/icu/55.1/Makefile.inc
|
383
|
+
- vendor/local/lib/icu/55.1/pkgdata.inc
|
382
384
|
- vendor/local/lib/icu/Makefile.inc
|
383
385
|
- vendor/local/lib/icu/pkgdata.inc
|
384
386
|
- vendor/local/lib/icudt.dll
|
385
|
-
- vendor/local/lib/
|
387
|
+
- vendor/local/lib/icudt55.dll
|
386
388
|
- vendor/local/lib/icuin.dll
|
387
|
-
- vendor/local/lib/
|
389
|
+
- vendor/local/lib/icuin55.dll
|
388
390
|
- vendor/local/lib/icuio.dll
|
389
|
-
- vendor/local/lib/
|
391
|
+
- vendor/local/lib/icuio55.dll
|
390
392
|
- vendor/local/lib/icule.dll
|
391
|
-
- vendor/local/lib/
|
393
|
+
- vendor/local/lib/icule55.dll
|
392
394
|
- vendor/local/lib/iculx.dll
|
393
|
-
- vendor/local/lib/
|
395
|
+
- vendor/local/lib/iculx55.dll
|
394
396
|
- vendor/local/lib/icutest.dll
|
395
|
-
- vendor/local/lib/
|
397
|
+
- vendor/local/lib/icutest55.dll
|
396
398
|
- vendor/local/lib/icutu.dll
|
397
|
-
- vendor/local/lib/
|
399
|
+
- vendor/local/lib/icutu55.dll
|
398
400
|
- vendor/local/lib/icuuc.dll
|
399
|
-
- vendor/local/lib/
|
401
|
+
- vendor/local/lib/icuuc55.dll
|
400
402
|
- vendor/local/lib/libharfbuzz-icu.a
|
401
403
|
- vendor/local/lib/libharfbuzz-icu.la
|
402
404
|
- vendor/local/lib/libharfbuzz.dll.a
|
@@ -443,10 +445,15 @@ files:
|
|
443
445
|
- vendor/local/share/gir-1.0/Pango-1.0.gir
|
444
446
|
- vendor/local/share/gir-1.0/PangoCairo-1.0.gir
|
445
447
|
- vendor/local/share/gir-1.0/PangoFT2-1.0.gir
|
448
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
|
446
449
|
- vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html
|
447
450
|
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html
|
448
|
-
- vendor/local/share/gtk-doc/html/harfbuzz/
|
451
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
|
452
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/ch06.html
|
453
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html
|
449
454
|
- vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html
|
455
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html
|
456
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html
|
450
457
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html
|
451
458
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html
|
452
459
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html
|
@@ -464,23 +471,32 @@ files:
|
|
464
471
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html
|
465
472
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html
|
466
473
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html
|
467
|
-
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html
|
468
474
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html
|
469
475
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html
|
470
476
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html
|
471
477
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html
|
472
478
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2
|
479
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html
|
473
480
|
- vendor/local/share/gtk-doc/html/harfbuzz/home.png
|
474
481
|
- vendor/local/share/gtk-doc/html/harfbuzz/index.html
|
475
|
-
- vendor/local/share/gtk-doc/html/harfbuzz/index.sgml
|
476
482
|
- vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png
|
477
483
|
- vendor/local/share/gtk-doc/html/harfbuzz/left.png
|
478
484
|
- vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html
|
485
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html
|
486
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/pt01.html
|
487
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/pt02.html
|
479
488
|
- vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png
|
480
489
|
- vendor/local/share/gtk-doc/html/harfbuzz/right.png
|
490
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html
|
491
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html
|
481
492
|
- vendor/local/share/gtk-doc/html/harfbuzz/style.css
|
482
493
|
- vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png
|
483
494
|
- vendor/local/share/gtk-doc/html/harfbuzz/up.png
|
495
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html
|
496
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html
|
497
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html
|
498
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html
|
499
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html
|
484
500
|
- vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html
|
485
501
|
- vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html
|
486
502
|
- vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html
|
@@ -548,10 +564,10 @@ files:
|
|
548
564
|
- vendor/local/share/gtk-doc/html/pango/tools.html
|
549
565
|
- vendor/local/share/gtk-doc/html/pango/up-insensitive.png
|
550
566
|
- vendor/local/share/gtk-doc/html/pango/up.png
|
551
|
-
- vendor/local/share/icu/
|
552
|
-
- vendor/local/share/icu/
|
553
|
-
- vendor/local/share/icu/
|
554
|
-
- vendor/local/share/icu/
|
567
|
+
- vendor/local/share/icu/55.1/config/mh-mingw
|
568
|
+
- vendor/local/share/icu/55.1/install-sh
|
569
|
+
- vendor/local/share/icu/55.1/license.html
|
570
|
+
- vendor/local/share/icu/55.1/mkinstalldirs
|
555
571
|
- vendor/local/share/license/harfbuzz/AUTHORS
|
556
572
|
- vendor/local/share/license/harfbuzz/COPYING
|
557
573
|
- vendor/local/share/license/pango/AUTHORS
|
@@ -1,139 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
**********************************************************************
|
3
|
-
* Copyright (c) 2014, International Business Machines
|
4
|
-
* Corporation and others. All Rights Reserved.
|
5
|
-
**********************************************************************
|
6
|
-
*/
|
7
|
-
#ifndef SCIFORMATHELPER_H
|
8
|
-
#define SCIFORMATHELPER_H
|
9
|
-
|
10
|
-
#include "unicode/utypes.h"
|
11
|
-
|
12
|
-
#if !UCONFIG_NO_FORMATTING
|
13
|
-
|
14
|
-
#ifndef U_HIDE_DRAFT_API
|
15
|
-
|
16
|
-
#include "unicode/unistr.h"
|
17
|
-
|
18
|
-
/**
|
19
|
-
* \file
|
20
|
-
* \brief C++ API: Formatter for measure objects.
|
21
|
-
*/
|
22
|
-
|
23
|
-
U_NAMESPACE_BEGIN
|
24
|
-
|
25
|
-
class DecimalFormatSymbols;
|
26
|
-
class FieldPositionIterator;
|
27
|
-
class DecimalFormatStaticSets;
|
28
|
-
|
29
|
-
/**
|
30
|
-
* A helper class for formatting numbers in standard scientific notation
|
31
|
-
* instead of E notation.
|
32
|
-
*
|
33
|
-
* Sample code:
|
34
|
-
* <pre>
|
35
|
-
* UErrorCode status = U_ZERO_ERROR;
|
36
|
-
* DecimalFormat *decfmt = (DecimalFormat *)
|
37
|
-
* NumberFormat::createScientificInstance("en", status);
|
38
|
-
* UnicodeString appendTo;
|
39
|
-
* FieldPositionIterator fpositer;
|
40
|
-
* decfmt->format(1.23456e-78, appendTo, &fpositer, status);
|
41
|
-
* ScientificFormatHelper helper(*decfmt->getDecimalFormatSymbols(), status);
|
42
|
-
* UnicodeString result;
|
43
|
-
*
|
44
|
-
* // result = "1.23456x10<sup>-78</sup>"
|
45
|
-
* helper.insertMarkup(appendTo, fpositer, "<sup>", "</sup>", result, status));
|
46
|
-
* </pre>
|
47
|
-
*
|
48
|
-
* @see NumberFormat
|
49
|
-
* @draft ICU 54
|
50
|
-
*/
|
51
|
-
class U_I18N_API ScientificFormatHelper : public UObject {
|
52
|
-
public:
|
53
|
-
/**
|
54
|
-
* Constructor.
|
55
|
-
* @param symbols comes from DecimalFormat instance used for default
|
56
|
-
* scientific notation.
|
57
|
-
* @param status any error reported here.
|
58
|
-
* @draft ICU 54
|
59
|
-
*/
|
60
|
-
ScientificFormatHelper(const DecimalFormatSymbols &symbols, UErrorCode& status);
|
61
|
-
|
62
|
-
/**
|
63
|
-
* Copy constructor.
|
64
|
-
* @draft ICU 54
|
65
|
-
*/
|
66
|
-
ScientificFormatHelper(const ScientificFormatHelper &other);
|
67
|
-
|
68
|
-
/**
|
69
|
-
* Assignment operator.
|
70
|
-
* @draft ICU 54
|
71
|
-
*/
|
72
|
-
ScientificFormatHelper &operator=(const ScientificFormatHelper &other);
|
73
|
-
|
74
|
-
/**
|
75
|
-
* Destructor.
|
76
|
-
* @draft ICU 54
|
77
|
-
*/
|
78
|
-
virtual ~ScientificFormatHelper();
|
79
|
-
|
80
|
-
/**
|
81
|
-
* Formats standard scientific notation by surrounding exponent with
|
82
|
-
* html to make it superscript.
|
83
|
-
* @param s the original formatted scientific notation
|
84
|
-
* e.g "6.02e23". s is output from
|
85
|
-
* NumberFormat::createScientificInstance()->format().
|
86
|
-
* @param fpi the FieldPositionIterator from the format call.
|
87
|
-
* fpi is output from
|
88
|
-
* NumberFormat::createScientificInstance()->format().
|
89
|
-
* @param beginMarkup the start html for the exponent e.g "<sup>"
|
90
|
-
* @param endMarkup the end html for the exponent e.g "</sup>"
|
91
|
-
* @param result standard scientific notation appended here.
|
92
|
-
* @param status any error returned here. When status is set to a
|
93
|
-
* non-zero error, the value of result is unspecified,
|
94
|
-
* and client should fallback to using s for scientific
|
95
|
-
* notation.
|
96
|
-
* @return the value stored in result.
|
97
|
-
* @draft ICU 54
|
98
|
-
*/
|
99
|
-
UnicodeString &insertMarkup(
|
100
|
-
const UnicodeString &s,
|
101
|
-
FieldPositionIterator &fpi,
|
102
|
-
const UnicodeString &beginMarkup,
|
103
|
-
const UnicodeString &endMarkup,
|
104
|
-
UnicodeString &result,
|
105
|
-
UErrorCode &status) const;
|
106
|
-
|
107
|
-
/**
|
108
|
-
* Formats standard scientific notation by using superscript unicode
|
109
|
-
* points 0..9.
|
110
|
-
* @param s the original formatted scientific notation
|
111
|
-
* e.g "6.02e23". s is output from
|
112
|
-
* NumberFormat::createScientificInstance()->format().
|
113
|
-
* @param fpi the FieldPositionIterator from the format call.
|
114
|
-
* fpi is output from
|
115
|
-
* NumberFormat::createScientificInstance()->format().
|
116
|
-
* @param result standard scientific notation appended here.
|
117
|
-
* @param status any error returned here. When status is set to a
|
118
|
-
* non-zero error, the value of result is unspecified,
|
119
|
-
* and client should fallback to using s for scientific
|
120
|
-
* notation.
|
121
|
-
* @return the value stored in result.
|
122
|
-
* @draft ICU 54
|
123
|
-
*/
|
124
|
-
UnicodeString &toSuperscriptExponentDigits(
|
125
|
-
const UnicodeString &s,
|
126
|
-
FieldPositionIterator &fpi,
|
127
|
-
UnicodeString &result,
|
128
|
-
UErrorCode &status) const;
|
129
|
-
private:
|
130
|
-
UnicodeString fPreExponent;
|
131
|
-
const DecimalFormatStaticSets *fStaticSets;
|
132
|
-
};
|
133
|
-
|
134
|
-
U_NAMESPACE_END
|
135
|
-
|
136
|
-
#endif /* U_HIDE_DRAFT_API */
|
137
|
-
|
138
|
-
#endif /* !UCONFIG_NO_FORMATTING */
|
139
|
-
#endif
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,286 +0,0 @@
|
|
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>hb-shape</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
|
-
<link rel="home" href="index.html" title="HarfBuzz Reference Manual">
|
8
|
-
<link rel="up" href="ch01.html" title="[Insert title here]">
|
9
|
-
<link rel="prev" href="harfbuzz-hb-font.html" title="hb-font">
|
10
|
-
<link rel="next" href="harfbuzz-hb-version.html" title="hb-version">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.20.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">
|
17
|
-
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
-
<a href="#harfbuzz-hb-shape.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
-
<a href="#harfbuzz-hb-shape.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
|
-
</td>
|
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="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
-
<td><a accesskey="p" href="harfbuzz-hb-font.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
-
<td><a accesskey="n" href="harfbuzz-hb-version.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
-
</tr></table>
|
26
|
-
<div class="refentry">
|
27
|
-
<a name="harfbuzz-hb-shape"></a><div class="titlepage"></div>
|
28
|
-
<div class="refnamediv"><table width="100%"><tr>
|
29
|
-
<td valign="top">
|
30
|
-
<h2><span class="refentrytitle"><a name="harfbuzz-hb-shape.top_of_page"></a>hb-shape</span></h2>
|
31
|
-
<p>hb-shape</p>
|
32
|
-
</td>
|
33
|
-
<td class="gallery_image" valign="top" align="right"></td>
|
34
|
-
</tr></table></div>
|
35
|
-
<div class="refsect1">
|
36
|
-
<a name="harfbuzz-hb-shape.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
38
|
-
<colgroup>
|
39
|
-
<col width="150px" class="functions_return">
|
40
|
-
<col class="functions_name">
|
41
|
-
</colgroup>
|
42
|
-
<tbody>
|
43
|
-
<tr>
|
44
|
-
<td class="function_type">
|
45
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
46
|
-
</td>
|
47
|
-
<td class="function_name">
|
48
|
-
<a class="link" href="harfbuzz-hb-shape.html#hb-feature-from-string" title="hb_feature_from_string ()">hb_feature_from_string</a> <span class="c_punctuation">()</span>
|
49
|
-
</td>
|
50
|
-
</tr>
|
51
|
-
<tr>
|
52
|
-
<td class="function_type">
|
53
|
-
<span class="returnvalue">void</span>
|
54
|
-
</td>
|
55
|
-
<td class="function_name">
|
56
|
-
<a class="link" href="harfbuzz-hb-shape.html#hb-feature-to-string" title="hb_feature_to_string ()">hb_feature_to_string</a> <span class="c_punctuation">()</span>
|
57
|
-
</td>
|
58
|
-
</tr>
|
59
|
-
<tr>
|
60
|
-
<td class="function_type">
|
61
|
-
<span class="returnvalue">void</span>
|
62
|
-
</td>
|
63
|
-
<td class="function_name">
|
64
|
-
<a class="link" href="harfbuzz-hb-shape.html#hb-shape" title="hb_shape ()">hb_shape</a> <span class="c_punctuation">()</span>
|
65
|
-
</td>
|
66
|
-
</tr>
|
67
|
-
<tr>
|
68
|
-
<td class="function_type">
|
69
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
70
|
-
</td>
|
71
|
-
<td class="function_name">
|
72
|
-
<a class="link" href="harfbuzz-hb-shape.html#hb-shape-full" title="hb_shape_full ()">hb_shape_full</a> <span class="c_punctuation">()</span>
|
73
|
-
</td>
|
74
|
-
</tr>
|
75
|
-
<tr>
|
76
|
-
<td class="function_type">const <span class="returnvalue">char</span> **
|
77
|
-
</td>
|
78
|
-
<td class="function_name">
|
79
|
-
<a class="link" href="harfbuzz-hb-shape.html#hb-shape-list-shapers" title="hb_shape_list_shapers ()">hb_shape_list_shapers</a> <span class="c_punctuation">()</span>
|
80
|
-
</td>
|
81
|
-
</tr>
|
82
|
-
</tbody>
|
83
|
-
</table></div>
|
84
|
-
</div>
|
85
|
-
<a name="hb-feature-t"></a><div class="refsect1">
|
86
|
-
<a name="harfbuzz-hb-shape.other"></a><h2>Types and Values</h2>
|
87
|
-
<div class="informaltable"><table width="100%" border="0">
|
88
|
-
<colgroup>
|
89
|
-
<col width="150px" class="name">
|
90
|
-
<col class="description">
|
91
|
-
</colgroup>
|
92
|
-
<tbody><tr>
|
93
|
-
<td class="datatype_keyword"> </td>
|
94
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-shape.html#hb-feature-t-struct" title="hb_feature_t">hb_feature_t</a></td>
|
95
|
-
</tr></tbody>
|
96
|
-
</table></div>
|
97
|
-
</div>
|
98
|
-
<div class="refsect1">
|
99
|
-
<a name="harfbuzz-hb-shape.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
100
|
-
<pre class="screen"> GBoxed
|
101
|
-
<span class="lineart">╰──</span> hb_feature_t
|
102
|
-
</pre>
|
103
|
-
</div>
|
104
|
-
<div class="refsect1">
|
105
|
-
<a name="harfbuzz-hb-shape.description"></a><h2>Description</h2>
|
106
|
-
<p>
|
107
|
-
</p>
|
108
|
-
</div>
|
109
|
-
<div class="refsect1">
|
110
|
-
<a name="harfbuzz-hb-shape.functions_details"></a><h2>Functions</h2>
|
111
|
-
<div class="refsect2">
|
112
|
-
<a name="hb-feature-from-string"></a><h3>hb_feature_from_string ()</h3>
|
113
|
-
<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>
|
114
|
-
hb_feature_from_string (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
115
|
-
<em class="parameter"><code><span class="type">int</span> len</code></em>,
|
116
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-shape.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *feature</code></em>);</pre>
|
117
|
-
<div class="refsect3">
|
118
|
-
<a name="idp17629440"></a><h4>Parameters</h4>
|
119
|
-
<div class="informaltable"><table width="100%" border="0">
|
120
|
-
<colgroup>
|
121
|
-
<col width="150px" class="parameters_name">
|
122
|
-
<col class="parameters_description">
|
123
|
-
<col width="200px" class="parameters_annotations">
|
124
|
-
</colgroup>
|
125
|
-
<tbody>
|
126
|
-
<tr>
|
127
|
-
<td class="parameter_name"><p>str</p></td>
|
128
|
-
<td class="parameter_description"><p>. </p></td>
|
129
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len]</span></td>
|
130
|
-
</tr>
|
131
|
-
<tr>
|
132
|
-
<td class="parameter_name"><p>feature</p></td>
|
133
|
-
<td class="parameter_description"><p>. </p></td>
|
134
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
135
|
-
</tr>
|
136
|
-
</tbody>
|
137
|
-
</table></div>
|
138
|
-
</div>
|
139
|
-
<div class="refsect3">
|
140
|
-
<a name="idp15995600"></a><h4>Returns</h4>
|
141
|
-
<p></p>
|
142
|
-
</div>
|
143
|
-
<p class="since">Since 1.0</p>
|
144
|
-
</div>
|
145
|
-
<hr>
|
146
|
-
<div class="refsect2">
|
147
|
-
<a name="hb-feature-to-string"></a><h3>hb_feature_to_string ()</h3>
|
148
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
149
|
-
hb_feature_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-shape.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *feature</code></em>,
|
150
|
-
<em class="parameter"><code><span class="type">char</span> *buf</code></em>,
|
151
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
|
152
|
-
<div class="refsect3">
|
153
|
-
<a name="idp17672592"></a><h4>Parameters</h4>
|
154
|
-
<div class="informaltable"><table width="100%" border="0">
|
155
|
-
<colgroup>
|
156
|
-
<col width="150px" class="parameters_name">
|
157
|
-
<col class="parameters_description">
|
158
|
-
<col width="200px" class="parameters_annotations">
|
159
|
-
</colgroup>
|
160
|
-
<tbody><tr>
|
161
|
-
<td class="parameter_name"><p>buf</p></td>
|
162
|
-
<td class="parameter_description"><p>. </p></td>
|
163
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=size]</span></td>
|
164
|
-
</tr></tbody>
|
165
|
-
</table></div>
|
166
|
-
</div>
|
167
|
-
<p class="since">Since 1.0</p>
|
168
|
-
</div>
|
169
|
-
<hr>
|
170
|
-
<div class="refsect2">
|
171
|
-
<a name="hb-shape"></a><h3>hb_shape ()</h3>
|
172
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
173
|
-
hb_shape (<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>,
|
174
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
175
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-shape.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *features</code></em>,
|
176
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> num_features</code></em>);</pre>
|
177
|
-
<div class="refsect3">
|
178
|
-
<a name="idp16399600"></a><h4>Parameters</h4>
|
179
|
-
<div class="informaltable"><table width="100%" border="0">
|
180
|
-
<colgroup>
|
181
|
-
<col width="150px" class="parameters_name">
|
182
|
-
<col class="parameters_description">
|
183
|
-
<col width="200px" class="parameters_annotations">
|
184
|
-
</colgroup>
|
185
|
-
<tbody>
|
186
|
-
<tr>
|
187
|
-
<td class="parameter_name"><p>font</p></td>
|
188
|
-
<td class="parameter_description"><p>a font.</p></td>
|
189
|
-
<td class="parameter_annotations"> </td>
|
190
|
-
</tr>
|
191
|
-
<tr>
|
192
|
-
<td class="parameter_name"><p>buffer</p></td>
|
193
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
194
|
-
<td class="parameter_annotations"> </td>
|
195
|
-
</tr>
|
196
|
-
<tr>
|
197
|
-
<td class="parameter_name"><p>features</p></td>
|
198
|
-
<td class="parameter_description"><p>. </p></td>
|
199
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=num_features]</span></td>
|
200
|
-
</tr>
|
201
|
-
</tbody>
|
202
|
-
</table></div>
|
203
|
-
</div>
|
204
|
-
<p class="since">Since 1.0</p>
|
205
|
-
</div>
|
206
|
-
<hr>
|
207
|
-
<div class="refsect2">
|
208
|
-
<a name="hb-shape-full"></a><h3>hb_shape_full ()</h3>
|
209
|
-
<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>
|
210
|
-
hb_shape_full (<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>,
|
211
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
212
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-shape.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *features</code></em>,
|
213
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> num_features</code></em>,
|
214
|
-
<em class="parameter"><code>const <span class="type">char</span> * const *shaper_list</code></em>);</pre>
|
215
|
-
<div class="refsect3">
|
216
|
-
<a name="idp14558768"></a><h4>Parameters</h4>
|
217
|
-
<div class="informaltable"><table width="100%" border="0">
|
218
|
-
<colgroup>
|
219
|
-
<col width="150px" class="parameters_name">
|
220
|
-
<col class="parameters_description">
|
221
|
-
<col width="200px" class="parameters_annotations">
|
222
|
-
</colgroup>
|
223
|
-
<tbody>
|
224
|
-
<tr>
|
225
|
-
<td class="parameter_name"><p>font</p></td>
|
226
|
-
<td class="parameter_description"><p>a font.</p></td>
|
227
|
-
<td class="parameter_annotations"> </td>
|
228
|
-
</tr>
|
229
|
-
<tr>
|
230
|
-
<td class="parameter_name"><p>buffer</p></td>
|
231
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
232
|
-
<td class="parameter_annotations"> </td>
|
233
|
-
</tr>
|
234
|
-
<tr>
|
235
|
-
<td class="parameter_name"><p>features</p></td>
|
236
|
-
<td class="parameter_description"><p>. </p></td>
|
237
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=num_features]</span></td>
|
238
|
-
</tr>
|
239
|
-
<tr>
|
240
|
-
<td class="parameter_name"><p>shaper_list</p></td>
|
241
|
-
<td class="parameter_description"><p>. </p></td>
|
242
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></td>
|
243
|
-
</tr>
|
244
|
-
</tbody>
|
245
|
-
</table></div>
|
246
|
-
</div>
|
247
|
-
<div class="refsect3">
|
248
|
-
<a name="idp22383984"></a><h4>Returns</h4>
|
249
|
-
<p></p>
|
250
|
-
</div>
|
251
|
-
<p class="since">Since 1.0</p>
|
252
|
-
</div>
|
253
|
-
<hr>
|
254
|
-
<div class="refsect2">
|
255
|
-
<a name="hb-shape-list-shapers"></a><h3>hb_shape_list_shapers ()</h3>
|
256
|
-
<pre class="programlisting">const <span class="returnvalue">char</span> **
|
257
|
-
hb_shape_list_shapers (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
258
|
-
<div class="refsect3">
|
259
|
-
<a name="idp22392608"></a><h4>Returns</h4>
|
260
|
-
<p>. </p>
|
261
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
262
|
-
</div>
|
263
|
-
<p class="since">Since 1.0</p>
|
264
|
-
</div>
|
265
|
-
</div>
|
266
|
-
<div class="refsect1">
|
267
|
-
<a name="harfbuzz-hb-shape.other_details"></a><h2>Types and Values</h2>
|
268
|
-
<div class="refsect2">
|
269
|
-
<a name="hb-feature-t-struct"></a><h3>hb_feature_t</h3>
|
270
|
-
<pre class="programlisting">typedef struct {
|
271
|
-
hb_tag_t tag;
|
272
|
-
uint32_t value;
|
273
|
-
unsigned int start;
|
274
|
-
unsigned int end;
|
275
|
-
} hb_feature_t;
|
276
|
-
</pre>
|
277
|
-
<p>
|
278
|
-
</p>
|
279
|
-
</div>
|
280
|
-
</div>
|
281
|
-
</div>
|
282
|
-
<div class="footer">
|
283
|
-
<hr>
|
284
|
-
Generated by GTK-Doc V1.20.1</div>
|
285
|
-
</body>
|
286
|
-
</html>
|