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
@@ -307,7 +307,7 @@ Xhb_ot_layout_lookup_position (hb_font_t *font,
|
|
307
307
|
#endif
|
308
308
|
|
309
309
|
/* Optical 'size' feature info. Returns true if found.
|
310
|
-
*
|
310
|
+
* https://docs.microsoft.com/en-us/typography/opentype/spec/features_pt#size */
|
311
311
|
HB_EXTERN hb_bool_t
|
312
312
|
hb_ot_layout_get_size_params (hb_face_t *face,
|
313
313
|
unsigned int *design_size, /* OUT. May be NULL */
|
@@ -82,8 +82,6 @@ HB_EXTERN hb_bool_t
|
|
82
82
|
hb_set_has (const hb_set_t *set,
|
83
83
|
hb_codepoint_t codepoint);
|
84
84
|
|
85
|
-
/* Right now limited to 16-bit integers. Eventually will do full codepoint range, sans -1
|
86
|
-
* which we will use as a sentinel. */
|
87
85
|
HB_EXTERN void
|
88
86
|
hb_set_add (hb_set_t *set,
|
89
87
|
hb_codepoint_t codepoint);
|
@@ -30,31 +30,67 @@
|
|
30
30
|
#include "hb-private.hh"
|
31
31
|
|
32
32
|
#include "hb-subset.h"
|
33
|
+
#include "hb-subset-private.hh"
|
33
34
|
|
34
35
|
#include "hb-object-private.hh"
|
36
|
+
#include "hb-map-private.hh"
|
35
37
|
|
36
|
-
struct hb_subset_plan_t
|
38
|
+
struct hb_subset_plan_t
|
39
|
+
{
|
37
40
|
hb_object_header_t header;
|
38
41
|
ASSERT_POD ();
|
39
42
|
|
40
43
|
hb_bool_t drop_hints;
|
41
44
|
|
42
|
-
//
|
43
|
-
|
44
|
-
// codepoints is sorted and aligned with gids_to_retain.
|
45
|
-
|
46
|
-
// These first two lists provide a mapping from cp -> gid
|
47
|
-
// As a result it does not list the full set of glyphs to retain.
|
48
|
-
hb_prealloced_array_t<hb_codepoint_t> codepoints;
|
49
|
-
hb_prealloced_array_t<hb_codepoint_t> gids_to_retain;
|
45
|
+
// For each cp that we'd like to retain maps to the corresponding gid.
|
46
|
+
hb_set_t *unicodes;
|
50
47
|
|
51
48
|
// This list contains the complete set of glyphs to retain and may contain
|
52
49
|
// more glyphs then the lists above.
|
53
|
-
|
50
|
+
hb_vector_t<hb_codepoint_t> glyphs;
|
51
|
+
|
52
|
+
hb_map_t *codepoint_to_glyph;
|
53
|
+
hb_map_t *glyph_map;
|
54
54
|
|
55
55
|
// Plan is only good for a specific source/dest so keep them with it
|
56
56
|
hb_face_t *source;
|
57
57
|
hb_face_t *dest;
|
58
|
+
|
59
|
+
inline hb_bool_t
|
60
|
+
new_gid_for_codepoint (hb_codepoint_t codepoint,
|
61
|
+
hb_codepoint_t *new_gid) const
|
62
|
+
{
|
63
|
+
hb_codepoint_t old_gid = codepoint_to_glyph->get (codepoint);
|
64
|
+
if (old_gid == HB_MAP_VALUE_INVALID)
|
65
|
+
return false;
|
66
|
+
|
67
|
+
return new_gid_for_old_gid (old_gid, new_gid);
|
68
|
+
}
|
69
|
+
|
70
|
+
inline hb_bool_t
|
71
|
+
new_gid_for_old_gid (hb_codepoint_t old_gid,
|
72
|
+
hb_codepoint_t *new_gid) const
|
73
|
+
{
|
74
|
+
hb_codepoint_t gid = glyph_map->get (old_gid);
|
75
|
+
if (gid == HB_MAP_VALUE_INVALID)
|
76
|
+
return false;
|
77
|
+
|
78
|
+
*new_gid = gid;
|
79
|
+
return true;
|
80
|
+
}
|
81
|
+
|
82
|
+
inline hb_bool_t
|
83
|
+
add_table (hb_tag_t tag,
|
84
|
+
hb_blob_t *contents)
|
85
|
+
{
|
86
|
+
hb_blob_t *source_blob = source->reference_table (tag);
|
87
|
+
DEBUG_MSG(SUBSET, nullptr, "add table %c%c%c%c, dest %d bytes, source %d bytes",
|
88
|
+
HB_UNTAG(tag),
|
89
|
+
hb_blob_get_length (contents),
|
90
|
+
hb_blob_get_length (source_blob));
|
91
|
+
hb_blob_destroy (source_blob);
|
92
|
+
return hb_subset_face_add_table(dest, tag, contents);
|
93
|
+
}
|
58
94
|
};
|
59
95
|
|
60
96
|
typedef struct hb_subset_plan_t hb_subset_plan_t;
|
@@ -64,21 +100,6 @@ hb_subset_plan_create (hb_face_t *face,
|
|
64
100
|
hb_subset_profile_t *profile,
|
65
101
|
hb_subset_input_t *input);
|
66
102
|
|
67
|
-
HB_INTERNAL hb_bool_t
|
68
|
-
hb_subset_plan_new_gid_for_old_id(hb_subset_plan_t *plan,
|
69
|
-
hb_codepoint_t old_gid,
|
70
|
-
hb_codepoint_t *new_gid /* OUT */);
|
71
|
-
|
72
|
-
HB_INTERNAL hb_bool_t
|
73
|
-
hb_subset_plan_new_gid_for_codepoint(hb_subset_plan_t *plan,
|
74
|
-
hb_codepoint_t codepont,
|
75
|
-
hb_codepoint_t *new_gid /* OUT */);
|
76
|
-
|
77
|
-
HB_INTERNAL hb_bool_t
|
78
|
-
hb_subset_plan_add_table(hb_subset_plan_t *plan,
|
79
|
-
hb_tag_t tag,
|
80
|
-
hb_blob_t *contents);
|
81
|
-
|
82
103
|
HB_INTERNAL void
|
83
104
|
hb_subset_plan_destroy (hb_subset_plan_t *plan);
|
84
105
|
|
@@ -72,12 +72,15 @@ HB_EXTERN hb_bool_t *
|
|
72
72
|
hb_subset_input_drop_hints (hb_subset_input_t *subset_input);
|
73
73
|
|
74
74
|
/* hb_subset() */
|
75
|
-
|
76
75
|
HB_EXTERN hb_face_t *
|
77
76
|
hb_subset (hb_face_t *source,
|
78
77
|
hb_subset_profile_t *profile,
|
79
78
|
hb_subset_input_t *input);
|
80
79
|
|
80
|
+
/* hb_subset_get_all_codepoints */
|
81
|
+
HB_EXTERN void
|
82
|
+
hb_subset_get_all_codepoints (hb_face_t *source, hb_set_t *out);
|
83
|
+
|
81
84
|
HB_END_DECLS
|
82
85
|
|
83
86
|
#endif /* HB_SUBSET_H */
|
@@ -37,10 +37,10 @@ HB_BEGIN_DECLS
|
|
37
37
|
|
38
38
|
|
39
39
|
#define HB_VERSION_MAJOR 1
|
40
|
-
#define HB_VERSION_MINOR
|
41
|
-
#define HB_VERSION_MICRO
|
40
|
+
#define HB_VERSION_MINOR 8
|
41
|
+
#define HB_VERSION_MICRO 0
|
42
42
|
|
43
|
-
#define HB_VERSION_STRING "1.
|
43
|
+
#define HB_VERSION_STRING "1.8.0"
|
44
44
|
|
45
45
|
#define HB_VERSION_ATLEAST(major,minor,micro) \
|
46
46
|
((major)*10000+(minor)*100+(micro) <= \
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
*******************************************************************************
|
@@ -15,6 +15,7 @@
|
|
15
15
|
#include "unicode/utypes.h"
|
16
16
|
#include "unicode/uobject.h"
|
17
17
|
#include "unicode/locid.h"
|
18
|
+
#include "unicode/unistr.h"
|
18
19
|
|
19
20
|
#if !UCONFIG_NO_COLLATION
|
20
21
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
*******************************************************************************
|
@@ -6,7 +6,7 @@
|
|
6
6
|
* Corporation and others. All Rights Reserved.
|
7
7
|
*******************************************************************************
|
8
8
|
* file name: appendable.h
|
9
|
-
* encoding:
|
9
|
+
* encoding: UTF-8
|
10
10
|
* tab size: 8 (not used)
|
11
11
|
* indentation:4
|
12
12
|
*
|
@@ -19,7 +19,7 @@
|
|
19
19
|
|
20
20
|
/**
|
21
21
|
* \file
|
22
|
-
* \brief C++ API: Appendable class: Sink for Unicode code points and 16-bit code units (
|
22
|
+
* \brief C++ API: Appendable class: Sink for Unicode code points and 16-bit code units (char16_ts).
|
23
23
|
*/
|
24
24
|
|
25
25
|
#include "unicode/utypes.h"
|
@@ -34,10 +34,10 @@ class UnicodeString;
|
|
34
34
|
* Combines elements of Java Appendable and ICU4C ByteSink.
|
35
35
|
*
|
36
36
|
* This class can be used in APIs where it does not matter whether the actual destination is
|
37
|
-
* a UnicodeString, a
|
37
|
+
* a UnicodeString, a char16_t[] array, a UnicodeSet, or any other object
|
38
38
|
* that receives and processes characters and/or strings.
|
39
39
|
*
|
40
|
-
* Implementation classes must implement at least appendCodeUnit(
|
40
|
+
* Implementation classes must implement at least appendCodeUnit(char16_t).
|
41
41
|
* The base class provides default implementations for the other methods.
|
42
42
|
*
|
43
43
|
* The methods do not take UErrorCode parameters.
|
@@ -62,11 +62,11 @@ public:
|
|
62
62
|
* @return TRUE if the operation succeeded
|
63
63
|
* @stable ICU 4.8
|
64
64
|
*/
|
65
|
-
virtual UBool appendCodeUnit(
|
65
|
+
virtual UBool appendCodeUnit(char16_t c) = 0;
|
66
66
|
|
67
67
|
/**
|
68
68
|
* Appends a code point.
|
69
|
-
* The default implementation calls appendCodeUnit(
|
69
|
+
* The default implementation calls appendCodeUnit(char16_t) once or twice.
|
70
70
|
* @param c code point 0..0x10ffff
|
71
71
|
* @return TRUE if the operation succeeded
|
72
72
|
* @stable ICU 4.8
|
@@ -75,20 +75,20 @@ public:
|
|
75
75
|
|
76
76
|
/**
|
77
77
|
* Appends a string.
|
78
|
-
* The default implementation calls appendCodeUnit(
|
78
|
+
* The default implementation calls appendCodeUnit(char16_t) for each code unit.
|
79
79
|
* @param s string, must not be NULL if length!=0
|
80
80
|
* @param length string length, or -1 if NUL-terminated
|
81
81
|
* @return TRUE if the operation succeeded
|
82
82
|
* @stable ICU 4.8
|
83
83
|
*/
|
84
|
-
virtual UBool appendString(const
|
84
|
+
virtual UBool appendString(const char16_t *s, int32_t length);
|
85
85
|
|
86
86
|
/**
|
87
87
|
* Tells the object that the caller is going to append roughly
|
88
|
-
* appendCapacity
|
88
|
+
* appendCapacity char16_ts. A subclass might use this to pre-allocate
|
89
89
|
* a larger buffer if necessary.
|
90
90
|
* The default implementation does nothing. (It always returns TRUE.)
|
91
|
-
* @param appendCapacity estimated number of
|
91
|
+
* @param appendCapacity estimated number of char16_ts that will be appended
|
92
92
|
* @return TRUE if the operation succeeded
|
93
93
|
* @stable ICU 4.8
|
94
94
|
*/
|
@@ -102,19 +102,19 @@ public:
|
|
102
102
|
* The returned buffer is only valid until the next operation
|
103
103
|
* on this Appendable.
|
104
104
|
*
|
105
|
-
* After writing at most *resultCapacity
|
106
|
-
* pointer returned from this function and the number of
|
107
|
-
* Many appendString() implementations will avoid copying
|
105
|
+
* After writing at most *resultCapacity char16_ts, call appendString() with the
|
106
|
+
* pointer returned from this function and the number of char16_ts written.
|
107
|
+
* Many appendString() implementations will avoid copying char16_ts if this function
|
108
108
|
* returned an internal buffer.
|
109
109
|
*
|
110
110
|
* Partial usage example:
|
111
111
|
* \code
|
112
112
|
* int32_t capacity;
|
113
|
-
*
|
114
|
-
* ... Write n
|
113
|
+
* char16_t* buffer = app.getAppendBuffer(..., &capacity);
|
114
|
+
* ... Write n char16_ts into buffer, with n <= capacity.
|
115
115
|
* app.appendString(buffer, n);
|
116
116
|
* \endcode
|
117
|
-
* In many implementations, that call to append will avoid copying
|
117
|
+
* In many implementations, that call to append will avoid copying char16_ts.
|
118
118
|
*
|
119
119
|
* If the Appendable allocates or reallocates an internal buffer, it should use
|
120
120
|
* the desiredCapacityHint if appropriate.
|
@@ -138,9 +138,9 @@ public:
|
|
138
138
|
* @return a buffer with *resultCapacity>=minCapacity
|
139
139
|
* @stable ICU 4.8
|
140
140
|
*/
|
141
|
-
virtual
|
141
|
+
virtual char16_t *getAppendBuffer(int32_t minCapacity,
|
142
142
|
int32_t desiredCapacityHint,
|
143
|
-
|
143
|
+
char16_t *scratch, int32_t scratchCapacity,
|
144
144
|
int32_t *resultCapacity);
|
145
145
|
};
|
146
146
|
|
@@ -171,7 +171,7 @@ public:
|
|
171
171
|
* @return TRUE if the operation succeeded
|
172
172
|
* @stable ICU 4.8
|
173
173
|
*/
|
174
|
-
virtual UBool appendCodeUnit(
|
174
|
+
virtual UBool appendCodeUnit(char16_t c);
|
175
175
|
|
176
176
|
/**
|
177
177
|
* Appends a code point to the string.
|
@@ -188,12 +188,12 @@ public:
|
|
188
188
|
* @return TRUE if the operation succeeded
|
189
189
|
* @stable ICU 4.8
|
190
190
|
*/
|
191
|
-
virtual UBool appendString(const
|
191
|
+
virtual UBool appendString(const char16_t *s, int32_t length);
|
192
192
|
|
193
193
|
/**
|
194
194
|
* Tells the UnicodeString that the caller is going to append roughly
|
195
|
-
* appendCapacity
|
196
|
-
* @param appendCapacity estimated number of
|
195
|
+
* appendCapacity char16_ts.
|
196
|
+
* @param appendCapacity estimated number of char16_ts that will be appended
|
197
197
|
* @return TRUE if the operation succeeded
|
198
198
|
* @stable ICU 4.8
|
199
199
|
*/
|
@@ -220,9 +220,9 @@ public:
|
|
220
220
|
* @return a buffer with *resultCapacity>=minCapacity
|
221
221
|
* @stable ICU 4.8
|
222
222
|
*/
|
223
|
-
virtual
|
223
|
+
virtual char16_t *getAppendBuffer(int32_t minCapacity,
|
224
224
|
int32_t desiredCapacityHint,
|
225
|
-
|
225
|
+
char16_t *scratch, int32_t scratchCapacity,
|
226
226
|
int32_t *resultCapacity);
|
227
227
|
|
228
228
|
private:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
********************************************************************************
|
@@ -250,7 +250,7 @@ public:
|
|
250
250
|
virtual int32_t next(void) = 0;
|
251
251
|
|
252
252
|
/**
|
253
|
-
* Return character index of the current
|
253
|
+
* Return character index of the current iterator position within the text.
|
254
254
|
* @return The boundary most recently returned.
|
255
255
|
* @stable ICU 2.0
|
256
256
|
*/
|
@@ -277,7 +277,7 @@ public:
|
|
277
277
|
virtual int32_t preceding(int32_t offset) = 0;
|
278
278
|
|
279
279
|
/**
|
280
|
-
* Return true if the
|
280
|
+
* Return true if the specified position is a boundary position.
|
281
281
|
* As a side effect, the current position of the iterator is set
|
282
282
|
* to the first boundary position at or following the specified offset.
|
283
283
|
* @param offset the offset to check.
|
@@ -292,21 +292,20 @@ public:
|
|
292
292
|
* does nothing. Negative values move to previous boundaries
|
293
293
|
* and positive values move to later boundaries.
|
294
294
|
* @return The new iterator position, or
|
295
|
-
* DONE if there are fewer than |n| boundaries in the
|
295
|
+
* DONE if there are fewer than |n| boundaries in the specified direction.
|
296
296
|
* @stable ICU 2.0
|
297
297
|
*/
|
298
298
|
virtual int32_t next(int32_t n) = 0;
|
299
299
|
|
300
300
|
/**
|
301
|
-
* For RuleBasedBreakIterators, return the status tag from the
|
302
|
-
*
|
303
|
-
* returned break position.
|
301
|
+
* For RuleBasedBreakIterators, return the status tag from the break rule
|
302
|
+
* that determined the boundary at the current iteration position.
|
304
303
|
* <p>
|
305
304
|
* For break iterator types that do not support a rule status,
|
306
305
|
* a default value of 0 is returned.
|
307
306
|
* <p>
|
308
|
-
* @return the status from the break rule that determined the
|
309
|
-
*
|
307
|
+
* @return the status from the break rule that determined the boundary at
|
308
|
+
* the current iteration position.
|
310
309
|
* @see RuleBaseBreakIterator::getRuleStatus()
|
311
310
|
* @see UWordBreak
|
312
311
|
* @stable ICU 52
|
@@ -315,7 +314,7 @@ public:
|
|
315
314
|
|
316
315
|
/**
|
317
316
|
* For RuleBasedBreakIterators, get the status (tag) values from the break rule(s)
|
318
|
-
* that determined the
|
317
|
+
* that determined the boundary at the current iteration position.
|
319
318
|
* <p>
|
320
319
|
* For break iterator types that do not support rule status,
|
321
320
|
* no values are returned.
|
@@ -331,10 +330,10 @@ public:
|
|
331
330
|
* @param fillInVec an array to be filled in with the status values.
|
332
331
|
* @param capacity the length of the supplied vector. A length of zero causes
|
333
332
|
* the function to return the number of status values, in the
|
334
|
-
* normal way, without
|
333
|
+
* normal way, without attempting to store any values.
|
335
334
|
* @param status receives error codes.
|
336
335
|
* @return The number of rule status values from rules that determined
|
337
|
-
* the
|
336
|
+
* the boundary at the current iteration position.
|
338
337
|
* In the event of a U_BUFFER_OVERFLOW_ERROR, the return value
|
339
338
|
* is the total number of status values that were available,
|
340
339
|
* not the reduced number that were actually returned.
|
@@ -469,7 +468,7 @@ public:
|
|
469
468
|
static const Locale* U_EXPORT2 getAvailableLocales(int32_t& count);
|
470
469
|
|
471
470
|
/**
|
472
|
-
* Get name of the object for the desired Locale, in the desired
|
471
|
+
* Get name of the object for the desired Locale, in the desired language.
|
473
472
|
* @param objectLocale must be from getAvailableLocales.
|
474
473
|
* @param displayLocale specifies the desired locale for output.
|
475
474
|
* @param name the fill-in parameter of the return value
|
@@ -482,7 +481,7 @@ public:
|
|
482
481
|
UnicodeString& name);
|
483
482
|
|
484
483
|
/**
|
485
|
-
* Get name of the object for the desired Locale, in the
|
484
|
+
* Get name of the object for the desired Locale, in the language of the
|
486
485
|
* default locale.
|
487
486
|
* @param objectLocale must be from getMatchingLocales
|
488
487
|
* @param name the fill-in parameter of the return value
|
@@ -616,7 +615,7 @@ public:
|
|
616
615
|
virtual BreakIterator &refreshInputText(UText *input, UErrorCode &status) = 0;
|
617
616
|
|
618
617
|
private:
|
619
|
-
static BreakIterator* buildInstance(const Locale& loc, const char *type,
|
618
|
+
static BreakIterator* buildInstance(const Locale& loc, const char *type, UErrorCode& status);
|
620
619
|
static BreakIterator* createInstance(const Locale& loc, int32_t kind, UErrorCode& status);
|
621
620
|
static BreakIterator* makeInstance(const Locale& loc, int32_t kind, UErrorCode& status);
|
622
621
|
|
@@ -629,10 +628,12 @@ protected:
|
|
629
628
|
/** @internal */
|
630
629
|
BreakIterator();
|
631
630
|
/** @internal */
|
632
|
-
BreakIterator (const BreakIterator &other)
|
631
|
+
BreakIterator (const BreakIterator &other);
|
633
632
|
#ifndef U_HIDE_INTERNAL_API
|
634
633
|
/** @internal */
|
635
|
-
BreakIterator (const Locale& valid, const Locale&
|
634
|
+
BreakIterator (const Locale& valid, const Locale &actual);
|
635
|
+
/** @internal. Assignment Operator, used by RuleBasedBreakIterator. */
|
636
|
+
BreakIterator &operator = (const BreakIterator &other);
|
636
637
|
#endif /* U_HIDE_INTERNAL_API */
|
637
638
|
|
638
639
|
private:
|
@@ -640,12 +641,6 @@ private:
|
|
640
641
|
/** @internal */
|
641
642
|
char actualLocale[ULOC_FULLNAME_CAPACITY];
|
642
643
|
char validLocale[ULOC_FULLNAME_CAPACITY];
|
643
|
-
|
644
|
-
/**
|
645
|
-
* The assignment operator has no real implementation.
|
646
|
-
* It's provided to make the compiler happy. Do not call.
|
647
|
-
*/
|
648
|
-
BreakIterator& operator=(const BreakIterator&);
|
649
644
|
};
|
650
645
|
|
651
646
|
#ifndef U_HIDE_DEPRECATED_API
|
@@ -661,5 +656,5 @@ U_NAMESPACE_END
|
|
661
656
|
|
662
657
|
#endif /* #if !UCONFIG_NO_BREAK_ITERATION */
|
663
658
|
|
664
|
-
#endif //
|
659
|
+
#endif // BRKITER_H
|
665
660
|
//eof
|