pango 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -7
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pango-view.1 +113 -1
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -0,0 +1,38 @@
|
|
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>Index of new symbols in 0.9.20: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-11.html" title="Index of new symbols in 0.9.11">
|
10
|
+
<link rel="next" href="api-index-0-9-22.html" title="Index of new symbols in 0.9.22">
|
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"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="api-index-0-9-11.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-0-9-22.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="api-index-0-9-20"></a>Index of new symbols in 0.9.20</h2></div></div></div>
|
25
|
+
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
26
|
+
<dt>
|
27
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-flags-t" title="enum hb_buffer_flags_t">hb_buffer_flags_t</a>, enum in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
28
|
+
</dt>
|
29
|
+
<dd></dd>
|
30
|
+
<dt>
|
31
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-serialize-flags-t" title="enum hb_buffer_serialize_flags_t">hb_buffer_serialize_flags_t</a>, enum in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
32
|
+
</dt>
|
33
|
+
<dd></dd>
|
34
|
+
</div>
|
35
|
+
<div class="footer">
|
36
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
37
|
+
</body>
|
38
|
+
</html>
|
@@ -0,0 +1,34 @@
|
|
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>Index of new symbols in 0.9.22: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-20.html" title="Index of new symbols in 0.9.20">
|
10
|
+
<link rel="next" href="api-index-0-9-28.html" title="Index of new symbols in 0.9.28">
|
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"><span id="nav_index"><a class="shortcut" href="#idxO">O</a></span></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="api-index-0-9-20.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-0-9-28.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="api-index-0-9-22"></a>Index of new symbols in 0.9.22</h2></div></div></div>
|
25
|
+
<a name="idx"></a><a name="idxO"></a><h3 class="title">O</h3>
|
26
|
+
<dt>
|
27
|
+
<a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-table-get-lookup-count" title="hb_ot_layout_table_get_lookup_count ()">hb_ot_layout_table_get_lookup_count</a>, function in <a class="link" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">hb-ot-layout</a>
|
28
|
+
</dt>
|
29
|
+
<dd></dd>
|
30
|
+
</div>
|
31
|
+
<div class="footer">
|
32
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
33
|
+
</body>
|
34
|
+
</html>
|
@@ -0,0 +1,34 @@
|
|
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>Index of new symbols in 0.9.28: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-22.html" title="Index of new symbols in 0.9.22">
|
10
|
+
<link rel="next" href="api-index-0-9-30.html" title="Index of new symbols in 0.9.30">
|
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"><span id="nav_index"><a class="shortcut" href="#idxO">O</a></span></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="api-index-0-9-22.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-0-9-30.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="api-index-0-9-28"></a>Index of new symbols in 0.9.28</h2></div></div></div>
|
25
|
+
<a name="idx"></a><a name="idxO"></a><h3 class="title">O</h3>
|
26
|
+
<dt>
|
27
|
+
<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>, function in <a class="link" href="harfbuzz-hb-ot-font.html" title="hb-ot-font">hb-ot-font</a>
|
28
|
+
</dt>
|
29
|
+
<dd></dd>
|
30
|
+
</div>
|
31
|
+
<div class="footer">
|
32
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
33
|
+
</body>
|
34
|
+
</html>
|
@@ -0,0 +1,41 @@
|
|
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>Index of new symbols in 0.9.30: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-28.html" title="Index of new symbols in 0.9.28">
|
10
|
+
<link rel="next" href="api-index-0-9-31.html" title="Index of new symbols in 0.9.31">
|
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"><span id="nav_index"><a class="shortcut" href="#idxO">O</a>
|
17
|
+
<span class="dim">|</span>
|
18
|
+
<a class="shortcut" href="#idxV">V</a></span></td>
|
19
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
20
|
+
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
21
|
+
<td><a accesskey="p" href="api-index-0-9-28.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
22
|
+
<td><a accesskey="n" href="api-index-0-9-31.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
23
|
+
</tr></table>
|
24
|
+
<div class="index">
|
25
|
+
<div class="titlepage"><div><div><h2 class="title">
|
26
|
+
<a name="api-index-0-9-30"></a>Index of new symbols in 0.9.30</h2></div></div></div>
|
27
|
+
<a name="idx"></a><a name="idxO"></a><h3 class="title">O</h3>
|
28
|
+
<dt>
|
29
|
+
<a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-language-get-required-feature" title="hb_ot_layout_language_get_required_feature ()">hb_ot_layout_language_get_required_feature</a>, function in <a class="link" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">hb-ot-layout</a>
|
30
|
+
</dt>
|
31
|
+
<dd></dd>
|
32
|
+
<a name="idxV"></a><h3 class="title">V</h3>
|
33
|
+
<dt>
|
34
|
+
<a class="link" href="harfbuzz-hb-version.html#hb-version-atleast" title="hb_version_atleast ()">hb_version_atleast</a>, function in <a class="link" href="harfbuzz-hb-version.html" title="hb-version">hb-version</a>
|
35
|
+
</dt>
|
36
|
+
<dd></dd>
|
37
|
+
</div>
|
38
|
+
<div class="footer">
|
39
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
40
|
+
</body>
|
41
|
+
</html>
|
@@ -0,0 +1,46 @@
|
|
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>Index of new symbols in 0.9.31: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-30.html" title="Index of new symbols in 0.9.30">
|
10
|
+
<link rel="next" href="api-index-0-9-38.html" title="Index of new symbols in 0.9.38">
|
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"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="api-index-0-9-30.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-0-9-38.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="api-index-0-9-31"></a>Index of new symbols in 0.9.31</h2></div></div></div>
|
25
|
+
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
26
|
+
<dt>
|
27
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-add-codepoints" title="hb_buffer_add_codepoints ()">hb_buffer_add_codepoints</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
28
|
+
</dt>
|
29
|
+
<dd></dd>
|
30
|
+
<dt>
|
31
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-get-replacement-codepoint" title="hb_buffer_get_replacement_codepoint ()">hb_buffer_get_replacement_codepoint</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
32
|
+
</dt>
|
33
|
+
<dd></dd>
|
34
|
+
<dt>
|
35
|
+
<a class="link" href="harfbuzz-Buffers.html#HB-BUFFER-REPLACEMENT-CODEPOINT-DEFAULT:CAPS" title="HB_BUFFER_REPLACEMENT_CODEPOINT_DEFAULT">HB_BUFFER_REPLACEMENT_CODEPOINT_DEFAULT</a>, macro in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
36
|
+
</dt>
|
37
|
+
<dd></dd>
|
38
|
+
<dt>
|
39
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-set-replacement-codepoint" title="hb_buffer_set_replacement_codepoint ()">hb_buffer_set_replacement_codepoint</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
40
|
+
</dt>
|
41
|
+
<dd></dd>
|
42
|
+
</div>
|
43
|
+
<div class="footer">
|
44
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
45
|
+
</body>
|
46
|
+
</html>
|
@@ -0,0 +1,45 @@
|
|
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>Index of new symbols in 0.9.38: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-31.html" title="Index of new symbols in 0.9.31">
|
10
|
+
<link rel="next" href="api-index-0-9-39.html" title="Index of new symbols in 0.9.39">
|
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"><span id="nav_index"><a class="shortcut" href="#idxF">F</a>
|
17
|
+
<span class="dim">|</span>
|
18
|
+
<a class="shortcut" href="#idxG">G</a></span></td>
|
19
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
20
|
+
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
21
|
+
<td><a accesskey="p" href="api-index-0-9-31.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
22
|
+
<td><a accesskey="n" href="api-index-0-9-39.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
23
|
+
</tr></table>
|
24
|
+
<div class="index">
|
25
|
+
<div class="titlepage"><div><div><h2 class="title">
|
26
|
+
<a name="api-index-0-9-38"></a>Index of new symbols in 0.9.38</h2></div></div></div>
|
27
|
+
<a name="idx"></a><a name="idxF"></a><h3 class="title">F</h3>
|
28
|
+
<dt>
|
29
|
+
<a class="link" href="harfbuzz-hb-ft.html#hb-ft-face-create-referenced" title="hb_ft_face_create_referenced ()">hb_ft_face_create_referenced</a>, function in <a class="link" href="harfbuzz-hb-ft.html" title="hb-ft">hb-ft</a>
|
30
|
+
</dt>
|
31
|
+
<dd></dd>
|
32
|
+
<dt>
|
33
|
+
<a class="link" href="harfbuzz-hb-ft.html#hb-ft-font-create-referenced" title="hb_ft_font_create_referenced ()">hb_ft_font_create_referenced</a>, function in <a class="link" href="harfbuzz-hb-ft.html" title="hb-ft">hb-ft</a>
|
34
|
+
</dt>
|
35
|
+
<dd></dd>
|
36
|
+
<a name="idxG"></a><h3 class="title">G</h3>
|
37
|
+
<dt>
|
38
|
+
<a class="link" href="harfbuzz-hb-glib.html#hb-glib-blob-create" title="hb_glib_blob_create ()">hb_glib_blob_create</a>, function in <a class="link" href="harfbuzz-hb-glib.html" title="hb-glib">hb-glib</a>
|
39
|
+
</dt>
|
40
|
+
<dd></dd>
|
41
|
+
</div>
|
42
|
+
<div class="footer">
|
43
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
44
|
+
</body>
|
45
|
+
</html>
|
@@ -0,0 +1,34 @@
|
|
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>Index of new symbols in 0.9.39: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-38.html" title="Index of new symbols in 0.9.38">
|
10
|
+
<link rel="next" href="api-index-0-9-41.html" title="Index of new symbols in 0.9.41">
|
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"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="api-index-0-9-38.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-0-9-41.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="api-index-0-9-39"></a>Index of new symbols in 0.9.39</h2></div></div></div>
|
25
|
+
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
26
|
+
<dt>
|
27
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-add-latin1" title="hb_buffer_add_latin1 ()">hb_buffer_add_latin1</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
28
|
+
</dt>
|
29
|
+
<dd></dd>
|
30
|
+
</div>
|
31
|
+
<div class="footer">
|
32
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
33
|
+
</body>
|
34
|
+
</html>
|
@@ -0,0 +1,34 @@
|
|
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>Index of new symbols in 0.9.41: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-39.html" title="Index of new symbols in 0.9.39">
|
10
|
+
<link rel="next" href="api-index-0-9-42.html" title="Index of new symbols in 0.9.42">
|
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"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="api-index-0-9-39.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-0-9-42.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="api-index-0-9-41"></a>Index of new symbols in 0.9.41</h2></div></div></div>
|
25
|
+
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
26
|
+
<dt>
|
27
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-reverse-range" title="hb_buffer_reverse_range ()">hb_buffer_reverse_range</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
28
|
+
</dt>
|
29
|
+
<dd></dd>
|
30
|
+
</div>
|
31
|
+
<div class="footer">
|
32
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
33
|
+
</body>
|
34
|
+
</html>
|
@@ -0,0 +1,38 @@
|
|
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>Index of new symbols in 0.9.42: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-41.html" title="Index of new symbols in 0.9.41">
|
10
|
+
<link rel="next" href="api-index-1-0-5.html" title="Index of new symbols in 1.0.5">
|
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"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="api-index-0-9-41.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-1-0-5.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="api-index-0-9-42"></a>Index of new symbols in 0.9.42</h2></div></div></div>
|
25
|
+
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
26
|
+
<dt>
|
27
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-get-cluster-level" title="hb_buffer_get_cluster_level ()">hb_buffer_get_cluster_level</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
28
|
+
</dt>
|
29
|
+
<dd></dd>
|
30
|
+
<dt>
|
31
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-set-cluster-level" title="hb_buffer_set_cluster_level ()">hb_buffer_set_cluster_level</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
32
|
+
</dt>
|
33
|
+
<dd></dd>
|
34
|
+
</div>
|
35
|
+
<div class="footer">
|
36
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
37
|
+
</body>
|
38
|
+
</html>
|
@@ -0,0 +1,56 @@
|
|
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>Index of new symbols in 0.9.5: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-2.html" title="Index of new symbols in 0.9.2">
|
10
|
+
<link rel="next" href="api-index-0-9-7.html" title="Index of new symbols in 0.9.7">
|
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"><span id="nav_index"><a class="shortcut" href="#idxB">B</a>
|
17
|
+
<span class="dim">|</span>
|
18
|
+
<a class="shortcut" href="#idxF">F</a>
|
19
|
+
<span class="dim">|</span>
|
20
|
+
<a class="shortcut" href="#idxT">T</a></span></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="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="api-index-0-9-2.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="api-index-0-9-7.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
26
|
+
<div class="index">
|
27
|
+
<div class="titlepage"><div><div><h2 class="title">
|
28
|
+
<a name="api-index-0-9-5"></a>Index of new symbols in 0.9.5</h2></div></div></div>
|
29
|
+
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
30
|
+
<dt>
|
31
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-get-content-type" title="hb_buffer_get_content_type ()">hb_buffer_get_content_type</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
32
|
+
</dt>
|
33
|
+
<dd></dd>
|
34
|
+
<dt>
|
35
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-set-content-type" title="hb_buffer_set_content_type ()">hb_buffer_set_content_type</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
36
|
+
</dt>
|
37
|
+
<dd></dd>
|
38
|
+
<a name="idxF"></a><h3 class="title">F</h3>
|
39
|
+
<dt>
|
40
|
+
<a class="link" href="harfbuzz-Shaping.html#hb-feature-from-string" title="hb_feature_from_string ()">hb_feature_from_string</a>, function in <a class="link" href="harfbuzz-Shaping.html" title="Shaping">Shaping</a>
|
41
|
+
</dt>
|
42
|
+
<dd></dd>
|
43
|
+
<dt>
|
44
|
+
<a class="link" href="harfbuzz-Shaping.html#hb-feature-to-string" title="hb_feature_to_string ()">hb_feature_to_string</a>, function in <a class="link" href="harfbuzz-Shaping.html" title="Shaping">Shaping</a>
|
45
|
+
</dt>
|
46
|
+
<dd></dd>
|
47
|
+
<a name="idxT"></a><h3 class="title">T</h3>
|
48
|
+
<dt>
|
49
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-tag-to-string" title="hb_tag_to_string ()">hb_tag_to_string</a>, function in <a class="link" href="harfbuzz-hb-common.html" title="hb-common">hb-common</a>
|
50
|
+
</dt>
|
51
|
+
<dd></dd>
|
52
|
+
</div>
|
53
|
+
<div class="footer">
|
54
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
55
|
+
</body>
|
56
|
+
</html>
|
@@ -0,0 +1,191 @@
|
|
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>Index of new symbols in 0.9.7: 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="pt02.html" title="Part II. Reference manual">
|
9
|
+
<link rel="prev" href="api-index-0-9-5.html" title="Index of new symbols in 0.9.5">
|
10
|
+
<link rel="next" href="api-index-0-9-8.html" title="Index of new symbols in 0.9.8">
|
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"><span id="nav_index"><a class="shortcut" href="#idxB">B</a>
|
17
|
+
<span class="dim">|</span>
|
18
|
+
<a class="shortcut" href="#idxF">F</a>
|
19
|
+
<span class="dim">|</span>
|
20
|
+
<a class="shortcut" href="#idxO">O</a>
|
21
|
+
<span class="dim">|</span>
|
22
|
+
<a class="shortcut" href="#idxS">S</a></span></td>
|
23
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
24
|
+
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
25
|
+
<td><a accesskey="p" href="api-index-0-9-5.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
26
|
+
<td><a accesskey="n" href="api-index-0-9-8.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
27
|
+
</tr></table>
|
28
|
+
<div class="index">
|
29
|
+
<div class="titlepage"><div><div><h2 class="title">
|
30
|
+
<a name="api-index-0-9-7"></a>Index of new symbols in 0.9.7</h2></div></div></div>
|
31
|
+
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
32
|
+
<dt>
|
33
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-add" title="hb_buffer_add ()">hb_buffer_add</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
34
|
+
</dt>
|
35
|
+
<dd></dd>
|
36
|
+
<dt>
|
37
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-deserialize-glyphs" title="hb_buffer_deserialize_glyphs ()">hb_buffer_deserialize_glyphs</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
38
|
+
</dt>
|
39
|
+
<dd></dd>
|
40
|
+
<dt>
|
41
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-get-flags" title="hb_buffer_get_flags ()">hb_buffer_get_flags</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
42
|
+
</dt>
|
43
|
+
<dd></dd>
|
44
|
+
<dt>
|
45
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-get-segment-properties" title="hb_buffer_get_segment_properties ()">hb_buffer_get_segment_properties</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
46
|
+
</dt>
|
47
|
+
<dd></dd>
|
48
|
+
<dt>
|
49
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-guess-segment-properties" title="hb_buffer_guess_segment_properties ()">hb_buffer_guess_segment_properties</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
50
|
+
</dt>
|
51
|
+
<dd></dd>
|
52
|
+
<dt>
|
53
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-serialize-format-from-string" title="hb_buffer_serialize_format_from_string ()">hb_buffer_serialize_format_from_string</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
54
|
+
</dt>
|
55
|
+
<dd></dd>
|
56
|
+
<dt>
|
57
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-serialize-format-to-string" title="hb_buffer_serialize_format_to_string ()">hb_buffer_serialize_format_to_string</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
58
|
+
</dt>
|
59
|
+
<dd></dd>
|
60
|
+
<dt>
|
61
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-serialize-glyphs" title="hb_buffer_serialize_glyphs ()">hb_buffer_serialize_glyphs</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
62
|
+
</dt>
|
63
|
+
<dd></dd>
|
64
|
+
<dt>
|
65
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-serialize-list-formats" title="hb_buffer_serialize_list_formats ()">hb_buffer_serialize_list_formats</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
66
|
+
</dt>
|
67
|
+
<dd></dd>
|
68
|
+
<dt>
|
69
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-set-flags" title="hb_buffer_set_flags ()">hb_buffer_set_flags</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
70
|
+
</dt>
|
71
|
+
<dd></dd>
|
72
|
+
<dt>
|
73
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-buffer-set-segment-properties" title="hb_buffer_set_segment_properties ()">hb_buffer_set_segment_properties</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
74
|
+
</dt>
|
75
|
+
<dd></dd>
|
76
|
+
<a name="idxF"></a><h3 class="title">F</h3>
|
77
|
+
<dt>
|
78
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-get-glyph-count" title="hb_face_get_glyph_count ()">hb_face_get_glyph_count</a>, function in <a class="link" href="harfbuzz-hb-face.html" title="hb-face">hb-face</a>
|
79
|
+
</dt>
|
80
|
+
<dd></dd>
|
81
|
+
<dt>
|
82
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-set-glyph-count" title="hb_face_set_glyph_count ()">hb_face_set_glyph_count</a>, function in <a class="link" href="harfbuzz-hb-face.html" title="hb-face">hb-face</a>
|
83
|
+
</dt>
|
84
|
+
<dd></dd>
|
85
|
+
<a name="idxO"></a><h3 class="title">O</h3>
|
86
|
+
<dt>
|
87
|
+
<a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-feature-get-lookups" title="hb_ot_layout_feature_get_lookups ()">hb_ot_layout_feature_get_lookups</a>, function in <a class="link" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">hb-ot-layout</a>
|
88
|
+
</dt>
|
89
|
+
<dd></dd>
|
90
|
+
<dt>
|
91
|
+
<a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-get-glyphs-in-class" title="hb_ot_layout_get_glyphs_in_class ()">hb_ot_layout_get_glyphs_in_class</a>, function in <a class="link" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">hb-ot-layout</a>
|
92
|
+
</dt>
|
93
|
+
<dd></dd>
|
94
|
+
<dt>
|
95
|
+
<a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-get-glyph-class" title="hb_ot_layout_get_glyph_class ()">hb_ot_layout_get_glyph_class</a>, function in <a class="link" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">hb-ot-layout</a>
|
96
|
+
</dt>
|
97
|
+
<dd></dd>
|
98
|
+
<dt>
|
99
|
+
<a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-lookup-collect-glyphs" title="hb_ot_layout_lookup_collect_glyphs ()">hb_ot_layout_lookup_collect_glyphs</a>, function in <a class="link" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">hb-ot-layout</a>
|
100
|
+
</dt>
|
101
|
+
<dd></dd>
|
102
|
+
<dt>
|
103
|
+
<a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-lookup-substitute-closure" title="hb_ot_layout_lookup_substitute_closure ()">hb_ot_layout_lookup_substitute_closure</a>, function in <a class="link" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">hb-ot-layout</a>
|
104
|
+
</dt>
|
105
|
+
<dd></dd>
|
106
|
+
<dt>
|
107
|
+
<a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-lookup-would-substitute" title="hb_ot_layout_lookup_would_substitute ()">hb_ot_layout_lookup_would_substitute</a>, function in <a class="link" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">hb-ot-layout</a>
|
108
|
+
</dt>
|
109
|
+
<dd></dd>
|
110
|
+
<dt>
|
111
|
+
<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>, function in <a class="link" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">hb-ot-layout</a>
|
112
|
+
</dt>
|
113
|
+
<dd></dd>
|
114
|
+
<a name="idxS"></a><h3 class="title">S</h3>
|
115
|
+
<dt>
|
116
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-segment-properties-equal" title="hb_segment_properties_equal ()">hb_segment_properties_equal</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
117
|
+
</dt>
|
118
|
+
<dd></dd>
|
119
|
+
<dt>
|
120
|
+
<a class="link" href="harfbuzz-Buffers.html#hb-segment-properties-hash" title="hb_segment_properties_hash ()">hb_segment_properties_hash</a>, function in <a class="link" href="harfbuzz-Buffers.html" title="Buffers">Buffers</a>
|
121
|
+
</dt>
|
122
|
+
<dd></dd>
|
123
|
+
<dt>
|
124
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-add-range" title="hb_set_add_range ()">hb_set_add_range</a>, function in <a class="link" href="harfbuzz-hb-set.html" title="hb-set">hb-set</a>
|
125
|
+
</dt>
|
126
|
+
<dd></dd>
|
127
|
+
<dt>
|
128
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-del-range" title="hb_set_del_range ()">hb_set_del_range</a>, function in <a class="link" href="harfbuzz-hb-set.html" title="hb-set">hb-set</a>
|
129
|
+
</dt>
|
130
|
+
<dd></dd>
|
131
|
+
<dt>
|
132
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-get-max" title="hb_set_get_max ()">hb_set_get_max</a>, function in <a class="link" href="harfbuzz-hb-set.html" title="hb-set">hb-set</a>
|
133
|
+
</dt>
|
134
|
+
<dd></dd>
|
135
|
+
<dt>
|
136
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-get-min" title="hb_set_get_min ()">hb_set_get_min</a>, function in <a class="link" href="harfbuzz-hb-set.html" title="hb-set">hb-set</a>
|
137
|
+
</dt>
|
138
|
+
<dd></dd>
|
139
|
+
<dt>
|
140
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-get-population" title="hb_set_get_population ()">hb_set_get_population</a>, function in <a class="link" href="harfbuzz-hb-set.html" title="hb-set">hb-set</a>
|
141
|
+
</dt>
|
142
|
+
<dd></dd>
|
143
|
+
<dt>
|
144
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-is-empty" title="hb_set_is_empty ()">hb_set_is_empty</a>, function in <a class="link" href="harfbuzz-hb-set.html" title="hb-set">hb-set</a>
|
145
|
+
</dt>
|
146
|
+
<dd></dd>
|
147
|
+
<dt>
|
148
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-is-equal" title="hb_set_is_equal ()">hb_set_is_equal</a>, function in <a class="link" href="harfbuzz-hb-set.html" title="hb-set">hb-set</a>
|
149
|
+
</dt>
|
150
|
+
<dd></dd>
|
151
|
+
<dt>
|
152
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-next-range" title="hb_set_next_range ()">hb_set_next_range</a>, function in <a class="link" href="harfbuzz-hb-set.html" title="hb-set">hb-set</a>
|
153
|
+
</dt>
|
154
|
+
<dd></dd>
|
155
|
+
<dt>
|
156
|
+
<a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-create-cached" title="hb_shape_plan_create_cached ()">hb_shape_plan_create_cached</a>, function in <a class="link" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">hb-shape-plan</a>
|
157
|
+
</dt>
|
158
|
+
<dd></dd>
|
159
|
+
<dt>
|
160
|
+
<a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-destroy" title="hb_shape_plan_destroy ()">hb_shape_plan_destroy</a>, function in <a class="link" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">hb-shape-plan</a>
|
161
|
+
</dt>
|
162
|
+
<dd></dd>
|
163
|
+
<dt>
|
164
|
+
<a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-execute" title="hb_shape_plan_execute ()">hb_shape_plan_execute</a>, function in <a class="link" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">hb-shape-plan</a>
|
165
|
+
</dt>
|
166
|
+
<dd></dd>
|
167
|
+
<dt>
|
168
|
+
<a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-get-empty" title="hb_shape_plan_get_empty ()">hb_shape_plan_get_empty</a>, function in <a class="link" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">hb-shape-plan</a>
|
169
|
+
</dt>
|
170
|
+
<dd></dd>
|
171
|
+
<dt>
|
172
|
+
<a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-get-shaper" title="hb_shape_plan_get_shaper ()">hb_shape_plan_get_shaper</a>, function in <a class="link" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">hb-shape-plan</a>
|
173
|
+
</dt>
|
174
|
+
<dd></dd>
|
175
|
+
<dt>
|
176
|
+
<a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-get-user-data" title="hb_shape_plan_get_user_data ()">hb_shape_plan_get_user_data</a>, function in <a class="link" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">hb-shape-plan</a>
|
177
|
+
</dt>
|
178
|
+
<dd></dd>
|
179
|
+
<dt>
|
180
|
+
<a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-reference" title="hb_shape_plan_reference ()">hb_shape_plan_reference</a>, function in <a class="link" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">hb-shape-plan</a>
|
181
|
+
</dt>
|
182
|
+
<dd></dd>
|
183
|
+
<dt>
|
184
|
+
<a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-set-user-data" title="hb_shape_plan_set_user_data ()">hb_shape_plan_set_user_data</a>, function in <a class="link" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">hb-shape-plan</a>
|
185
|
+
</dt>
|
186
|
+
<dd></dd>
|
187
|
+
</div>
|
188
|
+
<div class="footer">
|
189
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
190
|
+
</body>
|
191
|
+
</html>
|