pango 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -7
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pango-view.1 +113 -1
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -5,8 +5,8 @@
|
|
5
5
|
<title>hb-shape-plan: 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="
|
9
|
-
<link rel="prev" href="harfbuzz-hb-ot-
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
|
+
<link rel="prev" href="harfbuzz-hb-ot-shape.html" title="hb-ot-shape">
|
10
10
|
<link rel="next" href="harfbuzz-hb-glib.html" title="hb-glib">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -19,8 +19,8 @@
|
|
19
19
|
<a href="#harfbuzz-hb-shape-plan.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="
|
23
|
-
<td><a accesskey="p" href="harfbuzz-hb-ot-
|
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-shape.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-glib.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
26
26
|
<div class="refentry">
|
@@ -142,7 +142,7 @@
|
|
142
142
|
<a name="hb-shape-plan-create"></a><h3>hb_shape_plan_create ()</h3>
|
143
143
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="returnvalue">hb_shape_plan_t</span></a> *
|
144
144
|
hb_shape_plan_create (<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>,
|
145
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-
|
145
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-Buffers.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *props</code></em>,
|
146
146
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *user_features</code></em>,
|
147
147
|
<em class="parameter"><code>unsigned <span class="type">int</span> num_user_features</code></em>,
|
148
148
|
<em class="parameter"><code>const <span class="type">char</span> * const *shaper_list</code></em>);</pre>
|
@@ -152,12 +152,12 @@ hb_shape_plan_create (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
152
152
|
<a name="hb-shape-plan-create-cached"></a><h3>hb_shape_plan_create_cached ()</h3>
|
153
153
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="returnvalue">hb_shape_plan_t</span></a> *
|
154
154
|
hb_shape_plan_create_cached (<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>,
|
155
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-
|
155
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-Buffers.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *props</code></em>,
|
156
156
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *user_features</code></em>,
|
157
157
|
<em class="parameter"><code>unsigned <span class="type">int</span> num_user_features</code></em>,
|
158
158
|
<em class="parameter"><code>const <span class="type">char</span> * const *shaper_list</code></em>);</pre>
|
159
159
|
<div class="refsect3">
|
160
|
-
<a name="id-1.3.
|
160
|
+
<a name="id-1.3.3.18.8.3.4"></a><h4>Parameters</h4>
|
161
161
|
<div class="informaltable"><table width="100%" border="0">
|
162
162
|
<colgroup>
|
163
163
|
<col width="150px" class="parameters_name">
|
@@ -179,7 +179,7 @@ hb_shape_plan_create_cached (<em class="parameter"><code><a class="link" href="h
|
|
179
179
|
</table></div>
|
180
180
|
</div>
|
181
181
|
<div class="refsect3">
|
182
|
-
<a name="id-1.3.
|
182
|
+
<a name="id-1.3.3.18.8.3.5"></a><h4>Returns</h4>
|
183
183
|
<p>. </p>
|
184
184
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
185
185
|
</div>
|
@@ -191,7 +191,7 @@ hb_shape_plan_create_cached (<em class="parameter"><code><a class="link" href="h
|
|
191
191
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
192
192
|
hb_shape_plan_destroy (<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>);</pre>
|
193
193
|
<div class="refsect3">
|
194
|
-
<a name="id-1.3.
|
194
|
+
<a name="id-1.3.3.18.8.4.4"></a><h4>Parameters</h4>
|
195
195
|
<div class="informaltable"><table width="100%" border="0">
|
196
196
|
<colgroup>
|
197
197
|
<col width="150px" class="parameters_name">
|
@@ -213,11 +213,11 @@ hb_shape_plan_destroy (<em class="parameter"><code><a class="link" href="harfbuz
|
|
213
213
|
<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>
|
214
214
|
hb_shape_plan_execute (<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>,
|
215
215
|
<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>,
|
216
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-
|
216
|
+
<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>,
|
217
217
|
<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>,
|
218
218
|
<em class="parameter"><code>unsigned <span class="type">int</span> num_features</code></em>);</pre>
|
219
219
|
<div class="refsect3">
|
220
|
-
<a name="id-1.3.
|
220
|
+
<a name="id-1.3.3.18.8.5.4"></a><h4>Parameters</h4>
|
221
221
|
<div class="informaltable"><table width="100%" border="0">
|
222
222
|
<colgroup>
|
223
223
|
<col width="150px" class="parameters_name">
|
@@ -249,7 +249,7 @@ hb_shape_plan_execute (<em class="parameter"><code><a class="link" href="harfbuz
|
|
249
249
|
</table></div>
|
250
250
|
</div>
|
251
251
|
<div class="refsect3">
|
252
|
-
<a name="id-1.3.
|
252
|
+
<a name="id-1.3.3.18.8.5.5"></a><h4>Returns</h4>
|
253
253
|
<p></p>
|
254
254
|
</div>
|
255
255
|
<p class="since">Since 0.9.7</p>
|
@@ -260,7 +260,7 @@ hb_shape_plan_execute (<em class="parameter"><code><a class="link" href="harfbuz
|
|
260
260
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="returnvalue">hb_shape_plan_t</span></a> *
|
261
261
|
hb_shape_plan_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
262
262
|
<div class="refsect3">
|
263
|
-
<a name="id-1.3.
|
263
|
+
<a name="id-1.3.3.18.8.6.4"></a><h4>Returns</h4>
|
264
264
|
<p>. </p>
|
265
265
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
266
266
|
</div>
|
@@ -272,7 +272,7 @@ hb_shape_plan_get_empty (<em class="parameter"><code><span class="type">void</sp
|
|
272
272
|
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
273
273
|
hb_shape_plan_get_shaper (<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>);</pre>
|
274
274
|
<div class="refsect3">
|
275
|
-
<a name="id-1.3.
|
275
|
+
<a name="id-1.3.3.18.8.7.4"></a><h4>Parameters</h4>
|
276
276
|
<div class="informaltable"><table width="100%" border="0">
|
277
277
|
<colgroup>
|
278
278
|
<col width="150px" class="parameters_name">
|
@@ -287,7 +287,7 @@ hb_shape_plan_get_shaper (<em class="parameter"><code><a class="link" href="harf
|
|
287
287
|
</table></div>
|
288
288
|
</div>
|
289
289
|
<div class="refsect3">
|
290
|
-
<a name="id-1.3.
|
290
|
+
<a name="id-1.3.3.18.8.7.5"></a><h4>Returns</h4>
|
291
291
|
<p>. </p>
|
292
292
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
293
293
|
</div>
|
@@ -300,7 +300,7 @@ hb_shape_plan_get_shaper (<em class="parameter"><code><a class="link" href="harf
|
|
300
300
|
hb_shape_plan_get_user_data (<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>,
|
301
301
|
<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>
|
302
302
|
<div class="refsect3">
|
303
|
-
<a name="id-1.3.
|
303
|
+
<a name="id-1.3.3.18.8.8.4"></a><h4>Parameters</h4>
|
304
304
|
<div class="informaltable"><table width="100%" border="0">
|
305
305
|
<colgroup>
|
306
306
|
<col width="150px" class="parameters_name">
|
@@ -315,7 +315,7 @@ hb_shape_plan_get_user_data (<em class="parameter"><code><a class="link" href="h
|
|
315
315
|
</table></div>
|
316
316
|
</div>
|
317
317
|
<div class="refsect3">
|
318
|
-
<a name="id-1.3.
|
318
|
+
<a name="id-1.3.3.18.8.8.5"></a><h4>Returns</h4>
|
319
319
|
<p>. </p>
|
320
320
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
321
321
|
</div>
|
@@ -327,7 +327,7 @@ hb_shape_plan_get_user_data (<em class="parameter"><code><a class="link" href="h
|
|
327
327
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="returnvalue">hb_shape_plan_t</span></a> *
|
328
328
|
hb_shape_plan_reference (<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>);</pre>
|
329
329
|
<div class="refsect3">
|
330
|
-
<a name="id-1.3.
|
330
|
+
<a name="id-1.3.3.18.8.9.4"></a><h4>Parameters</h4>
|
331
331
|
<div class="informaltable"><table width="100%" border="0">
|
332
332
|
<colgroup>
|
333
333
|
<col width="150px" class="parameters_name">
|
@@ -342,7 +342,7 @@ hb_shape_plan_reference (<em class="parameter"><code><a class="link" href="harfb
|
|
342
342
|
</table></div>
|
343
343
|
</div>
|
344
344
|
<div class="refsect3">
|
345
|
-
<a name="id-1.3.
|
345
|
+
<a name="id-1.3.3.18.8.9.5"></a><h4>Returns</h4>
|
346
346
|
<p>. </p>
|
347
347
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
348
348
|
</div>
|
@@ -358,7 +358,7 @@ hb_shape_plan_set_user_data (<em class="parameter"><code><a class="link" href="h
|
|
358
358
|
<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>,
|
359
359
|
<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>
|
360
360
|
<div class="refsect3">
|
361
|
-
<a name="id-1.3.
|
361
|
+
<a name="id-1.3.3.18.8.10.4"></a><h4>Parameters</h4>
|
362
362
|
<div class="informaltable"><table width="100%" border="0">
|
363
363
|
<colgroup>
|
364
364
|
<col width="150px" class="parameters_name">
|
@@ -373,7 +373,7 @@ hb_shape_plan_set_user_data (<em class="parameter"><code><a class="link" href="h
|
|
373
373
|
</table></div>
|
374
374
|
</div>
|
375
375
|
<div class="refsect3">
|
376
|
-
<a name="id-1.3.
|
376
|
+
<a name="id-1.3.3.18.8.10.5"></a><h4>Returns</h4>
|
377
377
|
<p></p>
|
378
378
|
</div>
|
379
379
|
<p class="since">Since 0.9.7</p>
|
@@ -5,9 +5,9 @@
|
|
5
5
|
<title>hb-unicode: 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-common.html" title="hb-common">
|
10
|
-
<link rel="next" href="harfbuzz-
|
10
|
+
<link rel="next" href="harfbuzz-Buffers.html" title="Buffers">
|
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-unicode.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-common.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
-
<td><a accesskey="n" href="harfbuzz-
|
24
|
+
<td><a accesskey="n" href="harfbuzz-Buffers.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-unicode"></a><div class="titlepage"></div>
|
@@ -349,6 +349,7 @@
|
|
349
349
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class-t" title="enum hb_unicode_combining_class_t"><span class="returnvalue">hb_unicode_combining_class_t</span></a>
|
350
350
|
hb_unicode_combining_class (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
351
351
|
<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> unicode</code></em>);</pre>
|
352
|
+
<p class="since">Since 0.9.2</p>
|
352
353
|
</div>
|
353
354
|
<hr>
|
354
355
|
<div class="refsect2">
|
@@ -367,7 +368,7 @@ hb_unicode_compose (<em class="parameter"><code><a class="link" href="harfbuzz-h
|
|
367
368
|
<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> b</code></em>,
|
368
369
|
<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> *ab</code></em>);</pre>
|
369
370
|
<div class="refsect3">
|
370
|
-
<a name="id-1.3.
|
371
|
+
<a name="id-1.3.3.4.8.5.4"></a><h4>Parameters</h4>
|
371
372
|
<div class="informaltable"><table width="100%" border="0">
|
372
373
|
<colgroup>
|
373
374
|
<col width="150px" class="parameters_name">
|
@@ -389,7 +390,7 @@ hb_unicode_compose (<em class="parameter"><code><a class="link" href="harfbuzz-h
|
|
389
390
|
</table></div>
|
390
391
|
</div>
|
391
392
|
<div class="refsect3">
|
392
|
-
<a name="id-1.3.
|
393
|
+
<a name="id-1.3.3.4.8.5.5"></a><h4>Returns</h4>
|
393
394
|
<p></p>
|
394
395
|
</div>
|
395
396
|
<p class="since">Since 0.9.2</p>
|
@@ -413,7 +414,7 @@ hb_unicode_decompose (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
413
414
|
<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> *a</code></em>,
|
414
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> *b</code></em>);</pre>
|
415
416
|
<div class="refsect3">
|
416
|
-
<a name="id-1.3.
|
417
|
+
<a name="id-1.3.3.4.8.7.4"></a><h4>Parameters</h4>
|
417
418
|
<div class="informaltable"><table width="100%" border="0">
|
418
419
|
<colgroup>
|
419
420
|
<col width="150px" class="parameters_name">
|
@@ -440,7 +441,7 @@ hb_unicode_decompose (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
440
441
|
</table></div>
|
441
442
|
</div>
|
442
443
|
<div class="refsect3">
|
443
|
-
<a name="id-1.3.
|
444
|
+
<a name="id-1.3.3.4.8.7.5"></a><h4>Returns</h4>
|
444
445
|
<p></p>
|
445
446
|
</div>
|
446
447
|
<p class="since">Since 0.9.2</p>
|
@@ -453,7 +454,7 @@ hb_unicode_decompose_compatibility (<em class="parameter"><code><a class="link"
|
|
453
454
|
<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> u</code></em>,
|
454
455
|
<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> *decomposed</code></em>);</pre>
|
455
456
|
<div class="refsect3">
|
456
|
-
<a name="id-1.3.
|
457
|
+
<a name="id-1.3.3.4.8.8.4"></a><h4>Parameters</h4>
|
457
458
|
<div class="informaltable"><table width="100%" border="0">
|
458
459
|
<colgroup>
|
459
460
|
<col width="150px" class="parameters_name">
|
@@ -475,7 +476,7 @@ hb_unicode_decompose_compatibility (<em class="parameter"><code><a class="link"
|
|
475
476
|
</table></div>
|
476
477
|
</div>
|
477
478
|
<div class="refsect3">
|
478
|
-
<a name="id-1.3.
|
479
|
+
<a name="id-1.3.3.4.8.8.5"></a><h4>Returns</h4>
|
479
480
|
<p></p>
|
480
481
|
</div>
|
481
482
|
<p class="since">Since 0.9.2</p>
|
@@ -496,6 +497,7 @@ hb_unicode_decompose_compatibility (<em class="parameter"><code><a class="link"
|
|
496
497
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
497
498
|
hb_unicode_eastasian_width (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
498
499
|
<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> unicode</code></em>);</pre>
|
500
|
+
<p class="since">Since 0.9.2</p>
|
499
501
|
</div>
|
500
502
|
<hr>
|
501
503
|
<div class="refsect2">
|
@@ -509,7 +511,7 @@ hb_unicode_funcs_create (<em class="parameter"><code><a class="link" href="harfb
|
|
509
511
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
510
512
|
hb_unicode_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
|
511
513
|
<div class="refsect3">
|
512
|
-
<a name="id-1.3.
|
514
|
+
<a name="id-1.3.3.4.8.12.4"></a><h4>Parameters</h4>
|
513
515
|
<div class="informaltable"><table width="100%" border="0">
|
514
516
|
<colgroup>
|
515
517
|
<col width="150px" class="parameters_name">
|
@@ -523,7 +525,7 @@ hb_unicode_funcs_destroy (<em class="parameter"><code><a class="link" href="harf
|
|
523
525
|
</tr></tbody>
|
524
526
|
</table></div>
|
525
527
|
</div>
|
526
|
-
<p class="since">Since
|
528
|
+
<p class="since">Since 0.9.2</p>
|
527
529
|
</div>
|
528
530
|
<hr>
|
529
531
|
<div class="refsect2">
|
@@ -537,11 +539,11 @@ hb_unicode_funcs_get_default (<em class="parameter"><code><span class="type">voi
|
|
537
539
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
|
538
540
|
hb_unicode_funcs_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
539
541
|
<div class="refsect3">
|
540
|
-
<a name="id-1.3.
|
542
|
+
<a name="id-1.3.3.4.8.14.4"></a><h4>Returns</h4>
|
541
543
|
<p>. </p>
|
542
544
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
543
545
|
</div>
|
544
|
-
<p class="since">Since
|
546
|
+
<p class="since">Since 0.9.2</p>
|
545
547
|
</div>
|
546
548
|
<hr>
|
547
549
|
<div class="refsect2">
|
@@ -549,7 +551,7 @@ hb_unicode_funcs_get_empty (<em class="parameter"><code><span class="type">void<
|
|
549
551
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
|
550
552
|
hb_unicode_funcs_get_parent (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
|
551
553
|
<div class="refsect3">
|
552
|
-
<a name="id-1.3.
|
554
|
+
<a name="id-1.3.3.4.8.15.4"></a><h4>Parameters</h4>
|
553
555
|
<div class="informaltable"><table width="100%" border="0">
|
554
556
|
<colgroup>
|
555
557
|
<col width="150px" class="parameters_name">
|
@@ -564,10 +566,10 @@ hb_unicode_funcs_get_parent (<em class="parameter"><code><a class="link" href="h
|
|
564
566
|
</table></div>
|
565
567
|
</div>
|
566
568
|
<div class="refsect3">
|
567
|
-
<a name="id-1.3.
|
569
|
+
<a name="id-1.3.3.4.8.15.5"></a><h4>Returns</h4>
|
568
570
|
<p></p>
|
569
571
|
</div>
|
570
|
-
<p class="since">Since
|
572
|
+
<p class="since">Since 0.9.2</p>
|
571
573
|
</div>
|
572
574
|
<hr>
|
573
575
|
<div class="refsect2">
|
@@ -576,7 +578,7 @@ hb_unicode_funcs_get_parent (<em class="parameter"><code><a class="link" href="h
|
|
576
578
|
hb_unicode_funcs_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
577
579
|
<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>
|
578
580
|
<div class="refsect3">
|
579
|
-
<a name="id-1.3.
|
581
|
+
<a name="id-1.3.3.4.8.16.4"></a><h4>Parameters</h4>
|
580
582
|
<div class="informaltable"><table width="100%" border="0">
|
581
583
|
<colgroup>
|
582
584
|
<col width="150px" class="parameters_name">
|
@@ -591,11 +593,11 @@ hb_unicode_funcs_get_user_data (<em class="parameter"><code><a class="link" href
|
|
591
593
|
</table></div>
|
592
594
|
</div>
|
593
595
|
<div class="refsect3">
|
594
|
-
<a name="id-1.3.
|
596
|
+
<a name="id-1.3.3.4.8.16.5"></a><h4>Returns</h4>
|
595
597
|
<p>. </p>
|
596
598
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
597
599
|
</div>
|
598
|
-
<p class="since">Since
|
600
|
+
<p class="since">Since 0.9.2</p>
|
599
601
|
</div>
|
600
602
|
<hr>
|
601
603
|
<div class="refsect2">
|
@@ -603,7 +605,7 @@ hb_unicode_funcs_get_user_data (<em class="parameter"><code><a class="link" href
|
|
603
605
|
<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>
|
604
606
|
hb_unicode_funcs_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
|
605
607
|
<div class="refsect3">
|
606
|
-
<a name="id-1.3.
|
608
|
+
<a name="id-1.3.3.4.8.17.4"></a><h4>Parameters</h4>
|
607
609
|
<div class="informaltable"><table width="100%" border="0">
|
608
610
|
<colgroup>
|
609
611
|
<col width="150px" class="parameters_name">
|
@@ -618,10 +620,10 @@ hb_unicode_funcs_is_immutable (<em class="parameter"><code><a class="link" href=
|
|
618
620
|
</table></div>
|
619
621
|
</div>
|
620
622
|
<div class="refsect3">
|
621
|
-
<a name="id-1.3.
|
623
|
+
<a name="id-1.3.3.4.8.17.5"></a><h4>Returns</h4>
|
622
624
|
<p></p>
|
623
625
|
</div>
|
624
|
-
<p class="since">Since
|
626
|
+
<p class="since">Since 0.9.2</p>
|
625
627
|
</div>
|
626
628
|
<hr>
|
627
629
|
<div class="refsect2">
|
@@ -629,7 +631,7 @@ hb_unicode_funcs_is_immutable (<em class="parameter"><code><a class="link" href=
|
|
629
631
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
630
632
|
hb_unicode_funcs_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
|
631
633
|
<div class="refsect3">
|
632
|
-
<a name="id-1.3.
|
634
|
+
<a name="id-1.3.3.4.8.18.4"></a><h4>Parameters</h4>
|
633
635
|
<div class="informaltable"><table width="100%" border="0">
|
634
636
|
<colgroup>
|
635
637
|
<col width="150px" class="parameters_name">
|
@@ -643,7 +645,7 @@ hb_unicode_funcs_make_immutable (<em class="parameter"><code><a class="link" hre
|
|
643
645
|
</tr></tbody>
|
644
646
|
</table></div>
|
645
647
|
</div>
|
646
|
-
<p class="since">Since
|
648
|
+
<p class="since">Since 0.9.2</p>
|
647
649
|
</div>
|
648
650
|
<hr>
|
649
651
|
<div class="refsect2">
|
@@ -651,7 +653,7 @@ hb_unicode_funcs_make_immutable (<em class="parameter"><code><a class="link" hre
|
|
651
653
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
|
652
654
|
hb_unicode_funcs_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
|
653
655
|
<div class="refsect3">
|
654
|
-
<a name="id-1.3.
|
656
|
+
<a name="id-1.3.3.4.8.19.4"></a><h4>Parameters</h4>
|
655
657
|
<div class="informaltable"><table width="100%" border="0">
|
656
658
|
<colgroup>
|
657
659
|
<col width="150px" class="parameters_name">
|
@@ -666,11 +668,11 @@ hb_unicode_funcs_reference (<em class="parameter"><code><a class="link" href="ha
|
|
666
668
|
</table></div>
|
667
669
|
</div>
|
668
670
|
<div class="refsect3">
|
669
|
-
<a name="id-1.3.
|
671
|
+
<a name="id-1.3.3.4.8.19.5"></a><h4>Returns</h4>
|
670
672
|
<p>. </p>
|
671
673
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
672
674
|
</div>
|
673
|
-
<p class="since">Since
|
675
|
+
<p class="since">Since 0.9.2</p>
|
674
676
|
</div>
|
675
677
|
<hr>
|
676
678
|
<div class="refsect2">
|
@@ -682,7 +684,7 @@ hb_unicode_funcs_set_combining_class_func
|
|
682
684
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
683
685
|
<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>);</pre>
|
684
686
|
<div class="refsect3">
|
685
|
-
<a name="id-1.3.
|
687
|
+
<a name="id-1.3.3.4.8.20.4"></a><h4>Parameters</h4>
|
686
688
|
<div class="informaltable"><table width="100%" border="0">
|
687
689
|
<colgroup>
|
688
690
|
<col width="150px" class="parameters_name">
|
@@ -703,7 +705,7 @@ hb_unicode_funcs_set_combining_class_func
|
|
703
705
|
</tbody>
|
704
706
|
</table></div>
|
705
707
|
</div>
|
706
|
-
<p class="since">Since
|
708
|
+
<p class="since">Since 0.9.2</p>
|
707
709
|
</div>
|
708
710
|
<hr>
|
709
711
|
<div class="refsect2">
|
@@ -714,7 +716,7 @@ hb_unicode_funcs_set_compose_func (<em class="parameter"><code><a class="link" h
|
|
714
716
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
715
717
|
<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>);</pre>
|
716
718
|
<div class="refsect3">
|
717
|
-
<a name="id-1.3.
|
719
|
+
<a name="id-1.3.3.4.8.21.4"></a><h4>Parameters</h4>
|
718
720
|
<div class="informaltable"><table width="100%" border="0">
|
719
721
|
<colgroup>
|
720
722
|
<col width="150px" class="parameters_name">
|
@@ -747,7 +749,7 @@ hb_unicode_funcs_set_decompose_compatibility_func
|
|
747
749
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
748
750
|
<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>);</pre>
|
749
751
|
<div class="refsect3">
|
750
|
-
<a name="id-1.3.
|
752
|
+
<a name="id-1.3.3.4.8.22.4"></a><h4>Parameters</h4>
|
751
753
|
<div class="informaltable"><table width="100%" border="0">
|
752
754
|
<colgroup>
|
753
755
|
<col width="150px" class="parameters_name">
|
@@ -779,7 +781,7 @@ hb_unicode_funcs_set_decompose_func (<em class="parameter"><code><a class="link"
|
|
779
781
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
780
782
|
<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>);</pre>
|
781
783
|
<div class="refsect3">
|
782
|
-
<a name="id-1.3.
|
784
|
+
<a name="id-1.3.3.4.8.23.4"></a><h4>Parameters</h4>
|
783
785
|
<div class="informaltable"><table width="100%" border="0">
|
784
786
|
<colgroup>
|
785
787
|
<col width="150px" class="parameters_name">
|
@@ -812,7 +814,7 @@ hb_unicode_funcs_set_eastasian_width_func
|
|
812
814
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
813
815
|
<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>);</pre>
|
814
816
|
<div class="refsect3">
|
815
|
-
<a name="id-1.3.
|
817
|
+
<a name="id-1.3.3.4.8.24.4"></a><h4>Parameters</h4>
|
816
818
|
<div class="informaltable"><table width="100%" border="0">
|
817
819
|
<colgroup>
|
818
820
|
<col width="150px" class="parameters_name">
|
@@ -833,7 +835,7 @@ hb_unicode_funcs_set_eastasian_width_func
|
|
833
835
|
</tbody>
|
834
836
|
</table></div>
|
835
837
|
</div>
|
836
|
-
<p class="since">Since
|
838
|
+
<p class="since">Since 0.9.2</p>
|
837
839
|
</div>
|
838
840
|
<hr>
|
839
841
|
<div class="refsect2">
|
@@ -845,7 +847,7 @@ hb_unicode_funcs_set_general_category_func
|
|
845
847
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
846
848
|
<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>);</pre>
|
847
849
|
<div class="refsect3">
|
848
|
-
<a name="id-1.3.
|
850
|
+
<a name="id-1.3.3.4.8.25.4"></a><h4>Parameters</h4>
|
849
851
|
<div class="informaltable"><table width="100%" border="0">
|
850
852
|
<colgroup>
|
851
853
|
<col width="150px" class="parameters_name">
|
@@ -866,7 +868,7 @@ hb_unicode_funcs_set_general_category_func
|
|
866
868
|
</tbody>
|
867
869
|
</table></div>
|
868
870
|
</div>
|
869
|
-
<p class="since">Since
|
871
|
+
<p class="since">Since 0.9.2</p>
|
870
872
|
</div>
|
871
873
|
<hr>
|
872
874
|
<div class="refsect2">
|
@@ -877,7 +879,7 @@ hb_unicode_funcs_set_mirroring_func (<em class="parameter"><code><a class="link"
|
|
877
879
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
878
880
|
<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>);</pre>
|
879
881
|
<div class="refsect3">
|
880
|
-
<a name="id-1.3.
|
882
|
+
<a name="id-1.3.3.4.8.26.4"></a><h4>Parameters</h4>
|
881
883
|
<div class="informaltable"><table width="100%" border="0">
|
882
884
|
<colgroup>
|
883
885
|
<col width="150px" class="parameters_name">
|
@@ -898,7 +900,7 @@ hb_unicode_funcs_set_mirroring_func (<em class="parameter"><code><a class="link"
|
|
898
900
|
</tbody>
|
899
901
|
</table></div>
|
900
902
|
</div>
|
901
|
-
<p class="since">Since
|
903
|
+
<p class="since">Since 0.9.2</p>
|
902
904
|
</div>
|
903
905
|
<hr>
|
904
906
|
<div class="refsect2">
|
@@ -909,7 +911,7 @@ hb_unicode_funcs_set_script_func (<em class="parameter"><code><a class="link" hr
|
|
909
911
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
910
912
|
<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>);</pre>
|
911
913
|
<div class="refsect3">
|
912
|
-
<a name="id-1.3.
|
914
|
+
<a name="id-1.3.3.4.8.27.4"></a><h4>Parameters</h4>
|
913
915
|
<div class="informaltable"><table width="100%" border="0">
|
914
916
|
<colgroup>
|
915
917
|
<col width="150px" class="parameters_name">
|
@@ -930,7 +932,7 @@ hb_unicode_funcs_set_script_func (<em class="parameter"><code><a class="link" hr
|
|
930
932
|
</tbody>
|
931
933
|
</table></div>
|
932
934
|
</div>
|
933
|
-
<p class="since">Since
|
935
|
+
<p class="since">Since 0.9.2</p>
|
934
936
|
</div>
|
935
937
|
<hr>
|
936
938
|
<div class="refsect2">
|
@@ -942,7 +944,7 @@ hb_unicode_funcs_set_user_data (<em class="parameter"><code><a class="link" href
|
|
942
944
|
<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>,
|
943
945
|
<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>
|
944
946
|
<div class="refsect3">
|
945
|
-
<a name="id-1.3.
|
947
|
+
<a name="id-1.3.3.4.8.28.4"></a><h4>Parameters</h4>
|
946
948
|
<div class="informaltable"><table width="100%" border="0">
|
947
949
|
<colgroup>
|
948
950
|
<col width="150px" class="parameters_name">
|
@@ -957,10 +959,10 @@ hb_unicode_funcs_set_user_data (<em class="parameter"><code><a class="link" href
|
|
957
959
|
</table></div>
|
958
960
|
</div>
|
959
961
|
<div class="refsect3">
|
960
|
-
<a name="id-1.3.
|
962
|
+
<a name="id-1.3.3.4.8.28.5"></a><h4>Returns</h4>
|
961
963
|
<p></p>
|
962
964
|
</div>
|
963
|
-
<p class="since">Since
|
965
|
+
<p class="since">Since 0.9.2</p>
|
964
966
|
</div>
|
965
967
|
<hr>
|
966
968
|
<div class="refsect2">
|
@@ -968,6 +970,7 @@ hb_unicode_funcs_set_user_data (<em class="parameter"><code><a class="link" href
|
|
968
970
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category-t" title="enum hb_unicode_general_category_t"><span class="returnvalue">hb_unicode_general_category_t</span></a>
|
969
971
|
hb_unicode_general_category (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
970
972
|
<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> unicode</code></em>);</pre>
|
973
|
+
<p class="since">Since 0.9.2</p>
|
971
974
|
</div>
|
972
975
|
<hr>
|
973
976
|
<div class="refsect2">
|
@@ -983,6 +986,7 @@ hb_unicode_general_category (<em class="parameter"><code><a class="link" href="h
|
|
983
986
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="returnvalue">hb_codepoint_t</span></a>
|
984
987
|
hb_unicode_mirroring (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
985
988
|
<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> unicode</code></em>);</pre>
|
989
|
+
<p class="since">Since 0.9.2</p>
|
986
990
|
</div>
|
987
991
|
<hr>
|
988
992
|
<div class="refsect2">
|
@@ -998,6 +1002,7 @@ hb_unicode_mirroring (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
998
1002
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
|
999
1003
|
hb_unicode_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
1000
1004
|
<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> unicode</code></em>);</pre>
|
1005
|
+
<p class="since">Since 0.9.2</p>
|
1001
1006
|
</div>
|
1002
1007
|
<hr>
|
1003
1008
|
<div class="refsect2">
|
@@ -1013,7 +1018,7 @@ hb_unicode_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
1013
1018
|
<div class="refsect2">
|
1014
1019
|
<a name="hb-unicode-combining-class-t"></a><h3>enum hb_unicode_combining_class_t</h3>
|
1015
1020
|
<div class="refsect3">
|
1016
|
-
<a name="id-1.3.
|
1021
|
+
<a name="id-1.3.3.4.9.2.3"></a><h4>Members</h4>
|
1017
1022
|
<div class="informaltable"><table width="100%" border="0">
|
1018
1023
|
<colgroup>
|
1019
1024
|
<col width="300px" class="enum_members_name">
|
@@ -1320,7 +1325,7 @@ hb_unicode_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
1320
1325
|
<div class="refsect2">
|
1321
1326
|
<a name="hb-unicode-general-category-t"></a><h3>enum hb_unicode_general_category_t</h3>
|
1322
1327
|
<div class="refsect3">
|
1323
|
-
<a name="id-1.3.
|
1328
|
+
<a name="id-1.3.3.4.9.4.3"></a><h4>Members</h4>
|
1324
1329
|
<div class="informaltable"><table width="100%" border="0">
|
1325
1330
|
<colgroup>
|
1326
1331
|
<col width="300px" class="enum_members_name">
|