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
@@ -5,7 +5,7 @@
|
|
5
5
|
<title>hb-icu: HarfBuzz Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-glib.html" title="hb-glib">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ft.html" title="hb-ft">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<a href="#harfbuzz-hb-icu.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
23
|
<td><a accesskey="p" href="harfbuzz-hb-glib.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-ft.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -0,0 +1,76 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>hb-ot-font: HarfBuzz Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
|
+
<link rel="prev" href="harfbuzz-hb-ot-tag.html" title="hb-ot-tag">
|
10
|
+
<link rel="next" href="harfbuzz-hb-ot-shape.html" title="hb-ot-shape">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#harfbuzz-hb-ot-font.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-ot-font.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
|
+
</td>
|
21
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="harfbuzz-hb-ot-tag.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="harfbuzz-hb-ot-shape.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
26
|
+
<div class="refentry">
|
27
|
+
<a name="harfbuzz-hb-ot-font"></a><div class="titlepage"></div>
|
28
|
+
<div class="refnamediv"><table width="100%"><tr>
|
29
|
+
<td valign="top">
|
30
|
+
<h2><span class="refentrytitle"><a name="harfbuzz-hb-ot-font.top_of_page"></a>hb-ot-font</span></h2>
|
31
|
+
<p>hb-ot-font</p>
|
32
|
+
</td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
|
+
</tr></table></div>
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="harfbuzz-hb-ot-font.functions"></a><h2>Functions</h2>
|
37
|
+
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<colgroup>
|
39
|
+
<col width="150px" class="functions_return">
|
40
|
+
<col class="functions_name">
|
41
|
+
</colgroup>
|
42
|
+
<tbody><tr>
|
43
|
+
<td class="function_type">
|
44
|
+
<span class="returnvalue">void</span>
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="harfbuzz-hb-ot-font.html#hb-ot-font-set-funcs" title="hb_ot_font_set_funcs ()">hb_ot_font_set_funcs</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr></tbody>
|
50
|
+
</table></div>
|
51
|
+
</div>
|
52
|
+
<div class="refsect1">
|
53
|
+
<a name="harfbuzz-hb-ot-font.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
54
|
+
<pre class="screen">
|
55
|
+
</pre>
|
56
|
+
</div>
|
57
|
+
<div class="refsect1">
|
58
|
+
<a name="harfbuzz-hb-ot-font.description"></a><h2>Description</h2>
|
59
|
+
</div>
|
60
|
+
<div class="refsect1">
|
61
|
+
<a name="harfbuzz-hb-ot-font.functions_details"></a><h2>Functions</h2>
|
62
|
+
<div class="refsect2">
|
63
|
+
<a name="hb-ot-font-set-funcs"></a><h3>hb_ot_font_set_funcs ()</h3>
|
64
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
65
|
+
hb_ot_font_set_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
|
66
|
+
<p class="since">Since 0.9.28</p>
|
67
|
+
</div>
|
68
|
+
</div>
|
69
|
+
<div class="refsect1">
|
70
|
+
<a name="harfbuzz-hb-ot-font.other_details"></a><h2>Types and Values</h2>
|
71
|
+
</div>
|
72
|
+
</div>
|
73
|
+
<div class="footer">
|
74
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
75
|
+
</body>
|
76
|
+
</html>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<title>hb-ot-layout: HarfBuzz Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-ot.html" title="hb-ot">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ot-tag.html" title="hb-ot-tag">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<a href="#harfbuzz-hb-ot-layout.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
23
|
<td><a accesskey="p" href="harfbuzz-hb-ot.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-ot-tag.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -239,6 +239,14 @@
|
|
239
239
|
<a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-shape-plan-collect-lookups" title="hb_ot_shape_plan_collect_lookups ()">hb_ot_shape_plan_collect_lookups</a> <span class="c_punctuation">()</span>
|
240
240
|
</td>
|
241
241
|
</tr>
|
242
|
+
<tr>
|
243
|
+
<td class="function_type">
|
244
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
245
|
+
</td>
|
246
|
+
<td class="function_name">
|
247
|
+
<a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-language-get-required-feature-index" title="hb_ot_layout_language_get_required_feature_index ()">hb_ot_layout_language_get_required_feature_index</a> <span class="c_punctuation">()</span>
|
248
|
+
</td>
|
249
|
+
</tr>
|
242
250
|
</tbody>
|
243
251
|
</table></div>
|
244
252
|
</div>
|
@@ -275,6 +283,10 @@
|
|
275
283
|
<td class="function_name"><a class="link" href="harfbuzz-hb-ot-layout.html#HB-OT-TAG-GSUB:CAPS" title="HB_OT_TAG_GSUB">HB_OT_TAG_GSUB</a></td>
|
276
284
|
</tr>
|
277
285
|
<tr>
|
286
|
+
<td class="define_keyword">#define</td>
|
287
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-ot-layout.html#HB-OT-TAG-JSTF:CAPS" title="HB_OT_TAG_JSTF">HB_OT_TAG_JSTF</a></td>
|
288
|
+
</tr>
|
289
|
+
<tr>
|
278
290
|
<td class="datatype_keyword">enum</td>
|
279
291
|
<td class="function_name"><a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-glyph-class-t" title="enum hb_ot_layout_glyph_class_t">hb_ot_layout_glyph_class_t</a></td>
|
280
292
|
</tr>
|
@@ -301,6 +313,7 @@ hb_ot_layout_collect_lookups (<em class="parameter"><code><a class="link" href="
|
|
301
313
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *languages</code></em>,
|
302
314
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *features</code></em>,
|
303
315
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *lookup_indexes</code></em>);</pre>
|
316
|
+
<p class="since">Since 0.9.8</p>
|
304
317
|
</div>
|
305
318
|
<hr>
|
306
319
|
<div class="refsect2">
|
@@ -312,6 +325,7 @@ hb_ot_layout_feature_get_lookups (<em class="parameter"><code><a class="link" hr
|
|
312
325
|
<em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
|
313
326
|
<em class="parameter"><code>unsigned <span class="type">int</span> *lookup_count</code></em>,
|
314
327
|
<em class="parameter"><code>unsigned <span class="type">int</span> *lookup_indexes</code></em>);</pre>
|
328
|
+
<p class="since">Since 0.9.7</p>
|
315
329
|
</div>
|
316
330
|
<hr>
|
317
331
|
<div class="refsect2">
|
@@ -329,6 +343,7 @@ hb_ot_layout_get_attach_points (<em class="parameter"><code><a class="link" href
|
|
329
343
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-glyph-class-t" title="enum hb_ot_layout_glyph_class_t"><span class="returnvalue">hb_ot_layout_glyph_class_t</span></a>
|
330
344
|
hb_ot_layout_get_glyph_class (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
331
345
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
|
346
|
+
<p class="since">Since 0.9.7</p>
|
332
347
|
</div>
|
333
348
|
<hr>
|
334
349
|
<div class="refsect2">
|
@@ -337,6 +352,7 @@ hb_ot_layout_get_glyph_class (<em class="parameter"><code><a class="link" href="
|
|
337
352
|
hb_ot_layout_get_glyphs_in_class (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
338
353
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-glyph-class-t" title="enum hb_ot_layout_glyph_class_t"><span class="type">hb_ot_layout_glyph_class_t</span></a> klass</code></em>,
|
339
354
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs</code></em>);</pre>
|
355
|
+
<p class="since">Since 0.9.7</p>
|
340
356
|
</div>
|
341
357
|
<hr>
|
342
358
|
<div class="refsect2">
|
@@ -359,6 +375,7 @@ hb_ot_layout_get_size_params (<em class="parameter"><code><a class="link" href="
|
|
359
375
|
<em class="parameter"><code>unsigned <span class="type">int</span> *subfamily_name_id</code></em>,
|
360
376
|
<em class="parameter"><code>unsigned <span class="type">int</span> *range_start</code></em>,
|
361
377
|
<em class="parameter"><code>unsigned <span class="type">int</span> *range_end</code></em>);</pre>
|
378
|
+
<p class="since">Since 0.9.10</p>
|
362
379
|
</div>
|
363
380
|
<hr>
|
364
381
|
<div class="refsect2">
|
@@ -436,6 +453,7 @@ hb_ot_layout_language_get_required_feature
|
|
436
453
|
<em class="parameter"><code>unsigned <span class="type">int</span> language_index</code></em>,
|
437
454
|
<em class="parameter"><code>unsigned <span class="type">int</span> *feature_index</code></em>,
|
438
455
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *feature_tag</code></em>);</pre>
|
456
|
+
<p class="since">Since 0.9.30</p>
|
439
457
|
</div>
|
440
458
|
<hr>
|
441
459
|
<div class="refsect2">
|
@@ -448,6 +466,7 @@ hb_ot_layout_lookup_collect_glyphs (<em class="parameter"><code><a class="link"
|
|
448
466
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs_input</code></em>,
|
449
467
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs_after</code></em>,
|
450
468
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs_output</code></em>);</pre>
|
469
|
+
<p class="since">Since 0.9.7</p>
|
451
470
|
</div>
|
452
471
|
<hr>
|
453
472
|
<div class="refsect2">
|
@@ -457,6 +476,7 @@ hb_ot_layout_lookup_substitute_closure
|
|
457
476
|
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
458
477
|
<em class="parameter"><code>unsigned <span class="type">int</span> lookup_index</code></em>,
|
459
478
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs</code></em>);</pre>
|
479
|
+
<p class="since">Since 0.9.7</p>
|
460
480
|
</div>
|
461
481
|
<hr>
|
462
482
|
<div class="refsect2">
|
@@ -467,6 +487,7 @@ hb_ot_layout_lookup_would_substitute (<em class="parameter"><code><a class="link
|
|
467
487
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyphs</code></em>,
|
468
488
|
<em class="parameter"><code>unsigned <span class="type">int</span> glyphs_length</code></em>,
|
469
489
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="type">hb_bool_t</span></a> zero_context</code></em>);</pre>
|
490
|
+
<p class="since">Since 0.9.7</p>
|
470
491
|
</div>
|
471
492
|
<hr>
|
472
493
|
<div class="refsect2">
|
@@ -534,6 +555,7 @@ hb_ot_layout_table_get_script_tags (<em class="parameter"><code><a class="link"
|
|
534
555
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
535
556
|
hb_ot_layout_table_get_lookup_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
536
557
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>);</pre>
|
558
|
+
<p class="since">Since 0.9.22</p>
|
537
559
|
</div>
|
538
560
|
<hr>
|
539
561
|
<div class="refsect2">
|
@@ -542,6 +564,18 @@ hb_ot_layout_table_get_lookup_count (<em class="parameter"><code><a class="link"
|
|
542
564
|
hb_ot_shape_plan_collect_lookups (<em class="parameter"><code><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="type">hb_shape_plan_t</span></a> *shape_plan</code></em>,
|
543
565
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
|
544
566
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *lookup_indexes</code></em>);</pre>
|
567
|
+
<p class="since">Since 0.9.7</p>
|
568
|
+
</div>
|
569
|
+
<hr>
|
570
|
+
<div class="refsect2">
|
571
|
+
<a name="hb-ot-layout-language-get-required-feature-index"></a><h3>hb_ot_layout_language_get_required_feature_index ()</h3>
|
572
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
573
|
+
hb_ot_layout_language_get_required_feature_index
|
574
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
575
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
|
576
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> script_index</code></em>,
|
577
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> language_index</code></em>,
|
578
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> *feature_index</code></em>);</pre>
|
545
579
|
</div>
|
546
580
|
</div>
|
547
581
|
<div class="refsect1">
|
@@ -583,9 +617,15 @@ hb_ot_shape_plan_collect_lookups (<em class="parameter"><code><a class="link" hr
|
|
583
617
|
</div>
|
584
618
|
<hr>
|
585
619
|
<div class="refsect2">
|
620
|
+
<a name="HB-OT-TAG-JSTF:CAPS"></a><h3>HB_OT_TAG_JSTF</h3>
|
621
|
+
<pre class="programlisting">#define HB_OT_TAG_JSTF HB_TAG('J','S','T','F')
|
622
|
+
</pre>
|
623
|
+
</div>
|
624
|
+
<hr>
|
625
|
+
<div class="refsect2">
|
586
626
|
<a name="hb-ot-layout-glyph-class-t"></a><h3>enum hb_ot_layout_glyph_class_t</h3>
|
587
627
|
<div class="refsect3">
|
588
|
-
<a name="id-1.3.
|
628
|
+
<a name="id-1.3.3.14.8.9.3"></a><h4>Members</h4>
|
589
629
|
<div class="informaltable"><table width="100%" border="0">
|
590
630
|
<colgroup>
|
591
631
|
<col width="300px" class="enum_members_name">
|
@@ -0,0 +1,80 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>hb-ot-shape: HarfBuzz Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
|
+
<link rel="prev" href="harfbuzz-hb-ot-font.html" title="hb-ot-font">
|
10
|
+
<link rel="next" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#harfbuzz-hb-ot-shape.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-ot-shape.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
|
+
</td>
|
21
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="harfbuzz-hb-ot-font.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="harfbuzz-hb-shape-plan.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
26
|
+
<div class="refentry">
|
27
|
+
<a name="harfbuzz-hb-ot-shape"></a><div class="titlepage"></div>
|
28
|
+
<div class="refnamediv"><table width="100%"><tr>
|
29
|
+
<td valign="top">
|
30
|
+
<h2><span class="refentrytitle"><a name="harfbuzz-hb-ot-shape.top_of_page"></a>hb-ot-shape</span></h2>
|
31
|
+
<p>hb-ot-shape</p>
|
32
|
+
</td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
|
+
</tr></table></div>
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="harfbuzz-hb-ot-shape.functions"></a><h2>Functions</h2>
|
37
|
+
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<colgroup>
|
39
|
+
<col width="150px" class="functions_return">
|
40
|
+
<col class="functions_name">
|
41
|
+
</colgroup>
|
42
|
+
<tbody><tr>
|
43
|
+
<td class="function_type">
|
44
|
+
<span class="returnvalue">void</span>
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="harfbuzz-hb-ot-shape.html#hb-ot-shape-glyphs-closure" title="hb_ot_shape_glyphs_closure ()">hb_ot_shape_glyphs_closure</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr></tbody>
|
50
|
+
</table></div>
|
51
|
+
</div>
|
52
|
+
<div class="refsect1">
|
53
|
+
<a name="harfbuzz-hb-ot-shape.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
54
|
+
<pre class="screen">
|
55
|
+
</pre>
|
56
|
+
</div>
|
57
|
+
<div class="refsect1">
|
58
|
+
<a name="harfbuzz-hb-ot-shape.description"></a><h2>Description</h2>
|
59
|
+
</div>
|
60
|
+
<div class="refsect1">
|
61
|
+
<a name="harfbuzz-hb-ot-shape.functions_details"></a><h2>Functions</h2>
|
62
|
+
<div class="refsect2">
|
63
|
+
<a name="hb-ot-shape-glyphs-closure"></a><h3>hb_ot_shape_glyphs_closure ()</h3>
|
64
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
65
|
+
hb_ot_shape_glyphs_closure (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
|
66
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
67
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *features</code></em>,
|
68
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> num_features</code></em>,
|
69
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs</code></em>);</pre>
|
70
|
+
<p class="since">Since 0.9.2</p>
|
71
|
+
</div>
|
72
|
+
</div>
|
73
|
+
<div class="refsect1">
|
74
|
+
<a name="harfbuzz-hb-ot-shape.other_details"></a><h2>Types and Values</h2>
|
75
|
+
</div>
|
76
|
+
</div>
|
77
|
+
<div class="footer">
|
78
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
79
|
+
</body>
|
80
|
+
</html>
|
@@ -5,9 +5,9 @@
|
|
5
5
|
<title>hb-ot-tag: HarfBuzz Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">
|
10
|
-
<link rel="next" href="harfbuzz-hb-
|
10
|
+
<link rel="next" href="harfbuzz-hb-ot-font.html" title="hb-ot-font">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -19,9 +19,9 @@
|
|
19
19
|
<a href="#harfbuzz-hb-ot-tag.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
23
|
<td><a accesskey="p" href="harfbuzz-hb-ot-layout.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
-
<td><a accesskey="n" href="harfbuzz-hb-
|
24
|
+
<td><a accesskey="n" href="harfbuzz-hb-ot-font.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
26
26
|
<div class="refentry">
|
27
27
|
<a name="harfbuzz-hb-ot-tag"></a><div class="titlepage"></div>
|
@@ -115,11 +115,11 @@ hb_ot_tag_from_language (<em class="parameter"><code><a class="link" href="harfb
|
|
115
115
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
|
116
116
|
hb_ot_tag_to_language (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> tag</code></em>);</pre>
|
117
117
|
<div class="refsect3">
|
118
|
-
<a name="id-1.3.
|
118
|
+
<a name="id-1.3.3.15.7.3.4"></a><h4>Returns</h4>
|
119
119
|
<p>. </p>
|
120
120
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
121
121
|
</div>
|
122
|
-
<p class="since">Since
|
122
|
+
<p class="since">Since 0.9.2</p>
|
123
123
|
</div>
|
124
124
|
<hr>
|
125
125
|
<div class="refsect2">
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<title>hb-ot: HarfBuzz Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-set.html" title="hb-set">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<a href="#harfbuzz-hb-ot.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
23
|
<td><a accesskey="p" href="harfbuzz-hb-set.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-ot-layout.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<title>hb-set: HarfBuzz Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-deprecated.html" title="hb-deprecated">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ot.html" title="hb-ot">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<a href="#harfbuzz-hb-set.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
23
|
<td><a accesskey="p" href="harfbuzz-hb-deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-ot.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -290,7 +290,7 @@
|
|
290
290
|
hb_set_add (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
291
291
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> codepoint</code></em>);</pre>
|
292
292
|
<div class="refsect3">
|
293
|
-
<a name="id-1.3.
|
293
|
+
<a name="id-1.3.3.12.8.3.4"></a><h4>Parameters</h4>
|
294
294
|
<div class="informaltable"><table width="100%" border="0">
|
295
295
|
<colgroup>
|
296
296
|
<col width="150px" class="parameters_name">
|
@@ -314,7 +314,7 @@ hb_set_add_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
314
314
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> first</code></em>,
|
315
315
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> last</code></em>);</pre>
|
316
316
|
<div class="refsect3">
|
317
|
-
<a name="id-1.3.
|
317
|
+
<a name="id-1.3.3.12.8.4.4"></a><h4>Parameters</h4>
|
318
318
|
<div class="informaltable"><table width="100%" border="0">
|
319
319
|
<colgroup>
|
320
320
|
<col width="150px" class="parameters_name">
|
@@ -336,7 +336,7 @@ hb_set_add_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
336
336
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
337
337
|
hb_set_allocation_successful (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
338
338
|
<div class="refsect3">
|
339
|
-
<a name="id-1.3.
|
339
|
+
<a name="id-1.3.3.12.8.5.4"></a><h4>Parameters</h4>
|
340
340
|
<div class="informaltable"><table width="100%" border="0">
|
341
341
|
<colgroup>
|
342
342
|
<col width="150px" class="parameters_name">
|
@@ -351,7 +351,7 @@ hb_set_allocation_successful (<em class="parameter"><code>const <a class="link"
|
|
351
351
|
</table></div>
|
352
352
|
</div>
|
353
353
|
<div class="refsect3">
|
354
|
-
<a name="id-1.3.
|
354
|
+
<a name="id-1.3.3.12.8.5.5"></a><h4>Returns</h4>
|
355
355
|
<p></p>
|
356
356
|
</div>
|
357
357
|
<p class="since">Since 0.9.2</p>
|
@@ -362,7 +362,7 @@ hb_set_allocation_successful (<em class="parameter"><code>const <a class="link"
|
|
362
362
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
363
363
|
hb_set_clear (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
364
364
|
<div class="refsect3">
|
365
|
-
<a name="id-1.3.
|
365
|
+
<a name="id-1.3.3.12.8.6.4"></a><h4>Parameters</h4>
|
366
366
|
<div class="informaltable"><table width="100%" border="0">
|
367
367
|
<colgroup>
|
368
368
|
<col width="150px" class="parameters_name">
|
@@ -391,7 +391,7 @@ hb_set_create (<em class="parameter"><code><span class="type">void</span></code>
|
|
391
391
|
hb_set_del (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
392
392
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> codepoint</code></em>);</pre>
|
393
393
|
<div class="refsect3">
|
394
|
-
<a name="id-1.3.
|
394
|
+
<a name="id-1.3.3.12.8.8.4"></a><h4>Parameters</h4>
|
395
395
|
<div class="informaltable"><table width="100%" border="0">
|
396
396
|
<colgroup>
|
397
397
|
<col width="150px" class="parameters_name">
|
@@ -415,7 +415,7 @@ hb_set_del_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
415
415
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> first</code></em>,
|
416
416
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> last</code></em>);</pre>
|
417
417
|
<div class="refsect3">
|
418
|
-
<a name="id-1.3.
|
418
|
+
<a name="id-1.3.3.12.8.9.4"></a><h4>Parameters</h4>
|
419
419
|
<div class="informaltable"><table width="100%" border="0">
|
420
420
|
<colgroup>
|
421
421
|
<col width="150px" class="parameters_name">
|
@@ -437,7 +437,7 @@ hb_set_del_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
437
437
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
438
438
|
hb_set_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
439
439
|
<div class="refsect3">
|
440
|
-
<a name="id-1.3.
|
440
|
+
<a name="id-1.3.3.12.8.10.4"></a><h4>Parameters</h4>
|
441
441
|
<div class="informaltable"><table width="100%" border="0">
|
442
442
|
<colgroup>
|
443
443
|
<col width="150px" class="parameters_name">
|
@@ -459,7 +459,7 @@ hb_set_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-se
|
|
459
459
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
460
460
|
hb_set_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
461
461
|
<div class="refsect3">
|
462
|
-
<a name="id-1.3.
|
462
|
+
<a name="id-1.3.3.12.8.11.4"></a><h4>Returns</h4>
|
463
463
|
<p>. </p>
|
464
464
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
465
465
|
</div>
|
@@ -472,7 +472,7 @@ hb_set_get_empty (<em class="parameter"><code><span class="type">void</span></co
|
|
472
472
|
hb_set_get_max (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
473
473
|
<p>Finds the maximum number in the set.</p>
|
474
474
|
<div class="refsect3">
|
475
|
-
<a name="id-1.3.
|
475
|
+
<a name="id-1.3.3.12.8.12.5"></a><h4>Parameters</h4>
|
476
476
|
<div class="informaltable"><table width="100%" border="0">
|
477
477
|
<colgroup>
|
478
478
|
<col width="150px" class="parameters_name">
|
@@ -487,7 +487,7 @@ hb_set_get_max (<em class="parameter"><code>const <a class="link" href="harfbuzz
|
|
487
487
|
</table></div>
|
488
488
|
</div>
|
489
489
|
<div class="refsect3">
|
490
|
-
<a name="id-1.3.
|
490
|
+
<a name="id-1.3.3.12.8.12.6"></a><h4>Returns</h4>
|
491
491
|
<p> minimum of the set, or <a class="link" href="harfbuzz-hb-set.html#HB-SET-VALUE-INVALID:CAPS" title="HB_SET_VALUE_INVALID"><code class="literal">HB_SET_VALUE_INVALID</code></a> if set is empty.</p>
|
492
492
|
<p></p>
|
493
493
|
</div>
|
@@ -500,7 +500,7 @@ hb_set_get_max (<em class="parameter"><code>const <a class="link" href="harfbuzz
|
|
500
500
|
hb_set_get_min (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
501
501
|
<p>Finds the minimum number in the set.</p>
|
502
502
|
<div class="refsect3">
|
503
|
-
<a name="id-1.3.
|
503
|
+
<a name="id-1.3.3.12.8.13.5"></a><h4>Parameters</h4>
|
504
504
|
<div class="informaltable"><table width="100%" border="0">
|
505
505
|
<colgroup>
|
506
506
|
<col width="150px" class="parameters_name">
|
@@ -515,7 +515,7 @@ hb_set_get_min (<em class="parameter"><code>const <a class="link" href="harfbuzz
|
|
515
515
|
</table></div>
|
516
516
|
</div>
|
517
517
|
<div class="refsect3">
|
518
|
-
<a name="id-1.3.
|
518
|
+
<a name="id-1.3.3.12.8.13.6"></a><h4>Returns</h4>
|
519
519
|
<p> minimum of the set, or <a class="link" href="harfbuzz-hb-set.html#HB-SET-VALUE-INVALID:CAPS" title="HB_SET_VALUE_INVALID"><code class="literal">HB_SET_VALUE_INVALID</code></a> if set is empty.</p>
|
520
520
|
<p></p>
|
521
521
|
</div>
|
@@ -528,7 +528,7 @@ hb_set_get_min (<em class="parameter"><code>const <a class="link" href="harfbuzz
|
|
528
528
|
hb_set_get_population (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
529
529
|
<p>Returns the number of numbers in the set.</p>
|
530
530
|
<div class="refsect3">
|
531
|
-
<a name="id-1.3.
|
531
|
+
<a name="id-1.3.3.12.8.14.5"></a><h4>Parameters</h4>
|
532
532
|
<div class="informaltable"><table width="100%" border="0">
|
533
533
|
<colgroup>
|
534
534
|
<col width="150px" class="parameters_name">
|
@@ -543,7 +543,7 @@ hb_set_get_population (<em class="parameter"><code>const <a class="link" href="h
|
|
543
543
|
</table></div>
|
544
544
|
</div>
|
545
545
|
<div class="refsect3">
|
546
|
-
<a name="id-1.3.
|
546
|
+
<a name="id-1.3.3.12.8.14.6"></a><h4>Returns</h4>
|
547
547
|
<p> set population.</p>
|
548
548
|
<p></p>
|
549
549
|
</div>
|
@@ -556,7 +556,7 @@ hb_set_get_population (<em class="parameter"><code>const <a class="link" href="h
|
|
556
556
|
hb_set_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
557
557
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>);</pre>
|
558
558
|
<div class="refsect3">
|
559
|
-
<a name="id-1.3.
|
559
|
+
<a name="id-1.3.3.12.8.15.4"></a><h4>Parameters</h4>
|
560
560
|
<div class="informaltable"><table width="100%" border="0">
|
561
561
|
<colgroup>
|
562
562
|
<col width="150px" class="parameters_name">
|
@@ -571,7 +571,7 @@ hb_set_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
571
571
|
</table></div>
|
572
572
|
</div>
|
573
573
|
<div class="refsect3">
|
574
|
-
<a name="id-1.3.
|
574
|
+
<a name="id-1.3.3.12.8.15.5"></a><h4>Returns</h4>
|
575
575
|
<p>. </p>
|
576
576
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
577
577
|
</div>
|
@@ -584,7 +584,7 @@ hb_set_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
584
584
|
hb_set_has (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
585
585
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> codepoint</code></em>);</pre>
|
586
586
|
<div class="refsect3">
|
587
|
-
<a name="id-1.3.
|
587
|
+
<a name="id-1.3.3.12.8.16.4"></a><h4>Parameters</h4>
|
588
588
|
<div class="informaltable"><table width="100%" border="0">
|
589
589
|
<colgroup>
|
590
590
|
<col width="150px" class="parameters_name">
|
@@ -599,7 +599,7 @@ hb_set_has (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-
|
|
599
599
|
</table></div>
|
600
600
|
</div>
|
601
601
|
<div class="refsect3">
|
602
|
-
<a name="id-1.3.
|
602
|
+
<a name="id-1.3.3.12.8.16.5"></a><h4>Returns</h4>
|
603
603
|
<p></p>
|
604
604
|
</div>
|
605
605
|
<p class="since">Since 0.9.2</p>
|
@@ -611,7 +611,7 @@ hb_set_has (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-
|
|
611
611
|
hb_set_intersect (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
612
612
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
613
613
|
<div class="refsect3">
|
614
|
-
<a name="id-1.3.
|
614
|
+
<a name="id-1.3.3.12.8.17.4"></a><h4>Parameters</h4>
|
615
615
|
<div class="informaltable"><table width="100%" border="0">
|
616
616
|
<colgroup>
|
617
617
|
<col width="150px" class="parameters_name">
|
@@ -633,7 +633,7 @@ hb_set_intersect (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
633
633
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
634
634
|
hb_set_invert (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
635
635
|
<div class="refsect3">
|
636
|
-
<a name="id-1.3.
|
636
|
+
<a name="id-1.3.3.12.8.18.4"></a><h4>Parameters</h4>
|
637
637
|
<div class="informaltable"><table width="100%" border="0">
|
638
638
|
<colgroup>
|
639
639
|
<col width="150px" class="parameters_name">
|
@@ -655,7 +655,7 @@ hb_set_invert (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set
|
|
655
655
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
656
656
|
hb_set_is_empty (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
657
657
|
<div class="refsect3">
|
658
|
-
<a name="id-1.3.
|
658
|
+
<a name="id-1.3.3.12.8.19.4"></a><h4>Parameters</h4>
|
659
659
|
<div class="informaltable"><table width="100%" border="0">
|
660
660
|
<colgroup>
|
661
661
|
<col width="150px" class="parameters_name">
|
@@ -670,7 +670,7 @@ hb_set_is_empty (<em class="parameter"><code>const <a class="link" href="harfbuz
|
|
670
670
|
</table></div>
|
671
671
|
</div>
|
672
672
|
<div class="refsect3">
|
673
|
-
<a name="id-1.3.
|
673
|
+
<a name="id-1.3.3.12.8.19.5"></a><h4>Returns</h4>
|
674
674
|
<p></p>
|
675
675
|
</div>
|
676
676
|
<p class="since">Since 0.9.7</p>
|
@@ -682,7 +682,7 @@ hb_set_is_empty (<em class="parameter"><code>const <a class="link" href="harfbuz
|
|
682
682
|
hb_set_is_equal (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
683
683
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
684
684
|
<div class="refsect3">
|
685
|
-
<a name="id-1.3.
|
685
|
+
<a name="id-1.3.3.12.8.20.4"></a><h4>Parameters</h4>
|
686
686
|
<div class="informaltable"><table width="100%" border="0">
|
687
687
|
<colgroup>
|
688
688
|
<col width="150px" class="parameters_name">
|
@@ -697,7 +697,7 @@ hb_set_is_equal (<em class="parameter"><code>const <a class="link" href="harfbuz
|
|
697
697
|
</table></div>
|
698
698
|
</div>
|
699
699
|
<div class="refsect3">
|
700
|
-
<a name="id-1.3.
|
700
|
+
<a name="id-1.3.3.12.8.20.5"></a><h4>Returns</h4>
|
701
701
|
<p></p>
|
702
702
|
</div>
|
703
703
|
<p class="since">Since 0.9.7</p>
|
@@ -709,7 +709,7 @@ hb_set_is_equal (<em class="parameter"><code>const <a class="link" href="harfbuz
|
|
709
709
|
hb_set_next (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
710
710
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *codepoint</code></em>);</pre>
|
711
711
|
<div class="refsect3">
|
712
|
-
<a name="id-1.3.
|
712
|
+
<a name="id-1.3.3.12.8.21.4"></a><h4>Parameters</h4>
|
713
713
|
<div class="informaltable"><table width="100%" border="0">
|
714
714
|
<colgroup>
|
715
715
|
<col width="150px" class="parameters_name">
|
@@ -731,7 +731,7 @@ hb_set_next (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb
|
|
731
731
|
</table></div>
|
732
732
|
</div>
|
733
733
|
<div class="refsect3">
|
734
|
-
<a name="id-1.3.
|
734
|
+
<a name="id-1.3.3.12.8.21.5"></a><h4>Returns</h4>
|
735
735
|
<p> whether there was a next value.</p>
|
736
736
|
<p></p>
|
737
737
|
</div>
|
@@ -749,7 +749,7 @@ hb_set_next_range (<em class="parameter"><code>const <a class="link" href="harfb
|
|
749
749
|
are greater than current value of <em class="parameter"><code>last</code></em>
|
750
750
|
.</p>
|
751
751
|
<div class="refsect3">
|
752
|
-
<a name="id-1.3.
|
752
|
+
<a name="id-1.3.3.12.8.22.5"></a><h4>Parameters</h4>
|
753
753
|
<div class="informaltable"><table width="100%" border="0">
|
754
754
|
<colgroup>
|
755
755
|
<col width="150px" class="parameters_name">
|
@@ -776,7 +776,7 @@ are greater than current value of <em class="parameter"><code>last</code></em>
|
|
776
776
|
</table></div>
|
777
777
|
</div>
|
778
778
|
<div class="refsect3">
|
779
|
-
<a name="id-1.3.
|
779
|
+
<a name="id-1.3.3.12.8.22.6"></a><h4>Returns</h4>
|
780
780
|
<p> whether there was a next range.</p>
|
781
781
|
<p></p>
|
782
782
|
</div>
|
@@ -788,7 +788,7 @@ are greater than current value of <em class="parameter"><code>last</code></em>
|
|
788
788
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
789
789
|
hb_set_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
790
790
|
<div class="refsect3">
|
791
|
-
<a name="id-1.3.
|
791
|
+
<a name="id-1.3.3.12.8.23.4"></a><h4>Parameters</h4>
|
792
792
|
<div class="informaltable"><table width="100%" border="0">
|
793
793
|
<colgroup>
|
794
794
|
<col width="150px" class="parameters_name">
|
@@ -803,7 +803,7 @@ hb_set_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
803
803
|
</table></div>
|
804
804
|
</div>
|
805
805
|
<div class="refsect3">
|
806
|
-
<a name="id-1.3.
|
806
|
+
<a name="id-1.3.3.12.8.23.5"></a><h4>Returns</h4>
|
807
807
|
<p>. </p>
|
808
808
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
809
809
|
</div>
|
@@ -816,7 +816,7 @@ hb_set_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
816
816
|
hb_set_set (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
817
817
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
818
818
|
<div class="refsect3">
|
819
|
-
<a name="id-1.3.
|
819
|
+
<a name="id-1.3.3.12.8.24.4"></a><h4>Parameters</h4>
|
820
820
|
<div class="informaltable"><table width="100%" border="0">
|
821
821
|
<colgroup>
|
822
822
|
<col width="150px" class="parameters_name">
|
@@ -842,7 +842,7 @@ hb_set_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
842
842
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>,
|
843
843
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="type">hb_bool_t</span></a> replace</code></em>);</pre>
|
844
844
|
<div class="refsect3">
|
845
|
-
<a name="id-1.3.
|
845
|
+
<a name="id-1.3.3.12.8.25.4"></a><h4>Parameters</h4>
|
846
846
|
<div class="informaltable"><table width="100%" border="0">
|
847
847
|
<colgroup>
|
848
848
|
<col width="150px" class="parameters_name">
|
@@ -865,7 +865,7 @@ hb_set_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
865
865
|
</table></div>
|
866
866
|
</div>
|
867
867
|
<div class="refsect3">
|
868
|
-
<a name="id-1.3.
|
868
|
+
<a name="id-1.3.3.12.8.25.5"></a><h4>Returns</h4>
|
869
869
|
<p></p>
|
870
870
|
</div>
|
871
871
|
<p class="since">Since 0.9.2</p>
|
@@ -877,7 +877,7 @@ hb_set_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
877
877
|
hb_set_subtract (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
878
878
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
879
879
|
<div class="refsect3">
|
880
|
-
<a name="id-1.3.
|
880
|
+
<a name="id-1.3.3.12.8.26.4"></a><h4>Parameters</h4>
|
881
881
|
<div class="informaltable"><table width="100%" border="0">
|
882
882
|
<colgroup>
|
883
883
|
<col width="150px" class="parameters_name">
|
@@ -900,7 +900,7 @@ hb_set_subtract (<em class="parameter"><code><a class="link" href="harfbuzz-hb-s
|
|
900
900
|
hb_set_symmetric_difference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
901
901
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
902
902
|
<div class="refsect3">
|
903
|
-
<a name="id-1.3.
|
903
|
+
<a name="id-1.3.3.12.8.27.4"></a><h4>Parameters</h4>
|
904
904
|
<div class="informaltable"><table width="100%" border="0">
|
905
905
|
<colgroup>
|
906
906
|
<col width="150px" class="parameters_name">
|
@@ -923,7 +923,7 @@ hb_set_symmetric_difference (<em class="parameter"><code><a class="link" href="h
|
|
923
923
|
hb_set_union (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
924
924
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
925
925
|
<div class="refsect3">
|
926
|
-
<a name="id-1.3.
|
926
|
+
<a name="id-1.3.3.12.8.28.4"></a><h4>Parameters</h4>
|
927
927
|
<div class="informaltable"><table width="100%" border="0">
|
928
928
|
<colgroup>
|
929
929
|
<col width="150px" class="parameters_name">
|