pango 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -7
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw64 +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pango-view.1 +113 -1
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -1,5 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
* Copyright © 2009 Red Hat, Inc.
|
3
|
+
* Copyright © 2015 Google, Inc.
|
3
4
|
*
|
4
5
|
* This is part of HarfBuzz, a text shaping library.
|
5
6
|
*
|
@@ -22,6 +23,7 @@
|
|
22
23
|
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
23
24
|
*
|
24
25
|
* Red Hat Author(s): Behdad Esfahbod
|
26
|
+
* Google Author(s): Behdad Esfahbod
|
25
27
|
*/
|
26
28
|
|
27
29
|
#ifndef HB_FT_H
|
@@ -57,7 +59,7 @@ HB_BEGIN_DECLS
|
|
57
59
|
* probably should use (the more recent) hb_ft_face_create_referenced()
|
58
60
|
* instead.
|
59
61
|
*/
|
60
|
-
hb_face_t *
|
62
|
+
HB_EXTERN hb_face_t *
|
61
63
|
hb_ft_face_create (FT_Face ft_face,
|
62
64
|
hb_destroy_func_t destroy);
|
63
65
|
|
@@ -69,7 +71,7 @@ hb_ft_face_create (FT_Face ft_face,
|
|
69
71
|
* Client is still responsible for making sure that ft-face is destroyed
|
70
72
|
* after hb-face is.
|
71
73
|
*/
|
72
|
-
hb_face_t *
|
74
|
+
HB_EXTERN hb_face_t *
|
73
75
|
hb_ft_face_create_cached (FT_Face ft_face);
|
74
76
|
|
75
77
|
/* This version is like hb_ft_face_create(), except that it calls
|
@@ -79,7 +81,7 @@ hb_ft_face_create_cached (FT_Face ft_face);
|
|
79
81
|
* This is the most convenient version to use. Use it unless you have
|
80
82
|
* very good reasons not to.
|
81
83
|
*/
|
82
|
-
hb_face_t *
|
84
|
+
HB_EXTERN hb_face_t *
|
83
85
|
hb_ft_face_create_referenced (FT_Face ft_face);
|
84
86
|
|
85
87
|
|
@@ -96,23 +98,28 @@ hb_ft_face_create_referenced (FT_Face ft_face);
|
|
96
98
|
|
97
99
|
/* See notes on hb_ft_face_create(). Same issues re lifecycle-management
|
98
100
|
* apply here. Use hb_ft_font_create_referenced() if you can. */
|
99
|
-
hb_font_t *
|
101
|
+
HB_EXTERN hb_font_t *
|
100
102
|
hb_ft_font_create (FT_Face ft_face,
|
101
103
|
hb_destroy_func_t destroy);
|
102
104
|
|
103
105
|
/* See notes on hb_ft_face_create_referenced() re lifecycle-management
|
104
106
|
* issues. */
|
105
|
-
hb_font_t *
|
107
|
+
HB_EXTERN hb_font_t *
|
106
108
|
hb_ft_font_create_referenced (FT_Face ft_face);
|
107
109
|
|
110
|
+
HB_EXTERN FT_Face
|
111
|
+
hb_ft_font_get_face (hb_font_t *font);
|
112
|
+
|
113
|
+
HB_EXTERN void
|
114
|
+
hb_ft_font_set_load_flags (hb_font_t *font, int load_flags);
|
115
|
+
|
116
|
+
HB_EXTERN int
|
117
|
+
hb_ft_font_get_load_flags (hb_font_t *font);
|
108
118
|
|
109
119
|
/* Makes an hb_font_t use FreeType internally to implement font functions. */
|
110
|
-
void
|
120
|
+
HB_EXTERN void
|
111
121
|
hb_ft_font_set_funcs (hb_font_t *font);
|
112
122
|
|
113
|
-
FT_Face
|
114
|
-
hb_ft_font_get_face (hb_font_t *font);
|
115
|
-
|
116
123
|
|
117
124
|
HB_END_DECLS
|
118
125
|
|
@@ -36,17 +36,17 @@
|
|
36
36
|
HB_BEGIN_DECLS
|
37
37
|
|
38
38
|
|
39
|
-
hb_script_t
|
39
|
+
HB_EXTERN hb_script_t
|
40
40
|
hb_glib_script_to_script (GUnicodeScript script);
|
41
41
|
|
42
|
-
GUnicodeScript
|
42
|
+
HB_EXTERN GUnicodeScript
|
43
43
|
hb_glib_script_from_script (hb_script_t script);
|
44
44
|
|
45
45
|
|
46
|
-
hb_unicode_funcs_t *
|
46
|
+
HB_EXTERN hb_unicode_funcs_t *
|
47
47
|
hb_glib_get_unicode_funcs (void);
|
48
48
|
|
49
|
-
hb_blob_t *
|
49
|
+
HB_EXTERN hb_blob_t *
|
50
50
|
hb_glib_blob_create (GBytes *gbytes);
|
51
51
|
|
52
52
|
|
@@ -36,14 +36,14 @@
|
|
36
36
|
HB_BEGIN_DECLS
|
37
37
|
|
38
38
|
|
39
|
-
hb_script_t
|
39
|
+
HB_EXTERN hb_script_t
|
40
40
|
hb_icu_script_to_script (UScriptCode script);
|
41
41
|
|
42
|
-
UScriptCode
|
42
|
+
HB_EXTERN UScriptCode
|
43
43
|
hb_icu_script_from_script (hb_script_t script);
|
44
44
|
|
45
45
|
|
46
|
-
hb_unicode_funcs_t *
|
46
|
+
HB_EXTERN hb_unicode_funcs_t *
|
47
47
|
hb_icu_get_unicode_funcs (void);
|
48
48
|
|
49
49
|
|
@@ -48,7 +48,7 @@ HB_BEGIN_DECLS
|
|
48
48
|
* GDEF
|
49
49
|
*/
|
50
50
|
|
51
|
-
hb_bool_t
|
51
|
+
HB_EXTERN hb_bool_t
|
52
52
|
hb_ot_layout_has_glyph_classes (hb_face_t *face);
|
53
53
|
|
54
54
|
typedef enum {
|
@@ -59,11 +59,11 @@ typedef enum {
|
|
59
59
|
HB_OT_LAYOUT_GLYPH_CLASS_COMPONENT = 4
|
60
60
|
} hb_ot_layout_glyph_class_t;
|
61
61
|
|
62
|
-
hb_ot_layout_glyph_class_t
|
62
|
+
HB_EXTERN hb_ot_layout_glyph_class_t
|
63
63
|
hb_ot_layout_get_glyph_class (hb_face_t *face,
|
64
64
|
hb_codepoint_t glyph);
|
65
65
|
|
66
|
-
void
|
66
|
+
HB_EXTERN void
|
67
67
|
hb_ot_layout_get_glyphs_in_class (hb_face_t *face,
|
68
68
|
hb_ot_layout_glyph_class_t klass,
|
69
69
|
hb_set_t *glyphs /* OUT */);
|
@@ -71,7 +71,7 @@ hb_ot_layout_get_glyphs_in_class (hb_face_t *face,
|
|
71
71
|
|
72
72
|
/* Not that useful. Provides list of attach points for a glyph that a
|
73
73
|
* client may want to cache */
|
74
|
-
unsigned int
|
74
|
+
HB_EXTERN unsigned int
|
75
75
|
hb_ot_layout_get_attach_points (hb_face_t *face,
|
76
76
|
hb_codepoint_t glyph,
|
77
77
|
unsigned int start_offset,
|
@@ -79,7 +79,7 @@ hb_ot_layout_get_attach_points (hb_face_t *face,
|
|
79
79
|
unsigned int *point_array /* OUT */);
|
80
80
|
|
81
81
|
/* Ligature caret positions */
|
82
|
-
unsigned int
|
82
|
+
HB_EXTERN unsigned int
|
83
83
|
hb_ot_layout_get_ligature_carets (hb_font_t *font,
|
84
84
|
hb_direction_t direction,
|
85
85
|
hb_codepoint_t glyph,
|
@@ -96,35 +96,35 @@ hb_ot_layout_get_ligature_carets (hb_font_t *font,
|
|
96
96
|
#define HB_OT_LAYOUT_NO_FEATURE_INDEX 0xFFFFu
|
97
97
|
#define HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX 0xFFFFu
|
98
98
|
|
99
|
-
unsigned int
|
99
|
+
HB_EXTERN unsigned int
|
100
100
|
hb_ot_layout_table_get_script_tags (hb_face_t *face,
|
101
101
|
hb_tag_t table_tag,
|
102
102
|
unsigned int start_offset,
|
103
103
|
unsigned int *script_count /* IN/OUT */,
|
104
104
|
hb_tag_t *script_tags /* OUT */);
|
105
105
|
|
106
|
-
hb_bool_t
|
106
|
+
HB_EXTERN hb_bool_t
|
107
107
|
hb_ot_layout_table_find_script (hb_face_t *face,
|
108
108
|
hb_tag_t table_tag,
|
109
109
|
hb_tag_t script_tag,
|
110
110
|
unsigned int *script_index);
|
111
111
|
|
112
112
|
/* Like find_script, but takes zero-terminated array of scripts to test */
|
113
|
-
hb_bool_t
|
113
|
+
HB_EXTERN hb_bool_t
|
114
114
|
hb_ot_layout_table_choose_script (hb_face_t *face,
|
115
115
|
hb_tag_t table_tag,
|
116
116
|
const hb_tag_t *script_tags,
|
117
117
|
unsigned int *script_index,
|
118
118
|
hb_tag_t *chosen_script);
|
119
119
|
|
120
|
-
unsigned int
|
120
|
+
HB_EXTERN unsigned int
|
121
121
|
hb_ot_layout_table_get_feature_tags (hb_face_t *face,
|
122
122
|
hb_tag_t table_tag,
|
123
123
|
unsigned int start_offset,
|
124
124
|
unsigned int *feature_count /* IN/OUT */,
|
125
125
|
hb_tag_t *feature_tags /* OUT */);
|
126
126
|
|
127
|
-
unsigned int
|
127
|
+
HB_EXTERN unsigned int
|
128
128
|
hb_ot_layout_script_get_language_tags (hb_face_t *face,
|
129
129
|
hb_tag_t table_tag,
|
130
130
|
unsigned int script_index,
|
@@ -132,21 +132,21 @@ hb_ot_layout_script_get_language_tags (hb_face_t *face,
|
|
132
132
|
unsigned int *language_count /* IN/OUT */,
|
133
133
|
hb_tag_t *language_tags /* OUT */);
|
134
134
|
|
135
|
-
hb_bool_t
|
135
|
+
HB_EXTERN hb_bool_t
|
136
136
|
hb_ot_layout_script_find_language (hb_face_t *face,
|
137
137
|
hb_tag_t table_tag,
|
138
138
|
unsigned int script_index,
|
139
139
|
hb_tag_t language_tag,
|
140
140
|
unsigned int *language_index);
|
141
141
|
|
142
|
-
hb_bool_t
|
142
|
+
HB_EXTERN hb_bool_t
|
143
143
|
hb_ot_layout_language_get_required_feature_index (hb_face_t *face,
|
144
144
|
hb_tag_t table_tag,
|
145
145
|
unsigned int script_index,
|
146
146
|
unsigned int language_index,
|
147
147
|
unsigned int *feature_index);
|
148
148
|
|
149
|
-
hb_bool_t
|
149
|
+
HB_EXTERN hb_bool_t
|
150
150
|
hb_ot_layout_language_get_required_feature (hb_face_t *face,
|
151
151
|
hb_tag_t table_tag,
|
152
152
|
unsigned int script_index,
|
@@ -154,7 +154,7 @@ hb_ot_layout_language_get_required_feature (hb_face_t *face,
|
|
154
154
|
unsigned int *feature_index,
|
155
155
|
hb_tag_t *feature_tag);
|
156
156
|
|
157
|
-
unsigned int
|
157
|
+
HB_EXTERN unsigned int
|
158
158
|
hb_ot_layout_language_get_feature_indexes (hb_face_t *face,
|
159
159
|
hb_tag_t table_tag,
|
160
160
|
unsigned int script_index,
|
@@ -163,7 +163,7 @@ hb_ot_layout_language_get_feature_indexes (hb_face_t *face,
|
|
163
163
|
unsigned int *feature_count /* IN/OUT */,
|
164
164
|
unsigned int *feature_indexes /* OUT */);
|
165
165
|
|
166
|
-
unsigned int
|
166
|
+
HB_EXTERN unsigned int
|
167
167
|
hb_ot_layout_language_get_feature_tags (hb_face_t *face,
|
168
168
|
hb_tag_t table_tag,
|
169
169
|
unsigned int script_index,
|
@@ -172,7 +172,7 @@ hb_ot_layout_language_get_feature_tags (hb_face_t *face,
|
|
172
172
|
unsigned int *feature_count /* IN/OUT */,
|
173
173
|
hb_tag_t *feature_tags /* OUT */);
|
174
174
|
|
175
|
-
hb_bool_t
|
175
|
+
HB_EXTERN hb_bool_t
|
176
176
|
hb_ot_layout_language_find_feature (hb_face_t *face,
|
177
177
|
hb_tag_t table_tag,
|
178
178
|
unsigned int script_index,
|
@@ -180,7 +180,7 @@ hb_ot_layout_language_find_feature (hb_face_t *face,
|
|
180
180
|
hb_tag_t feature_tag,
|
181
181
|
unsigned int *feature_index);
|
182
182
|
|
183
|
-
unsigned int
|
183
|
+
HB_EXTERN unsigned int
|
184
184
|
hb_ot_layout_feature_get_lookups (hb_face_t *face,
|
185
185
|
hb_tag_t table_tag,
|
186
186
|
unsigned int feature_index,
|
@@ -188,12 +188,12 @@ hb_ot_layout_feature_get_lookups (hb_face_t *face,
|
|
188
188
|
unsigned int *lookup_count /* IN/OUT */,
|
189
189
|
unsigned int *lookup_indexes /* OUT */);
|
190
190
|
|
191
|
-
unsigned int
|
191
|
+
HB_EXTERN unsigned int
|
192
192
|
hb_ot_layout_table_get_lookup_count (hb_face_t *face,
|
193
193
|
hb_tag_t table_tag);
|
194
194
|
|
195
195
|
|
196
|
-
void
|
196
|
+
HB_EXTERN void
|
197
197
|
hb_ot_layout_collect_lookups (hb_face_t *face,
|
198
198
|
hb_tag_t table_tag,
|
199
199
|
const hb_tag_t *scripts,
|
@@ -201,7 +201,7 @@ hb_ot_layout_collect_lookups (hb_face_t *face,
|
|
201
201
|
const hb_tag_t *features,
|
202
202
|
hb_set_t *lookup_indexes /* OUT */);
|
203
203
|
|
204
|
-
void
|
204
|
+
HB_EXTERN void
|
205
205
|
hb_ot_layout_lookup_collect_glyphs (hb_face_t *face,
|
206
206
|
hb_tag_t table_tag,
|
207
207
|
unsigned int lookup_index,
|
@@ -228,7 +228,7 @@ typedef hb_bool_t
|
|
228
228
|
const hb_ot_layout_glyph_sequence_t *sequence,
|
229
229
|
void *user_data);
|
230
230
|
|
231
|
-
void
|
231
|
+
HB_EXTERN void
|
232
232
|
Xhb_ot_layout_lookup_enumerate_sequences (hb_face_t *face,
|
233
233
|
hb_tag_t table_tag,
|
234
234
|
unsigned int lookup_index,
|
@@ -241,17 +241,17 @@ Xhb_ot_layout_lookup_enumerate_sequences (hb_face_t *face,
|
|
241
241
|
* GSUB
|
242
242
|
*/
|
243
243
|
|
244
|
-
hb_bool_t
|
244
|
+
HB_EXTERN hb_bool_t
|
245
245
|
hb_ot_layout_has_substitution (hb_face_t *face);
|
246
246
|
|
247
|
-
hb_bool_t
|
247
|
+
HB_EXTERN hb_bool_t
|
248
248
|
hb_ot_layout_lookup_would_substitute (hb_face_t *face,
|
249
249
|
unsigned int lookup_index,
|
250
250
|
const hb_codepoint_t *glyphs,
|
251
251
|
unsigned int glyphs_length,
|
252
252
|
hb_bool_t zero_context);
|
253
253
|
|
254
|
-
void
|
254
|
+
HB_EXTERN void
|
255
255
|
hb_ot_layout_lookup_substitute_closure (hb_face_t *face,
|
256
256
|
unsigned int lookup_index,
|
257
257
|
hb_set_t *glyphs
|
@@ -259,7 +259,7 @@ hb_ot_layout_lookup_substitute_closure (hb_face_t *face,
|
|
259
259
|
|
260
260
|
#ifdef HB_NOT_IMPLEMENTED
|
261
261
|
/* Note: You better have GDEF when using this API, or marks won't do much. */
|
262
|
-
hb_bool_t
|
262
|
+
HB_EXTERN hb_bool_t
|
263
263
|
Xhb_ot_layout_lookup_substitute (hb_font_t *font,
|
264
264
|
unsigned int lookup_index,
|
265
265
|
const hb_ot_layout_glyph_sequence_t *sequence,
|
@@ -274,12 +274,12 @@ Xhb_ot_layout_lookup_substitute (hb_font_t *font,
|
|
274
274
|
* GPOS
|
275
275
|
*/
|
276
276
|
|
277
|
-
hb_bool_t
|
277
|
+
HB_EXTERN hb_bool_t
|
278
278
|
hb_ot_layout_has_positioning (hb_face_t *face);
|
279
279
|
|
280
280
|
#ifdef HB_NOT_IMPLEMENTED
|
281
281
|
/* Note: You better have GDEF when using this API, or marks won't do much. */
|
282
|
-
hb_bool_t
|
282
|
+
HB_EXTERN hb_bool_t
|
283
283
|
Xhb_ot_layout_lookup_position (hb_font_t *font,
|
284
284
|
unsigned int lookup_index,
|
285
285
|
const hb_ot_layout_glyph_sequence_t *sequence,
|
@@ -288,7 +288,7 @@ Xhb_ot_layout_lookup_position (hb_font_t *font,
|
|
288
288
|
|
289
289
|
/* Optical 'size' feature info. Returns true if found.
|
290
290
|
* http://www.microsoft.com/typography/otspec/features_pt.htm#size */
|
291
|
-
hb_bool_t
|
291
|
+
HB_EXTERN hb_bool_t
|
292
292
|
hb_ot_layout_get_size_params (hb_face_t *face,
|
293
293
|
unsigned int *design_size, /* OUT. May be NULL */
|
294
294
|
unsigned int *subfamily_id, /* OUT. May be NULL */
|
@@ -36,14 +36,14 @@
|
|
36
36
|
HB_BEGIN_DECLS
|
37
37
|
|
38
38
|
/* TODO port to shape-plan / set. */
|
39
|
-
void
|
39
|
+
HB_EXTERN void
|
40
40
|
hb_ot_shape_glyphs_closure (hb_font_t *font,
|
41
41
|
hb_buffer_t *buffer,
|
42
42
|
const hb_feature_t *features,
|
43
43
|
unsigned int num_features,
|
44
44
|
hb_set_t *glyphs);
|
45
45
|
|
46
|
-
void
|
46
|
+
HB_EXTERN void
|
47
47
|
hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
|
48
48
|
hb_tag_t table_tag,
|
49
49
|
hb_set_t *lookup_indexes /* OUT */);
|
@@ -39,18 +39,18 @@ HB_BEGIN_DECLS
|
|
39
39
|
#define HB_OT_TAG_DEFAULT_SCRIPT HB_TAG ('D', 'F', 'L', 'T')
|
40
40
|
#define HB_OT_TAG_DEFAULT_LANGUAGE HB_TAG ('d', 'f', 'l', 't')
|
41
41
|
|
42
|
-
void
|
42
|
+
HB_EXTERN void
|
43
43
|
hb_ot_tags_from_script (hb_script_t script,
|
44
44
|
hb_tag_t *script_tag_1,
|
45
45
|
hb_tag_t *script_tag_2);
|
46
46
|
|
47
|
-
hb_script_t
|
47
|
+
HB_EXTERN hb_script_t
|
48
48
|
hb_ot_tag_to_script (hb_tag_t tag);
|
49
49
|
|
50
|
-
hb_tag_t
|
50
|
+
HB_EXTERN hb_tag_t
|
51
51
|
hb_ot_tag_from_language (hb_language_t language);
|
52
52
|
|
53
|
-
hb_language_t
|
53
|
+
HB_EXTERN hb_language_t
|
54
54
|
hb_ot_tag_to_language (hb_tag_t tag);
|
55
55
|
|
56
56
|
|
@@ -36,114 +36,117 @@
|
|
36
36
|
HB_BEGIN_DECLS
|
37
37
|
|
38
38
|
|
39
|
+
/*
|
40
|
+
* Since: 0.9.21
|
41
|
+
*/
|
39
42
|
#define HB_SET_VALUE_INVALID ((hb_codepoint_t) -1)
|
40
43
|
|
41
44
|
typedef struct hb_set_t hb_set_t;
|
42
45
|
|
43
46
|
|
44
|
-
hb_set_t *
|
47
|
+
HB_EXTERN hb_set_t *
|
45
48
|
hb_set_create (void);
|
46
49
|
|
47
|
-
hb_set_t *
|
50
|
+
HB_EXTERN hb_set_t *
|
48
51
|
hb_set_get_empty (void);
|
49
52
|
|
50
|
-
hb_set_t *
|
53
|
+
HB_EXTERN hb_set_t *
|
51
54
|
hb_set_reference (hb_set_t *set);
|
52
55
|
|
53
|
-
void
|
56
|
+
HB_EXTERN void
|
54
57
|
hb_set_destroy (hb_set_t *set);
|
55
58
|
|
56
|
-
hb_bool_t
|
59
|
+
HB_EXTERN hb_bool_t
|
57
60
|
hb_set_set_user_data (hb_set_t *set,
|
58
61
|
hb_user_data_key_t *key,
|
59
62
|
void * data,
|
60
63
|
hb_destroy_func_t destroy,
|
61
64
|
hb_bool_t replace);
|
62
65
|
|
63
|
-
void *
|
66
|
+
HB_EXTERN void *
|
64
67
|
hb_set_get_user_data (hb_set_t *set,
|
65
68
|
hb_user_data_key_t *key);
|
66
69
|
|
67
70
|
|
68
71
|
/* Returns false if allocation has failed before */
|
69
|
-
hb_bool_t
|
72
|
+
HB_EXTERN hb_bool_t
|
70
73
|
hb_set_allocation_successful (const hb_set_t *set);
|
71
74
|
|
72
|
-
void
|
75
|
+
HB_EXTERN void
|
73
76
|
hb_set_clear (hb_set_t *set);
|
74
77
|
|
75
|
-
hb_bool_t
|
78
|
+
HB_EXTERN hb_bool_t
|
76
79
|
hb_set_is_empty (const hb_set_t *set);
|
77
80
|
|
78
|
-
hb_bool_t
|
81
|
+
HB_EXTERN hb_bool_t
|
79
82
|
hb_set_has (const hb_set_t *set,
|
80
83
|
hb_codepoint_t codepoint);
|
81
84
|
|
82
85
|
/* Right now limited to 16-bit integers. Eventually will do full codepoint range, sans -1
|
83
86
|
* which we will use as a sentinel. */
|
84
|
-
void
|
87
|
+
HB_EXTERN void
|
85
88
|
hb_set_add (hb_set_t *set,
|
86
89
|
hb_codepoint_t codepoint);
|
87
90
|
|
88
|
-
void
|
91
|
+
HB_EXTERN void
|
89
92
|
hb_set_add_range (hb_set_t *set,
|
90
93
|
hb_codepoint_t first,
|
91
94
|
hb_codepoint_t last);
|
92
95
|
|
93
|
-
void
|
96
|
+
HB_EXTERN void
|
94
97
|
hb_set_del (hb_set_t *set,
|
95
98
|
hb_codepoint_t codepoint);
|
96
99
|
|
97
|
-
void
|
100
|
+
HB_EXTERN void
|
98
101
|
hb_set_del_range (hb_set_t *set,
|
99
102
|
hb_codepoint_t first,
|
100
103
|
hb_codepoint_t last);
|
101
104
|
|
102
|
-
hb_bool_t
|
105
|
+
HB_EXTERN hb_bool_t
|
103
106
|
hb_set_is_equal (const hb_set_t *set,
|
104
107
|
const hb_set_t *other);
|
105
108
|
|
106
|
-
void
|
109
|
+
HB_EXTERN void
|
107
110
|
hb_set_set (hb_set_t *set,
|
108
111
|
const hb_set_t *other);
|
109
112
|
|
110
|
-
void
|
113
|
+
HB_EXTERN void
|
111
114
|
hb_set_union (hb_set_t *set,
|
112
115
|
const hb_set_t *other);
|
113
116
|
|
114
|
-
void
|
117
|
+
HB_EXTERN void
|
115
118
|
hb_set_intersect (hb_set_t *set,
|
116
119
|
const hb_set_t *other);
|
117
120
|
|
118
|
-
void
|
121
|
+
HB_EXTERN void
|
119
122
|
hb_set_subtract (hb_set_t *set,
|
120
123
|
const hb_set_t *other);
|
121
124
|
|
122
|
-
void
|
125
|
+
HB_EXTERN void
|
123
126
|
hb_set_symmetric_difference (hb_set_t *set,
|
124
127
|
const hb_set_t *other);
|
125
128
|
|
126
|
-
void
|
129
|
+
HB_EXTERN void
|
127
130
|
hb_set_invert (hb_set_t *set);
|
128
131
|
|
129
|
-
unsigned int
|
132
|
+
HB_EXTERN unsigned int
|
130
133
|
hb_set_get_population (const hb_set_t *set);
|
131
134
|
|
132
135
|
/* Returns -1 if set empty. */
|
133
|
-
hb_codepoint_t
|
136
|
+
HB_EXTERN hb_codepoint_t
|
134
137
|
hb_set_get_min (const hb_set_t *set);
|
135
138
|
|
136
139
|
/* Returns -1 if set empty. */
|
137
|
-
hb_codepoint_t
|
140
|
+
HB_EXTERN hb_codepoint_t
|
138
141
|
hb_set_get_max (const hb_set_t *set);
|
139
142
|
|
140
143
|
/* Pass -1 in to get started. */
|
141
|
-
hb_bool_t
|
144
|
+
HB_EXTERN hb_bool_t
|
142
145
|
hb_set_next (const hb_set_t *set,
|
143
146
|
hb_codepoint_t *codepoint);
|
144
147
|
|
145
148
|
/* Pass -1 for first and last to get started. */
|
146
|
-
hb_bool_t
|
149
|
+
HB_EXTERN hb_bool_t
|
147
150
|
hb_set_next_range (const hb_set_t *set,
|
148
151
|
hb_codepoint_t *first,
|
149
152
|
hb_codepoint_t *last);
|