pango 3.0.7-x86-mingw32 → 3.0.8-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 +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-mingw +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
@@ -179,6 +179,18 @@ public:
|
|
179
179
|
return fLength;
|
180
180
|
}
|
181
181
|
|
182
|
+
/**
|
183
|
+
* Throw an error if size*count overflows
|
184
|
+
*/
|
185
|
+
size_t verifyLength(size_t offset, size_t size, le_uint32 count, LEErrorCode &success) {
|
186
|
+
if(count!=0 && size>LE_UINT32_MAX/count) {
|
187
|
+
LE_DEBUG_TR3("verifyLength failed size=%u, count=%u", size, count);
|
188
|
+
success = LE_INDEX_OUT_OF_BOUNDS_ERROR;
|
189
|
+
return 0;
|
190
|
+
}
|
191
|
+
return verifyLength(offset, size*count, success);
|
192
|
+
}
|
193
|
+
|
182
194
|
/**
|
183
195
|
* Change parent link to another
|
184
196
|
*/
|
@@ -269,7 +281,7 @@ public:
|
|
269
281
|
if(count == LE_UNBOUNDED_ARRAY) { // not a known length
|
270
282
|
count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
|
271
283
|
}
|
272
|
-
LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()
|
284
|
+
LETableReference::verifyLength(0, LETableVarSizer<T>::getSize(), fCount, success);
|
273
285
|
}
|
274
286
|
if(LE_FAILURE(success)) {
|
275
287
|
fCount=0;
|
@@ -284,7 +296,7 @@ LE_TRACE_TR("INFO: new RTAO")
|
|
284
296
|
if(count == LE_UNBOUNDED_ARRAY) { // not a known length
|
285
297
|
count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
|
286
298
|
}
|
287
|
-
LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()
|
299
|
+
LETableReference::verifyLength(0, LETableVarSizer<T>::getSize(), fCount, success);
|
288
300
|
}
|
289
301
|
if(LE_FAILURE(success)) clear();
|
290
302
|
}
|
@@ -295,7 +307,7 @@ LE_TRACE_TR("INFO: new RTAO")
|
|
295
307
|
if(count == LE_UNBOUNDED_ARRAY) { // not a known length
|
296
308
|
count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
|
297
309
|
}
|
298
|
-
LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()
|
310
|
+
LETableReference::verifyLength(0, LETableVarSizer<T>::getSize(), fCount, success);
|
299
311
|
}
|
300
312
|
if(LE_FAILURE(success)) clear();
|
301
313
|
}
|
@@ -75,6 +75,7 @@ typedef struct _PangoAttrFloat PangoAttrFloat;
|
|
75
75
|
typedef struct _PangoAttrColor PangoAttrColor;
|
76
76
|
typedef struct _PangoAttrFontDesc PangoAttrFontDesc;
|
77
77
|
typedef struct _PangoAttrShape PangoAttrShape;
|
78
|
+
typedef struct _PangoAttrFontFeatures PangoAttrFontFeatures;
|
78
79
|
|
79
80
|
/**
|
80
81
|
* PANGO_TYPE_ATTR_LIST:
|
@@ -135,6 +136,9 @@ typedef struct _PangoAttrIterator PangoAttrIterator;
|
|
135
136
|
* @PANGO_ATTR_ABSOLUTE_SIZE: font size in pixels scaled by %PANGO_SCALE (#PangoAttrInt)
|
136
137
|
* @PANGO_ATTR_GRAVITY: base text gravity (#PangoAttrInt)
|
137
138
|
* @PANGO_ATTR_GRAVITY_HINT: gravity hint (#PangoAttrInt)
|
139
|
+
* @PANGO_ATTR_FONT_FEATURES: OpenType font features (#PangoAttrString). Since 1.38
|
140
|
+
* @PANGO_ATTR_FOREGROUND_ALPHA: foreground alpha (#PangoAttrInt). Since 1.38
|
141
|
+
* @PANGO_ATTR_BACKGROUND_ALPHA: background alpha (#PangoAttrInt). Since 1.38
|
138
142
|
*
|
139
143
|
* The #PangoAttrType
|
140
144
|
* distinguishes between different types of attributes. Along with the
|
@@ -167,7 +171,10 @@ typedef enum
|
|
167
171
|
PANGO_ATTR_STRIKETHROUGH_COLOR,/* PangoAttrColor */
|
168
172
|
PANGO_ATTR_ABSOLUTE_SIZE, /* PangoAttrSize */
|
169
173
|
PANGO_ATTR_GRAVITY, /* PangoAttrInt */
|
170
|
-
PANGO_ATTR_GRAVITY_HINT /* PangoAttrInt */
|
174
|
+
PANGO_ATTR_GRAVITY_HINT, /* PangoAttrInt */
|
175
|
+
PANGO_ATTR_FONT_FEATURES, /* PangoAttrString */
|
176
|
+
PANGO_ATTR_FOREGROUND_ALPHA, /* PangoAttrInt */
|
177
|
+
PANGO_ATTR_BACKGROUND_ALPHA /* PangoAttrInt */
|
171
178
|
} PangoAttrType;
|
172
179
|
|
173
180
|
/**
|
@@ -406,6 +413,22 @@ struct _PangoAttrFontDesc
|
|
406
413
|
PangoFontDescription *desc;
|
407
414
|
};
|
408
415
|
|
416
|
+
/**
|
417
|
+
* PangoAttrFontFeatures:
|
418
|
+
* @attr: the common portion of the attribute
|
419
|
+
* @features: the featues, as a string in CSS syntax
|
420
|
+
*
|
421
|
+
* The #PangoAttrFontFeatures structure is used to represent OpenType
|
422
|
+
* font features as an attribute.
|
423
|
+
*
|
424
|
+
* Since: 1.38
|
425
|
+
*/
|
426
|
+
struct _PangoAttrFontFeatures
|
427
|
+
{
|
428
|
+
PangoAttribute attr;
|
429
|
+
gchar *features;
|
430
|
+
};
|
431
|
+
|
409
432
|
PangoAttrType pango_attr_type_register (const gchar *name);
|
410
433
|
const char * pango_attr_type_get_name (PangoAttrType type) G_GNUC_CONST;
|
411
434
|
|
@@ -456,6 +479,9 @@ PangoAttribute *pango_attr_shape_new_with_data (const PangoRectangle *ink_
|
|
456
479
|
|
457
480
|
PangoAttribute *pango_attr_gravity_new (PangoGravity gravity);
|
458
481
|
PangoAttribute *pango_attr_gravity_hint_new (PangoGravityHint hint);
|
482
|
+
PangoAttribute *pango_attr_font_features_new (const gchar *features);
|
483
|
+
PangoAttribute *pango_attr_foreground_alpha_new (guint16 alpha);
|
484
|
+
PangoAttribute *pango_attr_background_alpha_new (guint16 alpha);
|
459
485
|
|
460
486
|
GType pango_attr_list_get_type (void) G_GNUC_CONST;
|
461
487
|
PangoAttrList * pango_attr_list_new (void);
|
@@ -32,15 +32,13 @@ G_BEGIN_DECLS
|
|
32
32
|
|
33
33
|
#ifdef PANGO_ENABLE_ENGINE
|
34
34
|
|
35
|
-
/* Module API */
|
36
|
-
|
37
|
-
#include <gmodule.h>
|
38
|
-
|
39
35
|
/**
|
40
36
|
* PANGO_RENDER_TYPE_NONE:
|
41
37
|
*
|
42
38
|
* A string constant defining the render type
|
43
39
|
* for engines that are not rendering-system specific.
|
40
|
+
*
|
41
|
+
* Deprecated: 1.38
|
44
42
|
*/
|
45
43
|
#define PANGO_RENDER_TYPE_NONE "PangoRenderNone"
|
46
44
|
|
@@ -59,6 +57,8 @@ typedef struct _PangoEngineClass PangoEngineClass;
|
|
59
57
|
*
|
60
58
|
* #PangoEngine is the base class for all types of language and
|
61
59
|
* script specific engines. It has no functionality by itself.
|
60
|
+
*
|
61
|
+
* Deprecated: 1.38
|
62
62
|
**/
|
63
63
|
struct _PangoEngine
|
64
64
|
{
|
@@ -70,6 +70,8 @@ struct _PangoEngine
|
|
70
70
|
* PangoEngineClass:
|
71
71
|
*
|
72
72
|
* Class structure for #PangoEngine
|
73
|
+
*
|
74
|
+
* Deprecated: 1.38
|
73
75
|
**/
|
74
76
|
struct _PangoEngineClass
|
75
77
|
{
|
@@ -84,6 +86,8 @@ GType pango_engine_get_type (void) G_GNUC_CONST;
|
|
84
86
|
*
|
85
87
|
* A string constant defining the engine type for language engines.
|
86
88
|
* These engines derive from #PangoEngineLang.
|
89
|
+
*
|
90
|
+
* Deprecated: 1.38
|
87
91
|
*/
|
88
92
|
#define PANGO_ENGINE_TYPE_LANG "PangoEngineLang"
|
89
93
|
|
@@ -105,6 +109,8 @@ typedef struct _PangoEngineLangClass PangoEngineLangClass;
|
|
105
109
|
* instance, a custom #PangoEngineLang could be provided for
|
106
110
|
* Thai to implement the dictionary-based word boundary
|
107
111
|
* lookups needed for that language.
|
112
|
+
*
|
113
|
+
* Deprecated: 1.38
|
108
114
|
**/
|
109
115
|
struct _PangoEngineLang
|
110
116
|
{
|
@@ -114,14 +120,16 @@ struct _PangoEngineLang
|
|
114
120
|
|
115
121
|
/**
|
116
122
|
* PangoEngineLangClass:
|
117
|
-
* @script_break: Provides a custom implementation of
|
118
|
-
* If %NULL, pango_default_break() is used instead. If
|
119
|
-
* Pango versions before 1.16 (module interface version
|
120
|
-
* this was called instead of pango_default_break(),
|
121
|
-
* pango_default_break() is always called and
|
122
|
-
* allow tailoring the breaking results.
|
123
|
+
* @script_break: (nullable): Provides a custom implementation of
|
124
|
+
* pango_break(). If %NULL, pango_default_break() is used instead. If
|
125
|
+
* not %NULL, for Pango versions before 1.16 (module interface version
|
126
|
+
* before 1.6.0), this was called instead of pango_default_break(),
|
127
|
+
* but in newer versions, pango_default_break() is always called and
|
128
|
+
* this is called after that to allow tailoring the breaking results.
|
123
129
|
*
|
124
130
|
* Class structure for #PangoEngineLang
|
131
|
+
*
|
132
|
+
* Deprecated: 1.38
|
125
133
|
**/
|
126
134
|
struct _PangoEngineLangClass
|
127
135
|
{
|
@@ -144,6 +152,8 @@ GType pango_engine_lang_get_type (void) G_GNUC_CONST;
|
|
144
152
|
*
|
145
153
|
* A string constant defining the engine type for shaping engines.
|
146
154
|
* These engines derive from #PangoEngineShape.
|
155
|
+
*
|
156
|
+
* Deprecated: 1.38
|
147
157
|
*/
|
148
158
|
#define PANGO_ENGINE_TYPE_SHAPE "PangoEngineShape"
|
149
159
|
|
@@ -167,6 +177,8 @@ typedef struct _PangoEngineShapeClass PangoEngineShapeClass;
|
|
167
177
|
* and to a particular script. For instance, there is one
|
168
178
|
* #PangoEngineShape implementation to handle shaping Arabic
|
169
179
|
* for Fontconfig-based backends.
|
180
|
+
*
|
181
|
+
* Deprecated: 1.38
|
170
182
|
**/
|
171
183
|
struct _PangoEngineShape
|
172
184
|
{
|
@@ -197,6 +209,8 @@ struct _PangoEngineShape
|
|
197
209
|
* font itself unmodified.
|
198
210
|
*
|
199
211
|
* Class structure for #PangoEngineShape
|
212
|
+
*
|
213
|
+
* Deprecated: 1.38
|
200
214
|
**/
|
201
215
|
struct _PangoEngineShapeClass
|
202
216
|
{
|
@@ -239,6 +253,8 @@ typedef struct _PangoEngineScriptInfo PangoEngineScriptInfo;
|
|
239
253
|
*
|
240
254
|
* The #PangoEngineScriptInfo structure contains
|
241
255
|
* information about how the shaper covers a particular script.
|
256
|
+
*
|
257
|
+
* Deprecated: 1.38
|
242
258
|
*/
|
243
259
|
struct _PangoEngineScriptInfo
|
244
260
|
{
|
@@ -256,6 +272,8 @@ struct _PangoEngineScriptInfo
|
|
256
272
|
*
|
257
273
|
* The #PangoEngineInfo structure contains information about a particular
|
258
274
|
* engine. It contains the following fields:
|
275
|
+
*
|
276
|
+
* Deprecated: 1.38
|
259
277
|
*/
|
260
278
|
struct _PangoEngineInfo
|
261
279
|
{
|
@@ -271,14 +289,11 @@ struct _PangoEngineInfo
|
|
271
289
|
* @engines: location to store a pointer to an array of engines.
|
272
290
|
* @n_engines: location to store the number of elements in @engines.
|
273
291
|
*
|
274
|
-
*
|
275
|
-
* module supplies. The function stores a pointer to an array
|
276
|
-
* of #PangoEngineInfo structures and the length of that array in
|
277
|
-
* the given location.
|
292
|
+
* Do not use.
|
278
293
|
*
|
279
|
-
*
|
280
|
-
* function.
|
294
|
+
* Deprecated: 1.38
|
281
295
|
**/
|
296
|
+
G_DEPRECATED
|
282
297
|
void script_engine_list (PangoEngineInfo **engines,
|
283
298
|
int *n_engines);
|
284
299
|
|
@@ -287,33 +302,33 @@ void script_engine_list (PangoEngineInfo **engines,
|
|
287
302
|
* @module: a #GTypeModule structure used to associate any
|
288
303
|
* GObject types created in this module with the module.
|
289
304
|
*
|
290
|
-
*
|
291
|
-
*
|
305
|
+
* Do not use.
|
306
|
+
*
|
307
|
+
* Deprecated: 1.38
|
292
308
|
**/
|
309
|
+
G_DEPRECATED
|
293
310
|
void script_engine_init (GTypeModule *module);
|
294
311
|
|
295
312
|
|
296
313
|
/**
|
297
314
|
* script_engine_exit:
|
298
315
|
*
|
299
|
-
*
|
300
|
-
*
|
316
|
+
* Do not use.
|
317
|
+
*
|
318
|
+
* Deprecated: 1.38
|
301
319
|
**/
|
320
|
+
G_DEPRECATED
|
302
321
|
void script_engine_exit (void);
|
303
322
|
|
304
323
|
/**
|
305
324
|
* script_engine_create:
|
306
325
|
* @id: the ID of an engine as reported by script_engine_list.
|
307
326
|
*
|
308
|
-
*
|
309
|
-
* of one of the engines implemented by the module.
|
327
|
+
* Do not use.
|
310
328
|
*
|
311
|
-
*
|
312
|
-
* type, or %NULL if an error occurred. (In normal operation,
|
313
|
-
* a module should not return %NULL. A %NULL return is only
|
314
|
-
* acceptable in the case where system misconfiguration or
|
315
|
-
* bugs in the driver routine are encountered.)
|
329
|
+
* Deprecated: 1.38
|
316
330
|
**/
|
331
|
+
G_DEPRECATED
|
317
332
|
PangoEngine *script_engine_create (const char *id);
|
318
333
|
|
319
334
|
/* Utility macro used by PANGO_ENGINE_LANG_DEFINE_TYPE and
|
@@ -347,8 +362,8 @@ prefix ## _register_type (GTypeModule *module) \
|
|
347
362
|
* PANGO_ENGINE_LANG_DEFINE_TYPE:
|
348
363
|
* @name: Name of the the type to register (for example:, <literal>ArabicEngineFc</literal>
|
349
364
|
* @prefix: Prefix for symbols that will be defined (for example:, <literal>arabic_engine_fc</literal>
|
350
|
-
* @class_init: Class initialization function for the new type, or %NULL
|
351
|
-
* @instance_init: Instance initialization function for the new type, or %NULL
|
365
|
+
* @class_init: (nullable): Class initialization function for the new type, or %NULL
|
366
|
+
* @instance_init: (nullable): Instance initialization function for the new type, or %NULL
|
352
367
|
*
|
353
368
|
* Outputs the necessary code for GObject type registration for a
|
354
369
|
* #PangoEngineLang class defined in a module. Two static symbols
|
@@ -367,6 +382,8 @@ prefix ## _register_type (GTypeModule *module) \
|
|
367
382
|
* <informalexample><programlisting>
|
368
383
|
* PangoEngine *engine = g_object_new (<replaceable>prefix</replaceable>_type, NULL);
|
369
384
|
* </programlisting></informalexample>
|
385
|
+
*
|
386
|
+
* Deprecated: 1.38
|
370
387
|
**/
|
371
388
|
#define PANGO_ENGINE_LANG_DEFINE_TYPE(name, prefix, class_init, instance_init) \
|
372
389
|
PANGO_ENGINE_DEFINE_TYPE (name, prefix, \
|
@@ -377,8 +394,8 @@ prefix ## _register_type (GTypeModule *module) \
|
|
377
394
|
* PANGO_ENGINE_SHAPE_DEFINE_TYPE:
|
378
395
|
* @name: Name of the the type to register (for example:, <literal>ArabicEngineFc</literal>
|
379
396
|
* @prefix: Prefix for symbols that will be defined (for example:, <literal>arabic_engine_fc</literal>
|
380
|
-
* @class_init: Class initialization function for the new type, or %NULL
|
381
|
-
* @instance_init: Instance initialization function for the new type, or %NULL
|
397
|
+
* @class_init: (nullable): Class initialization function for the new type, or %NULL
|
398
|
+
* @instance_init: (nullable): Instance initialization function for the new type, or %NULL
|
382
399
|
*
|
383
400
|
* Outputs the necessary code for GObject type registration for a
|
384
401
|
* #PangoEngineShape class defined in a module. Two static symbols
|
@@ -397,6 +414,8 @@ prefix ## _register_type (GTypeModule *module) \
|
|
397
414
|
* <informalexample><programlisting>
|
398
415
|
* PangoEngine *engine = g_object_new (<replaceable>prefix</replaceable>_type, NULL);
|
399
416
|
* </programlisting></informalexample>
|
417
|
+
*
|
418
|
+
* Deprecated: 1.38
|
400
419
|
**/
|
401
420
|
#define PANGO_ENGINE_SHAPE_DEFINE_TYPE(name, prefix, class_init, instance_init) \
|
402
421
|
PANGO_ENGINE_DEFINE_TYPE (name, prefix, \
|
@@ -3,10 +3,10 @@
|
|
3
3
|
#define PANGO_FEATURES_H
|
4
4
|
|
5
5
|
#define PANGO_VERSION_MAJOR 1
|
6
|
-
#define PANGO_VERSION_MINOR
|
7
|
-
#define PANGO_VERSION_MICRO
|
6
|
+
#define PANGO_VERSION_MINOR 40
|
7
|
+
#define PANGO_VERSION_MICRO 0
|
8
8
|
|
9
|
-
#define PANGO_VERSION_STRING "1.
|
9
|
+
#define PANGO_VERSION_STRING "1.40.0"
|
10
10
|
|
11
11
|
|
12
12
|
#endif
|
@@ -31,6 +31,8 @@ G_BEGIN_DECLS
|
|
31
31
|
|
32
32
|
/**
|
33
33
|
* PangoGlyphItem:
|
34
|
+
* @item: corresponding #PangoItem.
|
35
|
+
* @glyphs: corresponding #PangoGlyphString.
|
34
36
|
*
|
35
37
|
* A #PangoGlyphItem is a pair of a #PangoItem and the glyphs
|
36
38
|
* resulting from shaping the text corresponding to an item.
|
@@ -107,6 +107,11 @@ struct _PangoGlyphInfo
|
|
107
107
|
*/
|
108
108
|
/**
|
109
109
|
* PangoGlyphString:
|
110
|
+
* @num_glyphs: number of the glyphs in this glyph string.
|
111
|
+
* @glyphs: (array length=num_glyphs): array of glyph information
|
112
|
+
* for the glyph string.
|
113
|
+
* @log_clusters: logical cluster info, indexed by the byte index
|
114
|
+
* within the text corresponding to the glyph string.
|
110
115
|
*
|
111
116
|
* The #PangoGlyphString structure is used to store strings
|
112
117
|
* of glyphs with geometry and visual attribute information.
|
@@ -82,6 +82,10 @@ struct _PangoAnalysis
|
|
82
82
|
|
83
83
|
/**
|
84
84
|
* PangoItem:
|
85
|
+
* @offset: byte offset of the start of this item in text.
|
86
|
+
* @length: length of this item in bytes.
|
87
|
+
* @num_chars: number of Unicode characters in the item.
|
88
|
+
* @analysis: analysis results for the item.
|
85
89
|
*
|
86
90
|
* The #PangoItem structure stores information about a segment of text.
|
87
91
|
*/
|
@@ -96,8 +96,11 @@ typedef enum {
|
|
96
96
|
|
97
97
|
/**
|
98
98
|
* PangoLayoutLine:
|
99
|
+
* @layout: (allow-none): the layout this line belongs to, might be %NULL
|
99
100
|
* @start_index: start of line as byte index into layout->text
|
100
101
|
* @length: length of line in bytes
|
102
|
+
* @runs: (allow-none) (element-type: Pango.LayoutRun): list of runs in the
|
103
|
+
* line, from left to right
|
101
104
|
* @is_paragraph_start: #TRUE if this is the first line of the paragraph
|
102
105
|
* @resolved_dir: #Resolved PangoDirection of line
|
103
106
|
*
|
@@ -110,6 +110,8 @@ void pango_matrix_transform_rectangle (const PangoMatrix *matrix,
|
|
110
110
|
void pango_matrix_transform_pixel_rectangle (const PangoMatrix *matrix,
|
111
111
|
PangoRectangle *rect);
|
112
112
|
double pango_matrix_get_font_scale_factor (const PangoMatrix *matrix) G_GNUC_PURE;
|
113
|
+
void pango_matrix_get_font_scale_factors (const PangoMatrix *matrix,
|
114
|
+
double *xscale, double *yscale);
|
113
115
|
|
114
116
|
|
115
117
|
G_END_DECLS
|
@@ -43,6 +43,8 @@ typedef struct _PangoIncludedModule PangoIncludedModule;
|
|
43
43
|
* The #PangoIncludedModule structure for a statically linked module
|
44
44
|
* contains the functions that would otherwise be loaded from a dynamically
|
45
45
|
* loaded module.
|
46
|
+
*
|
47
|
+
* Deprecated: 1.38
|
46
48
|
*/
|
47
49
|
struct _PangoIncludedModule
|
48
50
|
{
|
@@ -53,15 +55,19 @@ struct _PangoIncludedModule
|
|
53
55
|
PangoEngine *(*create) (const char *id);
|
54
56
|
};
|
55
57
|
|
58
|
+
G_DEPRECATED
|
56
59
|
PangoMap * pango_find_map (PangoLanguage *language,
|
57
60
|
guint engine_type_id,
|
58
61
|
guint render_type_id);
|
62
|
+
G_DEPRECATED
|
59
63
|
PangoEngine * pango_map_get_engine (PangoMap *map,
|
60
64
|
PangoScript script);
|
65
|
+
G_DEPRECATED
|
61
66
|
void pango_map_get_engines (PangoMap *map,
|
62
67
|
PangoScript script,
|
63
68
|
GSList **exact_engines,
|
64
69
|
GSList **fallback_engines);
|
70
|
+
G_DEPRECATED
|
65
71
|
void pango_module_register (PangoIncludedModule *module);
|
66
72
|
|
67
73
|
#endif /* PANGO_ENABLE_BACKEND */
|
@@ -212,13 +212,16 @@ struct _PangoOTFeatureMap
|
|
212
212
|
* PangoOTRulesetDescription:
|
213
213
|
* @script: a #PangoScript.
|
214
214
|
* @language: a #PangoLanguage.
|
215
|
-
* @static_gsub_features: static map of GSUB features,
|
215
|
+
* @static_gsub_features: (nullable): static map of GSUB features,
|
216
|
+
* or %NULL.
|
216
217
|
* @n_static_gsub_features: length of @static_gsub_features, or 0.
|
217
|
-
* @static_gpos_features: static map of GPOS features,
|
218
|
+
* @static_gpos_features: (nullable): static map of GPOS features,
|
219
|
+
* or %NULL.
|
218
220
|
* @n_static_gpos_features: length of @static_gpos_features, or 0.
|
219
|
-
* @other_features: map of extra features to add to both
|
220
|
-
* Unlike the static maps, this pointer
|
221
|
-
* the life of function calls taking this
|
221
|
+
* @other_features: (nullable): map of extra features to add to both
|
222
|
+
* GSUB and GPOS, or %NULL. Unlike the static maps, this pointer
|
223
|
+
* need not live beyond the life of function calls taking this
|
224
|
+
* struct.
|
222
225
|
* @n_other_features: length of @other_features, or 0.
|
223
226
|
*
|
224
227
|
* The #PangoOTRuleset structure holds all the information needed
|