pango 3.0.7-x64-mingw32 → 3.0.8-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 +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- 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 -7
- 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-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- 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 +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw64 +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.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/pango-view.1 +113 -1
- 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 +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- 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 +0 -41
- 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 +0 -41
- 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 +0 -41
- 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 +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
File without changes
|
File without changes
|
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 57.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/57.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 57.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/57.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
|
@@ -4,7 +4,7 @@
|
|
4
4
|
.\"
|
5
5
|
.\" Copyright (C) 2012 International Business Machines Corporation and others
|
6
6
|
.\"
|
7
|
-
.TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU
|
7
|
+
.TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU 57.1 Manual"
|
8
8
|
.SH NAME
|
9
9
|
.B gencfu
|
10
10
|
\- Generates Unicode Confusable data files
|
@@ -7,7 +7,7 @@
|
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\" Manual page by George Rhoten
|
9
9
|
.\"
|
10
|
-
.TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU
|
10
|
+
.TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU 57.1 Manual"
|
11
11
|
.SH NAME
|
12
12
|
.B gencnval
|
13
13
|
\- compile the converters aliases file
|
@@ -73,7 +73,7 @@ The default destination directory is specified by the environment variable
|
|
73
73
|
.TP 10
|
74
74
|
.B ICU_DATA
|
75
75
|
Specifies the directory containing ICU data. Defaults to
|
76
|
-
.BR ${prefix}/share/icu/
|
76
|
+
.BR ${prefix}/share/icu/57.1/ .
|
77
77
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
78
78
|
important to make sure that it is present if
|
79
79
|
.B ICU_DATA
|
@@ -84,7 +84,7 @@ is set.
|
|
84
84
|
Description of ICU's converters and their aliases. This data file is not
|
85
85
|
normally installed, and it is available as a part of ICU source code.
|
86
86
|
.SH VERSION
|
87
|
-
|
87
|
+
57.1
|
88
88
|
.SH COPYRIGHT
|
89
89
|
Copyright (C) 2000-2004 IBM, Inc. and others.
|
90
90
|
.SH SEE ALSO
|
@@ -4,7 +4,7 @@
|
|
4
4
|
.\"
|
5
5
|
.\" Copyright (C) 2012 International Business Machines Corporation and others
|
6
6
|
.\"
|
7
|
-
.TH GENDICT 1 "1 June 2012" "ICU MANPAGE" "ICU
|
7
|
+
.TH GENDICT 1 "1 June 2012" "ICU MANPAGE" "ICU 57.1 Manual"
|
8
8
|
.SH NAME
|
9
9
|
.B gendict
|
10
10
|
\- Compiles word list into ICU string trie dictionary
|
@@ -115,7 +115,7 @@ must be specified.
|
|
115
115
|
.TP 10
|
116
116
|
.B ICU_DATA
|
117
117
|
Specifies the directory containing ICU data. Defaults to
|
118
|
-
.BR ${prefix}/share/icu/
|
118
|
+
.BR ${prefix}/share/icu/57.1/ .
|
119
119
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
120
120
|
important to make sure that it is present if
|
121
121
|
.B ICU_DATA
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\"
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\"
|
9
|
-
.TH GENRB 1 "16 April 2002" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENRB 1 "16 April 2002" "ICU MANPAGE" "ICU 57.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B genrb
|
12
12
|
\- compile a resource bundle
|
@@ -131,13 +131,13 @@ This is the set which is guaranteed to be available regardless of code page.
|
|
131
131
|
.TP 10
|
132
132
|
.B ICU_DATA
|
133
133
|
Specifies the directory containing ICU data. Defaults to
|
134
|
-
.BR ${prefix}/share/icu/
|
134
|
+
.BR ${prefix}/share/icu/57.1/ .
|
135
135
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
136
136
|
important to make sure that it is present if
|
137
137
|
.B ICU_DATA
|
138
138
|
is set.
|
139
139
|
.SH VERSION
|
140
|
-
|
140
|
+
57.1
|
141
141
|
.SH COPYRIGHT
|
142
142
|
Copyright (C) 2000-2002 IBM, Inc. and others.
|
143
143
|
.SH SEE ALSO
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.\" Modified by Steven R. Loomis <srl@jtcsv.com>.
|
9
9
|
.\" With help from http://www.igpm.rwth-aachen.de/~albrecht/manpage.html
|
10
10
|
|
11
|
-
.TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU
|
11
|
+
.TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU 57.1 Manual"
|
12
12
|
.\".Dd "17 May 2004"
|
13
13
|
.\".Dt ICU-CONFIG 1
|
14
14
|
.\".Os
|
@@ -282,7 +282,7 @@ Prints the 'Makefile.inc' path, suitable for use with pkgdata(1)'s \-O option.
|
|
282
282
|
.SH AUTHORS
|
283
283
|
Steven Loomis
|
284
284
|
.SH VERSION
|
285
|
-
|
285
|
+
57.1
|
286
286
|
.SH COPYRIGHT
|
287
287
|
Copyright (C) 2002-2004 IBM, Inc. and others.
|
288
288
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\"
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\"
|
9
|
-
.TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU
|
9
|
+
.TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU 57.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B makeconv
|
12
12
|
\- compile a converter table
|
@@ -96,13 +96,13 @@ packaged one.
|
|
96
96
|
.TP 10
|
97
97
|
.B ICU_DATA
|
98
98
|
Specifies the directory containing ICU data. Defaults to
|
99
|
-
.BR ${prefix}/share/icu/
|
99
|
+
.BR ${prefix}/share/icu/57.1/ .
|
100
100
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
101
101
|
important to make sure that it is present if
|
102
102
|
.B ICU_DATA
|
103
103
|
is set.
|
104
104
|
.SH VERSION
|
105
|
-
|
105
|
+
57.1
|
106
106
|
.SH COPYRIGHT
|
107
107
|
Copyright (C) 2000 IBM, Inc. and others.
|
108
108
|
.SH SEE ALSO
|
@@ -1 +1,113 @@
|
|
1
|
-
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
2
|
+
.TH PANGO-VIEW "1" "March 2016" "pango-view (pango) 1.40.0" "User Commands"
|
3
|
+
.SH NAME
|
4
|
+
pango-view \- Pango text viewer
|
5
|
+
.SH DESCRIPTION
|
6
|
+
.SS "Usage:"
|
7
|
+
.IP
|
8
|
+
pango\-view [OPTION...] \- FILE
|
9
|
+
.SS "Help Options:"
|
10
|
+
.TP
|
11
|
+
\fB\-h\fR, \fB\-\-help\fR
|
12
|
+
Show help options
|
13
|
+
.TP
|
14
|
+
\fB\-\-help\-all\fR
|
15
|
+
Show all help options
|
16
|
+
.TP
|
17
|
+
\fB\-\-help\-cairo\fR
|
18
|
+
Options understood by the cairo backend
|
19
|
+
.SS "Cairo backend options:"
|
20
|
+
.TP
|
21
|
+
\fB\-\-annotate\fR=\fI\,1\/\fR or 2
|
22
|
+
Annotate the output
|
23
|
+
.SS "Application Options:"
|
24
|
+
.TP
|
25
|
+
\fB\-\-no\-auto\-dir\fR
|
26
|
+
No layout direction according to contents
|
27
|
+
.TP
|
28
|
+
\fB\-\-backend\fR=\fI\,cairo\/\fR/xft/ft2
|
29
|
+
Pango backend to use for rendering (default: cairo)
|
30
|
+
.TP
|
31
|
+
\fB\-\-background\fR=\fI\,red\/\fR/#rrggbb/#rrggbbaa/transparent
|
32
|
+
Set the background color
|
33
|
+
.TP
|
34
|
+
\fB\-q\fR, \fB\-\-no\-display\fR
|
35
|
+
Do not display (just write to file or whatever)
|
36
|
+
.TP
|
37
|
+
\fB\-\-dpi\fR=\fI\,number\/\fR
|
38
|
+
Set the resolution
|
39
|
+
.TP
|
40
|
+
\fB\-\-align\fR=\fI\,left\/\fR/center/right
|
41
|
+
Text alignment
|
42
|
+
.TP
|
43
|
+
\fB\-\-ellipsize\fR=\fI\,start\/\fR/middle/end
|
44
|
+
Ellipsization mode
|
45
|
+
.TP
|
46
|
+
\fB\-\-font\fR=\fI\,description\/\fR
|
47
|
+
Set the font description
|
48
|
+
.TP
|
49
|
+
\fB\-\-foreground\fR=\fI\,red\/\fR/#rrggbb/#rrggbbaa
|
50
|
+
Set the text color
|
51
|
+
.TP
|
52
|
+
\fB\-\-gravity\fR=\fI\,south\/\fR/east/north/west/auto
|
53
|
+
Base gravity: glyph rotation
|
54
|
+
.TP
|
55
|
+
\fB\-\-gravity\-hint\fR=\fI\,natural\/\fR/strong/line
|
56
|
+
Gravity hint
|
57
|
+
.TP
|
58
|
+
\fB\-\-header\fR
|
59
|
+
Display the options in the output
|
60
|
+
.TP
|
61
|
+
\fB\-\-height=\fR+points/\-numlines
|
62
|
+
Height in points (positive) or number of lines (negative) for ellipsizing
|
63
|
+
.TP
|
64
|
+
\fB\-\-hinting\fR=\fI\,none\/\fR/auto/full
|
65
|
+
Hinting style
|
66
|
+
.TP
|
67
|
+
\fB\-\-indent\fR=\fI\,points\/\fR
|
68
|
+
Width in points to indent paragraphs
|
69
|
+
.TP
|
70
|
+
\fB\-\-justify\fR
|
71
|
+
Align paragraph lines to be justified
|
72
|
+
.TP
|
73
|
+
\fB\-\-language\fR=\fI\,en_US\/\fR/etc
|
74
|
+
Language to use for font selection
|
75
|
+
.TP
|
76
|
+
\fB\-\-margin\fR=\fI\,CSS\-style\/\fR numbers in pixels
|
77
|
+
Set the margin on the output in pixels
|
78
|
+
.TP
|
79
|
+
\fB\-\-markup\fR
|
80
|
+
Interpret text as Pango markup
|
81
|
+
.TP
|
82
|
+
\fB\-o\fR, \fB\-\-output\fR=\fI\,file\/\fR
|
83
|
+
Save rendered image to output file
|
84
|
+
.TP
|
85
|
+
\fB\-\-pixels\fR
|
86
|
+
Use pixel units instead of points (sets dpi to 72)
|
87
|
+
.TP
|
88
|
+
\fB\-\-rtl\fR
|
89
|
+
Set base direction to right\-to\-left
|
90
|
+
.TP
|
91
|
+
\fB\-\-rotate\fR=\fI\,degrees\/\fR
|
92
|
+
Angle at which to rotate results
|
93
|
+
.TP
|
94
|
+
\fB\-n\fR, \fB\-\-runs\fR=\fI\,integer\/\fR
|
95
|
+
Run Pango layout engine this many times
|
96
|
+
.TP
|
97
|
+
\fB\-\-single\-par\fR
|
98
|
+
Enable single\-paragraph mode
|
99
|
+
.TP
|
100
|
+
\fB\-t\fR, \fB\-\-text\fR=\fI\,string\/\fR
|
101
|
+
Text to display (instead of a file)
|
102
|
+
.TP
|
103
|
+
\fB\-\-version\fR
|
104
|
+
Show version numbers
|
105
|
+
.TP
|
106
|
+
\fB\-\-waterfall\fR
|
107
|
+
Create a waterfall display
|
108
|
+
.TP
|
109
|
+
\fB\-w\fR, \fB\-\-width\fR=\fI\,points\/\fR
|
110
|
+
Width in points to which to wrap lines or ellipsize
|
111
|
+
.TP
|
112
|
+
\fB\-\-wrap\fR=\fI\,word\/\fR/char/word\-char
|
113
|
+
Text wrapping mode (needs a width to be set)
|
@@ -7,7 +7,7 @@
|
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\" Modified by Michael Ow <mow@us.ibm.com>.
|
9
9
|
.\"
|
10
|
-
.TH PKGDATA 1 "6 February 2009" "ICU MANPAGE" "ICU
|
10
|
+
.TH PKGDATA 1 "6 February 2009" "ICU MANPAGE" "ICU 57.1 Manual"
|
11
11
|
.SH NAME
|
12
12
|
.B pkgdata
|
13
13
|
\- package data for use by ICU
|
@@ -252,7 +252,7 @@ Steven Loomis
|
|
252
252
|
.br
|
253
253
|
Yves Arrouye
|
254
254
|
.SH VERSION
|
255
|
-
|
255
|
+
57.1
|
256
256
|
.SH COPYRIGHT
|
257
257
|
Copyright (C) 2000-2009 IBM, Inc. and others.
|
258
258
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\"
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\"
|
9
|
-
.TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU
|
9
|
+
.TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU 57.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B uconv
|
12
12
|
\- convert data from one encoding to another
|
@@ -436,7 +436,7 @@ Jonas Utterstroem
|
|
436
436
|
.br
|
437
437
|
Yves Arrouye
|
438
438
|
.SH VERSION
|
439
|
-
|
439
|
+
57.1
|
440
440
|
.SH COPYRIGHT
|
441
441
|
Copyright (C) 2000-2005 IBM, Inc. and others.
|
442
442
|
.SH SEE ALSO
|
@@ -4,7 +4,7 @@
|
|
4
4
|
.\"
|
5
5
|
.\" Copyright (C) 2003-2004 IBM, Inc. and others.
|
6
6
|
.\"
|
7
|
-
.TH GENCCODE 8 "11 March 2004" "ICU MANPAGE" "ICU
|
7
|
+
.TH GENCCODE 8 "11 March 2004" "ICU MANPAGE" "ICU 57.1 Manual"
|
8
8
|
.SH NAME
|
9
9
|
.B genccode
|
10
10
|
\- generate C or platform specific assembly code from an ICU data file.
|
@@ -101,6 +101,6 @@ option) followed by an underscore and the type of the data (set by the
|
|
101
101
|
.BI "\-t\fP, \fB\-\-type"
|
102
102
|
option).
|
103
103
|
.SH VERSION
|
104
|
-
|
104
|
+
57.1
|
105
105
|
.SH COPYRIGHT
|
106
106
|
Copyright (C) 2000-2004 IBM, Inc. and others.
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\"
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\"
|
9
|
-
.TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU 57.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B gencmn
|
12
12
|
\- generate an ICU memory-mappable data file
|
@@ -116,13 +116,13 @@ option).
|
|
116
116
|
.TP 10
|
117
117
|
.B ICU_DATA
|
118
118
|
Specifies the directory containing ICU data. Defaults to
|
119
|
-
.BR ${prefix}/share/icu/
|
119
|
+
.BR ${prefix}/share/icu/57.1/ .
|
120
120
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
121
121
|
important to make sure that it is present if
|
122
122
|
.B ICU_DATA
|
123
123
|
is set.
|
124
124
|
.SH VERSION
|
125
|
-
|
125
|
+
57.1
|
126
126
|
.SH COPYRIGHT
|
127
127
|
Copyright (C) 2000-2001 IBM, Inc. and others.
|
128
128
|
.SH SEE ALSO
|
@@ -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 57.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/57.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
|
+
57.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: 3.0.
|
4
|
+
version: 3.0.8
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-04-03 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: 3.0.
|
33
|
+
version: 3.0.8
|
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: 3.0.
|
40
|
+
version: 3.0.8
|
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: []
|
@@ -88,9 +88,8 @@ files:
|
|
88
88
|
- ext/pango/rbpangoscriptiter.c
|
89
89
|
- ext/pango/rbpangotabarray.c
|
90
90
|
- extconf.rb
|
91
|
-
- lib/2.0/pango.so
|
92
|
-
- lib/2.1/pango.so
|
93
91
|
- lib/2.2/pango.so
|
92
|
+
- lib/2.3/pango.so
|
94
93
|
- lib/pango.rb
|
95
94
|
- sample/attribute.rb
|
96
95
|
- sample/break.rb
|
@@ -136,11 +135,9 @@ files:
|
|
136
135
|
- vendor/local/bin/libpangoft2-1.0-0.dll
|
137
136
|
- vendor/local/bin/libpangowin32-1.0-0.dll
|
138
137
|
- vendor/local/bin/makeconv.exe
|
139
|
-
- vendor/local/bin/pango-querymodules.exe
|
140
138
|
- vendor/local/bin/pango-view.exe
|
141
139
|
- vendor/local/bin/pkgdata.exe
|
142
140
|
- vendor/local/bin/uconv.exe
|
143
|
-
- vendor/local/etc/pango/pango.modules
|
144
141
|
- vendor/local/include/harfbuzz/hb-blob.h
|
145
142
|
- vendor/local/include/harfbuzz/hb-buffer.h
|
146
143
|
- vendor/local/include/harfbuzz/hb-common.h
|
@@ -280,6 +277,7 @@ files:
|
|
280
277
|
- vendor/local/include/unicode/scientificnumberformatter.h
|
281
278
|
- vendor/local/include/unicode/search.h
|
282
279
|
- vendor/local/include/unicode/selfmt.h
|
280
|
+
- vendor/local/include/unicode/simpleformatter.h
|
283
281
|
- vendor/local/include/unicode/simpletz.h
|
284
282
|
- vendor/local/include/unicode/smpdtfmt.h
|
285
283
|
- vendor/local/include/unicode/sortkey.h
|
@@ -350,6 +348,7 @@ files:
|
|
350
348
|
- vendor/local/include/unicode/upluralrules.h
|
351
349
|
- vendor/local/include/unicode/uregex.h
|
352
350
|
- vendor/local/include/unicode/uregion.h
|
351
|
+
- vendor/local/include/unicode/ureldatefmt.h
|
353
352
|
- vendor/local/include/unicode/urename.h
|
354
353
|
- vendor/local/include/unicode/urep.h
|
355
354
|
- vendor/local/include/unicode/ures.h
|
@@ -380,26 +379,26 @@ files:
|
|
380
379
|
- vendor/local/lib/girepository-1.0/Pango-1.0.typelib
|
381
380
|
- vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib
|
382
381
|
- vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib
|
383
|
-
- vendor/local/lib/icu/
|
384
|
-
- vendor/local/lib/icu/
|
382
|
+
- vendor/local/lib/icu/57.1/Makefile.inc
|
383
|
+
- vendor/local/lib/icu/57.1/pkgdata.inc
|
385
384
|
- vendor/local/lib/icu/Makefile.inc
|
386
385
|
- vendor/local/lib/icu/pkgdata.inc
|
387
386
|
- vendor/local/lib/icudt.dll
|
388
|
-
- vendor/local/lib/
|
387
|
+
- vendor/local/lib/icudt57.dll
|
389
388
|
- vendor/local/lib/icuin.dll
|
390
|
-
- vendor/local/lib/
|
389
|
+
- vendor/local/lib/icuin57.dll
|
391
390
|
- vendor/local/lib/icuio.dll
|
392
|
-
- vendor/local/lib/
|
391
|
+
- vendor/local/lib/icuio57.dll
|
393
392
|
- vendor/local/lib/icule.dll
|
394
|
-
- vendor/local/lib/
|
393
|
+
- vendor/local/lib/icule57.dll
|
395
394
|
- vendor/local/lib/iculx.dll
|
396
|
-
- vendor/local/lib/
|
395
|
+
- vendor/local/lib/iculx57.dll
|
397
396
|
- vendor/local/lib/icutest.dll
|
398
|
-
- vendor/local/lib/
|
397
|
+
- vendor/local/lib/icutest57.dll
|
399
398
|
- vendor/local/lib/icutu.dll
|
400
|
-
- vendor/local/lib/
|
399
|
+
- vendor/local/lib/icutu57.dll
|
401
400
|
- vendor/local/lib/icuuc.dll
|
402
|
-
- vendor/local/lib/
|
401
|
+
- vendor/local/lib/icuuc57.dll
|
403
402
|
- vendor/local/lib/libharfbuzz-icu.a
|
404
403
|
- vendor/local/lib/libharfbuzz-icu.la
|
405
404
|
- vendor/local/lib/libharfbuzz.dll.a
|
@@ -420,18 +419,6 @@ files:
|
|
420
419
|
- vendor/local/lib/libpangoft2-1.0.la
|
421
420
|
- vendor/local/lib/libpangowin32-1.0.dll.a
|
422
421
|
- vendor/local/lib/libpangowin32-1.0.la
|
423
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll
|
424
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a
|
425
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la
|
426
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll
|
427
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a
|
428
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la
|
429
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll
|
430
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a
|
431
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la
|
432
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll
|
433
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a
|
434
|
-
- vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la
|
435
422
|
- vendor/local/lib/pkgconfig/harfbuzz-icu.pc
|
436
423
|
- vendor/local/lib/pkgconfig/harfbuzz.pc
|
437
424
|
- vendor/local/lib/pkgconfig/icu-i18n.pc
|
@@ -446,17 +433,37 @@ files:
|
|
446
433
|
- vendor/local/share/gir-1.0/Pango-1.0.gir
|
447
434
|
- vendor/local/share/gir-1.0/PangoCairo-1.0.gir
|
448
435
|
- vendor/local/share/gir-1.0/PangoFT2-1.0.gir
|
436
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png
|
449
437
|
- vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
|
450
438
|
- vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html
|
439
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html
|
440
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html
|
441
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html
|
442
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html
|
443
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html
|
444
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html
|
445
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html
|
446
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html
|
447
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html
|
448
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html
|
449
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html
|
450
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html
|
451
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html
|
452
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html
|
453
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html
|
454
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html
|
455
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html
|
456
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html
|
451
457
|
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html
|
452
458
|
- vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
|
453
|
-
- vendor/local/share/gtk-doc/html/harfbuzz/
|
459
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/building.html
|
460
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/ch07.html
|
454
461
|
- vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html
|
455
462
|
- vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html
|
456
463
|
- vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html
|
464
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html
|
457
465
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html
|
458
466
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html
|
459
|
-
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html
|
460
467
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html
|
461
468
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html
|
462
469
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html
|
@@ -467,7 +474,9 @@ files:
|
|
467
474
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html
|
468
475
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html
|
469
476
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html
|
477
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html
|
470
478
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html
|
479
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html
|
471
480
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html
|
472
481
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html
|
473
482
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html
|
@@ -480,6 +489,7 @@ files:
|
|
480
489
|
- vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html
|
481
490
|
- vendor/local/share/gtk-doc/html/harfbuzz/home.png
|
482
491
|
- vendor/local/share/gtk-doc/html/harfbuzz/index.html
|
492
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html
|
483
493
|
- vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png
|
484
494
|
- vendor/local/share/gtk-doc/html/harfbuzz/left.png
|
485
495
|
- vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html
|
@@ -521,7 +531,9 @@ files:
|
|
521
531
|
- vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html
|
522
532
|
- vendor/local/share/gtk-doc/html/pango/api-index-1-32.html
|
523
533
|
- vendor/local/share/gtk-doc/html/pango/api-index-1-34.html
|
534
|
+
- vendor/local/share/gtk-doc/html/pango/api-index-1-38.html
|
524
535
|
- vendor/local/share/gtk-doc/html/pango/api-index-1-4.html
|
536
|
+
- vendor/local/share/gtk-doc/html/pango/api-index-1-40.html
|
525
537
|
- vendor/local/share/gtk-doc/html/pango/api-index-1-6.html
|
526
538
|
- vendor/local/share/gtk-doc/html/pango/api-index-1-8.html
|
527
539
|
- vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html
|
@@ -554,7 +566,6 @@ files:
|
|
554
566
|
- vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html
|
555
567
|
- vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html
|
556
568
|
- vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html
|
557
|
-
- vendor/local/share/gtk-doc/html/pango/pango-querymodules.html
|
558
569
|
- vendor/local/share/gtk-doc/html/pango/pango.devhelp2
|
559
570
|
- vendor/local/share/gtk-doc/html/pango/pango.html
|
560
571
|
- vendor/local/share/gtk-doc/html/pango/rendering.html
|
@@ -562,13 +573,12 @@ files:
|
|
562
573
|
- vendor/local/share/gtk-doc/html/pango/right.png
|
563
574
|
- vendor/local/share/gtk-doc/html/pango/rotated-text.png
|
564
575
|
- vendor/local/share/gtk-doc/html/pango/style.css
|
565
|
-
- vendor/local/share/gtk-doc/html/pango/tools.html
|
566
576
|
- vendor/local/share/gtk-doc/html/pango/up-insensitive.png
|
567
577
|
- vendor/local/share/gtk-doc/html/pango/up.png
|
568
|
-
- vendor/local/share/icu/
|
569
|
-
- vendor/local/share/icu/
|
570
|
-
- vendor/local/share/icu/
|
571
|
-
- vendor/local/share/icu/
|
578
|
+
- vendor/local/share/icu/57.1/LICENSE
|
579
|
+
- vendor/local/share/icu/57.1/config/mh-mingw64
|
580
|
+
- vendor/local/share/icu/57.1/install-sh
|
581
|
+
- vendor/local/share/icu/57.1/mkinstalldirs
|
572
582
|
- vendor/local/share/license/harfbuzz/AUTHORS
|
573
583
|
- vendor/local/share/license/harfbuzz/COPYING
|
574
584
|
- vendor/local/share/license/pango/AUTHORS
|
@@ -581,7 +591,6 @@ files:
|
|
581
591
|
- vendor/local/share/man/man1/genrb.1
|
582
592
|
- vendor/local/share/man/man1/icu-config.1
|
583
593
|
- vendor/local/share/man/man1/makeconv.1
|
584
|
-
- vendor/local/share/man/man1/pango-querymodules.1
|
585
594
|
- vendor/local/share/man/man1/pango-view.1
|
586
595
|
- vendor/local/share/man/man1/pkgdata.1
|
587
596
|
- vendor/local/share/man/man1/uconv.1
|
@@ -591,7 +600,7 @@ files:
|
|
591
600
|
- vendor/local/share/man/man8/icupkg.8
|
592
601
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
593
602
|
licenses:
|
594
|
-
- LGPLv2.1
|
603
|
+
- LGPLv2.1+
|
595
604
|
metadata: {}
|
596
605
|
post_install_message:
|
597
606
|
rdoc_options: []
|