pango 3.2.5-x64-mingw32 → 3.2.6-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +25 -0
- data/Rakefile +8 -8
- data/ext/pango/extconf.rb +4 -1
- data/ext/pango/pango.def +1 -0
- data/ext/pango/rb-pango-attr-list.c +3 -3
- data/ext/pango/rb-pango-attribute.c +67 -57
- data/ext/pango/rb-pango-conversions.h +3 -3
- data/ext/pango/rb-pango-private.h +0 -1
- data/ext/pango/rb-pango.c +0 -1
- data/ext/pango/rb-pango.h +2 -1
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/lib/pango/loader.rb +13 -1
- data/lib/pango/rectangle.rb +7 -1
- data/pango.gemspec +43 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/escapesrc.exe +0 -0
- data/vendor/local/bin/fribidi.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-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +13 -8
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-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/fribidi/fribidi-config.h +2 -2
- data/vendor/local/include/harfbuzz/hb-blob.h +2 -0
- data/vendor/local/include/harfbuzz/hb-common.h +24 -3
- data/vendor/local/include/harfbuzz/hb-face.h +4 -0
- data/vendor/local/include/harfbuzz/hb-map.h +104 -0
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +1 -1
- data/vendor/local/include/harfbuzz/hb-set.h +0 -2
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +46 -25
- data/vendor/local/include/harfbuzz/hb-subset.h +4 -1
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/harfbuzz/hb.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/unicode/alphaindex.h +2 -1
- data/vendor/local/include/unicode/appendable.h +25 -25
- data/vendor/local/include/unicode/basictz.h +1 -1
- data/vendor/local/include/unicode/brkiter.h +19 -24
- data/vendor/local/include/unicode/bytestream.h +26 -13
- data/vendor/local/include/unicode/bytestrie.h +2 -2
- data/vendor/local/include/unicode/bytestriebuilder.h +4 -5
- data/vendor/local/include/unicode/calendar.h +11 -11
- data/vendor/local/include/unicode/caniter.h +3 -3
- data/vendor/local/include/unicode/casemap.h +494 -0
- data/vendor/local/include/unicode/char16ptr.h +302 -0
- data/vendor/local/include/unicode/chariter.h +22 -18
- data/vendor/local/include/unicode/choicfmt.h +1 -1
- data/vendor/local/include/unicode/coleitr.h +2 -1
- data/vendor/local/include/unicode/coll.h +17 -17
- data/vendor/local/include/unicode/compactdecimalformat.h +10 -2
- data/vendor/local/include/unicode/curramt.h +5 -5
- data/vendor/local/include/unicode/currpinf.h +1 -1
- data/vendor/local/include/unicode/currunit.h +24 -6
- data/vendor/local/include/unicode/datefmt.h +3 -2
- data/vendor/local/include/unicode/dbbi.h +1 -1
- data/vendor/local/include/unicode/dcfmtsym.h +89 -13
- data/vendor/local/include/unicode/decimfmt.h +38 -39
- data/vendor/local/include/unicode/docmain.h +7 -2
- data/vendor/local/include/unicode/dtfmtsym.h +7 -6
- data/vendor/local/include/unicode/dtintrv.h +2 -2
- data/vendor/local/include/unicode/dtitvfmt.h +2 -2
- data/vendor/local/include/unicode/dtitvinf.h +1 -3
- data/vendor/local/include/unicode/dtptngen.h +48 -24
- data/vendor/local/include/unicode/dtrule.h +1 -1
- data/vendor/local/include/unicode/edits.h +424 -0
- data/vendor/local/include/unicode/enumset.h +1 -1
- data/vendor/local/include/unicode/errorcode.h +2 -2
- data/vendor/local/include/unicode/fieldpos.h +1 -1
- data/vendor/local/include/unicode/filteredbrk.h +35 -5
- data/vendor/local/include/unicode/fmtable.h +1 -1
- data/vendor/local/include/unicode/format.h +1 -1
- data/vendor/local/include/unicode/fpositer.h +11 -3
- data/vendor/local/include/unicode/gender.h +1 -1
- data/vendor/local/include/unicode/gregocal.h +1 -1
- data/vendor/local/include/unicode/icudataver.h +1 -1
- data/vendor/local/include/unicode/icuplug.h +1 -1
- data/vendor/local/include/unicode/idna.h +2 -2
- data/vendor/local/include/unicode/listformatter.h +4 -2
- data/vendor/local/include/unicode/localpointer.h +6 -43
- data/vendor/local/include/unicode/locdspnm.h +2 -1
- data/vendor/local/include/unicode/locid.h +7 -6
- data/vendor/local/include/unicode/measfmt.h +18 -7
- data/vendor/local/include/unicode/measunit.h +31 -60
- data/vendor/local/include/unicode/measure.h +1 -1
- data/vendor/local/include/unicode/messagepattern.h +2 -2
- data/vendor/local/include/unicode/msgfmt.h +2 -2
- data/vendor/local/include/unicode/normalizer2.h +130 -16
- data/vendor/local/include/unicode/normlzr.h +5 -5
- data/vendor/local/include/unicode/nounit.h +111 -0
- data/vendor/local/include/unicode/numberformatter.h +2194 -0
- data/vendor/local/include/unicode/numfmt.h +81 -7
- data/vendor/local/include/unicode/numsys.h +2 -2
- data/vendor/local/include/unicode/parseerr.h +3 -3
- data/vendor/local/include/unicode/parsepos.h +1 -1
- data/vendor/local/include/unicode/platform.h +66 -63
- data/vendor/local/include/unicode/plurfmt.h +1 -1
- data/vendor/local/include/unicode/plurrule.h +23 -4
- data/vendor/local/include/unicode/ptypes.h +1 -1
- data/vendor/local/include/unicode/putil.h +4 -4
- data/vendor/local/include/unicode/rbbi.h +105 -134
- data/vendor/local/include/unicode/rbnf.h +65 -3
- data/vendor/local/include/unicode/rbtz.h +1 -1
- data/vendor/local/include/unicode/regex.h +17 -17
- data/vendor/local/include/unicode/region.h +1 -1
- data/vendor/local/include/unicode/reldatefmt.h +4 -5
- data/vendor/local/include/unicode/rep.h +4 -4
- data/vendor/local/include/unicode/resbund.h +3 -3
- data/vendor/local/include/unicode/schriter.h +3 -3
- data/vendor/local/include/unicode/scientificnumberformatter.h +1 -1
- data/vendor/local/include/unicode/search.h +1 -1
- data/vendor/local/include/unicode/selfmt.h +1 -1
- data/vendor/local/include/unicode/simpleformatter.h +31 -25
- data/vendor/local/include/unicode/simpletz.h +5 -3
- data/vendor/local/include/unicode/smpdtfmt.h +17 -7
- data/vendor/local/include/unicode/sortkey.h +1 -1
- data/vendor/local/include/unicode/std_string.h +6 -8
- data/vendor/local/include/unicode/strenum.h +5 -5
- data/vendor/local/include/unicode/stringoptions.h +198 -0
- data/vendor/local/include/unicode/stringpiece.h +1 -3
- data/vendor/local/include/unicode/stringtriebuilder.h +19 -19
- data/vendor/local/include/unicode/stsearch.h +1 -1
- data/vendor/local/include/unicode/symtable.h +1 -1
- data/vendor/local/include/unicode/tblcoll.h +13 -13
- data/vendor/local/include/unicode/timezone.h +5 -5
- data/vendor/local/include/unicode/tmunit.h +1 -1
- data/vendor/local/include/unicode/tmutamt.h +1 -1
- data/vendor/local/include/unicode/tmutfmt.h +1 -1
- data/vendor/local/include/unicode/translit.h +2 -2
- data/vendor/local/include/unicode/tzfmt.h +4 -4
- data/vendor/local/include/unicode/tznames.h +3 -5
- data/vendor/local/include/unicode/tzrule.h +1 -1
- data/vendor/local/include/unicode/tztrans.h +1 -1
- data/vendor/local/include/unicode/ubidi.h +11 -8
- data/vendor/local/include/unicode/ubiditransform.h +16 -19
- data/vendor/local/include/unicode/ubrk.h +61 -4
- data/vendor/local/include/unicode/ucal.h +3 -3
- data/vendor/local/include/unicode/ucasemap.h +7 -47
- data/vendor/local/include/unicode/ucat.h +1 -1
- data/vendor/local/include/unicode/uchar.h +62 -37
- data/vendor/local/include/unicode/ucharstrie.h +48 -48
- data/vendor/local/include/unicode/ucharstriebuilder.h +12 -12
- data/vendor/local/include/unicode/uchriter.h +33 -29
- data/vendor/local/include/unicode/uclean.h +15 -13
- data/vendor/local/include/unicode/ucnv.h +11 -11
- data/vendor/local/include/unicode/ucnv_cb.h +1 -1
- data/vendor/local/include/unicode/ucnv_err.h +7 -7
- data/vendor/local/include/unicode/ucnvsel.h +1 -1
- data/vendor/local/include/unicode/ucol.h +6 -6
- data/vendor/local/include/unicode/ucoleitr.h +3 -3
- data/vendor/local/include/unicode/uconfig.h +8 -5
- data/vendor/local/include/unicode/ucsdet.h +7 -3
- data/vendor/local/include/unicode/ucurr.h +14 -1
- data/vendor/local/include/unicode/udat.h +39 -41
- data/vendor/local/include/unicode/udata.h +2 -2
- data/vendor/local/include/unicode/udateintervalformat.h +1 -1
- data/vendor/local/include/unicode/udatpg.h +56 -5
- data/vendor/local/include/unicode/udisplaycontext.h +4 -8
- data/vendor/local/include/unicode/uenum.h +5 -3
- data/vendor/local/include/unicode/ufieldpositer.h +1 -1
- data/vendor/local/include/unicode/uformattable.h +2 -2
- data/vendor/local/include/unicode/ugender.h +1 -1
- data/vendor/local/include/unicode/uidna.h +2 -2
- data/vendor/local/include/unicode/uiter.h +2 -2
- data/vendor/local/include/unicode/uldnames.h +1 -1
- data/vendor/local/include/unicode/ulistformatter.h +4 -4
- data/vendor/local/include/unicode/uloc.h +29 -16
- data/vendor/local/include/unicode/ulocdata.h +5 -5
- data/vendor/local/include/unicode/umachine.h +81 -38
- data/vendor/local/include/unicode/umisc.h +2 -2
- data/vendor/local/include/unicode/umsg.h +2 -2
- data/vendor/local/include/unicode/unifilt.h +2 -2
- data/vendor/local/include/unicode/unifunct.h +1 -1
- data/vendor/local/include/unicode/unimatch.h +1 -1
- data/vendor/local/include/unicode/unirepl.h +1 -1
- data/vendor/local/include/unicode/uniset.h +5 -4
- data/vendor/local/include/unicode/unistr.h +322 -208
- data/vendor/local/include/unicode/unorm.h +9 -9
- data/vendor/local/include/unicode/unorm2.h +3 -26
- data/vendor/local/include/unicode/unum.h +71 -11
- data/vendor/local/include/unicode/unumsys.h +1 -1
- data/vendor/local/include/unicode/uobject.h +2 -2
- data/vendor/local/include/unicode/upluralrules.h +51 -6
- data/vendor/local/include/unicode/uregex.h +2 -2
- data/vendor/local/include/unicode/uregion.h +2 -2
- data/vendor/local/include/unicode/ureldatefmt.h +33 -39
- data/vendor/local/include/unicode/urename.h +18 -17
- data/vendor/local/include/unicode/urep.h +1 -1
- data/vendor/local/include/unicode/ures.h +9 -9
- data/vendor/local/include/unicode/uscript.h +10 -3
- data/vendor/local/include/unicode/usearch.h +3 -3
- data/vendor/local/include/unicode/uset.h +2 -2
- data/vendor/local/include/unicode/usetiter.h +1 -1
- data/vendor/local/include/unicode/ushape.h +3 -3
- data/vendor/local/include/unicode/uspoof.h +24 -29
- data/vendor/local/include/unicode/usprep.h +7 -7
- data/vendor/local/include/unicode/ustdio.h +1 -1
- data/vendor/local/include/unicode/ustream.h +2 -9
- data/vendor/local/include/unicode/ustring.h +3 -13
- data/vendor/local/include/unicode/ustringtrie.h +2 -2
- data/vendor/local/include/unicode/utext.h +16 -16
- data/vendor/local/include/unicode/utf.h +19 -19
- data/vendor/local/include/unicode/utf16.h +128 -8
- data/vendor/local/include/unicode/utf32.h +2 -2
- data/vendor/local/include/unicode/utf8.h +177 -121
- data/vendor/local/include/unicode/utf_old.h +40 -7
- data/vendor/local/include/unicode/utmscale.h +8 -1
- data/vendor/local/include/unicode/utrace.h +4 -4
- data/vendor/local/include/unicode/utrans.h +3 -3
- data/vendor/local/include/unicode/utypes.h +13 -10
- data/vendor/local/include/unicode/uvernum.h +18 -11
- data/vendor/local/include/unicode/uversion.h +10 -4
- data/vendor/local/include/unicode/vtzone.h +1 -1
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +1 -1
- data/vendor/local/lib/icu/{58.2 → 61.1}/Makefile.inc +7 -7
- data/vendor/local/lib/icu/{58.2 → 61.1}/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +7 -7
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt58.dll → icudt61.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin61.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/{icuio58.dll → icuio61.dll} +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/{icutest58.dll → icutest61.dll} +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu61.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc61.dll +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +3 -3
- data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +3 -3
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +3 -3
- 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/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 +2 -2
- 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/pkgconfig/fribidi.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +7 -7
- data/vendor/local/lib/pkgconfig/icu-io.pc +7 -7
- data/vendor/local/lib/pkgconfig/icu-uc.pc +7 -7
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +5 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +1 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +2 -2
- data/vendor/local/share/icu/{58.2 → 61.1}/LICENSE +32 -3
- data/vendor/local/share/icu/{58.2 → 61.1}/config/mh-mingw64 +4 -0
- data/vendor/local/share/icu/{58.2 → 61.1}/install-sh +0 -0
- data/vendor/local/share/icu/{58.2 → 61.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 +5 -5
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +9 -9
- data/vendor/local/share/man/man3/fribidi_charset_to_unicode.3 +98 -0
- data/vendor/local/share/man/man3/fribidi_debug_status.3 +44 -0
- data/vendor/local/share/man/man3/fribidi_get_bidi_type.3 +58 -0
- data/vendor/local/share/man/man3/fribidi_get_bidi_type_name.3 +56 -0
- data/vendor/local/share/man/man3/fribidi_get_bidi_types.3 +68 -0
- data/vendor/local/share/man/man3/fribidi_get_bracket.3 +59 -0
- data/vendor/local/share/man/man3/fribidi_get_bracket_types.3 +73 -0
- data/vendor/local/share/man/man3/fribidi_get_joining_type.3 +87 -0
- data/vendor/local/share/man/man3/fribidi_get_joining_type_name.3 +83 -0
- data/vendor/local/share/man/man3/fribidi_get_joining_types.3 +96 -0
- data/vendor/local/share/man/man3/fribidi_get_mirror_char.3 +68 -0
- data/vendor/local/share/man/man3/fribidi_get_par_direction.3 +100 -0
- data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels.3 +98 -0
- data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels_ex.3 +114 -0
- data/vendor/local/share/man/man3/fribidi_get_type.3 +50 -0
- data/vendor/local/share/man/man3/fribidi_get_type_internal.3 +50 -0
- data/vendor/local/share/man/man3/fribidi_join_arabic.3 +92 -0
- data/vendor/local/share/man/man3/fribidi_log2vis.3 +124 -0
- data/vendor/local/share/man/man3/fribidi_log2vis_get_embedding_levels.3 +97 -0
- data/vendor/local/share/man/man3/fribidi_mirroring_status.3 +44 -0
- data/vendor/local/share/man/man3/fribidi_parse_charset.3 +78 -0
- data/vendor/local/share/man/man3/fribidi_remove_bidi_marks.3 +96 -0
- data/vendor/local/share/man/man3/fribidi_reorder_line.3 +146 -0
- data/vendor/local/share/man/man3/fribidi_reorder_nsm_status.3 +44 -0
- data/vendor/local/share/man/man3/fribidi_set_debug.3 +48 -0
- data/vendor/local/share/man/man3/fribidi_set_mirroring.3 +58 -0
- data/vendor/local/share/man/man3/fribidi_set_reorder_nsm.3 +60 -0
- data/vendor/local/share/man/man3/fribidi_shape.3 +89 -0
- data/vendor/local/share/man/man3/fribidi_shape_arabic.3 +95 -0
- data/vendor/local/share/man/man3/fribidi_shape_mirroring.3 +71 -0
- data/vendor/local/share/man/man3/fribidi_unicode_to_charset.3 +99 -0
- 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 +58 -59
- data/ext/pango/rb-pango-context.c +0 -79
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2003-2004 IBM, Inc. and others.
|
8
8
|
.\"
|
9
|
-
.TH GENCCODE 8 "11 March 2004" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENCCODE 8 "11 March 2004" "ICU MANPAGE" "ICU 61.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B genccode
|
12
12
|
\- generate C or platform specific assembly code from an ICU data file.
|
@@ -103,6 +103,6 @@ option) followed by an underscore and the type of the data (set by the
|
|
103
103
|
.BI "\-t\fP, \fB\-\-type"
|
104
104
|
option).
|
105
105
|
.SH VERSION
|
106
|
-
|
106
|
+
61.1
|
107
107
|
.SH COPYRIGHT
|
108
108
|
Copyright (C) 2000-2004 IBM, Inc. and others.
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.\"
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\"
|
11
|
-
.TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU
|
11
|
+
.TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU 61.1 Manual"
|
12
12
|
.SH NAME
|
13
13
|
.B gencmn
|
14
14
|
\- generate an ICU memory-mappable data file
|
@@ -118,13 +118,13 @@ option).
|
|
118
118
|
.TP 10
|
119
119
|
.B ICU_DATA
|
120
120
|
Specifies the directory containing ICU data. Defaults to
|
121
|
-
.BR ${prefix}/share/icu/
|
121
|
+
.BR ${prefix}/share/icu/61.1/ .
|
122
122
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
123
123
|
important to make sure that it is present if
|
124
124
|
.B ICU_DATA
|
125
125
|
is set.
|
126
126
|
.SH VERSION
|
127
|
-
|
127
|
+
61.1
|
128
128
|
.SH COPYRIGHT
|
129
129
|
Copyright (C) 2000-2001 IBM, Inc. and others.
|
130
130
|
.SH SEE ALSO
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2003 IBM, Inc. and others.
|
8
8
|
.\"
|
9
|
-
.TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU
|
9
|
+
.TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU 61.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B gensprep
|
12
12
|
\- compile StringPrep data from files filtered by filterRFC3454.pl
|
@@ -68,7 +68,7 @@ The default destination directory is specified by the environment variable
|
|
68
68
|
.TP 10
|
69
69
|
.B ICU_DATA
|
70
70
|
Specifies the directory containing ICU data. Defaults to
|
71
|
-
.BR ${prefix}/share/icu/
|
71
|
+
.BR ${prefix}/share/icu/61.1/ .
|
72
72
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
73
73
|
important to make sure that it is present if
|
74
74
|
.B ICU_DATA
|
@@ -97,7 +97,7 @@ Contains the list of code points that are prohibited for IDNA.
|
|
97
97
|
.B NormalizationCorrections.txt
|
98
98
|
Contains the list of code points whose normalization has changed since Unicode Version 3.2.0.
|
99
99
|
.SH VERSION
|
100
|
-
|
100
|
+
61.1
|
101
101
|
.SH COPYRIGHT
|
102
102
|
Copyright (C) 2000-2002 IBM, Inc. and others.
|
103
103
|
.SH SEE ALSO
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2000-2006 IBM, Inc. and others.
|
8
8
|
.\"
|
9
|
-
.TH ICUPKG 8 "18 August 2006" "ICU MANPAGE" "ICU
|
9
|
+
.TH ICUPKG 8 "18 August 2006" "ICU MANPAGE" "ICU 61.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B icupkg
|
12
12
|
\- extract or modify an ICU
|
metadata
CHANGED
@@ -1,63 +1,23 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pango
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.6
|
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: 2018-
|
12
|
-
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: cairo
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - ">="
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 1.14.0
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - ">="
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 1.14.0
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: cairo-gobject
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - '='
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: 3.2.5
|
34
|
-
type: :runtime
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - '='
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: 3.2.5
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: gobject-introspection
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - '='
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: 3.2.5
|
48
|
-
type: :runtime
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - '='
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: 3.2.5
|
11
|
+
date: 2018-06-06 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
55
13
|
description: Ruby/Pango is a Ruby binding of pango-1.x.
|
56
14
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
57
15
|
executables: []
|
58
16
|
extensions: []
|
59
17
|
extra_rdoc_files: []
|
60
18
|
files:
|
19
|
+
- COPYING.LIB
|
20
|
+
- README.md
|
61
21
|
- Rakefile
|
62
22
|
- ext/pango/depend
|
63
23
|
- ext/pango/extconf.rb
|
@@ -65,7 +25,6 @@ files:
|
|
65
25
|
- ext/pango/rb-pango-attr-iterator.c
|
66
26
|
- ext/pango/rb-pango-attr-list.c
|
67
27
|
- ext/pango/rb-pango-attribute.c
|
68
|
-
- ext/pango/rb-pango-context.c
|
69
28
|
- ext/pango/rb-pango-conversions.h
|
70
29
|
- ext/pango/rb-pango-private.h
|
71
30
|
- ext/pango/rb-pango-scale.c
|
@@ -89,6 +48,7 @@ files:
|
|
89
48
|
- lib/pango/matrix.rb
|
90
49
|
- lib/pango/rectangle.rb
|
91
50
|
- lib/pango/version.rb
|
51
|
+
- pango.gemspec
|
92
52
|
- test/pango-test-utils.rb
|
93
53
|
- test/run-test.rb
|
94
54
|
- test/test-analysis.rb
|
@@ -108,6 +68,7 @@ files:
|
|
108
68
|
- test/test-rectangle.rb
|
109
69
|
- test/test-version.rb
|
110
70
|
- vendor/local/bin/derb.exe
|
71
|
+
- vendor/local/bin/escapesrc.exe
|
111
72
|
- vendor/local/bin/fribidi.exe
|
112
73
|
- vendor/local/bin/genbrk.exe
|
113
74
|
- vendor/local/bin/genccode.exe
|
@@ -193,6 +154,7 @@ files:
|
|
193
154
|
- vendor/local/include/harfbuzz/hb-ft.h
|
194
155
|
- vendor/local/include/harfbuzz/hb-glib.h
|
195
156
|
- vendor/local/include/harfbuzz/hb-icu.h
|
157
|
+
- vendor/local/include/harfbuzz/hb-map.h
|
196
158
|
- vendor/local/include/harfbuzz/hb-ot-font.h
|
197
159
|
- vendor/local/include/harfbuzz/hb-ot-layout.h
|
198
160
|
- vendor/local/include/harfbuzz/hb-ot-math.h
|
@@ -252,6 +214,8 @@ files:
|
|
252
214
|
- vendor/local/include/unicode/bytestriebuilder.h
|
253
215
|
- vendor/local/include/unicode/calendar.h
|
254
216
|
- vendor/local/include/unicode/caniter.h
|
217
|
+
- vendor/local/include/unicode/casemap.h
|
218
|
+
- vendor/local/include/unicode/char16ptr.h
|
255
219
|
- vendor/local/include/unicode/chariter.h
|
256
220
|
- vendor/local/include/unicode/choicfmt.h
|
257
221
|
- vendor/local/include/unicode/coleitr.h
|
@@ -271,6 +235,7 @@ files:
|
|
271
235
|
- vendor/local/include/unicode/dtitvinf.h
|
272
236
|
- vendor/local/include/unicode/dtptngen.h
|
273
237
|
- vendor/local/include/unicode/dtrule.h
|
238
|
+
- vendor/local/include/unicode/edits.h
|
274
239
|
- vendor/local/include/unicode/enumset.h
|
275
240
|
- vendor/local/include/unicode/errorcode.h
|
276
241
|
- vendor/local/include/unicode/fieldpos.h
|
@@ -294,6 +259,8 @@ files:
|
|
294
259
|
- vendor/local/include/unicode/msgfmt.h
|
295
260
|
- vendor/local/include/unicode/normalizer2.h
|
296
261
|
- vendor/local/include/unicode/normlzr.h
|
262
|
+
- vendor/local/include/unicode/nounit.h
|
263
|
+
- vendor/local/include/unicode/numberformatter.h
|
297
264
|
- vendor/local/include/unicode/numfmt.h
|
298
265
|
- vendor/local/include/unicode/numsys.h
|
299
266
|
- vendor/local/include/unicode/parseerr.h
|
@@ -321,6 +288,7 @@ files:
|
|
321
288
|
- vendor/local/include/unicode/sortkey.h
|
322
289
|
- vendor/local/include/unicode/std_string.h
|
323
290
|
- vendor/local/include/unicode/strenum.h
|
291
|
+
- vendor/local/include/unicode/stringoptions.h
|
324
292
|
- vendor/local/include/unicode/stringpiece.h
|
325
293
|
- vendor/local/include/unicode/stringtriebuilder.h
|
326
294
|
- vendor/local/include/unicode/stsearch.h
|
@@ -421,22 +389,22 @@ files:
|
|
421
389
|
- vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib
|
422
390
|
- vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib
|
423
391
|
- vendor/local/lib/graphene-1.0/include/graphene-config.h
|
424
|
-
- vendor/local/lib/icu/
|
425
|
-
- vendor/local/lib/icu/
|
392
|
+
- vendor/local/lib/icu/61.1/Makefile.inc
|
393
|
+
- vendor/local/lib/icu/61.1/pkgdata.inc
|
426
394
|
- vendor/local/lib/icu/Makefile.inc
|
427
395
|
- vendor/local/lib/icu/pkgdata.inc
|
428
396
|
- vendor/local/lib/icudt.dll
|
429
|
-
- vendor/local/lib/
|
397
|
+
- vendor/local/lib/icudt61.dll
|
430
398
|
- vendor/local/lib/icuin.dll
|
431
|
-
- vendor/local/lib/
|
399
|
+
- vendor/local/lib/icuin61.dll
|
432
400
|
- vendor/local/lib/icuio.dll
|
433
|
-
- vendor/local/lib/
|
401
|
+
- vendor/local/lib/icuio61.dll
|
434
402
|
- vendor/local/lib/icutest.dll
|
435
|
-
- vendor/local/lib/
|
403
|
+
- vendor/local/lib/icutest61.dll
|
436
404
|
- vendor/local/lib/icutu.dll
|
437
|
-
- vendor/local/lib/
|
405
|
+
- vendor/local/lib/icutu61.dll
|
438
406
|
- vendor/local/lib/icuuc.dll
|
439
|
-
- vendor/local/lib/
|
407
|
+
- vendor/local/lib/icuuc61.dll
|
440
408
|
- vendor/local/lib/libfribidi.dll.a
|
441
409
|
- vendor/local/lib/libfribidi.la
|
442
410
|
- vendor/local/lib/libgraphene-1.0.dll.a
|
@@ -628,10 +596,10 @@ files:
|
|
628
596
|
- vendor/local/share/gtk-doc/html/pango/style.css
|
629
597
|
- vendor/local/share/gtk-doc/html/pango/up-insensitive.png
|
630
598
|
- vendor/local/share/gtk-doc/html/pango/up.png
|
631
|
-
- vendor/local/share/icu/
|
632
|
-
- vendor/local/share/icu/
|
633
|
-
- vendor/local/share/icu/
|
634
|
-
- vendor/local/share/icu/
|
599
|
+
- vendor/local/share/icu/61.1/LICENSE
|
600
|
+
- vendor/local/share/icu/61.1/config/mh-mingw64
|
601
|
+
- vendor/local/share/icu/61.1/install-sh
|
602
|
+
- vendor/local/share/icu/61.1/mkinstalldirs
|
635
603
|
- vendor/local/share/installed-tests/graphene-1.0/box.test
|
636
604
|
- vendor/local/share/installed-tests/graphene-1.0/euler.test
|
637
605
|
- vendor/local/share/installed-tests/graphene-1.0/frustum.test
|
@@ -667,11 +635,42 @@ files:
|
|
667
635
|
- vendor/local/share/man/man1/pango-view.1
|
668
636
|
- vendor/local/share/man/man1/pkgdata.1
|
669
637
|
- vendor/local/share/man/man1/uconv.1
|
638
|
+
- vendor/local/share/man/man3/fribidi_charset_to_unicode.3
|
639
|
+
- vendor/local/share/man/man3/fribidi_debug_status.3
|
640
|
+
- vendor/local/share/man/man3/fribidi_get_bidi_type.3
|
641
|
+
- vendor/local/share/man/man3/fribidi_get_bidi_type_name.3
|
642
|
+
- vendor/local/share/man/man3/fribidi_get_bidi_types.3
|
643
|
+
- vendor/local/share/man/man3/fribidi_get_bracket.3
|
644
|
+
- vendor/local/share/man/man3/fribidi_get_bracket_types.3
|
645
|
+
- vendor/local/share/man/man3/fribidi_get_joining_type.3
|
646
|
+
- vendor/local/share/man/man3/fribidi_get_joining_type_name.3
|
647
|
+
- vendor/local/share/man/man3/fribidi_get_joining_types.3
|
648
|
+
- vendor/local/share/man/man3/fribidi_get_mirror_char.3
|
649
|
+
- vendor/local/share/man/man3/fribidi_get_par_direction.3
|
650
|
+
- vendor/local/share/man/man3/fribidi_get_par_embedding_levels.3
|
651
|
+
- vendor/local/share/man/man3/fribidi_get_par_embedding_levels_ex.3
|
652
|
+
- vendor/local/share/man/man3/fribidi_get_type.3
|
653
|
+
- vendor/local/share/man/man3/fribidi_get_type_internal.3
|
654
|
+
- vendor/local/share/man/man3/fribidi_join_arabic.3
|
655
|
+
- vendor/local/share/man/man3/fribidi_log2vis.3
|
656
|
+
- vendor/local/share/man/man3/fribidi_log2vis_get_embedding_levels.3
|
657
|
+
- vendor/local/share/man/man3/fribidi_mirroring_status.3
|
658
|
+
- vendor/local/share/man/man3/fribidi_parse_charset.3
|
659
|
+
- vendor/local/share/man/man3/fribidi_remove_bidi_marks.3
|
660
|
+
- vendor/local/share/man/man3/fribidi_reorder_line.3
|
661
|
+
- vendor/local/share/man/man3/fribidi_reorder_nsm_status.3
|
662
|
+
- vendor/local/share/man/man3/fribidi_set_debug.3
|
663
|
+
- vendor/local/share/man/man3/fribidi_set_mirroring.3
|
664
|
+
- vendor/local/share/man/man3/fribidi_set_reorder_nsm.3
|
665
|
+
- vendor/local/share/man/man3/fribidi_shape.3
|
666
|
+
- vendor/local/share/man/man3/fribidi_shape_arabic.3
|
667
|
+
- vendor/local/share/man/man3/fribidi_shape_mirroring.3
|
668
|
+
- vendor/local/share/man/man3/fribidi_unicode_to_charset.3
|
670
669
|
- vendor/local/share/man/man8/genccode.8
|
671
670
|
- vendor/local/share/man/man8/gencmn.8
|
672
671
|
- vendor/local/share/man/man8/gensprep.8
|
673
672
|
- vendor/local/share/man/man8/icupkg.8
|
674
|
-
homepage:
|
673
|
+
homepage: https://ruby-gnome2.osdn.jp/
|
675
674
|
licenses:
|
676
675
|
- LGPL-2.1+
|
677
676
|
metadata: {}
|
@@ -1,79 +0,0 @@
|
|
1
|
-
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
|
2
|
-
/*
|
3
|
-
* Copyright (C) 2017 Ruby-GNOME2 Project Team
|
4
|
-
*
|
5
|
-
* This library is free software; you can redistribute it and/or
|
6
|
-
* modify it under the terms of the GNU Lesser General Public
|
7
|
-
* License as published by the Free Software Foundation; either
|
8
|
-
* version 2.1 of the License, or (at your option) any later version.
|
9
|
-
*
|
10
|
-
* This library is distributed in the hope that it will be useful,
|
11
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
-
* Lesser General Public License for more details.
|
14
|
-
*
|
15
|
-
* You should have received a copy of the GNU Lesser General Public
|
16
|
-
* License along with this library; if not, write to the Free Software
|
17
|
-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
18
|
-
* MA 02110-1301 USA
|
19
|
-
*/
|
20
|
-
|
21
|
-
#include "rb-pango-private.h"
|
22
|
-
|
23
|
-
#if PANGO_VERSION_CHECK(1, 18, 0)
|
24
|
-
# include <pango/pangocairo.h>
|
25
|
-
# include <rb_cairo.h>
|
26
|
-
#endif
|
27
|
-
|
28
|
-
#define RG_TARGET_NAMESPACE cContext
|
29
|
-
|
30
|
-
#if PANGO_VERSION_CHECK(1, 18, 0)
|
31
|
-
static void
|
32
|
-
shape_renderer_callback(cairo_t *cr,
|
33
|
-
PangoAttrShape *attr,
|
34
|
-
gboolean do_path,
|
35
|
-
gpointer data)
|
36
|
-
{
|
37
|
-
VALUE rb_cr;
|
38
|
-
VALUE rb_mPango;
|
39
|
-
VALUE rb_cPangoAttrShape;
|
40
|
-
VALUE rb_attr;
|
41
|
-
VALUE rb_do_path;
|
42
|
-
VALUE rb_callback;
|
43
|
-
ID id_call;
|
44
|
-
|
45
|
-
rb_cr = CRCONTEXT2RVAL(cr);
|
46
|
-
rb_mPango = rb_const_get(rb_cObject, rb_intern("Pango"));
|
47
|
-
rb_cPangoAttrShape = rb_const_get(rb_mPango, rb_intern("AttrShape"));
|
48
|
-
rb_attr = Data_Wrap_Struct(rb_cPangoAttrShape,
|
49
|
-
NULL,
|
50
|
-
pango_attribute_destroy,
|
51
|
-
pango_attribute_copy((PangoAttribute *)attr));
|
52
|
-
rb_do_path = CBOOL2RVAL(do_path);
|
53
|
-
rb_callback = (VALUE)data;
|
54
|
-
CONST_ID(id_call, "call");
|
55
|
-
rb_funcall(rb_callback, id_call, 3, rb_cr, rb_attr, rb_do_path);
|
56
|
-
}
|
57
|
-
|
58
|
-
static VALUE
|
59
|
-
rg_set_shape_renderer(VALUE self)
|
60
|
-
{
|
61
|
-
VALUE func = rb_block_proc();
|
62
|
-
rb_iv_set(self, "@shape_renderer", func);
|
63
|
-
pango_cairo_context_set_shape_renderer(RVAL2PANGOCONTEXT(self),
|
64
|
-
shape_renderer_callback,
|
65
|
-
(gpointer)func,
|
66
|
-
NULL);
|
67
|
-
return self;
|
68
|
-
}
|
69
|
-
#endif
|
70
|
-
|
71
|
-
void
|
72
|
-
rbpango_context_init(VALUE mPango)
|
73
|
-
{
|
74
|
-
VALUE RG_TARGET_NAMESPACE;
|
75
|
-
|
76
|
-
RG_TARGET_NAMESPACE = rb_const_get(mPango, rb_intern("Context"));
|
77
|
-
|
78
|
-
RG_DEF_METHOD(set_shape_renderer, 0);
|
79
|
-
}
|
Binary file
|
Binary file
|
Binary file
|