pango 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +21 -2
- data/lib/2.0/pango.so +0 -0
- 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 +820 -0
- 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/libstdc++-6.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +3 -3
- data/vendor/local/include/harfbuzz/hb-blob.h +3 -4
- data/vendor/local/include/harfbuzz/hb-buffer.h +22 -1
- data/vendor/local/include/harfbuzz/hb-common.h +23 -18
- data/vendor/local/include/harfbuzz/hb-icu.h +52 -0
- data/vendor/local/include/harfbuzz/hb-ot-font.h +41 -0
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +11 -3
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +10 -11
- data/vendor/local/include/harfbuzz/hb-ot.h +1 -0
- data/vendor/local/include/harfbuzz/hb-version.h +7 -7
- data/vendor/local/include/layout/LEFontInstance.h +550 -0
- data/vendor/local/include/layout/LEGlyphFilter.h +45 -0
- data/vendor/local/include/layout/LEGlyphStorage.h +546 -0
- data/vendor/local/include/layout/LEInsertionList.h +177 -0
- data/vendor/local/include/layout/LELanguages.h +112 -0
- data/vendor/local/include/layout/LEScripts.h +263 -0
- data/vendor/local/include/layout/LESwaps.h +100 -0
- data/vendor/local/include/layout/LETableReference.h +418 -0
- data/vendor/local/include/layout/LETypes.h +728 -0
- data/vendor/local/include/layout/LayoutEngine.h +518 -0
- data/vendor/local/include/layout/ParagraphLayout.h +747 -0
- data/vendor/local/include/layout/RunArrays.h +676 -0
- data/vendor/local/include/layout/loengine.h +225 -0
- data/vendor/local/include/layout/playout.h +466 -0
- data/vendor/local/include/layout/plruns.h +441 -0
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -1
- data/vendor/local/include/pango-1.0/pango/pango-item.h +11 -2
- data/vendor/local/include/unicode/alphaindex.h +752 -0
- data/vendor/local/include/unicode/appendable.h +232 -0
- data/vendor/local/include/unicode/basictz.h +214 -0
- data/vendor/local/include/unicode/brkiter.h +655 -0
- data/vendor/local/include/unicode/bytestream.h +257 -0
- data/vendor/local/include/unicode/bytestrie.h +519 -0
- data/vendor/local/include/unicode/bytestriebuilder.h +181 -0
- data/vendor/local/include/unicode/calendar.h +2519 -0
- data/vendor/local/include/unicode/caniter.h +208 -0
- data/vendor/local/include/unicode/chariter.h +722 -0
- data/vendor/local/include/unicode/choicfmt.h +594 -0
- data/vendor/local/include/unicode/coleitr.h +404 -0
- data/vendor/local/include/unicode/coll.h +1267 -0
- data/vendor/local/include/unicode/compactdecimalformat.h +330 -0
- data/vendor/local/include/unicode/curramt.h +130 -0
- data/vendor/local/include/unicode/currpinf.h +258 -0
- data/vendor/local/include/unicode/currunit.h +110 -0
- data/vendor/local/include/unicode/datefmt.h +883 -0
- data/vendor/local/include/unicode/dbbi.h +40 -0
- data/vendor/local/include/unicode/dcfmtsym.h +482 -0
- data/vendor/local/include/unicode/decimfmt.h +2479 -0
- data/vendor/local/include/unicode/docmain.h +215 -0
- data/vendor/local/include/unicode/dtfmtsym.h +912 -0
- data/vendor/local/include/unicode/dtintrv.h +158 -0
- data/vendor/local/include/unicode/dtitvfmt.h +985 -0
- data/vendor/local/include/unicode/dtitvinf.h +514 -0
- data/vendor/local/include/unicode/dtptngen.h +498 -0
- data/vendor/local/include/unicode/dtrule.h +250 -0
- data/vendor/local/include/unicode/enumset.h +64 -0
- data/vendor/local/include/unicode/errorcode.h +137 -0
- data/vendor/local/include/unicode/fieldpos.h +291 -0
- data/vendor/local/include/unicode/filteredbrk.h +131 -0
- data/vendor/local/include/unicode/fmtable.h +760 -0
- data/vendor/local/include/unicode/format.h +305 -0
- data/vendor/local/include/unicode/fpositer.h +117 -0
- data/vendor/local/include/unicode/gender.h +111 -0
- data/vendor/local/include/unicode/gregocal.h +777 -0
- data/vendor/local/include/unicode/icudataver.h +41 -0
- data/vendor/local/include/unicode/icuplug.h +371 -0
- data/vendor/local/include/unicode/idna.h +323 -0
- data/vendor/local/include/unicode/listformatter.h +167 -0
- data/vendor/local/include/unicode/localpointer.h +304 -0
- data/vendor/local/include/unicode/locdspnm.h +204 -0
- data/vendor/local/include/unicode/locid.h +815 -0
- data/vendor/local/include/unicode/measfmt.h +389 -0
- data/vendor/local/include/unicode/measunit.h +1443 -0
- data/vendor/local/include/unicode/measure.h +159 -0
- data/vendor/local/include/unicode/messagepattern.h +943 -0
- data/vendor/local/include/unicode/msgfmt.h +1093 -0
- data/vendor/local/include/unicode/normalizer2.h +658 -0
- data/vendor/local/include/unicode/normlzr.h +797 -0
- data/vendor/local/include/unicode/numfmt.h +1187 -0
- data/vendor/local/include/unicode/numsys.h +208 -0
- data/vendor/local/include/unicode/parseerr.h +92 -0
- data/vendor/local/include/unicode/parsepos.h +230 -0
- data/vendor/local/include/unicode/platform.h +751 -0
- data/vendor/local/include/unicode/plurfmt.h +615 -0
- data/vendor/local/include/unicode/plurrule.h +501 -0
- data/vendor/local/include/unicode/ptypes.h +126 -0
- data/vendor/local/include/unicode/putil.h +181 -0
- data/vendor/local/include/unicode/rbbi.h +782 -0
- data/vendor/local/include/unicode/rbnf.h +1032 -0
- data/vendor/local/include/unicode/rbtz.h +362 -0
- data/vendor/local/include/unicode/regex.h +1857 -0
- data/vendor/local/include/unicode/region.h +228 -0
- data/vendor/local/include/unicode/reldatefmt.h +498 -0
- data/vendor/local/include/unicode/rep.h +261 -0
- data/vendor/local/include/unicode/resbund.h +490 -0
- data/vendor/local/include/unicode/schriter.h +187 -0
- data/vendor/local/include/unicode/scientificformathelper.h +139 -0
- data/vendor/local/include/unicode/search.h +575 -0
- data/vendor/local/include/unicode/selfmt.h +367 -0
- data/vendor/local/include/unicode/simpletz.h +928 -0
- data/vendor/local/include/unicode/smpdtfmt.h +1592 -0
- data/vendor/local/include/unicode/sortkey.h +338 -0
- data/vendor/local/include/unicode/std_string.h +37 -0
- data/vendor/local/include/unicode/strenum.h +276 -0
- data/vendor/local/include/unicode/stringpiece.h +224 -0
- data/vendor/local/include/unicode/stringtriebuilder.h +402 -0
- data/vendor/local/include/unicode/stsearch.h +504 -0
- data/vendor/local/include/unicode/symtable.h +112 -0
- data/vendor/local/include/unicode/tblcoll.h +873 -0
- data/vendor/local/include/unicode/timezone.h +948 -0
- data/vendor/local/include/unicode/tmunit.h +129 -0
- data/vendor/local/include/unicode/tmutamt.h +168 -0
- data/vendor/local/include/unicode/tmutfmt.h +243 -0
- data/vendor/local/include/unicode/translit.h +1342 -0
- data/vendor/local/include/unicode/tzfmt.h +1098 -0
- data/vendor/local/include/unicode/tznames.h +404 -0
- data/vendor/local/include/unicode/tzrule.h +828 -0
- data/vendor/local/include/unicode/tztrans.h +195 -0
- data/vendor/local/include/unicode/ubidi.h +2186 -0
- data/vendor/local/include/unicode/ubrk.h +540 -0
- data/vendor/local/include/unicode/ucal.h +1560 -0
- data/vendor/local/include/unicode/ucasemap.h +423 -0
- data/vendor/local/include/unicode/ucat.h +158 -0
- data/vendor/local/include/unicode/uchar.h +3426 -0
- data/vendor/local/include/unicode/ucharstrie.h +576 -0
- data/vendor/local/include/unicode/ucharstriebuilder.h +185 -0
- data/vendor/local/include/unicode/uchriter.h +381 -0
- data/vendor/local/include/unicode/uclean.h +258 -0
- data/vendor/local/include/unicode/ucnv.h +2036 -0
- data/vendor/local/include/unicode/ucnv_cb.h +162 -0
- data/vendor/local/include/unicode/ucnv_err.h +463 -0
- data/vendor/local/include/unicode/ucnvsel.h +187 -0
- data/vendor/local/include/unicode/ucol.h +1474 -0
- data/vendor/local/include/unicode/ucoleitr.h +266 -0
- data/vendor/local/include/unicode/uconfig.h +430 -0
- data/vendor/local/include/unicode/ucsdet.h +413 -0
- data/vendor/local/include/unicode/ucurr.h +424 -0
- data/vendor/local/include/unicode/udat.h +1536 -0
- data/vendor/local/include/unicode/udata.h +430 -0
- data/vendor/local/include/unicode/udateintervalformat.h +181 -0
- data/vendor/local/include/unicode/udatpg.h +588 -0
- data/vendor/local/include/unicode/udisplaycontext.h +150 -0
- data/vendor/local/include/unicode/uenum.h +206 -0
- data/vendor/local/include/unicode/uformattable.h +280 -0
- data/vendor/local/include/unicode/ugender.h +82 -0
- data/vendor/local/include/unicode/uidna.h +762 -0
- data/vendor/local/include/unicode/uiter.h +707 -0
- data/vendor/local/include/unicode/uldnames.h +302 -0
- data/vendor/local/include/unicode/uloc.h +1256 -0
- data/vendor/local/include/unicode/ulocdata.h +277 -0
- data/vendor/local/include/unicode/umachine.h +356 -0
- data/vendor/local/include/unicode/umisc.h +60 -0
- data/vendor/local/include/unicode/umsg.h +623 -0
- data/vendor/local/include/unicode/unifilt.h +120 -0
- data/vendor/local/include/unicode/unifunct.h +125 -0
- data/vendor/local/include/unicode/unimatch.h +163 -0
- data/vendor/local/include/unicode/unirepl.h +97 -0
- data/vendor/local/include/unicode/uniset.h +1691 -0
- data/vendor/local/include/unicode/unistr.h +4470 -0
- data/vendor/local/include/unicode/unorm.h +561 -0
- data/vendor/local/include/unicode/unorm2.h +528 -0
- data/vendor/local/include/unicode/unum.h +1328 -0
- data/vendor/local/include/unicode/unumsys.h +170 -0
- data/vendor/local/include/unicode/uobject.h +320 -0
- data/vendor/local/include/unicode/upluralrules.h +145 -0
- data/vendor/local/include/unicode/uregex.h +1591 -0
- data/vendor/local/include/unicode/uregion.h +248 -0
- data/vendor/local/include/unicode/urename.h +1784 -0
- data/vendor/local/include/unicode/urep.h +155 -0
- data/vendor/local/include/unicode/ures.h +887 -0
- data/vendor/local/include/unicode/uscript.h +642 -0
- data/vendor/local/include/unicode/usearch.h +885 -0
- data/vendor/local/include/unicode/uset.h +1126 -0
- data/vendor/local/include/unicode/usetiter.h +318 -0
- data/vendor/local/include/unicode/ushape.h +474 -0
- data/vendor/local/include/unicode/uspoof.h +1064 -0
- data/vendor/local/include/unicode/usprep.h +269 -0
- data/vendor/local/include/unicode/ustdio.h +1018 -0
- data/vendor/local/include/unicode/ustream.h +68 -0
- data/vendor/local/include/unicode/ustring.h +1700 -0
- data/vendor/local/include/unicode/ustringtrie.h +95 -0
- data/vendor/local/include/unicode/utext.h +1600 -0
- data/vendor/local/include/unicode/utf.h +223 -0
- data/vendor/local/include/unicode/utf16.h +623 -0
- data/vendor/local/include/unicode/utf32.h +23 -0
- data/vendor/local/include/unicode/utf8.h +824 -0
- data/vendor/local/include/unicode/utf_old.h +1169 -0
- data/vendor/local/include/unicode/utmscale.h +481 -0
- data/vendor/local/include/unicode/utrace.h +359 -0
- data/vendor/local/include/unicode/utrans.h +658 -0
- data/vendor/local/include/unicode/utypes.h +723 -0
- data/vendor/local/include/unicode/uvernum.h +170 -0
- data/vendor/local/include/unicode/uversion.h +193 -0
- data/vendor/local/include/unicode/vtzone.h +455 -0
- 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/54.1/Makefile.inc +293 -0
- data/vendor/local/lib/icu/54.1/pkgdata.inc +17 -0
- data/vendor/local/lib/icu/Makefile.inc +293 -0
- data/vendor/local/lib/icu/pkgdata.inc +17 -0
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt54.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin54.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio54.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule54.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx54.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest54.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu54.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc54.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +41 -0
- 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/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +2 -2
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +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/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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +13 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +38 -0
- data/vendor/local/lib/pkgconfig/icu-io.pc +38 -0
- data/vendor/local/lib/pkgconfig/icu-le.pc +38 -0
- data/vendor/local/lib/pkgconfig/icu-lx.pc +38 -0
- data/vendor/local/lib/pkgconfig/icu-uc.pc +38 -0
- data/vendor/local/lib/pkgconfig/pango.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +3009 -462
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +64 -22
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +4 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +30 -26
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +343 -313
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch01.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +6 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +442 -247
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +1389 -654
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +954 -698
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +95 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -27
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +477 -191
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +1951 -1039
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +123 -65
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +66 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +11 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +67 -23
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +66 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +574 -347
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +104 -37
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +10 -27
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +744 -318
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +294 -153
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +196 -104
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +1100 -757
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +51 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +110 -84
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +11 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +289 -503
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +161 -316
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +31 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +143 -105
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +150 -108
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +163 -112
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +348 -229
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +746 -514
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +853 -623
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +29 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +31 -33
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +10 -12
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +12 -14
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +53 -55
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +28 -30
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +29 -31
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +17 -19
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +28 -30
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +17 -19
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +9 -11
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +11 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +7 -9
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +49 -51
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +36 -38
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +37 -39
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +68 -70
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +568 -570
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +229 -399
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +345 -259
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +979 -664
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +70 -43
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +349 -229
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +236 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +3100 -2159
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +659 -472
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +1952 -1384
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +3050 -2135
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +676 -463
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +223 -146
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +1589 -1199
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +1072 -842
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +406 -276
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +2541 -1792
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +1479 -1033
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +214 -154
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +374 -291
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +733 -498
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +893 -617
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +59 -59
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +578 -782
- data/vendor/local/share/gtk-doc/html/pango/pango.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/pango/tools.html +4 -4
- data/vendor/local/share/icu/54.1/config/mh-mingw +158 -0
- data/vendor/local/share/icu/54.1/install-sh +251 -0
- data/vendor/local/share/icu/54.1/license.html +385 -0
- data/vendor/local/share/icu/54.1/mkinstalldirs +43 -0
- data/vendor/local/share/license/harfbuzz/AUTHORS +1 -0
- data/vendor/local/share/man/man1/derb.1 +196 -0
- data/vendor/local/share/man/man1/genbrk.1 +112 -0
- data/vendor/local/share/man/man1/gencfu.1 +91 -0
- data/vendor/local/share/man/man1/gencnval.1 +91 -0
- data/vendor/local/share/man/man1/gendict.1 +131 -0
- data/vendor/local/share/man/man1/genrb.1 +146 -0
- data/vendor/local/share/man/man1/icu-config.1 +288 -0
- data/vendor/local/share/man/man1/makeconv.1 +112 -0
- data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/pango-view.1 +1 -118
- data/vendor/local/share/man/man1/pkgdata.1 +258 -0
- data/vendor/local/share/man/man1/uconv.1 +443 -0
- data/vendor/local/share/man/man8/genccode.8 +106 -0
- data/vendor/local/share/man/man8/gencmn.8 +129 -0
- data/vendor/local/share/man/man8/gensprep.8 +102 -0
- data/vendor/local/share/man/man8/icupkg.8 +204 -0
- metadata +266 -14
- data/lib/1.9/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
@@ -0,0 +1,177 @@
|
|
1
|
+
/*
|
2
|
+
**********************************************************************
|
3
|
+
* Copyright (C) 1998-2014, International Business Machines
|
4
|
+
* Corporation and others. All Rights Reserved.
|
5
|
+
**********************************************************************
|
6
|
+
*/
|
7
|
+
|
8
|
+
#ifndef __LEINSERTIONLIST_H
|
9
|
+
#define __LEINSERTIONLIST_H
|
10
|
+
|
11
|
+
#include "LETypes.h"
|
12
|
+
|
13
|
+
U_NAMESPACE_BEGIN
|
14
|
+
|
15
|
+
struct InsertionRecord;
|
16
|
+
|
17
|
+
#ifndef U_HIDE_INTERNAL_API
|
18
|
+
/**
|
19
|
+
* This class encapsulates the callback used by <code>LEInsertionList</code>
|
20
|
+
* to apply an insertion from the insertion list.
|
21
|
+
*
|
22
|
+
* @internal
|
23
|
+
*/
|
24
|
+
class U_LAYOUT_API LEInsertionCallback
|
25
|
+
{
|
26
|
+
public:
|
27
|
+
/**
|
28
|
+
* This method will be called by <code>LEInsertionList::applyInsertions</code> for each
|
29
|
+
* entry on the insertion list.
|
30
|
+
*
|
31
|
+
* @param atPosition the position of the insertion
|
32
|
+
* @param count the number of glyphs to insert
|
33
|
+
* @param newGlyphs the address of the glyphs to insert
|
34
|
+
*
|
35
|
+
* @return <code>TRUE</code> if <code>LEInsertions::applyInsertions</code> should
|
36
|
+
* stop after applying this insertion.
|
37
|
+
*
|
38
|
+
* @internal
|
39
|
+
*/
|
40
|
+
virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) = 0;
|
41
|
+
|
42
|
+
/**
|
43
|
+
* The destructor
|
44
|
+
*/
|
45
|
+
virtual ~LEInsertionCallback();
|
46
|
+
};
|
47
|
+
|
48
|
+
/**
|
49
|
+
* This class is used to keep track of insertions to an array of
|
50
|
+
* <code>LEGlyphIDs</code>. The insertions are kept on a linked
|
51
|
+
* list of <code>InsertionRecords</code> so that the glyph array
|
52
|
+
* doesn't have to be grown for each insertion. The insertions are
|
53
|
+
* stored on the list from leftmost to rightmost to make it easier
|
54
|
+
* to do the insertions.
|
55
|
+
*
|
56
|
+
* The insertions are applied to the array by calling the
|
57
|
+
* <code>applyInsertions</code> method, which calls a client
|
58
|
+
* supplied <code>LEInsertionCallback</code> object to actually
|
59
|
+
* apply the individual insertions.
|
60
|
+
*
|
61
|
+
* @internal
|
62
|
+
*/
|
63
|
+
class LEInsertionList : public UObject
|
64
|
+
{
|
65
|
+
public:
|
66
|
+
/**
|
67
|
+
* Construct an empty insertion list.
|
68
|
+
*
|
69
|
+
* @param rightToLeft <code>TRUE</code> if the glyphs are stored
|
70
|
+
* in the array in right to left order.
|
71
|
+
*
|
72
|
+
* @internal
|
73
|
+
*/
|
74
|
+
LEInsertionList(le_bool rightToLeft);
|
75
|
+
|
76
|
+
/**
|
77
|
+
* The destructor.
|
78
|
+
*/
|
79
|
+
~LEInsertionList();
|
80
|
+
|
81
|
+
/**
|
82
|
+
* Add an entry to the insertion list.
|
83
|
+
*
|
84
|
+
* @param position the glyph at this position in the array will be
|
85
|
+
* replaced by the new glyphs.
|
86
|
+
* @param count the number of new glyphs
|
87
|
+
* @param success set to an error code if the auxillary data cannot be retrieved.
|
88
|
+
*
|
89
|
+
* @return the address of an array in which to store the new glyphs. This will
|
90
|
+
* <em>not</em> be in the glyph array.
|
91
|
+
*
|
92
|
+
* @internal
|
93
|
+
*/
|
94
|
+
LEGlyphID *insert(le_int32 position, le_int32 count, LEErrorCode &success);
|
95
|
+
|
96
|
+
/**
|
97
|
+
* Return the number of new glyphs that have been inserted.
|
98
|
+
*
|
99
|
+
* @return the number of new glyphs which have been inserted
|
100
|
+
*
|
101
|
+
* @internal
|
102
|
+
*/
|
103
|
+
le_int32 getGrowAmount();
|
104
|
+
|
105
|
+
/**
|
106
|
+
* Call the <code>LEInsertionCallback</code> once for each
|
107
|
+
* entry on the insertion list.
|
108
|
+
*
|
109
|
+
* @param callback the <code>LEInsertionCallback</code> to call for each insertion.
|
110
|
+
*
|
111
|
+
* @return <code>TRUE</code> if <code>callback</code> returned <code>TRUE</code> to
|
112
|
+
* terminate the insertion list processing.
|
113
|
+
*
|
114
|
+
* @internal
|
115
|
+
*/
|
116
|
+
le_bool applyInsertions(LEInsertionCallback *callback);
|
117
|
+
|
118
|
+
/**
|
119
|
+
* Empty the insertion list and free all associated
|
120
|
+
* storage.
|
121
|
+
*
|
122
|
+
* @internal
|
123
|
+
*/
|
124
|
+
void reset();
|
125
|
+
|
126
|
+
/**
|
127
|
+
* ICU "poor man's RTTI", returns a UClassID for the actual class.
|
128
|
+
*
|
129
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
130
|
+
*/
|
131
|
+
virtual UClassID getDynamicClassID() const;
|
132
|
+
|
133
|
+
/**
|
134
|
+
* ICU "poor man's RTTI", returns a UClassID for this class.
|
135
|
+
*
|
136
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
137
|
+
*/
|
138
|
+
static UClassID getStaticClassID();
|
139
|
+
|
140
|
+
private:
|
141
|
+
|
142
|
+
/**
|
143
|
+
* The head of the insertion list.
|
144
|
+
*
|
145
|
+
* @internal
|
146
|
+
*/
|
147
|
+
InsertionRecord *head;
|
148
|
+
|
149
|
+
/**
|
150
|
+
* The tail of the insertion list.
|
151
|
+
*
|
152
|
+
* @internal
|
153
|
+
*/
|
154
|
+
InsertionRecord *tail;
|
155
|
+
|
156
|
+
/**
|
157
|
+
* The total number of new glyphs on the insertion list.
|
158
|
+
*
|
159
|
+
* @internal
|
160
|
+
*/
|
161
|
+
le_int32 growAmount;
|
162
|
+
|
163
|
+
/**
|
164
|
+
* Set to <code>TRUE</code> if the glyphs are in right
|
165
|
+
* to left order. Since we want the rightmost insertion
|
166
|
+
* to be first on the list, we need to append the
|
167
|
+
* insertions in this case. Otherwise they're prepended.
|
168
|
+
*
|
169
|
+
* @internal
|
170
|
+
*/
|
171
|
+
le_bool append;
|
172
|
+
};
|
173
|
+
#endif /* U_HIDE_INTERNAL_API */
|
174
|
+
|
175
|
+
U_NAMESPACE_END
|
176
|
+
#endif
|
177
|
+
|
@@ -0,0 +1,112 @@
|
|
1
|
+
/*
|
2
|
+
*
|
3
|
+
* (C) Copyright IBM Corp. 1998-2014. All Rights Reserved.
|
4
|
+
*
|
5
|
+
* WARNING: THIS FILE IS MACHINE GENERATED. DO NOT HAND EDIT IT UNLESS
|
6
|
+
* YOU REALLY KNOW WHAT YOU'RE DOING.
|
7
|
+
*
|
8
|
+
* Generated on: 10/26/2010 02:53:33 PM PDT
|
9
|
+
*/
|
10
|
+
|
11
|
+
#ifndef __LELANGUAGES_H
|
12
|
+
#define __LELANGUAGES_H
|
13
|
+
|
14
|
+
#include "LETypes.h"
|
15
|
+
|
16
|
+
/**
|
17
|
+
* \file
|
18
|
+
* \brief C++ API: List of language codes for LayoutEngine
|
19
|
+
*/
|
20
|
+
|
21
|
+
U_NAMESPACE_BEGIN
|
22
|
+
|
23
|
+
/**
|
24
|
+
* A provisional list of language codes. For now,
|
25
|
+
* this is just a list of languages which the LayoutEngine
|
26
|
+
* supports.
|
27
|
+
*
|
28
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
29
|
+
*/
|
30
|
+
|
31
|
+
enum LanguageCodes {
|
32
|
+
nullLanguageCode = 0,
|
33
|
+
araLanguageCode = 1,
|
34
|
+
asmLanguageCode = 2,
|
35
|
+
benLanguageCode = 3,
|
36
|
+
farLanguageCode = 4,
|
37
|
+
gujLanguageCode = 5,
|
38
|
+
hinLanguageCode = 6,
|
39
|
+
iwrLanguageCode = 7,
|
40
|
+
jiiLanguageCode = 8,
|
41
|
+
janLanguageCode = 9,
|
42
|
+
kanLanguageCode = 10,
|
43
|
+
kokLanguageCode = 11,
|
44
|
+
korLanguageCode = 12,
|
45
|
+
kshLanguageCode = 13,
|
46
|
+
malLanguageCode = 14,
|
47
|
+
marLanguageCode = 15,
|
48
|
+
mlrLanguageCode = 16,
|
49
|
+
mniLanguageCode = 17,
|
50
|
+
oriLanguageCode = 18,
|
51
|
+
sanLanguageCode = 19,
|
52
|
+
sndLanguageCode = 20,
|
53
|
+
snhLanguageCode = 21,
|
54
|
+
syrLanguageCode = 22,
|
55
|
+
tamLanguageCode = 23,
|
56
|
+
telLanguageCode = 24,
|
57
|
+
thaLanguageCode = 25,
|
58
|
+
urdLanguageCode = 26,
|
59
|
+
zhpLanguageCode = 27,
|
60
|
+
zhsLanguageCode = 28,
|
61
|
+
zhtLanguageCode = 29,
|
62
|
+
|
63
|
+
/** New language codes added 03/13/2008 @deprecated ICU 54. See {@link icu::LayoutEngine}
|
64
|
+
*/
|
65
|
+
afkLanguageCode = 30,
|
66
|
+
belLanguageCode = 31,
|
67
|
+
bgrLanguageCode = 32,
|
68
|
+
catLanguageCode = 33,
|
69
|
+
cheLanguageCode = 34,
|
70
|
+
copLanguageCode = 35,
|
71
|
+
csyLanguageCode = 36,
|
72
|
+
danLanguageCode = 37,
|
73
|
+
deuLanguageCode = 38,
|
74
|
+
dznLanguageCode = 39,
|
75
|
+
ellLanguageCode = 40,
|
76
|
+
engLanguageCode = 41,
|
77
|
+
espLanguageCode = 42,
|
78
|
+
etiLanguageCode = 43,
|
79
|
+
euqLanguageCode = 44,
|
80
|
+
finLanguageCode = 45,
|
81
|
+
fraLanguageCode = 46,
|
82
|
+
gaeLanguageCode = 47,
|
83
|
+
hauLanguageCode = 48,
|
84
|
+
hrvLanguageCode = 49,
|
85
|
+
hunLanguageCode = 50,
|
86
|
+
hyeLanguageCode = 51,
|
87
|
+
indLanguageCode = 52,
|
88
|
+
itaLanguageCode = 53,
|
89
|
+
khmLanguageCode = 54,
|
90
|
+
mngLanguageCode = 55,
|
91
|
+
mtsLanguageCode = 56,
|
92
|
+
nepLanguageCode = 57,
|
93
|
+
nldLanguageCode = 58,
|
94
|
+
pasLanguageCode = 59,
|
95
|
+
plkLanguageCode = 60,
|
96
|
+
ptgLanguageCode = 61,
|
97
|
+
romLanguageCode = 62,
|
98
|
+
rusLanguageCode = 63,
|
99
|
+
skyLanguageCode = 64,
|
100
|
+
slvLanguageCode = 65,
|
101
|
+
sqiLanguageCode = 66,
|
102
|
+
srbLanguageCode = 67,
|
103
|
+
sveLanguageCode = 68,
|
104
|
+
tibLanguageCode = 69,
|
105
|
+
trkLanguageCode = 70,
|
106
|
+
welLanguageCode = 71,
|
107
|
+
|
108
|
+
languageCodeCount = 72
|
109
|
+
};
|
110
|
+
|
111
|
+
U_NAMESPACE_END
|
112
|
+
#endif
|
@@ -0,0 +1,263 @@
|
|
1
|
+
/*
|
2
|
+
*
|
3
|
+
* (C) Copyright IBM Corp. 1998-2014. All Rights Reserved.
|
4
|
+
*
|
5
|
+
* WARNING: THIS FILE IS MACHINE GENERATED. DO NOT HAND EDIT IT UNLESS
|
6
|
+
* YOU REALLY KNOW WHAT YOU'RE DOING.
|
7
|
+
*
|
8
|
+
* Generated on: 04/08/2014 03:20:04 PM PDT
|
9
|
+
*/
|
10
|
+
|
11
|
+
#ifndef __LESCRIPTS_H
|
12
|
+
#define __LESCRIPTS_H
|
13
|
+
|
14
|
+
#include "LETypes.h"
|
15
|
+
|
16
|
+
/**
|
17
|
+
* \file
|
18
|
+
* \brief C++ API: Constants for Unicode script values
|
19
|
+
*/
|
20
|
+
|
21
|
+
U_NAMESPACE_BEGIN
|
22
|
+
|
23
|
+
/**
|
24
|
+
* Constants for Unicode script values, generated using
|
25
|
+
* ICU4J's <code>UScript</code> class.
|
26
|
+
*
|
27
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
28
|
+
*/
|
29
|
+
|
30
|
+
enum ScriptCodes {
|
31
|
+
zyyyScriptCode = 0,
|
32
|
+
zinhScriptCode = 1,
|
33
|
+
qaaiScriptCode = zinhScriptCode, /* manually added alias, for API stability */
|
34
|
+
arabScriptCode = 2,
|
35
|
+
armnScriptCode = 3,
|
36
|
+
bengScriptCode = 4,
|
37
|
+
bopoScriptCode = 5,
|
38
|
+
cherScriptCode = 6,
|
39
|
+
coptScriptCode = 7,
|
40
|
+
cyrlScriptCode = 8,
|
41
|
+
dsrtScriptCode = 9,
|
42
|
+
devaScriptCode = 10,
|
43
|
+
ethiScriptCode = 11,
|
44
|
+
georScriptCode = 12,
|
45
|
+
gothScriptCode = 13,
|
46
|
+
grekScriptCode = 14,
|
47
|
+
gujrScriptCode = 15,
|
48
|
+
guruScriptCode = 16,
|
49
|
+
haniScriptCode = 17,
|
50
|
+
hangScriptCode = 18,
|
51
|
+
hebrScriptCode = 19,
|
52
|
+
hiraScriptCode = 20,
|
53
|
+
kndaScriptCode = 21,
|
54
|
+
kanaScriptCode = 22,
|
55
|
+
khmrScriptCode = 23,
|
56
|
+
laooScriptCode = 24,
|
57
|
+
latnScriptCode = 25,
|
58
|
+
mlymScriptCode = 26,
|
59
|
+
mongScriptCode = 27,
|
60
|
+
mymrScriptCode = 28,
|
61
|
+
ogamScriptCode = 29,
|
62
|
+
italScriptCode = 30,
|
63
|
+
oryaScriptCode = 31,
|
64
|
+
runrScriptCode = 32,
|
65
|
+
sinhScriptCode = 33,
|
66
|
+
syrcScriptCode = 34,
|
67
|
+
tamlScriptCode = 35,
|
68
|
+
teluScriptCode = 36,
|
69
|
+
thaaScriptCode = 37,
|
70
|
+
thaiScriptCode = 38,
|
71
|
+
tibtScriptCode = 39,
|
72
|
+
/**
|
73
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
74
|
+
*/
|
75
|
+
|
76
|
+
cansScriptCode = 40,
|
77
|
+
/**
|
78
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
79
|
+
*/
|
80
|
+
|
81
|
+
yiiiScriptCode = 41,
|
82
|
+
tglgScriptCode = 42,
|
83
|
+
hanoScriptCode = 43,
|
84
|
+
buhdScriptCode = 44,
|
85
|
+
tagbScriptCode = 45,
|
86
|
+
/**
|
87
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
88
|
+
*/
|
89
|
+
|
90
|
+
braiScriptCode = 46,
|
91
|
+
cprtScriptCode = 47,
|
92
|
+
limbScriptCode = 48,
|
93
|
+
linbScriptCode = 49,
|
94
|
+
osmaScriptCode = 50,
|
95
|
+
shawScriptCode = 51,
|
96
|
+
taleScriptCode = 52,
|
97
|
+
ugarScriptCode = 53,
|
98
|
+
/**
|
99
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
100
|
+
*/
|
101
|
+
|
102
|
+
hrktScriptCode = 54,
|
103
|
+
/**
|
104
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
105
|
+
*/
|
106
|
+
|
107
|
+
bugiScriptCode = 55,
|
108
|
+
glagScriptCode = 56,
|
109
|
+
kharScriptCode = 57,
|
110
|
+
syloScriptCode = 58,
|
111
|
+
taluScriptCode = 59,
|
112
|
+
tfngScriptCode = 60,
|
113
|
+
xpeoScriptCode = 61,
|
114
|
+
/**
|
115
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
116
|
+
*/
|
117
|
+
|
118
|
+
baliScriptCode = 62,
|
119
|
+
batkScriptCode = 63,
|
120
|
+
blisScriptCode = 64,
|
121
|
+
brahScriptCode = 65,
|
122
|
+
chamScriptCode = 66,
|
123
|
+
cirtScriptCode = 67,
|
124
|
+
cyrsScriptCode = 68,
|
125
|
+
egydScriptCode = 69,
|
126
|
+
egyhScriptCode = 70,
|
127
|
+
egypScriptCode = 71,
|
128
|
+
geokScriptCode = 72,
|
129
|
+
hansScriptCode = 73,
|
130
|
+
hantScriptCode = 74,
|
131
|
+
hmngScriptCode = 75,
|
132
|
+
hungScriptCode = 76,
|
133
|
+
indsScriptCode = 77,
|
134
|
+
javaScriptCode = 78,
|
135
|
+
kaliScriptCode = 79,
|
136
|
+
latfScriptCode = 80,
|
137
|
+
latgScriptCode = 81,
|
138
|
+
lepcScriptCode = 82,
|
139
|
+
linaScriptCode = 83,
|
140
|
+
mandScriptCode = 84,
|
141
|
+
mayaScriptCode = 85,
|
142
|
+
meroScriptCode = 86,
|
143
|
+
nkooScriptCode = 87,
|
144
|
+
orkhScriptCode = 88,
|
145
|
+
permScriptCode = 89,
|
146
|
+
phagScriptCode = 90,
|
147
|
+
phnxScriptCode = 91,
|
148
|
+
plrdScriptCode = 92,
|
149
|
+
roroScriptCode = 93,
|
150
|
+
saraScriptCode = 94,
|
151
|
+
syreScriptCode = 95,
|
152
|
+
syrjScriptCode = 96,
|
153
|
+
syrnScriptCode = 97,
|
154
|
+
tengScriptCode = 98,
|
155
|
+
vaiiScriptCode = 99,
|
156
|
+
vispScriptCode = 100,
|
157
|
+
xsuxScriptCode = 101,
|
158
|
+
zxxxScriptCode = 102,
|
159
|
+
zzzzScriptCode = 103,
|
160
|
+
/**
|
161
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
162
|
+
*/
|
163
|
+
|
164
|
+
cariScriptCode = 104,
|
165
|
+
jpanScriptCode = 105,
|
166
|
+
lanaScriptCode = 106,
|
167
|
+
lyciScriptCode = 107,
|
168
|
+
lydiScriptCode = 108,
|
169
|
+
olckScriptCode = 109,
|
170
|
+
rjngScriptCode = 110,
|
171
|
+
saurScriptCode = 111,
|
172
|
+
sgnwScriptCode = 112,
|
173
|
+
sundScriptCode = 113,
|
174
|
+
moonScriptCode = 114,
|
175
|
+
mteiScriptCode = 115,
|
176
|
+
/**
|
177
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
178
|
+
*/
|
179
|
+
|
180
|
+
armiScriptCode = 116,
|
181
|
+
avstScriptCode = 117,
|
182
|
+
cakmScriptCode = 118,
|
183
|
+
koreScriptCode = 119,
|
184
|
+
kthiScriptCode = 120,
|
185
|
+
maniScriptCode = 121,
|
186
|
+
phliScriptCode = 122,
|
187
|
+
phlpScriptCode = 123,
|
188
|
+
phlvScriptCode = 124,
|
189
|
+
prtiScriptCode = 125,
|
190
|
+
samrScriptCode = 126,
|
191
|
+
tavtScriptCode = 127,
|
192
|
+
zmthScriptCode = 128,
|
193
|
+
zsymScriptCode = 129,
|
194
|
+
/**
|
195
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
196
|
+
*/
|
197
|
+
|
198
|
+
bamuScriptCode = 130,
|
199
|
+
lisuScriptCode = 131,
|
200
|
+
nkgbScriptCode = 132,
|
201
|
+
sarbScriptCode = 133,
|
202
|
+
/**
|
203
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
204
|
+
*/
|
205
|
+
|
206
|
+
bassScriptCode = 134,
|
207
|
+
duplScriptCode = 135,
|
208
|
+
elbaScriptCode = 136,
|
209
|
+
granScriptCode = 137,
|
210
|
+
kpelScriptCode = 138,
|
211
|
+
lomaScriptCode = 139,
|
212
|
+
mendScriptCode = 140,
|
213
|
+
mercScriptCode = 141,
|
214
|
+
narbScriptCode = 142,
|
215
|
+
nbatScriptCode = 143,
|
216
|
+
palmScriptCode = 144,
|
217
|
+
sindScriptCode = 145,
|
218
|
+
waraScriptCode = 146,
|
219
|
+
/**
|
220
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
221
|
+
*/
|
222
|
+
|
223
|
+
afakScriptCode = 147,
|
224
|
+
jurcScriptCode = 148,
|
225
|
+
mrooScriptCode = 149,
|
226
|
+
nshuScriptCode = 150,
|
227
|
+
shrdScriptCode = 151,
|
228
|
+
soraScriptCode = 152,
|
229
|
+
takrScriptCode = 153,
|
230
|
+
tangScriptCode = 154,
|
231
|
+
woleScriptCode = 155,
|
232
|
+
/**
|
233
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
234
|
+
*/
|
235
|
+
|
236
|
+
hluwScriptCode = 156,
|
237
|
+
khojScriptCode = 157,
|
238
|
+
tirhScriptCode = 158,
|
239
|
+
/**
|
240
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
241
|
+
*/
|
242
|
+
|
243
|
+
aghbScriptCode = 159,
|
244
|
+
mahjScriptCode = 160,
|
245
|
+
/**
|
246
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
247
|
+
*/
|
248
|
+
|
249
|
+
ahomScriptCode = 161,
|
250
|
+
hatrScriptCode = 162,
|
251
|
+
modiScriptCode = 163,
|
252
|
+
multScriptCode = 164,
|
253
|
+
paucScriptCode = 165,
|
254
|
+
siddScriptCode = 166,
|
255
|
+
|
256
|
+
/**
|
257
|
+
* @deprecated ICU 54. See {@link icu::LayoutEngine}
|
258
|
+
*/
|
259
|
+
scriptCodeCount
|
260
|
+
};
|
261
|
+
|
262
|
+
U_NAMESPACE_END
|
263
|
+
#endif
|