pango 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
@@ -98,16 +98,22 @@ typedef uint32_t hb_tag_t;
|
|
98
98
|
#define HB_TAG_MAX_SIGNED HB_TAG(0x7f,0xff,0xff,0xff)
|
99
99
|
|
100
100
|
/* len=-1 means str is NUL-terminated. */
|
101
|
-
hb_tag_t
|
101
|
+
HB_EXTERN hb_tag_t
|
102
102
|
hb_tag_from_string (const char *str, int len);
|
103
103
|
|
104
104
|
/* buf should have 4 bytes. */
|
105
|
-
void
|
105
|
+
HB_EXTERN void
|
106
106
|
hb_tag_to_string (hb_tag_t tag, char *buf);
|
107
107
|
|
108
108
|
|
109
|
-
|
110
|
-
|
109
|
+
/**
|
110
|
+
* hb_direction_t:
|
111
|
+
* @HB_DIRECTION_INVALID: Initial, unset direction.
|
112
|
+
* @HB_DIRECTION_LTR: Text is set horizontally from left to right.
|
113
|
+
* @HB_DIRECTION_RTL: Text is set horizontally from right to left.
|
114
|
+
* @HB_DIRECTION_TTB: Text is set vertically from top to bottom.
|
115
|
+
* @HB_DIRECTION_BTT: Text is set vertically from bottom to top.
|
116
|
+
*/
|
111
117
|
typedef enum {
|
112
118
|
HB_DIRECTION_INVALID = 0,
|
113
119
|
HB_DIRECTION_LTR = 4,
|
@@ -117,10 +123,10 @@ typedef enum {
|
|
117
123
|
} hb_direction_t;
|
118
124
|
|
119
125
|
/* len=-1 means str is NUL-terminated */
|
120
|
-
hb_direction_t
|
126
|
+
HB_EXTERN hb_direction_t
|
121
127
|
hb_direction_from_string (const char *str, int len);
|
122
128
|
|
123
|
-
const char *
|
129
|
+
HB_EXTERN const char *
|
124
130
|
hb_direction_to_string (hb_direction_t direction);
|
125
131
|
|
126
132
|
#define HB_DIRECTION_IS_VALID(dir) ((((unsigned int) (dir)) & ~3U) == 4)
|
@@ -136,16 +142,15 @@ hb_direction_to_string (hb_direction_t direction);
|
|
136
142
|
|
137
143
|
typedef const struct hb_language_impl_t *hb_language_t;
|
138
144
|
|
139
|
-
|
140
|
-
hb_language_t
|
145
|
+
HB_EXTERN hb_language_t
|
141
146
|
hb_language_from_string (const char *str, int len);
|
142
147
|
|
143
|
-
const char *
|
148
|
+
HB_EXTERN const char *
|
144
149
|
hb_language_to_string (hb_language_t language);
|
145
150
|
|
146
151
|
#define HB_LANGUAGE_INVALID ((hb_language_t) NULL)
|
147
152
|
|
148
|
-
hb_language_t
|
153
|
+
HB_EXTERN hb_language_t
|
149
154
|
hb_language_get_default (void);
|
150
155
|
|
151
156
|
|
@@ -272,6 +277,9 @@ typedef enum
|
|
272
277
|
/*6.1*/ HB_SCRIPT_SORA_SOMPENG = HB_TAG ('S','o','r','a'),
|
273
278
|
/*6.1*/ HB_SCRIPT_TAKRI = HB_TAG ('T','a','k','r'),
|
274
279
|
|
280
|
+
/*
|
281
|
+
* Since: 0.9.30
|
282
|
+
*/
|
275
283
|
/*7.0*/ HB_SCRIPT_BASSA_VAH = HB_TAG ('B','a','s','s'),
|
276
284
|
/*7.0*/ HB_SCRIPT_CAUCASIAN_ALBANIAN = HB_TAG ('A','g','h','b'),
|
277
285
|
/*7.0*/ HB_SCRIPT_DUPLOYAN = HB_TAG ('D','u','p','l'),
|
@@ -321,18 +329,16 @@ typedef enum
|
|
321
329
|
|
322
330
|
/* Script functions */
|
323
331
|
|
324
|
-
hb_script_t
|
332
|
+
HB_EXTERN hb_script_t
|
325
333
|
hb_script_from_iso15924_tag (hb_tag_t tag);
|
326
334
|
|
327
|
-
|
328
|
-
|
329
|
-
hb_script_t
|
330
|
-
hb_script_from_string (const char *s, int len);
|
335
|
+
HB_EXTERN hb_script_t
|
336
|
+
hb_script_from_string (const char *str, int len);
|
331
337
|
|
332
|
-
hb_tag_t
|
338
|
+
HB_EXTERN hb_tag_t
|
333
339
|
hb_script_to_iso15924_tag (hb_script_t script);
|
334
340
|
|
335
|
-
hb_direction_t
|
341
|
+
HB_EXTERN hb_direction_t
|
336
342
|
hb_script_get_horizontal_direction (hb_script_t script);
|
337
343
|
|
338
344
|
|
@@ -44,6 +44,16 @@ HB_BEGIN_DECLS
|
|
44
44
|
#define HB_BUFFER_FLAGS_DEFAULT HB_BUFFER_FLAG_DEFAULT
|
45
45
|
#define HB_BUFFER_SERIALIZE_FLAGS_DEFAULT HB_BUFFER_SERIALIZE_FLAG_DEFAULT
|
46
46
|
|
47
|
+
typedef hb_bool_t (*hb_font_get_glyph_func_t) (hb_font_t *font, void *font_data,
|
48
|
+
hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
49
|
+
hb_codepoint_t *glyph,
|
50
|
+
void *user_data);
|
51
|
+
|
52
|
+
HB_EXTERN void
|
53
|
+
hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
|
54
|
+
hb_font_get_glyph_func_t func,
|
55
|
+
void *user_data, hb_destroy_func_t destroy);
|
56
|
+
|
47
57
|
#endif
|
48
58
|
|
49
59
|
HB_END_DECLS
|
@@ -43,28 +43,28 @@ HB_BEGIN_DECLS
|
|
43
43
|
|
44
44
|
typedef struct hb_face_t hb_face_t;
|
45
45
|
|
46
|
-
hb_face_t *
|
46
|
+
HB_EXTERN hb_face_t *
|
47
47
|
hb_face_create (hb_blob_t *blob,
|
48
48
|
unsigned int index);
|
49
49
|
|
50
50
|
typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
|
51
51
|
|
52
52
|
/* calls destroy() when not needing user_data anymore */
|
53
|
-
hb_face_t *
|
53
|
+
HB_EXTERN hb_face_t *
|
54
54
|
hb_face_create_for_tables (hb_reference_table_func_t reference_table_func,
|
55
55
|
void *user_data,
|
56
56
|
hb_destroy_func_t destroy);
|
57
57
|
|
58
|
-
hb_face_t *
|
58
|
+
HB_EXTERN hb_face_t *
|
59
59
|
hb_face_get_empty (void);
|
60
60
|
|
61
|
-
hb_face_t *
|
61
|
+
HB_EXTERN hb_face_t *
|
62
62
|
hb_face_reference (hb_face_t *face);
|
63
63
|
|
64
|
-
void
|
64
|
+
HB_EXTERN void
|
65
65
|
hb_face_destroy (hb_face_t *face);
|
66
66
|
|
67
|
-
hb_bool_t
|
67
|
+
HB_EXTERN hb_bool_t
|
68
68
|
hb_face_set_user_data (hb_face_t *face,
|
69
69
|
hb_user_data_key_t *key,
|
70
70
|
void * data,
|
@@ -72,43 +72,43 @@ hb_face_set_user_data (hb_face_t *face,
|
|
72
72
|
hb_bool_t replace);
|
73
73
|
|
74
74
|
|
75
|
-
void *
|
75
|
+
HB_EXTERN void *
|
76
76
|
hb_face_get_user_data (hb_face_t *face,
|
77
77
|
hb_user_data_key_t *key);
|
78
78
|
|
79
|
-
void
|
79
|
+
HB_EXTERN void
|
80
80
|
hb_face_make_immutable (hb_face_t *face);
|
81
81
|
|
82
|
-
hb_bool_t
|
82
|
+
HB_EXTERN hb_bool_t
|
83
83
|
hb_face_is_immutable (hb_face_t *face);
|
84
84
|
|
85
85
|
|
86
|
-
hb_blob_t *
|
86
|
+
HB_EXTERN hb_blob_t *
|
87
87
|
hb_face_reference_table (hb_face_t *face,
|
88
88
|
hb_tag_t tag);
|
89
89
|
|
90
|
-
hb_blob_t *
|
90
|
+
HB_EXTERN hb_blob_t *
|
91
91
|
hb_face_reference_blob (hb_face_t *face);
|
92
92
|
|
93
|
-
void
|
93
|
+
HB_EXTERN void
|
94
94
|
hb_face_set_index (hb_face_t *face,
|
95
95
|
unsigned int index);
|
96
96
|
|
97
|
-
unsigned int
|
97
|
+
HB_EXTERN unsigned int
|
98
98
|
hb_face_get_index (hb_face_t *face);
|
99
99
|
|
100
|
-
void
|
100
|
+
HB_EXTERN void
|
101
101
|
hb_face_set_upem (hb_face_t *face,
|
102
102
|
unsigned int upem);
|
103
103
|
|
104
|
-
unsigned int
|
104
|
+
HB_EXTERN unsigned int
|
105
105
|
hb_face_get_upem (hb_face_t *face);
|
106
106
|
|
107
|
-
void
|
107
|
+
HB_EXTERN void
|
108
108
|
hb_face_set_glyph_count (hb_face_t *face,
|
109
109
|
unsigned int glyph_count);
|
110
110
|
|
111
|
-
unsigned int
|
111
|
+
HB_EXTERN unsigned int
|
112
112
|
hb_face_get_glyph_count (hb_face_t *face);
|
113
113
|
|
114
114
|
|
@@ -46,19 +46,19 @@ typedef struct hb_font_t hb_font_t;
|
|
46
46
|
|
47
47
|
typedef struct hb_font_funcs_t hb_font_funcs_t;
|
48
48
|
|
49
|
-
hb_font_funcs_t *
|
49
|
+
HB_EXTERN hb_font_funcs_t *
|
50
50
|
hb_font_funcs_create (void);
|
51
51
|
|
52
|
-
hb_font_funcs_t *
|
52
|
+
HB_EXTERN hb_font_funcs_t *
|
53
53
|
hb_font_funcs_get_empty (void);
|
54
54
|
|
55
|
-
hb_font_funcs_t *
|
55
|
+
HB_EXTERN hb_font_funcs_t *
|
56
56
|
hb_font_funcs_reference (hb_font_funcs_t *ffuncs);
|
57
57
|
|
58
|
-
void
|
58
|
+
HB_EXTERN void
|
59
59
|
hb_font_funcs_destroy (hb_font_funcs_t *ffuncs);
|
60
60
|
|
61
|
-
hb_bool_t
|
61
|
+
HB_EXTERN hb_bool_t
|
62
62
|
hb_font_funcs_set_user_data (hb_font_funcs_t *ffuncs,
|
63
63
|
hb_user_data_key_t *key,
|
64
64
|
void * data,
|
@@ -66,19 +66,37 @@ hb_font_funcs_set_user_data (hb_font_funcs_t *ffuncs,
|
|
66
66
|
hb_bool_t replace);
|
67
67
|
|
68
68
|
|
69
|
-
void *
|
69
|
+
HB_EXTERN void *
|
70
70
|
hb_font_funcs_get_user_data (hb_font_funcs_t *ffuncs,
|
71
71
|
hb_user_data_key_t *key);
|
72
72
|
|
73
73
|
|
74
|
-
void
|
74
|
+
HB_EXTERN void
|
75
75
|
hb_font_funcs_make_immutable (hb_font_funcs_t *ffuncs);
|
76
76
|
|
77
|
-
hb_bool_t
|
77
|
+
HB_EXTERN hb_bool_t
|
78
78
|
hb_font_funcs_is_immutable (hb_font_funcs_t *ffuncs);
|
79
79
|
|
80
80
|
|
81
|
-
/* glyph extents */
|
81
|
+
/* font and glyph extents */
|
82
|
+
|
83
|
+
/* Note that typically ascender is positive and descender negative in coordinate systems that grow up. */
|
84
|
+
typedef struct hb_font_extents_t
|
85
|
+
{
|
86
|
+
hb_position_t ascender; /* typographic ascender. */
|
87
|
+
hb_position_t descender; /* typographic descender. */
|
88
|
+
hb_position_t line_gap; /* suggested line spacing gap. */
|
89
|
+
/*< private >*/
|
90
|
+
hb_position_t reserved9;
|
91
|
+
hb_position_t reserved8;
|
92
|
+
hb_position_t reserved7;
|
93
|
+
hb_position_t reserved6;
|
94
|
+
hb_position_t reserved5;
|
95
|
+
hb_position_t reserved4;
|
96
|
+
hb_position_t reserved3;
|
97
|
+
hb_position_t reserved2;
|
98
|
+
hb_position_t reserved1;
|
99
|
+
} hb_font_extents_t;
|
82
100
|
|
83
101
|
/* Note that height is negative in coordinate systems that grow up. */
|
84
102
|
typedef struct hb_glyph_extents_t
|
@@ -89,13 +107,23 @@ typedef struct hb_glyph_extents_t
|
|
89
107
|
hb_position_t height; /* distance from top to bottom side. */
|
90
108
|
} hb_glyph_extents_t;
|
91
109
|
|
92
|
-
|
93
110
|
/* func types */
|
94
111
|
|
95
|
-
typedef hb_bool_t (*
|
96
|
-
|
97
|
-
|
98
|
-
|
112
|
+
typedef hb_bool_t (*hb_font_get_font_extents_func_t) (hb_font_t *font, void *font_data,
|
113
|
+
hb_font_extents_t *metrics,
|
114
|
+
void *user_data);
|
115
|
+
typedef hb_font_get_font_extents_func_t hb_font_get_font_h_extents_func_t;
|
116
|
+
typedef hb_font_get_font_extents_func_t hb_font_get_font_v_extents_func_t;
|
117
|
+
|
118
|
+
|
119
|
+
typedef hb_bool_t (*hb_font_get_nominal_glyph_func_t) (hb_font_t *font, void *font_data,
|
120
|
+
hb_codepoint_t unicode,
|
121
|
+
hb_codepoint_t *glyph,
|
122
|
+
void *user_data);
|
123
|
+
typedef hb_bool_t (*hb_font_get_variation_glyph_func_t) (hb_font_t *font, void *font_data,
|
124
|
+
hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
125
|
+
hb_codepoint_t *glyph,
|
126
|
+
void *user_data);
|
99
127
|
|
100
128
|
|
101
129
|
typedef hb_position_t (*hb_font_get_glyph_advance_func_t) (hb_font_t *font, void *font_data,
|
@@ -141,7 +169,39 @@ typedef hb_bool_t (*hb_font_get_glyph_from_name_func_t) (hb_font_t *font, void *
|
|
141
169
|
/* func setters */
|
142
170
|
|
143
171
|
/**
|
144
|
-
*
|
172
|
+
* hb_font_funcs_set_font_h_extents_func:
|
173
|
+
* @ffuncs: font functions.
|
174
|
+
* @func: (closure user_data) (destroy destroy) (scope notified):
|
175
|
+
* @user_data:
|
176
|
+
* @destroy:
|
177
|
+
*
|
178
|
+
*
|
179
|
+
*
|
180
|
+
* Since: 1.1.2
|
181
|
+
**/
|
182
|
+
HB_EXTERN void
|
183
|
+
hb_font_funcs_set_font_h_extents_func (hb_font_funcs_t *ffuncs,
|
184
|
+
hb_font_get_font_h_extents_func_t func,
|
185
|
+
void *user_data, hb_destroy_func_t destroy);
|
186
|
+
|
187
|
+
/**
|
188
|
+
* hb_font_funcs_set_font_v_extents_func:
|
189
|
+
* @ffuncs: font functions.
|
190
|
+
* @func: (closure user_data) (destroy destroy) (scope notified):
|
191
|
+
* @user_data:
|
192
|
+
* @destroy:
|
193
|
+
*
|
194
|
+
*
|
195
|
+
*
|
196
|
+
* Since: 1.1.2
|
197
|
+
**/
|
198
|
+
HB_EXTERN void
|
199
|
+
hb_font_funcs_set_font_v_extents_func (hb_font_funcs_t *ffuncs,
|
200
|
+
hb_font_get_font_v_extents_func_t func,
|
201
|
+
void *user_data, hb_destroy_func_t destroy);
|
202
|
+
|
203
|
+
/**
|
204
|
+
* hb_font_funcs_set_nominal_glyph_func:
|
145
205
|
* @ffuncs: font functions.
|
146
206
|
* @func: (closure user_data) (destroy destroy) (scope notified):
|
147
207
|
* @user_data:
|
@@ -149,12 +209,28 @@ typedef hb_bool_t (*hb_font_get_glyph_from_name_func_t) (hb_font_t *font, void *
|
|
149
209
|
*
|
150
210
|
*
|
151
211
|
*
|
152
|
-
* Since: 1.
|
212
|
+
* Since: 1.2.3
|
153
213
|
**/
|
154
|
-
void
|
155
|
-
|
156
|
-
|
157
|
-
|
214
|
+
HB_EXTERN void
|
215
|
+
hb_font_funcs_set_nominal_glyph_func (hb_font_funcs_t *ffuncs,
|
216
|
+
hb_font_get_nominal_glyph_func_t func,
|
217
|
+
void *user_data, hb_destroy_func_t destroy);
|
218
|
+
|
219
|
+
/**
|
220
|
+
* hb_font_funcs_set_variation_glyph_func:
|
221
|
+
* @ffuncs: font functions.
|
222
|
+
* @func: (closure user_data) (destroy destroy) (scope notified):
|
223
|
+
* @user_data:
|
224
|
+
* @destroy:
|
225
|
+
*
|
226
|
+
*
|
227
|
+
*
|
228
|
+
* Since: 1.2.3
|
229
|
+
**/
|
230
|
+
HB_EXTERN void
|
231
|
+
hb_font_funcs_set_variation_glyph_func (hb_font_funcs_t *ffuncs,
|
232
|
+
hb_font_get_variation_glyph_func_t func,
|
233
|
+
void *user_data, hb_destroy_func_t destroy);
|
158
234
|
|
159
235
|
/**
|
160
236
|
* hb_font_funcs_set_glyph_h_advance_func:
|
@@ -165,9 +241,9 @@ hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
|
|
165
241
|
*
|
166
242
|
*
|
167
243
|
*
|
168
|
-
* Since:
|
244
|
+
* Since: 0.9.2
|
169
245
|
**/
|
170
|
-
void
|
246
|
+
HB_EXTERN void
|
171
247
|
hb_font_funcs_set_glyph_h_advance_func (hb_font_funcs_t *ffuncs,
|
172
248
|
hb_font_get_glyph_h_advance_func_t func,
|
173
249
|
void *user_data, hb_destroy_func_t destroy);
|
@@ -181,9 +257,9 @@ hb_font_funcs_set_glyph_h_advance_func (hb_font_funcs_t *ffuncs,
|
|
181
257
|
*
|
182
258
|
*
|
183
259
|
*
|
184
|
-
* Since:
|
260
|
+
* Since: 0.9.2
|
185
261
|
**/
|
186
|
-
void
|
262
|
+
HB_EXTERN void
|
187
263
|
hb_font_funcs_set_glyph_v_advance_func (hb_font_funcs_t *ffuncs,
|
188
264
|
hb_font_get_glyph_v_advance_func_t func,
|
189
265
|
void *user_data, hb_destroy_func_t destroy);
|
@@ -197,9 +273,9 @@ hb_font_funcs_set_glyph_v_advance_func (hb_font_funcs_t *ffuncs,
|
|
197
273
|
*
|
198
274
|
*
|
199
275
|
*
|
200
|
-
* Since:
|
276
|
+
* Since: 0.9.2
|
201
277
|
**/
|
202
|
-
void
|
278
|
+
HB_EXTERN void
|
203
279
|
hb_font_funcs_set_glyph_h_origin_func (hb_font_funcs_t *ffuncs,
|
204
280
|
hb_font_get_glyph_h_origin_func_t func,
|
205
281
|
void *user_data, hb_destroy_func_t destroy);
|
@@ -213,9 +289,9 @@ hb_font_funcs_set_glyph_h_origin_func (hb_font_funcs_t *ffuncs,
|
|
213
289
|
*
|
214
290
|
*
|
215
291
|
*
|
216
|
-
* Since:
|
292
|
+
* Since: 0.9.2
|
217
293
|
**/
|
218
|
-
void
|
294
|
+
HB_EXTERN void
|
219
295
|
hb_font_funcs_set_glyph_v_origin_func (hb_font_funcs_t *ffuncs,
|
220
296
|
hb_font_get_glyph_v_origin_func_t func,
|
221
297
|
void *user_data, hb_destroy_func_t destroy);
|
@@ -229,9 +305,9 @@ hb_font_funcs_set_glyph_v_origin_func (hb_font_funcs_t *ffuncs,
|
|
229
305
|
*
|
230
306
|
*
|
231
307
|
*
|
232
|
-
* Since:
|
308
|
+
* Since: 0.9.2
|
233
309
|
**/
|
234
|
-
void
|
310
|
+
HB_EXTERN void
|
235
311
|
hb_font_funcs_set_glyph_h_kerning_func (hb_font_funcs_t *ffuncs,
|
236
312
|
hb_font_get_glyph_h_kerning_func_t func,
|
237
313
|
void *user_data, hb_destroy_func_t destroy);
|
@@ -245,9 +321,9 @@ hb_font_funcs_set_glyph_h_kerning_func (hb_font_funcs_t *ffuncs,
|
|
245
321
|
*
|
246
322
|
*
|
247
323
|
*
|
248
|
-
* Since:
|
324
|
+
* Since: 0.9.2
|
249
325
|
**/
|
250
|
-
void
|
326
|
+
HB_EXTERN void
|
251
327
|
hb_font_funcs_set_glyph_v_kerning_func (hb_font_funcs_t *ffuncs,
|
252
328
|
hb_font_get_glyph_v_kerning_func_t func,
|
253
329
|
void *user_data, hb_destroy_func_t destroy);
|
@@ -261,9 +337,9 @@ hb_font_funcs_set_glyph_v_kerning_func (hb_font_funcs_t *ffuncs,
|
|
261
337
|
*
|
262
338
|
*
|
263
339
|
*
|
264
|
-
* Since:
|
340
|
+
* Since: 0.9.2
|
265
341
|
**/
|
266
|
-
void
|
342
|
+
HB_EXTERN void
|
267
343
|
hb_font_funcs_set_glyph_extents_func (hb_font_funcs_t *ffuncs,
|
268
344
|
hb_font_get_glyph_extents_func_t func,
|
269
345
|
void *user_data, hb_destroy_func_t destroy);
|
@@ -277,9 +353,9 @@ hb_font_funcs_set_glyph_extents_func (hb_font_funcs_t *ffuncs,
|
|
277
353
|
*
|
278
354
|
*
|
279
355
|
*
|
280
|
-
* Since:
|
356
|
+
* Since: 0.9.2
|
281
357
|
**/
|
282
|
-
void
|
358
|
+
HB_EXTERN void
|
283
359
|
hb_font_funcs_set_glyph_contour_point_func (hb_font_funcs_t *ffuncs,
|
284
360
|
hb_font_get_glyph_contour_point_func_t func,
|
285
361
|
void *user_data, hb_destroy_func_t destroy);
|
@@ -295,7 +371,7 @@ hb_font_funcs_set_glyph_contour_point_func (hb_font_funcs_t *ffuncs,
|
|
295
371
|
*
|
296
372
|
* Since: 0.9.2
|
297
373
|
**/
|
298
|
-
void
|
374
|
+
HB_EXTERN void
|
299
375
|
hb_font_funcs_set_glyph_name_func (hb_font_funcs_t *ffuncs,
|
300
376
|
hb_font_get_glyph_name_func_t func,
|
301
377
|
void *user_data, hb_destroy_func_t destroy);
|
@@ -311,57 +387,67 @@ hb_font_funcs_set_glyph_name_func (hb_font_funcs_t *ffuncs,
|
|
311
387
|
*
|
312
388
|
* Since: 0.9.2
|
313
389
|
**/
|
314
|
-
void
|
390
|
+
HB_EXTERN void
|
315
391
|
hb_font_funcs_set_glyph_from_name_func (hb_font_funcs_t *ffuncs,
|
316
392
|
hb_font_get_glyph_from_name_func_t func,
|
317
393
|
void *user_data, hb_destroy_func_t destroy);
|
318
394
|
|
319
|
-
|
320
395
|
/* func dispatch */
|
321
396
|
|
322
|
-
hb_bool_t
|
323
|
-
|
324
|
-
|
325
|
-
|
397
|
+
HB_EXTERN hb_bool_t
|
398
|
+
hb_font_get_h_extents (hb_font_t *font,
|
399
|
+
hb_font_extents_t *extents);
|
400
|
+
HB_EXTERN hb_bool_t
|
401
|
+
hb_font_get_v_extents (hb_font_t *font,
|
402
|
+
hb_font_extents_t *extents);
|
326
403
|
|
327
|
-
|
404
|
+
HB_EXTERN hb_bool_t
|
405
|
+
hb_font_get_nominal_glyph (hb_font_t *font,
|
406
|
+
hb_codepoint_t unicode,
|
407
|
+
hb_codepoint_t *glyph);
|
408
|
+
HB_EXTERN hb_bool_t
|
409
|
+
hb_font_get_variation_glyph (hb_font_t *font,
|
410
|
+
hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
411
|
+
hb_codepoint_t *glyph);
|
412
|
+
|
413
|
+
HB_EXTERN hb_position_t
|
328
414
|
hb_font_get_glyph_h_advance (hb_font_t *font,
|
329
415
|
hb_codepoint_t glyph);
|
330
|
-
hb_position_t
|
416
|
+
HB_EXTERN hb_position_t
|
331
417
|
hb_font_get_glyph_v_advance (hb_font_t *font,
|
332
418
|
hb_codepoint_t glyph);
|
333
419
|
|
334
|
-
hb_bool_t
|
420
|
+
HB_EXTERN hb_bool_t
|
335
421
|
hb_font_get_glyph_h_origin (hb_font_t *font,
|
336
422
|
hb_codepoint_t glyph,
|
337
423
|
hb_position_t *x, hb_position_t *y);
|
338
|
-
hb_bool_t
|
424
|
+
HB_EXTERN hb_bool_t
|
339
425
|
hb_font_get_glyph_v_origin (hb_font_t *font,
|
340
426
|
hb_codepoint_t glyph,
|
341
427
|
hb_position_t *x, hb_position_t *y);
|
342
428
|
|
343
|
-
hb_position_t
|
429
|
+
HB_EXTERN hb_position_t
|
344
430
|
hb_font_get_glyph_h_kerning (hb_font_t *font,
|
345
431
|
hb_codepoint_t left_glyph, hb_codepoint_t right_glyph);
|
346
|
-
hb_position_t
|
432
|
+
HB_EXTERN hb_position_t
|
347
433
|
hb_font_get_glyph_v_kerning (hb_font_t *font,
|
348
434
|
hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph);
|
349
435
|
|
350
|
-
hb_bool_t
|
436
|
+
HB_EXTERN hb_bool_t
|
351
437
|
hb_font_get_glyph_extents (hb_font_t *font,
|
352
438
|
hb_codepoint_t glyph,
|
353
439
|
hb_glyph_extents_t *extents);
|
354
440
|
|
355
|
-
hb_bool_t
|
441
|
+
HB_EXTERN hb_bool_t
|
356
442
|
hb_font_get_glyph_contour_point (hb_font_t *font,
|
357
443
|
hb_codepoint_t glyph, unsigned int point_index,
|
358
444
|
hb_position_t *x, hb_position_t *y);
|
359
445
|
|
360
|
-
hb_bool_t
|
446
|
+
HB_EXTERN hb_bool_t
|
361
447
|
hb_font_get_glyph_name (hb_font_t *font,
|
362
448
|
hb_codepoint_t glyph,
|
363
449
|
char *name, unsigned int size);
|
364
|
-
hb_bool_t
|
450
|
+
HB_EXTERN hb_bool_t
|
365
451
|
hb_font_get_glyph_from_name (hb_font_t *font,
|
366
452
|
const char *name, int len, /* -1 means nul-terminated */
|
367
453
|
hb_codepoint_t *glyph);
|
@@ -369,52 +455,63 @@ hb_font_get_glyph_from_name (hb_font_t *font,
|
|
369
455
|
|
370
456
|
/* high-level funcs, with fallback */
|
371
457
|
|
372
|
-
|
458
|
+
/* Calls either hb_font_get_nominal_glyph() if variation_selector is 0,
|
459
|
+
* otherwise callse hb_font_get_variation_glyph(). */
|
460
|
+
HB_EXTERN hb_bool_t
|
461
|
+
hb_font_get_glyph (hb_font_t *font,
|
462
|
+
hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
463
|
+
hb_codepoint_t *glyph);
|
464
|
+
|
465
|
+
HB_EXTERN void
|
466
|
+
hb_font_get_extents_for_direction (hb_font_t *font,
|
467
|
+
hb_direction_t direction,
|
468
|
+
hb_font_extents_t *extents);
|
469
|
+
HB_EXTERN void
|
373
470
|
hb_font_get_glyph_advance_for_direction (hb_font_t *font,
|
374
471
|
hb_codepoint_t glyph,
|
375
472
|
hb_direction_t direction,
|
376
473
|
hb_position_t *x, hb_position_t *y);
|
377
|
-
void
|
474
|
+
HB_EXTERN void
|
378
475
|
hb_font_get_glyph_origin_for_direction (hb_font_t *font,
|
379
476
|
hb_codepoint_t glyph,
|
380
477
|
hb_direction_t direction,
|
381
478
|
hb_position_t *x, hb_position_t *y);
|
382
|
-
void
|
479
|
+
HB_EXTERN void
|
383
480
|
hb_font_add_glyph_origin_for_direction (hb_font_t *font,
|
384
481
|
hb_codepoint_t glyph,
|
385
482
|
hb_direction_t direction,
|
386
483
|
hb_position_t *x, hb_position_t *y);
|
387
|
-
void
|
484
|
+
HB_EXTERN void
|
388
485
|
hb_font_subtract_glyph_origin_for_direction (hb_font_t *font,
|
389
486
|
hb_codepoint_t glyph,
|
390
487
|
hb_direction_t direction,
|
391
488
|
hb_position_t *x, hb_position_t *y);
|
392
489
|
|
393
|
-
void
|
490
|
+
HB_EXTERN void
|
394
491
|
hb_font_get_glyph_kerning_for_direction (hb_font_t *font,
|
395
492
|
hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
|
396
493
|
hb_direction_t direction,
|
397
494
|
hb_position_t *x, hb_position_t *y);
|
398
495
|
|
399
|
-
hb_bool_t
|
496
|
+
HB_EXTERN hb_bool_t
|
400
497
|
hb_font_get_glyph_extents_for_origin (hb_font_t *font,
|
401
498
|
hb_codepoint_t glyph,
|
402
499
|
hb_direction_t direction,
|
403
500
|
hb_glyph_extents_t *extents);
|
404
501
|
|
405
|
-
hb_bool_t
|
502
|
+
HB_EXTERN hb_bool_t
|
406
503
|
hb_font_get_glyph_contour_point_for_origin (hb_font_t *font,
|
407
504
|
hb_codepoint_t glyph, unsigned int point_index,
|
408
505
|
hb_direction_t direction,
|
409
506
|
hb_position_t *x, hb_position_t *y);
|
410
507
|
|
411
508
|
/* Generates gidDDD if glyph has no name. */
|
412
|
-
void
|
509
|
+
HB_EXTERN void
|
413
510
|
hb_font_glyph_to_string (hb_font_t *font,
|
414
511
|
hb_codepoint_t glyph,
|
415
512
|
char *s, unsigned int size);
|
416
513
|
/* Parses gidDDD and uniUUUU strings automatically. */
|
417
|
-
hb_bool_t
|
514
|
+
HB_EXTERN hb_bool_t
|
418
515
|
hb_font_glyph_from_string (hb_font_t *font,
|
419
516
|
const char *s, int len, /* -1 means nul-terminated */
|
420
517
|
hb_codepoint_t *glyph);
|
@@ -426,22 +523,22 @@ hb_font_glyph_from_string (hb_font_t *font,
|
|
426
523
|
|
427
524
|
/* Fonts are very light-weight objects */
|
428
525
|
|
429
|
-
hb_font_t *
|
526
|
+
HB_EXTERN hb_font_t *
|
430
527
|
hb_font_create (hb_face_t *face);
|
431
528
|
|
432
|
-
hb_font_t *
|
529
|
+
HB_EXTERN hb_font_t *
|
433
530
|
hb_font_create_sub_font (hb_font_t *parent);
|
434
531
|
|
435
|
-
hb_font_t *
|
532
|
+
HB_EXTERN hb_font_t *
|
436
533
|
hb_font_get_empty (void);
|
437
534
|
|
438
|
-
hb_font_t *
|
535
|
+
HB_EXTERN hb_font_t *
|
439
536
|
hb_font_reference (hb_font_t *font);
|
440
537
|
|
441
|
-
void
|
538
|
+
HB_EXTERN void
|
442
539
|
hb_font_destroy (hb_font_t *font);
|
443
540
|
|
444
|
-
hb_bool_t
|
541
|
+
HB_EXTERN hb_bool_t
|
445
542
|
hb_font_set_user_data (hb_font_t *font,
|
446
543
|
hb_user_data_key_t *key,
|
447
544
|
void * data,
|
@@ -449,42 +546,46 @@ hb_font_set_user_data (hb_font_t *font,
|
|
449
546
|
hb_bool_t replace);
|
450
547
|
|
451
548
|
|
452
|
-
void *
|
549
|
+
HB_EXTERN void *
|
453
550
|
hb_font_get_user_data (hb_font_t *font,
|
454
551
|
hb_user_data_key_t *key);
|
455
552
|
|
456
|
-
void
|
553
|
+
HB_EXTERN void
|
457
554
|
hb_font_make_immutable (hb_font_t *font);
|
458
555
|
|
459
|
-
hb_bool_t
|
556
|
+
HB_EXTERN hb_bool_t
|
460
557
|
hb_font_is_immutable (hb_font_t *font);
|
461
558
|
|
462
|
-
|
559
|
+
HB_EXTERN void
|
560
|
+
hb_font_set_parent (hb_font_t *font,
|
561
|
+
hb_font_t *parent);
|
562
|
+
|
563
|
+
HB_EXTERN hb_font_t *
|
463
564
|
hb_font_get_parent (hb_font_t *font);
|
464
565
|
|
465
|
-
hb_face_t *
|
566
|
+
HB_EXTERN hb_face_t *
|
466
567
|
hb_font_get_face (hb_font_t *font);
|
467
568
|
|
468
569
|
|
469
|
-
void
|
570
|
+
HB_EXTERN void
|
470
571
|
hb_font_set_funcs (hb_font_t *font,
|
471
572
|
hb_font_funcs_t *klass,
|
472
573
|
void *font_data,
|
473
574
|
hb_destroy_func_t destroy);
|
474
575
|
|
475
576
|
/* Be *very* careful with this function! */
|
476
|
-
void
|
577
|
+
HB_EXTERN void
|
477
578
|
hb_font_set_funcs_data (hb_font_t *font,
|
478
579
|
void *font_data,
|
479
580
|
hb_destroy_func_t destroy);
|
480
581
|
|
481
582
|
|
482
|
-
void
|
583
|
+
HB_EXTERN void
|
483
584
|
hb_font_set_scale (hb_font_t *font,
|
484
585
|
int x_scale,
|
485
586
|
int y_scale);
|
486
587
|
|
487
|
-
void
|
588
|
+
HB_EXTERN void
|
488
589
|
hb_font_get_scale (hb_font_t *font,
|
489
590
|
int *x_scale,
|
490
591
|
int *y_scale);
|
@@ -492,12 +593,12 @@ hb_font_get_scale (hb_font_t *font,
|
|
492
593
|
/*
|
493
594
|
* A zero value means "no hinting in that direction"
|
494
595
|
*/
|
495
|
-
void
|
596
|
+
HB_EXTERN void
|
496
597
|
hb_font_set_ppem (hb_font_t *font,
|
497
598
|
unsigned int x_ppem,
|
498
599
|
unsigned int y_ppem);
|
499
600
|
|
500
|
-
void
|
601
|
+
HB_EXTERN void
|
501
602
|
hb_font_get_ppem (hb_font_t *font,
|
502
603
|
unsigned int *x_ppem,
|
503
604
|
unsigned int *y_ppem);
|