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
data/lib/2.0/pango.so
DELETED
Binary file
|
data/lib/2.1/pango.so
DELETED
Binary file
|
Binary file
|
@@ -1,19 +0,0 @@
|
|
1
|
-
# Pango Modules file
|
2
|
-
# Automatically generated file, do not edit
|
3
|
-
#
|
4
|
-
# ModulesPath = /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules
|
5
|
-
#
|
6
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll devaIndicScriptEngineLang PangoEngineLang PangoRenderNone devanagari:*
|
7
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll bengIndicScriptEngineLang PangoEngineLang PangoRenderNone bengali:*
|
8
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll guruIndicScriptEngineLang PangoEngineLang PangoRenderNone gurmukhi:*
|
9
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll gujrIndicScriptEngineLang PangoEngineLang PangoRenderNone gujarati:*
|
10
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll oryaIndicScriptEngineLang PangoEngineLang PangoRenderNone oriya:*
|
11
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll tamlIndicScriptEngineLang PangoEngineLang PangoRenderNone tamil:*
|
12
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll teluIndicScriptEngineLang PangoEngineLang PangoRenderNone telugu:*
|
13
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll kndaIndicScriptEngineLang PangoEngineLang PangoRenderNone kannada:*
|
14
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll mlymIndicScriptEngineLang PangoEngineLang PangoRenderNone malayalam:*
|
15
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll sinhIndicScriptEngineLang PangoEngineLang PangoRenderNone sinhala:*
|
16
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll ArabicScriptEngineLang PangoEngineLang PangoRenderNone arabic:*
|
17
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll BasicScriptEngineWin32 PangoEngineShape PangoRenderWin32 common:
|
18
|
-
/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll BasicScriptEngineFc PangoEngineShape PangoRenderFc common:
|
19
|
-
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,41 +0,0 @@
|
|
1
|
-
# pango-arabic-lang.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.2
|
3
|
-
#
|
4
|
-
# Please DO NOT delete this file!
|
5
|
-
# It is necessary for linking the library.
|
6
|
-
|
7
|
-
# The name that we can dlopen(3).
|
8
|
-
dlname='pango-arabic-lang.dll'
|
9
|
-
|
10
|
-
# Names of this library.
|
11
|
-
library_names='pango-arabic-lang.dll.a'
|
12
|
-
|
13
|
-
# The name of the static archive.
|
14
|
-
old_library=''
|
15
|
-
|
16
|
-
# Linker flags that can not go in dependency_libs.
|
17
|
-
inherited_linker_flags=' -pthread'
|
18
|
-
|
19
|
-
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la'
|
21
|
-
|
22
|
-
# Names of additional weak libraries provided by this library
|
23
|
-
weak_library_names=''
|
24
|
-
|
25
|
-
# Version information for pango-arabic-lang.
|
26
|
-
current=0
|
27
|
-
age=0
|
28
|
-
revision=0
|
29
|
-
|
30
|
-
# Is this an already installed library?
|
31
|
-
installed=yes
|
32
|
-
|
33
|
-
# Should we warn about portability when linking against -modules?
|
34
|
-
shouldnotlink=yes
|
35
|
-
|
36
|
-
# Files to dlopen/dlpreopen
|
37
|
-
dlopen=''
|
38
|
-
dlpreopen=''
|
39
|
-
|
40
|
-
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules'
|
Binary file
|
Binary file
|
@@ -1,41 +0,0 @@
|
|
1
|
-
# pango-basic-fc.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.2
|
3
|
-
#
|
4
|
-
# Please DO NOT delete this file!
|
5
|
-
# It is necessary for linking the library.
|
6
|
-
|
7
|
-
# The name that we can dlopen(3).
|
8
|
-
dlname='pango-basic-fc.dll'
|
9
|
-
|
10
|
-
# Names of this library.
|
11
|
-
library_names='pango-basic-fc.dll.a'
|
12
|
-
|
13
|
-
# The name of the static archive.
|
14
|
-
old_library=''
|
15
|
-
|
16
|
-
# Linker flags that can not go in dependency_libs.
|
17
|
-
inherited_linker_flags=' -pthread'
|
18
|
-
|
19
|
-
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la -lz'
|
21
|
-
|
22
|
-
# Names of additional weak libraries provided by this library
|
23
|
-
weak_library_names=''
|
24
|
-
|
25
|
-
# Version information for pango-basic-fc.
|
26
|
-
current=0
|
27
|
-
age=0
|
28
|
-
revision=0
|
29
|
-
|
30
|
-
# Is this an already installed library?
|
31
|
-
installed=yes
|
32
|
-
|
33
|
-
# Should we warn about portability when linking against -modules?
|
34
|
-
shouldnotlink=yes
|
35
|
-
|
36
|
-
# Files to dlopen/dlpreopen
|
37
|
-
dlopen=''
|
38
|
-
dlpreopen=''
|
39
|
-
|
40
|
-
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules'
|
Binary file
|
Binary file
|
@@ -1,41 +0,0 @@
|
|
1
|
-
# pango-basic-win32.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.2
|
3
|
-
#
|
4
|
-
# Please DO NOT delete this file!
|
5
|
-
# It is necessary for linking the library.
|
6
|
-
|
7
|
-
# The name that we can dlopen(3).
|
8
|
-
dlname='pango-basic-win32.dll'
|
9
|
-
|
10
|
-
# Names of this library.
|
11
|
-
library_names='pango-basic-win32.dll.a'
|
12
|
-
|
13
|
-
# The name of the static archive.
|
14
|
-
old_library=''
|
15
|
-
|
16
|
-
# Linker flags that can not go in dependency_libs.
|
17
|
-
inherited_linker_flags=' -pthread'
|
18
|
-
|
19
|
-
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la -lgdi32 -lusp10'
|
21
|
-
|
22
|
-
# Names of additional weak libraries provided by this library
|
23
|
-
weak_library_names=''
|
24
|
-
|
25
|
-
# Version information for pango-basic-win32.
|
26
|
-
current=0
|
27
|
-
age=0
|
28
|
-
revision=0
|
29
|
-
|
30
|
-
# Is this an already installed library?
|
31
|
-
installed=yes
|
32
|
-
|
33
|
-
# Should we warn about portability when linking against -modules?
|
34
|
-
shouldnotlink=yes
|
35
|
-
|
36
|
-
# Files to dlopen/dlpreopen
|
37
|
-
dlopen=''
|
38
|
-
dlpreopen=''
|
39
|
-
|
40
|
-
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules'
|
Binary file
|
Binary file
|
@@ -1,41 +0,0 @@
|
|
1
|
-
# pango-indic-lang.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.2
|
3
|
-
#
|
4
|
-
# Please DO NOT delete this file!
|
5
|
-
# It is necessary for linking the library.
|
6
|
-
|
7
|
-
# The name that we can dlopen(3).
|
8
|
-
dlname='pango-indic-lang.dll'
|
9
|
-
|
10
|
-
# Names of this library.
|
11
|
-
library_names='pango-indic-lang.dll.a'
|
12
|
-
|
13
|
-
# The name of the static archive.
|
14
|
-
old_library=''
|
15
|
-
|
16
|
-
# Linker flags that can not go in dependency_libs.
|
17
|
-
inherited_linker_flags=' -pthread'
|
18
|
-
|
19
|
-
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la'
|
21
|
-
|
22
|
-
# Names of additional weak libraries provided by this library
|
23
|
-
weak_library_names=''
|
24
|
-
|
25
|
-
# Version information for pango-indic-lang.
|
26
|
-
current=0
|
27
|
-
age=0
|
28
|
-
revision=0
|
29
|
-
|
30
|
-
# Is this an already installed library?
|
31
|
-
installed=yes
|
32
|
-
|
33
|
-
# Should we warn about portability when linking against -modules?
|
34
|
-
shouldnotlink=yes
|
35
|
-
|
36
|
-
# Files to dlopen/dlpreopen
|
37
|
-
dlopen=''
|
38
|
-
dlpreopen=''
|
39
|
-
|
40
|
-
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/pango/1.8.0/modules'
|
@@ -1,1704 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>hb-buffer: 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="ch06.html" title="Harfbuzz API">
|
9
|
-
<link rel="prev" href="harfbuzz-hb-unicode.html" title="hb-unicode">
|
10
|
-
<link rel="next" href="harfbuzz-hb-blob.html" title="hb-blob">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
|
-
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
</head>
|
14
|
-
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
-
<td width="100%" align="left" class="shortcuts">
|
17
|
-
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
-
<a href="#harfbuzz-hb-buffer.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
-
<a href="#harfbuzz-hb-buffer.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
|
-
</td>
|
21
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
-
<td><a accesskey="p" href="harfbuzz-hb-unicode.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
-
<td><a accesskey="n" href="harfbuzz-hb-blob.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
-
</tr></table>
|
26
|
-
<div class="refentry">
|
27
|
-
<a name="harfbuzz-hb-buffer"></a><div class="titlepage"></div>
|
28
|
-
<div class="refnamediv"><table width="100%"><tr>
|
29
|
-
<td valign="top">
|
30
|
-
<h2><span class="refentrytitle"><a name="harfbuzz-hb-buffer.top_of_page"></a>hb-buffer</span></h2>
|
31
|
-
<p>hb-buffer</p>
|
32
|
-
</td>
|
33
|
-
<td class="gallery_image" valign="top" align="right"></td>
|
34
|
-
</tr></table></div>
|
35
|
-
<div class="refsect1">
|
36
|
-
<a name="harfbuzz-hb-buffer.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
38
|
-
<colgroup>
|
39
|
-
<col width="150px" class="functions_return">
|
40
|
-
<col class="functions_name">
|
41
|
-
</colgroup>
|
42
|
-
<tbody>
|
43
|
-
<tr>
|
44
|
-
<td class="function_type">
|
45
|
-
<span class="returnvalue">void</span>
|
46
|
-
</td>
|
47
|
-
<td class="function_name">
|
48
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-add" title="hb_buffer_add ()">hb_buffer_add</a> <span class="c_punctuation">()</span>
|
49
|
-
</td>
|
50
|
-
</tr>
|
51
|
-
<tr>
|
52
|
-
<td class="function_type">
|
53
|
-
<span class="returnvalue">void</span>
|
54
|
-
</td>
|
55
|
-
<td class="function_name">
|
56
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-add-utf16" title="hb_buffer_add_utf16 ()">hb_buffer_add_utf16</a> <span class="c_punctuation">()</span>
|
57
|
-
</td>
|
58
|
-
</tr>
|
59
|
-
<tr>
|
60
|
-
<td class="function_type">
|
61
|
-
<span class="returnvalue">void</span>
|
62
|
-
</td>
|
63
|
-
<td class="function_name">
|
64
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-add-utf32" title="hb_buffer_add_utf32 ()">hb_buffer_add_utf32</a> <span class="c_punctuation">()</span>
|
65
|
-
</td>
|
66
|
-
</tr>
|
67
|
-
<tr>
|
68
|
-
<td class="function_type">
|
69
|
-
<span class="returnvalue">void</span>
|
70
|
-
</td>
|
71
|
-
<td class="function_name">
|
72
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-add-utf8" title="hb_buffer_add_utf8 ()">hb_buffer_add_utf8</a> <span class="c_punctuation">()</span>
|
73
|
-
</td>
|
74
|
-
</tr>
|
75
|
-
<tr>
|
76
|
-
<td class="function_type">
|
77
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
78
|
-
</td>
|
79
|
-
<td class="function_name">
|
80
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-allocation-successful" title="hb_buffer_allocation_successful ()">hb_buffer_allocation_successful</a> <span class="c_punctuation">()</span>
|
81
|
-
</td>
|
82
|
-
</tr>
|
83
|
-
<tr>
|
84
|
-
<td class="function_type">
|
85
|
-
<span class="returnvalue">void</span>
|
86
|
-
</td>
|
87
|
-
<td class="function_name">
|
88
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-clear-contents" title="hb_buffer_clear_contents ()">hb_buffer_clear_contents</a> <span class="c_punctuation">()</span>
|
89
|
-
</td>
|
90
|
-
</tr>
|
91
|
-
<tr>
|
92
|
-
<td class="function_type">
|
93
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="returnvalue">hb_buffer_t</span></a> *
|
94
|
-
</td>
|
95
|
-
<td class="function_name">
|
96
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-create" title="hb_buffer_create ()">hb_buffer_create</a> <span class="c_punctuation">()</span>
|
97
|
-
</td>
|
98
|
-
</tr>
|
99
|
-
<tr>
|
100
|
-
<td class="function_type">
|
101
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
102
|
-
</td>
|
103
|
-
<td class="function_name">
|
104
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-deserialize-glyphs" title="hb_buffer_deserialize_glyphs ()">hb_buffer_deserialize_glyphs</a> <span class="c_punctuation">()</span>
|
105
|
-
</td>
|
106
|
-
</tr>
|
107
|
-
<tr>
|
108
|
-
<td class="function_type">
|
109
|
-
<span class="returnvalue">void</span>
|
110
|
-
</td>
|
111
|
-
<td class="function_name">
|
112
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-destroy" title="hb_buffer_destroy ()">hb_buffer_destroy</a> <span class="c_punctuation">()</span>
|
113
|
-
</td>
|
114
|
-
</tr>
|
115
|
-
<tr>
|
116
|
-
<td class="function_type">
|
117
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-content-type-t" title="enum hb_buffer_content_type_t"><span class="returnvalue">hb_buffer_content_type_t</span></a>
|
118
|
-
</td>
|
119
|
-
<td class="function_name">
|
120
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-content-type" title="hb_buffer_get_content_type ()">hb_buffer_get_content_type</a> <span class="c_punctuation">()</span>
|
121
|
-
</td>
|
122
|
-
</tr>
|
123
|
-
<tr>
|
124
|
-
<td class="function_type">
|
125
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="returnvalue">hb_direction_t</span></a>
|
126
|
-
</td>
|
127
|
-
<td class="function_name">
|
128
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-direction" title="hb_buffer_get_direction ()">hb_buffer_get_direction</a> <span class="c_punctuation">()</span>
|
129
|
-
</td>
|
130
|
-
</tr>
|
131
|
-
<tr>
|
132
|
-
<td class="function_type">
|
133
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="returnvalue">hb_buffer_t</span></a> *
|
134
|
-
</td>
|
135
|
-
<td class="function_name">
|
136
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-empty" title="hb_buffer_get_empty ()">hb_buffer_get_empty</a> <span class="c_punctuation">()</span>
|
137
|
-
</td>
|
138
|
-
</tr>
|
139
|
-
<tr>
|
140
|
-
<td class="function_type">
|
141
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-flags-t" title="enum hb_buffer_flags_t"><span class="returnvalue">hb_buffer_flags_t</span></a>
|
142
|
-
</td>
|
143
|
-
<td class="function_name">
|
144
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-flags" title="hb_buffer_get_flags ()">hb_buffer_get_flags</a> <span class="c_punctuation">()</span>
|
145
|
-
</td>
|
146
|
-
</tr>
|
147
|
-
<tr>
|
148
|
-
<td class="function_type">
|
149
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-glyph-info-t"><span class="returnvalue">hb_glyph_info_t</span></a> *
|
150
|
-
</td>
|
151
|
-
<td class="function_name">
|
152
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-glyph-infos" title="hb_buffer_get_glyph_infos ()">hb_buffer_get_glyph_infos</a> <span class="c_punctuation">()</span>
|
153
|
-
</td>
|
154
|
-
</tr>
|
155
|
-
<tr>
|
156
|
-
<td class="function_type">
|
157
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-glyph-position-t"><span class="returnvalue">hb_glyph_position_t</span></a> *
|
158
|
-
</td>
|
159
|
-
<td class="function_name">
|
160
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-glyph-positions" title="hb_buffer_get_glyph_positions ()">hb_buffer_get_glyph_positions</a> <span class="c_punctuation">()</span>
|
161
|
-
</td>
|
162
|
-
</tr>
|
163
|
-
<tr>
|
164
|
-
<td class="function_type">
|
165
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
|
166
|
-
</td>
|
167
|
-
<td class="function_name">
|
168
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-language" title="hb_buffer_get_language ()">hb_buffer_get_language</a> <span class="c_punctuation">()</span>
|
169
|
-
</td>
|
170
|
-
</tr>
|
171
|
-
<tr>
|
172
|
-
<td class="function_type">unsigned <span class="returnvalue">int</span>
|
173
|
-
</td>
|
174
|
-
<td class="function_name">
|
175
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-length" title="hb_buffer_get_length ()">hb_buffer_get_length</a> <span class="c_punctuation">()</span>
|
176
|
-
</td>
|
177
|
-
</tr>
|
178
|
-
<tr>
|
179
|
-
<td class="function_type">
|
180
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
|
181
|
-
</td>
|
182
|
-
<td class="function_name">
|
183
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-script" title="hb_buffer_get_script ()">hb_buffer_get_script</a> <span class="c_punctuation">()</span>
|
184
|
-
</td>
|
185
|
-
</tr>
|
186
|
-
<tr>
|
187
|
-
<td class="function_type">
|
188
|
-
<span class="returnvalue">void</span>
|
189
|
-
</td>
|
190
|
-
<td class="function_name">
|
191
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-segment-properties" title="hb_buffer_get_segment_properties ()">hb_buffer_get_segment_properties</a> <span class="c_punctuation">()</span>
|
192
|
-
</td>
|
193
|
-
</tr>
|
194
|
-
<tr>
|
195
|
-
<td class="function_type">
|
196
|
-
<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
|
197
|
-
</td>
|
198
|
-
<td class="function_name">
|
199
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-unicode-funcs" title="hb_buffer_get_unicode_funcs ()">hb_buffer_get_unicode_funcs</a> <span class="c_punctuation">()</span>
|
200
|
-
</td>
|
201
|
-
</tr>
|
202
|
-
<tr>
|
203
|
-
<td class="function_type">
|
204
|
-
<span class="returnvalue">void</span> *
|
205
|
-
</td>
|
206
|
-
<td class="function_name">
|
207
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-get-user-data" title="hb_buffer_get_user_data ()">hb_buffer_get_user_data</a> <span class="c_punctuation">()</span>
|
208
|
-
</td>
|
209
|
-
</tr>
|
210
|
-
<tr>
|
211
|
-
<td class="function_type">
|
212
|
-
<span class="returnvalue">void</span>
|
213
|
-
</td>
|
214
|
-
<td class="function_name">
|
215
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-guess-segment-properties" title="hb_buffer_guess_segment_properties ()">hb_buffer_guess_segment_properties</a> <span class="c_punctuation">()</span>
|
216
|
-
</td>
|
217
|
-
</tr>
|
218
|
-
<tr>
|
219
|
-
<td class="function_type">
|
220
|
-
<span class="returnvalue">void</span>
|
221
|
-
</td>
|
222
|
-
<td class="function_name">
|
223
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-normalize-glyphs" title="hb_buffer_normalize_glyphs ()">hb_buffer_normalize_glyphs</a> <span class="c_punctuation">()</span>
|
224
|
-
</td>
|
225
|
-
</tr>
|
226
|
-
<tr>
|
227
|
-
<td class="function_type">
|
228
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
229
|
-
</td>
|
230
|
-
<td class="function_name">
|
231
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-pre-allocate" title="hb_buffer_pre_allocate ()">hb_buffer_pre_allocate</a> <span class="c_punctuation">()</span>
|
232
|
-
</td>
|
233
|
-
</tr>
|
234
|
-
<tr>
|
235
|
-
<td class="function_type">
|
236
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="returnvalue">hb_buffer_t</span></a> *
|
237
|
-
</td>
|
238
|
-
<td class="function_name">
|
239
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-reference" title="hb_buffer_reference ()">hb_buffer_reference</a> <span class="c_punctuation">()</span>
|
240
|
-
</td>
|
241
|
-
</tr>
|
242
|
-
<tr>
|
243
|
-
<td class="function_type">
|
244
|
-
<span class="returnvalue">void</span>
|
245
|
-
</td>
|
246
|
-
<td class="function_name">
|
247
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-reset" title="hb_buffer_reset ()">hb_buffer_reset</a> <span class="c_punctuation">()</span>
|
248
|
-
</td>
|
249
|
-
</tr>
|
250
|
-
<tr>
|
251
|
-
<td class="function_type">
|
252
|
-
<span class="returnvalue">void</span>
|
253
|
-
</td>
|
254
|
-
<td class="function_name">
|
255
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-reverse" title="hb_buffer_reverse ()">hb_buffer_reverse</a> <span class="c_punctuation">()</span>
|
256
|
-
</td>
|
257
|
-
</tr>
|
258
|
-
<tr>
|
259
|
-
<td class="function_type">
|
260
|
-
<span class="returnvalue">void</span>
|
261
|
-
</td>
|
262
|
-
<td class="function_name">
|
263
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-reverse-clusters" title="hb_buffer_reverse_clusters ()">hb_buffer_reverse_clusters</a> <span class="c_punctuation">()</span>
|
264
|
-
</td>
|
265
|
-
</tr>
|
266
|
-
<tr>
|
267
|
-
<td class="function_type">
|
268
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-t" title="enum hb_buffer_serialize_format_t"><span class="returnvalue">hb_buffer_serialize_format_t</span></a>
|
269
|
-
</td>
|
270
|
-
<td class="function_name">
|
271
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-from-string" title="hb_buffer_serialize_format_from_string ()">hb_buffer_serialize_format_from_string</a> <span class="c_punctuation">()</span>
|
272
|
-
</td>
|
273
|
-
</tr>
|
274
|
-
<tr>
|
275
|
-
<td class="function_type">const <span class="returnvalue">char</span> *
|
276
|
-
</td>
|
277
|
-
<td class="function_name">
|
278
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-to-string" title="hb_buffer_serialize_format_to_string ()">hb_buffer_serialize_format_to_string</a> <span class="c_punctuation">()</span>
|
279
|
-
</td>
|
280
|
-
</tr>
|
281
|
-
<tr>
|
282
|
-
<td class="function_type">unsigned <span class="returnvalue">int</span>
|
283
|
-
</td>
|
284
|
-
<td class="function_name">
|
285
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-glyphs" title="hb_buffer_serialize_glyphs ()">hb_buffer_serialize_glyphs</a> <span class="c_punctuation">()</span>
|
286
|
-
</td>
|
287
|
-
</tr>
|
288
|
-
<tr>
|
289
|
-
<td class="function_type">const <span class="returnvalue">char</span> **
|
290
|
-
</td>
|
291
|
-
<td class="function_name">
|
292
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-list-formats" title="hb_buffer_serialize_list_formats ()">hb_buffer_serialize_list_formats</a> <span class="c_punctuation">()</span>
|
293
|
-
</td>
|
294
|
-
</tr>
|
295
|
-
<tr>
|
296
|
-
<td class="function_type">
|
297
|
-
<span class="returnvalue">void</span>
|
298
|
-
</td>
|
299
|
-
<td class="function_name">
|
300
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-content-type" title="hb_buffer_set_content_type ()">hb_buffer_set_content_type</a> <span class="c_punctuation">()</span>
|
301
|
-
</td>
|
302
|
-
</tr>
|
303
|
-
<tr>
|
304
|
-
<td class="function_type">
|
305
|
-
<span class="returnvalue">void</span>
|
306
|
-
</td>
|
307
|
-
<td class="function_name">
|
308
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-direction" title="hb_buffer_set_direction ()">hb_buffer_set_direction</a> <span class="c_punctuation">()</span>
|
309
|
-
</td>
|
310
|
-
</tr>
|
311
|
-
<tr>
|
312
|
-
<td class="function_type">
|
313
|
-
<span class="returnvalue">void</span>
|
314
|
-
</td>
|
315
|
-
<td class="function_name">
|
316
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-flags" title="hb_buffer_set_flags ()">hb_buffer_set_flags</a> <span class="c_punctuation">()</span>
|
317
|
-
</td>
|
318
|
-
</tr>
|
319
|
-
<tr>
|
320
|
-
<td class="function_type">
|
321
|
-
<span class="returnvalue">void</span>
|
322
|
-
</td>
|
323
|
-
<td class="function_name">
|
324
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-language" title="hb_buffer_set_language ()">hb_buffer_set_language</a> <span class="c_punctuation">()</span>
|
325
|
-
</td>
|
326
|
-
</tr>
|
327
|
-
<tr>
|
328
|
-
<td class="function_type">
|
329
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
330
|
-
</td>
|
331
|
-
<td class="function_name">
|
332
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-length" title="hb_buffer_set_length ()">hb_buffer_set_length</a> <span class="c_punctuation">()</span>
|
333
|
-
</td>
|
334
|
-
</tr>
|
335
|
-
<tr>
|
336
|
-
<td class="function_type">
|
337
|
-
<span class="returnvalue">void</span>
|
338
|
-
</td>
|
339
|
-
<td class="function_name">
|
340
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-script" title="hb_buffer_set_script ()">hb_buffer_set_script</a> <span class="c_punctuation">()</span>
|
341
|
-
</td>
|
342
|
-
</tr>
|
343
|
-
<tr>
|
344
|
-
<td class="function_type">
|
345
|
-
<span class="returnvalue">void</span>
|
346
|
-
</td>
|
347
|
-
<td class="function_name">
|
348
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-segment-properties" title="hb_buffer_set_segment_properties ()">hb_buffer_set_segment_properties</a> <span class="c_punctuation">()</span>
|
349
|
-
</td>
|
350
|
-
</tr>
|
351
|
-
<tr>
|
352
|
-
<td class="function_type">
|
353
|
-
<span class="returnvalue">void</span>
|
354
|
-
</td>
|
355
|
-
<td class="function_name">
|
356
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-unicode-funcs" title="hb_buffer_set_unicode_funcs ()">hb_buffer_set_unicode_funcs</a> <span class="c_punctuation">()</span>
|
357
|
-
</td>
|
358
|
-
</tr>
|
359
|
-
<tr>
|
360
|
-
<td class="function_type">
|
361
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
362
|
-
</td>
|
363
|
-
<td class="function_name">
|
364
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-set-user-data" title="hb_buffer_set_user_data ()">hb_buffer_set_user_data</a> <span class="c_punctuation">()</span>
|
365
|
-
</td>
|
366
|
-
</tr>
|
367
|
-
<tr>
|
368
|
-
<td class="function_type">
|
369
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
370
|
-
</td>
|
371
|
-
<td class="function_name">
|
372
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-equal" title="hb_segment_properties_equal ()">hb_segment_properties_equal</a> <span class="c_punctuation">()</span>
|
373
|
-
</td>
|
374
|
-
</tr>
|
375
|
-
<tr>
|
376
|
-
<td class="function_type">unsigned <span class="returnvalue">int</span>
|
377
|
-
</td>
|
378
|
-
<td class="function_name">
|
379
|
-
<a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-hash" title="hb_segment_properties_hash ()">hb_segment_properties_hash</a> <span class="c_punctuation">()</span>
|
380
|
-
</td>
|
381
|
-
</tr>
|
382
|
-
</tbody>
|
383
|
-
</table></div>
|
384
|
-
</div>
|
385
|
-
<a name="hb-buffer-t"></a><a name="hb-glyph-info-t"></a><a name="hb-glyph-position-t"></a><a name="hb-segment-properties-t"></a><div class="refsect1">
|
386
|
-
<a name="harfbuzz-hb-buffer.other"></a><h2>Types and Values</h2>
|
387
|
-
<div class="informaltable"><table width="100%" border="0">
|
388
|
-
<colgroup>
|
389
|
-
<col width="150px" class="name">
|
390
|
-
<col class="description">
|
391
|
-
</colgroup>
|
392
|
-
<tbody>
|
393
|
-
<tr>
|
394
|
-
<td class="define_keyword">#define</td>
|
395
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-buffer.html#HB-SEGMENT-PROPERTIES-DEFAULT:CAPS" title="HB_SEGMENT_PROPERTIES_DEFAULT">HB_SEGMENT_PROPERTIES_DEFAULT</a></td>
|
396
|
-
</tr>
|
397
|
-
<tr>
|
398
|
-
<td class="datatype_keyword">enum</td>
|
399
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-content-type-t" title="enum hb_buffer_content_type_t">hb_buffer_content_type_t</a></td>
|
400
|
-
</tr>
|
401
|
-
<tr>
|
402
|
-
<td class="datatype_keyword">enum</td>
|
403
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-flags-t" title="enum hb_buffer_flags_t">hb_buffer_flags_t</a></td>
|
404
|
-
</tr>
|
405
|
-
<tr>
|
406
|
-
<td class="datatype_keyword">enum</td>
|
407
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-flags-t" title="enum hb_buffer_serialize_flags_t">hb_buffer_serialize_flags_t</a></td>
|
408
|
-
</tr>
|
409
|
-
<tr>
|
410
|
-
<td class="datatype_keyword">enum</td>
|
411
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-t" title="enum hb_buffer_serialize_format_t">hb_buffer_serialize_format_t</a></td>
|
412
|
-
</tr>
|
413
|
-
<tr>
|
414
|
-
<td class="typedef_keyword">typedef</td>
|
415
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t">hb_buffer_t</a></td>
|
416
|
-
</tr>
|
417
|
-
<tr>
|
418
|
-
<td class="datatype_keyword"> </td>
|
419
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-buffer.html#hb-glyph-info-t-struct" title="hb_glyph_info_t">hb_glyph_info_t</a></td>
|
420
|
-
</tr>
|
421
|
-
<tr>
|
422
|
-
<td class="datatype_keyword"> </td>
|
423
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-buffer.html#hb-glyph-position-t-struct" title="hb_glyph_position_t">hb_glyph_position_t</a></td>
|
424
|
-
</tr>
|
425
|
-
<tr>
|
426
|
-
<td class="datatype_keyword"> </td>
|
427
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t-struct" title="hb_segment_properties_t">hb_segment_properties_t</a></td>
|
428
|
-
</tr>
|
429
|
-
</tbody>
|
430
|
-
</table></div>
|
431
|
-
</div>
|
432
|
-
<div class="refsect1">
|
433
|
-
<a name="harfbuzz-hb-buffer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
434
|
-
<pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
435
|
-
<span class="lineart">├──</span> hb_buffer_t
|
436
|
-
<span class="lineart">├──</span> hb_glyph_info_t
|
437
|
-
<span class="lineart">├──</span> hb_glyph_position_t
|
438
|
-
<span class="lineart">╰──</span> hb_segment_properties_t
|
439
|
-
<a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
440
|
-
<span class="lineart">├──</span> hb_buffer_content_type_t
|
441
|
-
<span class="lineart">╰──</span> hb_buffer_serialize_format_t
|
442
|
-
<a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
|
443
|
-
<span class="lineart">├──</span> hb_buffer_flags_t
|
444
|
-
<span class="lineart">╰──</span> hb_buffer_serialize_flags_t
|
445
|
-
</pre>
|
446
|
-
</div>
|
447
|
-
<div class="refsect1">
|
448
|
-
<a name="harfbuzz-hb-buffer.description"></a><h2>Description</h2>
|
449
|
-
</div>
|
450
|
-
<div class="refsect1">
|
451
|
-
<a name="harfbuzz-hb-buffer.functions_details"></a><h2>Functions</h2>
|
452
|
-
<div class="refsect2">
|
453
|
-
<a name="hb-buffer-add"></a><h3>hb_buffer_add ()</h3>
|
454
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
455
|
-
hb_buffer_add (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
456
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> codepoint</code></em>,
|
457
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> cluster</code></em>);</pre>
|
458
|
-
<div class="refsect3">
|
459
|
-
<a name="id-1.3.2.5.11.2.4"></a><h4>Parameters</h4>
|
460
|
-
<div class="informaltable"><table width="100%" border="0">
|
461
|
-
<colgroup>
|
462
|
-
<col width="150px" class="parameters_name">
|
463
|
-
<col class="parameters_description">
|
464
|
-
<col width="200px" class="parameters_annotations">
|
465
|
-
</colgroup>
|
466
|
-
<tbody><tr>
|
467
|
-
<td class="parameter_name"><p>buffer</p></td>
|
468
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
469
|
-
<td class="parameter_annotations"> </td>
|
470
|
-
</tr></tbody>
|
471
|
-
</table></div>
|
472
|
-
</div>
|
473
|
-
<p class="since">Since 1.0</p>
|
474
|
-
</div>
|
475
|
-
<hr>
|
476
|
-
<div class="refsect2">
|
477
|
-
<a name="hb-buffer-add-utf16"></a><h3>hb_buffer_add_utf16 ()</h3>
|
478
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
479
|
-
hb_buffer_add_utf16 (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
480
|
-
<em class="parameter"><code>const <span class="type">uint16_t</span> *text</code></em>,
|
481
|
-
<em class="parameter"><code><span class="type">int</span> text_length</code></em>,
|
482
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> item_offset</code></em>,
|
483
|
-
<em class="parameter"><code><span class="type">int</span> item_length</code></em>);</pre>
|
484
|
-
<div class="refsect3">
|
485
|
-
<a name="id-1.3.2.5.11.3.4"></a><h4>Parameters</h4>
|
486
|
-
<div class="informaltable"><table width="100%" border="0">
|
487
|
-
<colgroup>
|
488
|
-
<col width="150px" class="parameters_name">
|
489
|
-
<col class="parameters_description">
|
490
|
-
<col width="200px" class="parameters_annotations">
|
491
|
-
</colgroup>
|
492
|
-
<tbody>
|
493
|
-
<tr>
|
494
|
-
<td class="parameter_name"><p>buffer</p></td>
|
495
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
496
|
-
<td class="parameter_annotations"> </td>
|
497
|
-
</tr>
|
498
|
-
<tr>
|
499
|
-
<td class="parameter_name"><p>text</p></td>
|
500
|
-
<td class="parameter_description"><p>. </p></td>
|
501
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=text_length]</span></td>
|
502
|
-
</tr>
|
503
|
-
</tbody>
|
504
|
-
</table></div>
|
505
|
-
</div>
|
506
|
-
<p class="since">Since 1.0</p>
|
507
|
-
</div>
|
508
|
-
<hr>
|
509
|
-
<div class="refsect2">
|
510
|
-
<a name="hb-buffer-add-utf32"></a><h3>hb_buffer_add_utf32 ()</h3>
|
511
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
512
|
-
hb_buffer_add_utf32 (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
513
|
-
<em class="parameter"><code>const <span class="type">uint32_t</span> *text</code></em>,
|
514
|
-
<em class="parameter"><code><span class="type">int</span> text_length</code></em>,
|
515
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> item_offset</code></em>,
|
516
|
-
<em class="parameter"><code><span class="type">int</span> item_length</code></em>);</pre>
|
517
|
-
<div class="refsect3">
|
518
|
-
<a name="id-1.3.2.5.11.4.4"></a><h4>Parameters</h4>
|
519
|
-
<div class="informaltable"><table width="100%" border="0">
|
520
|
-
<colgroup>
|
521
|
-
<col width="150px" class="parameters_name">
|
522
|
-
<col class="parameters_description">
|
523
|
-
<col width="200px" class="parameters_annotations">
|
524
|
-
</colgroup>
|
525
|
-
<tbody>
|
526
|
-
<tr>
|
527
|
-
<td class="parameter_name"><p>buffer</p></td>
|
528
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
529
|
-
<td class="parameter_annotations"> </td>
|
530
|
-
</tr>
|
531
|
-
<tr>
|
532
|
-
<td class="parameter_name"><p>text</p></td>
|
533
|
-
<td class="parameter_description"><p>. </p></td>
|
534
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=text_length]</span></td>
|
535
|
-
</tr>
|
536
|
-
</tbody>
|
537
|
-
</table></div>
|
538
|
-
</div>
|
539
|
-
<p class="since">Since 1.0</p>
|
540
|
-
</div>
|
541
|
-
<hr>
|
542
|
-
<div class="refsect2">
|
543
|
-
<a name="hb-buffer-add-utf8"></a><h3>hb_buffer_add_utf8 ()</h3>
|
544
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
545
|
-
hb_buffer_add_utf8 (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
546
|
-
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
547
|
-
<em class="parameter"><code><span class="type">int</span> text_length</code></em>,
|
548
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> item_offset</code></em>,
|
549
|
-
<em class="parameter"><code><span class="type">int</span> item_length</code></em>);</pre>
|
550
|
-
<div class="refsect3">
|
551
|
-
<a name="id-1.3.2.5.11.5.4"></a><h4>Parameters</h4>
|
552
|
-
<div class="informaltable"><table width="100%" border="0">
|
553
|
-
<colgroup>
|
554
|
-
<col width="150px" class="parameters_name">
|
555
|
-
<col class="parameters_description">
|
556
|
-
<col width="200px" class="parameters_annotations">
|
557
|
-
</colgroup>
|
558
|
-
<tbody>
|
559
|
-
<tr>
|
560
|
-
<td class="parameter_name"><p>buffer</p></td>
|
561
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
562
|
-
<td class="parameter_annotations"> </td>
|
563
|
-
</tr>
|
564
|
-
<tr>
|
565
|
-
<td class="parameter_name"><p>text</p></td>
|
566
|
-
<td class="parameter_description"><p>. </p></td>
|
567
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=text_length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8_t]</span></td>
|
568
|
-
</tr>
|
569
|
-
</tbody>
|
570
|
-
</table></div>
|
571
|
-
</div>
|
572
|
-
<p class="since">Since 1.0</p>
|
573
|
-
</div>
|
574
|
-
<hr>
|
575
|
-
<div class="refsect2">
|
576
|
-
<a name="hb-buffer-allocation-successful"></a><h3>hb_buffer_allocation_successful ()</h3>
|
577
|
-
<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>
|
578
|
-
hb_buffer_allocation_successful (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
579
|
-
<div class="refsect3">
|
580
|
-
<a name="id-1.3.2.5.11.6.4"></a><h4>Parameters</h4>
|
581
|
-
<div class="informaltable"><table width="100%" border="0">
|
582
|
-
<colgroup>
|
583
|
-
<col width="150px" class="parameters_name">
|
584
|
-
<col class="parameters_description">
|
585
|
-
<col width="200px" class="parameters_annotations">
|
586
|
-
</colgroup>
|
587
|
-
<tbody><tr>
|
588
|
-
<td class="parameter_name"><p>buffer</p></td>
|
589
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
590
|
-
<td class="parameter_annotations"> </td>
|
591
|
-
</tr></tbody>
|
592
|
-
</table></div>
|
593
|
-
</div>
|
594
|
-
<div class="refsect3">
|
595
|
-
<a name="id-1.3.2.5.11.6.5"></a><h4>Returns</h4>
|
596
|
-
<p></p>
|
597
|
-
</div>
|
598
|
-
<p class="since">Since 1.0</p>
|
599
|
-
</div>
|
600
|
-
<hr>
|
601
|
-
<div class="refsect2">
|
602
|
-
<a name="hb-buffer-clear-contents"></a><h3>hb_buffer_clear_contents ()</h3>
|
603
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
604
|
-
hb_buffer_clear_contents (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
605
|
-
<div class="refsect3">
|
606
|
-
<a name="id-1.3.2.5.11.7.4"></a><h4>Parameters</h4>
|
607
|
-
<div class="informaltable"><table width="100%" border="0">
|
608
|
-
<colgroup>
|
609
|
-
<col width="150px" class="parameters_name">
|
610
|
-
<col class="parameters_description">
|
611
|
-
<col width="200px" class="parameters_annotations">
|
612
|
-
</colgroup>
|
613
|
-
<tbody><tr>
|
614
|
-
<td class="parameter_name"><p>buffer</p></td>
|
615
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
616
|
-
<td class="parameter_annotations"> </td>
|
617
|
-
</tr></tbody>
|
618
|
-
</table></div>
|
619
|
-
</div>
|
620
|
-
<p class="since">Since 0.9.11</p>
|
621
|
-
</div>
|
622
|
-
<hr>
|
623
|
-
<div class="refsect2">
|
624
|
-
<a name="hb-buffer-create"></a><h3>hb_buffer_create ()</h3>
|
625
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="returnvalue">hb_buffer_t</span></a> *
|
626
|
-
hb_buffer_create (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
627
|
-
</div>
|
628
|
-
<hr>
|
629
|
-
<div class="refsect2">
|
630
|
-
<a name="hb-buffer-deserialize-glyphs"></a><h3>hb_buffer_deserialize_glyphs ()</h3>
|
631
|
-
<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>
|
632
|
-
hb_buffer_deserialize_glyphs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
633
|
-
<em class="parameter"><code>const <span class="type">char</span> *buf</code></em>,
|
634
|
-
<em class="parameter"><code><span class="type">int</span> buf_len</code></em>,
|
635
|
-
<em class="parameter"><code>const <span class="type">char</span> **end_ptr</code></em>,
|
636
|
-
<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>,
|
637
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-t" title="enum hb_buffer_serialize_format_t"><span class="type">hb_buffer_serialize_format_t</span></a> format</code></em>);</pre>
|
638
|
-
<div class="refsect3">
|
639
|
-
<a name="id-1.3.2.5.11.9.4"></a><h4>Parameters</h4>
|
640
|
-
<div class="informaltable"><table width="100%" border="0">
|
641
|
-
<colgroup>
|
642
|
-
<col width="150px" class="parameters_name">
|
643
|
-
<col class="parameters_description">
|
644
|
-
<col width="200px" class="parameters_annotations">
|
645
|
-
</colgroup>
|
646
|
-
<tbody>
|
647
|
-
<tr>
|
648
|
-
<td class="parameter_name"><p>buffer</p></td>
|
649
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
650
|
-
<td class="parameter_annotations"> </td>
|
651
|
-
</tr>
|
652
|
-
<tr>
|
653
|
-
<td class="parameter_name"><p>buf</p></td>
|
654
|
-
<td class="parameter_description"><p>. </p></td>
|
655
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=buf_len]</span></td>
|
656
|
-
</tr>
|
657
|
-
<tr>
|
658
|
-
<td class="parameter_name"><p>end_ptr</p></td>
|
659
|
-
<td class="parameter_description"><p>. </p></td>
|
660
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
661
|
-
</tr>
|
662
|
-
</tbody>
|
663
|
-
</table></div>
|
664
|
-
</div>
|
665
|
-
<div class="refsect3">
|
666
|
-
<a name="id-1.3.2.5.11.9.5"></a><h4>Returns</h4>
|
667
|
-
<p></p>
|
668
|
-
</div>
|
669
|
-
<p class="since">Since 1.0</p>
|
670
|
-
</div>
|
671
|
-
<hr>
|
672
|
-
<div class="refsect2">
|
673
|
-
<a name="hb-buffer-destroy"></a><h3>hb_buffer_destroy ()</h3>
|
674
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
675
|
-
hb_buffer_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
676
|
-
<div class="refsect3">
|
677
|
-
<a name="id-1.3.2.5.11.10.4"></a><h4>Parameters</h4>
|
678
|
-
<div class="informaltable"><table width="100%" border="0">
|
679
|
-
<colgroup>
|
680
|
-
<col width="150px" class="parameters_name">
|
681
|
-
<col class="parameters_description">
|
682
|
-
<col width="200px" class="parameters_annotations">
|
683
|
-
</colgroup>
|
684
|
-
<tbody><tr>
|
685
|
-
<td class="parameter_name"><p>buffer</p></td>
|
686
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
687
|
-
<td class="parameter_annotations"> </td>
|
688
|
-
</tr></tbody>
|
689
|
-
</table></div>
|
690
|
-
</div>
|
691
|
-
<p class="since">Since 1.0</p>
|
692
|
-
</div>
|
693
|
-
<hr>
|
694
|
-
<div class="refsect2">
|
695
|
-
<a name="hb-buffer-get-content-type"></a><h3>hb_buffer_get_content_type ()</h3>
|
696
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-content-type-t" title="enum hb_buffer_content_type_t"><span class="returnvalue">hb_buffer_content_type_t</span></a>
|
697
|
-
hb_buffer_get_content_type (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
698
|
-
<div class="refsect3">
|
699
|
-
<a name="id-1.3.2.5.11.11.4"></a><h4>Parameters</h4>
|
700
|
-
<div class="informaltable"><table width="100%" border="0">
|
701
|
-
<colgroup>
|
702
|
-
<col width="150px" class="parameters_name">
|
703
|
-
<col class="parameters_description">
|
704
|
-
<col width="200px" class="parameters_annotations">
|
705
|
-
</colgroup>
|
706
|
-
<tbody><tr>
|
707
|
-
<td class="parameter_name"><p>buffer</p></td>
|
708
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
709
|
-
<td class="parameter_annotations"> </td>
|
710
|
-
</tr></tbody>
|
711
|
-
</table></div>
|
712
|
-
</div>
|
713
|
-
<div class="refsect3">
|
714
|
-
<a name="id-1.3.2.5.11.11.5"></a><h4>Returns</h4>
|
715
|
-
<p></p>
|
716
|
-
</div>
|
717
|
-
<p class="since">Since 0.9.5</p>
|
718
|
-
</div>
|
719
|
-
<hr>
|
720
|
-
<div class="refsect2">
|
721
|
-
<a name="hb-buffer-get-direction"></a><h3>hb_buffer_get_direction ()</h3>
|
722
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="returnvalue">hb_direction_t</span></a>
|
723
|
-
hb_buffer_get_direction (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
724
|
-
<div class="refsect3">
|
725
|
-
<a name="id-1.3.2.5.11.12.4"></a><h4>Parameters</h4>
|
726
|
-
<div class="informaltable"><table width="100%" border="0">
|
727
|
-
<colgroup>
|
728
|
-
<col width="150px" class="parameters_name">
|
729
|
-
<col class="parameters_description">
|
730
|
-
<col width="200px" class="parameters_annotations">
|
731
|
-
</colgroup>
|
732
|
-
<tbody><tr>
|
733
|
-
<td class="parameter_name"><p>buffer</p></td>
|
734
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
735
|
-
<td class="parameter_annotations"> </td>
|
736
|
-
</tr></tbody>
|
737
|
-
</table></div>
|
738
|
-
</div>
|
739
|
-
<div class="refsect3">
|
740
|
-
<a name="id-1.3.2.5.11.12.5"></a><h4>Returns</h4>
|
741
|
-
<p></p>
|
742
|
-
</div>
|
743
|
-
<p class="since">Since 1.0</p>
|
744
|
-
</div>
|
745
|
-
<hr>
|
746
|
-
<div class="refsect2">
|
747
|
-
<a name="hb-buffer-get-empty"></a><h3>hb_buffer_get_empty ()</h3>
|
748
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="returnvalue">hb_buffer_t</span></a> *
|
749
|
-
hb_buffer_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
750
|
-
<div class="refsect3">
|
751
|
-
<a name="id-1.3.2.5.11.13.4"></a><h4>Returns</h4>
|
752
|
-
<p>. </p>
|
753
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
754
|
-
</div>
|
755
|
-
<p class="since">Since 1.0</p>
|
756
|
-
</div>
|
757
|
-
<hr>
|
758
|
-
<div class="refsect2">
|
759
|
-
<a name="hb-buffer-get-flags"></a><h3>hb_buffer_get_flags ()</h3>
|
760
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-flags-t" title="enum hb_buffer_flags_t"><span class="returnvalue">hb_buffer_flags_t</span></a>
|
761
|
-
hb_buffer_get_flags (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
762
|
-
<div class="refsect3">
|
763
|
-
<a name="id-1.3.2.5.11.14.4"></a><h4>Parameters</h4>
|
764
|
-
<div class="informaltable"><table width="100%" border="0">
|
765
|
-
<colgroup>
|
766
|
-
<col width="150px" class="parameters_name">
|
767
|
-
<col class="parameters_description">
|
768
|
-
<col width="200px" class="parameters_annotations">
|
769
|
-
</colgroup>
|
770
|
-
<tbody><tr>
|
771
|
-
<td class="parameter_name"><p>buffer</p></td>
|
772
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
773
|
-
<td class="parameter_annotations"> </td>
|
774
|
-
</tr></tbody>
|
775
|
-
</table></div>
|
776
|
-
</div>
|
777
|
-
<div class="refsect3">
|
778
|
-
<a name="id-1.3.2.5.11.14.5"></a><h4>Returns</h4>
|
779
|
-
<p></p>
|
780
|
-
</div>
|
781
|
-
<p class="since">Since 0.9.7</p>
|
782
|
-
</div>
|
783
|
-
<hr>
|
784
|
-
<div class="refsect2">
|
785
|
-
<a name="hb-buffer-get-glyph-infos"></a><h3>hb_buffer_get_glyph_infos ()</h3>
|
786
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-glyph-info-t"><span class="returnvalue">hb_glyph_info_t</span></a> *
|
787
|
-
hb_buffer_get_glyph_infos (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
788
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> *length</code></em>);</pre>
|
789
|
-
<p>Returns buffer glyph information array. Returned pointer
|
790
|
-
is valid as long as buffer contents are not modified.</p>
|
791
|
-
<div class="refsect3">
|
792
|
-
<a name="id-1.3.2.5.11.15.5"></a><h4>Parameters</h4>
|
793
|
-
<div class="informaltable"><table width="100%" border="0">
|
794
|
-
<colgroup>
|
795
|
-
<col width="150px" class="parameters_name">
|
796
|
-
<col class="parameters_description">
|
797
|
-
<col width="200px" class="parameters_annotations">
|
798
|
-
</colgroup>
|
799
|
-
<tbody>
|
800
|
-
<tr>
|
801
|
-
<td class="parameter_name"><p>buffer</p></td>
|
802
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
803
|
-
<td class="parameter_annotations"> </td>
|
804
|
-
</tr>
|
805
|
-
<tr>
|
806
|
-
<td class="parameter_name"><p>length</p></td>
|
807
|
-
<td class="parameter_description"><p> output array length. </p></td>
|
808
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
809
|
-
</tr>
|
810
|
-
</tbody>
|
811
|
-
</table></div>
|
812
|
-
</div>
|
813
|
-
<div class="refsect3">
|
814
|
-
<a name="id-1.3.2.5.11.15.6"></a><h4>Returns</h4>
|
815
|
-
<p> buffer glyph information array. </p>
|
816
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></p>
|
817
|
-
</div>
|
818
|
-
<p class="since">Since 1.0</p>
|
819
|
-
</div>
|
820
|
-
<hr>
|
821
|
-
<div class="refsect2">
|
822
|
-
<a name="hb-buffer-get-glyph-positions"></a><h3>hb_buffer_get_glyph_positions ()</h3>
|
823
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-glyph-position-t"><span class="returnvalue">hb_glyph_position_t</span></a> *
|
824
|
-
hb_buffer_get_glyph_positions (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
825
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> *length</code></em>);</pre>
|
826
|
-
<p>Returns buffer glyph position array. Returned pointer
|
827
|
-
is valid as long as buffer contents are not modified.</p>
|
828
|
-
<div class="refsect3">
|
829
|
-
<a name="id-1.3.2.5.11.16.5"></a><h4>Parameters</h4>
|
830
|
-
<div class="informaltable"><table width="100%" border="0">
|
831
|
-
<colgroup>
|
832
|
-
<col width="150px" class="parameters_name">
|
833
|
-
<col class="parameters_description">
|
834
|
-
<col width="200px" class="parameters_annotations">
|
835
|
-
</colgroup>
|
836
|
-
<tbody>
|
837
|
-
<tr>
|
838
|
-
<td class="parameter_name"><p>buffer</p></td>
|
839
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
840
|
-
<td class="parameter_annotations"> </td>
|
841
|
-
</tr>
|
842
|
-
<tr>
|
843
|
-
<td class="parameter_name"><p>length</p></td>
|
844
|
-
<td class="parameter_description"><p> output length. </p></td>
|
845
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
846
|
-
</tr>
|
847
|
-
</tbody>
|
848
|
-
</table></div>
|
849
|
-
</div>
|
850
|
-
<div class="refsect3">
|
851
|
-
<a name="id-1.3.2.5.11.16.6"></a><h4>Returns</h4>
|
852
|
-
<p> buffer glyph position array. </p>
|
853
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></p>
|
854
|
-
</div>
|
855
|
-
<p class="since">Since 1.0</p>
|
856
|
-
</div>
|
857
|
-
<hr>
|
858
|
-
<div class="refsect2">
|
859
|
-
<a name="hb-buffer-get-language"></a><h3>hb_buffer_get_language ()</h3>
|
860
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
|
861
|
-
hb_buffer_get_language (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
862
|
-
<div class="refsect3">
|
863
|
-
<a name="id-1.3.2.5.11.17.4"></a><h4>Parameters</h4>
|
864
|
-
<div class="informaltable"><table width="100%" border="0">
|
865
|
-
<colgroup>
|
866
|
-
<col width="150px" class="parameters_name">
|
867
|
-
<col class="parameters_description">
|
868
|
-
<col width="200px" class="parameters_annotations">
|
869
|
-
</colgroup>
|
870
|
-
<tbody><tr>
|
871
|
-
<td class="parameter_name"><p>buffer</p></td>
|
872
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
873
|
-
<td class="parameter_annotations"> </td>
|
874
|
-
</tr></tbody>
|
875
|
-
</table></div>
|
876
|
-
</div>
|
877
|
-
<div class="refsect3">
|
878
|
-
<a name="id-1.3.2.5.11.17.5"></a><h4>Returns</h4>
|
879
|
-
<p>. </p>
|
880
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
881
|
-
</div>
|
882
|
-
<p class="since">Since 1.0</p>
|
883
|
-
</div>
|
884
|
-
<hr>
|
885
|
-
<div class="refsect2">
|
886
|
-
<a name="hb-buffer-get-length"></a><h3>hb_buffer_get_length ()</h3>
|
887
|
-
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
888
|
-
hb_buffer_get_length (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
889
|
-
<p>Returns the number of items in the buffer.</p>
|
890
|
-
<div class="refsect3">
|
891
|
-
<a name="id-1.3.2.5.11.18.5"></a><h4>Parameters</h4>
|
892
|
-
<div class="informaltable"><table width="100%" border="0">
|
893
|
-
<colgroup>
|
894
|
-
<col width="150px" class="parameters_name">
|
895
|
-
<col class="parameters_description">
|
896
|
-
<col width="200px" class="parameters_annotations">
|
897
|
-
</colgroup>
|
898
|
-
<tbody><tr>
|
899
|
-
<td class="parameter_name"><p>buffer</p></td>
|
900
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
901
|
-
<td class="parameter_annotations"> </td>
|
902
|
-
</tr></tbody>
|
903
|
-
</table></div>
|
904
|
-
</div>
|
905
|
-
<div class="refsect3">
|
906
|
-
<a name="id-1.3.2.5.11.18.6"></a><h4>Returns</h4>
|
907
|
-
<p> buffer length.</p>
|
908
|
-
<p></p>
|
909
|
-
</div>
|
910
|
-
<p class="since">Since 1.0</p>
|
911
|
-
</div>
|
912
|
-
<hr>
|
913
|
-
<div class="refsect2">
|
914
|
-
<a name="hb-buffer-get-script"></a><h3>hb_buffer_get_script ()</h3>
|
915
|
-
<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>
|
916
|
-
hb_buffer_get_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
917
|
-
<div class="refsect3">
|
918
|
-
<a name="id-1.3.2.5.11.19.4"></a><h4>Parameters</h4>
|
919
|
-
<div class="informaltable"><table width="100%" border="0">
|
920
|
-
<colgroup>
|
921
|
-
<col width="150px" class="parameters_name">
|
922
|
-
<col class="parameters_description">
|
923
|
-
<col width="200px" class="parameters_annotations">
|
924
|
-
</colgroup>
|
925
|
-
<tbody><tr>
|
926
|
-
<td class="parameter_name"><p>buffer</p></td>
|
927
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
928
|
-
<td class="parameter_annotations"> </td>
|
929
|
-
</tr></tbody>
|
930
|
-
</table></div>
|
931
|
-
</div>
|
932
|
-
<div class="refsect3">
|
933
|
-
<a name="id-1.3.2.5.11.19.5"></a><h4>Returns</h4>
|
934
|
-
<p></p>
|
935
|
-
</div>
|
936
|
-
<p class="since">Since 1.0</p>
|
937
|
-
</div>
|
938
|
-
<hr>
|
939
|
-
<div class="refsect2">
|
940
|
-
<a name="hb-buffer-get-segment-properties"></a><h3>hb_buffer_get_segment_properties ()</h3>
|
941
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
942
|
-
hb_buffer_get_segment_properties (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
943
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *props</code></em>);</pre>
|
944
|
-
<div class="refsect3">
|
945
|
-
<a name="id-1.3.2.5.11.20.4"></a><h4>Parameters</h4>
|
946
|
-
<div class="informaltable"><table width="100%" border="0">
|
947
|
-
<colgroup>
|
948
|
-
<col width="150px" class="parameters_name">
|
949
|
-
<col class="parameters_description">
|
950
|
-
<col width="200px" class="parameters_annotations">
|
951
|
-
</colgroup>
|
952
|
-
<tbody>
|
953
|
-
<tr>
|
954
|
-
<td class="parameter_name"><p>buffer</p></td>
|
955
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
956
|
-
<td class="parameter_annotations"> </td>
|
957
|
-
</tr>
|
958
|
-
<tr>
|
959
|
-
<td class="parameter_name"><p>props</p></td>
|
960
|
-
<td class="parameter_description"><p>. </p></td>
|
961
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
962
|
-
</tr>
|
963
|
-
</tbody>
|
964
|
-
</table></div>
|
965
|
-
</div>
|
966
|
-
<p class="since">Since 0.9.7</p>
|
967
|
-
</div>
|
968
|
-
<hr>
|
969
|
-
<div class="refsect2">
|
970
|
-
<a name="hb-buffer-get-unicode-funcs"></a><h3>hb_buffer_get_unicode_funcs ()</h3>
|
971
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
|
972
|
-
hb_buffer_get_unicode_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
973
|
-
<div class="refsect3">
|
974
|
-
<a name="id-1.3.2.5.11.21.4"></a><h4>Parameters</h4>
|
975
|
-
<div class="informaltable"><table width="100%" border="0">
|
976
|
-
<colgroup>
|
977
|
-
<col width="150px" class="parameters_name">
|
978
|
-
<col class="parameters_description">
|
979
|
-
<col width="200px" class="parameters_annotations">
|
980
|
-
</colgroup>
|
981
|
-
<tbody><tr>
|
982
|
-
<td class="parameter_name"><p>buffer</p></td>
|
983
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
984
|
-
<td class="parameter_annotations"> </td>
|
985
|
-
</tr></tbody>
|
986
|
-
</table></div>
|
987
|
-
</div>
|
988
|
-
<div class="refsect3">
|
989
|
-
<a name="id-1.3.2.5.11.21.5"></a><h4>Returns</h4>
|
990
|
-
<p></p>
|
991
|
-
</div>
|
992
|
-
<p class="since">Since 1.0</p>
|
993
|
-
</div>
|
994
|
-
<hr>
|
995
|
-
<div class="refsect2">
|
996
|
-
<a name="hb-buffer-get-user-data"></a><h3>hb_buffer_get_user_data ()</h3>
|
997
|
-
<pre class="programlisting"><span class="returnvalue">void</span> *
|
998
|
-
hb_buffer_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
999
|
-
<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>
|
1000
|
-
<div class="refsect3">
|
1001
|
-
<a name="id-1.3.2.5.11.22.4"></a><h4>Parameters</h4>
|
1002
|
-
<div class="informaltable"><table width="100%" border="0">
|
1003
|
-
<colgroup>
|
1004
|
-
<col width="150px" class="parameters_name">
|
1005
|
-
<col class="parameters_description">
|
1006
|
-
<col width="200px" class="parameters_annotations">
|
1007
|
-
</colgroup>
|
1008
|
-
<tbody><tr>
|
1009
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1010
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1011
|
-
<td class="parameter_annotations"> </td>
|
1012
|
-
</tr></tbody>
|
1013
|
-
</table></div>
|
1014
|
-
</div>
|
1015
|
-
<div class="refsect3">
|
1016
|
-
<a name="id-1.3.2.5.11.22.5"></a><h4>Returns</h4>
|
1017
|
-
<p></p>
|
1018
|
-
</div>
|
1019
|
-
<p class="since">Since 1.0</p>
|
1020
|
-
</div>
|
1021
|
-
<hr>
|
1022
|
-
<div class="refsect2">
|
1023
|
-
<a name="hb-buffer-guess-segment-properties"></a><h3>hb_buffer_guess_segment_properties ()</h3>
|
1024
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1025
|
-
hb_buffer_guess_segment_properties (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
1026
|
-
<p>Sets unset buffer segment properties based on buffer Unicode
|
1027
|
-
contents. If buffer is not empty, it must have content type
|
1028
|
-
<a class="link" href="harfbuzz-hb-buffer.html#HB-BUFFER-CONTENT-TYPE-UNICODE:CAPS"><code class="literal">HB_BUFFER_CONTENT_TYPE_UNICODE</code></a>.</p>
|
1029
|
-
<p>If buffer script is not set (ie. is <a class="link" href="harfbuzz-hb-common.html#HB-SCRIPT-INVALID:CAPS"><code class="literal">HB_SCRIPT_INVALID</code></a>), it
|
1030
|
-
will be set to the Unicode script of the first character in
|
1031
|
-
the buffer that has a script other than <a class="link" href="harfbuzz-hb-common.html#HB-SCRIPT-COMMON:CAPS"><code class="literal">HB_SCRIPT_COMMON</code></a>,
|
1032
|
-
<a class="link" href="harfbuzz-hb-common.html#HB-SCRIPT-INHERITED:CAPS"><code class="literal">HB_SCRIPT_INHERITED</code></a>, and <a class="link" href="harfbuzz-hb-common.html#HB-SCRIPT-UNKNOWN:CAPS"><code class="literal">HB_SCRIPT_UNKNOWN</code></a>.</p>
|
1033
|
-
<p>Next, if buffer direction is not set (ie. is <a class="link" href="harfbuzz-hb-common.html#HB-DIRECTION-INVALID:CAPS"><code class="literal">HB_DIRECTION_INVALID</code></a>),
|
1034
|
-
it will be set to the natural horizontal direction of the
|
1035
|
-
buffer script as returned by <a class="link" href="harfbuzz-hb-common.html#hb-script-get-horizontal-direction" title="hb_script_get_horizontal_direction ()"><code class="function">hb_script_get_horizontal_direction()</code></a>.</p>
|
1036
|
-
<p>Finally, if buffer language is not set (ie. is <a class="link" href="harfbuzz-hb-common.html#HB-LANGUAGE-INVALID:CAPS" title="HB_LANGUAGE_INVALID"><code class="literal">HB_LANGUAGE_INVALID</code></a>),
|
1037
|
-
it will be set to the process's default language as returned by
|
1038
|
-
<a class="link" href="harfbuzz-hb-common.html#hb-language-get-default" title="hb_language_get_default ()"><code class="function">hb_language_get_default()</code></a>. This may change in the future by
|
1039
|
-
taking buffer script into consideration when choosing a language.</p>
|
1040
|
-
<div class="refsect3">
|
1041
|
-
<a name="id-1.3.2.5.11.23.8"></a><h4>Parameters</h4>
|
1042
|
-
<div class="informaltable"><table width="100%" border="0">
|
1043
|
-
<colgroup>
|
1044
|
-
<col width="150px" class="parameters_name">
|
1045
|
-
<col class="parameters_description">
|
1046
|
-
<col width="200px" class="parameters_annotations">
|
1047
|
-
</colgroup>
|
1048
|
-
<tbody><tr>
|
1049
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1050
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1051
|
-
<td class="parameter_annotations"> </td>
|
1052
|
-
</tr></tbody>
|
1053
|
-
</table></div>
|
1054
|
-
</div>
|
1055
|
-
<p class="since">Since 0.9.7</p>
|
1056
|
-
</div>
|
1057
|
-
<hr>
|
1058
|
-
<div class="refsect2">
|
1059
|
-
<a name="hb-buffer-normalize-glyphs"></a><h3>hb_buffer_normalize_glyphs ()</h3>
|
1060
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1061
|
-
hb_buffer_normalize_glyphs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
1062
|
-
<div class="refsect3">
|
1063
|
-
<a name="id-1.3.2.5.11.24.4"></a><h4>Parameters</h4>
|
1064
|
-
<div class="informaltable"><table width="100%" border="0">
|
1065
|
-
<colgroup>
|
1066
|
-
<col width="150px" class="parameters_name">
|
1067
|
-
<col class="parameters_description">
|
1068
|
-
<col width="200px" class="parameters_annotations">
|
1069
|
-
</colgroup>
|
1070
|
-
<tbody><tr>
|
1071
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1072
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1073
|
-
<td class="parameter_annotations"> </td>
|
1074
|
-
</tr></tbody>
|
1075
|
-
</table></div>
|
1076
|
-
</div>
|
1077
|
-
<p class="since">Since 0.9.2</p>
|
1078
|
-
</div>
|
1079
|
-
<hr>
|
1080
|
-
<div class="refsect2">
|
1081
|
-
<a name="hb-buffer-pre-allocate"></a><h3>hb_buffer_pre_allocate ()</h3>
|
1082
|
-
<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>
|
1083
|
-
hb_buffer_pre_allocate (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1084
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
|
1085
|
-
<div class="refsect3">
|
1086
|
-
<a name="id-1.3.2.5.11.25.4"></a><h4>Parameters</h4>
|
1087
|
-
<div class="informaltable"><table width="100%" border="0">
|
1088
|
-
<colgroup>
|
1089
|
-
<col width="150px" class="parameters_name">
|
1090
|
-
<col class="parameters_description">
|
1091
|
-
<col width="200px" class="parameters_annotations">
|
1092
|
-
</colgroup>
|
1093
|
-
<tbody><tr>
|
1094
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1095
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1096
|
-
<td class="parameter_annotations"> </td>
|
1097
|
-
</tr></tbody>
|
1098
|
-
</table></div>
|
1099
|
-
</div>
|
1100
|
-
<div class="refsect3">
|
1101
|
-
<a name="id-1.3.2.5.11.25.5"></a><h4>Returns</h4>
|
1102
|
-
<p></p>
|
1103
|
-
</div>
|
1104
|
-
<p class="since">Since 1.0</p>
|
1105
|
-
</div>
|
1106
|
-
<hr>
|
1107
|
-
<div class="refsect2">
|
1108
|
-
<a name="hb-buffer-reference"></a><h3>hb_buffer_reference ()</h3>
|
1109
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="returnvalue">hb_buffer_t</span></a> *
|
1110
|
-
hb_buffer_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
1111
|
-
<div class="refsect3">
|
1112
|
-
<a name="id-1.3.2.5.11.26.4"></a><h4>Parameters</h4>
|
1113
|
-
<div class="informaltable"><table width="100%" border="0">
|
1114
|
-
<colgroup>
|
1115
|
-
<col width="150px" class="parameters_name">
|
1116
|
-
<col class="parameters_description">
|
1117
|
-
<col width="200px" class="parameters_annotations">
|
1118
|
-
</colgroup>
|
1119
|
-
<tbody><tr>
|
1120
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1121
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1122
|
-
<td class="parameter_annotations"> </td>
|
1123
|
-
</tr></tbody>
|
1124
|
-
</table></div>
|
1125
|
-
</div>
|
1126
|
-
<div class="refsect3">
|
1127
|
-
<a name="id-1.3.2.5.11.26.5"></a><h4>Returns</h4>
|
1128
|
-
<p>. </p>
|
1129
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1130
|
-
</div>
|
1131
|
-
<p class="since">Since 1.0</p>
|
1132
|
-
</div>
|
1133
|
-
<hr>
|
1134
|
-
<div class="refsect2">
|
1135
|
-
<a name="hb-buffer-reset"></a><h3>hb_buffer_reset ()</h3>
|
1136
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1137
|
-
hb_buffer_reset (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
1138
|
-
<div class="refsect3">
|
1139
|
-
<a name="id-1.3.2.5.11.27.4"></a><h4>Parameters</h4>
|
1140
|
-
<div class="informaltable"><table width="100%" border="0">
|
1141
|
-
<colgroup>
|
1142
|
-
<col width="150px" class="parameters_name">
|
1143
|
-
<col class="parameters_description">
|
1144
|
-
<col width="200px" class="parameters_annotations">
|
1145
|
-
</colgroup>
|
1146
|
-
<tbody><tr>
|
1147
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1148
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1149
|
-
<td class="parameter_annotations"> </td>
|
1150
|
-
</tr></tbody>
|
1151
|
-
</table></div>
|
1152
|
-
</div>
|
1153
|
-
<p class="since">Since 1.0</p>
|
1154
|
-
</div>
|
1155
|
-
<hr>
|
1156
|
-
<div class="refsect2">
|
1157
|
-
<a name="hb-buffer-reverse"></a><h3>hb_buffer_reverse ()</h3>
|
1158
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1159
|
-
hb_buffer_reverse (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
1160
|
-
<p>Reverses buffer contents.</p>
|
1161
|
-
<div class="refsect3">
|
1162
|
-
<a name="id-1.3.2.5.11.28.5"></a><h4>Parameters</h4>
|
1163
|
-
<div class="informaltable"><table width="100%" border="0">
|
1164
|
-
<colgroup>
|
1165
|
-
<col width="150px" class="parameters_name">
|
1166
|
-
<col class="parameters_description">
|
1167
|
-
<col width="200px" class="parameters_annotations">
|
1168
|
-
</colgroup>
|
1169
|
-
<tbody><tr>
|
1170
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1171
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1172
|
-
<td class="parameter_annotations"> </td>
|
1173
|
-
</tr></tbody>
|
1174
|
-
</table></div>
|
1175
|
-
</div>
|
1176
|
-
<p class="since">Since 1.0</p>
|
1177
|
-
</div>
|
1178
|
-
<hr>
|
1179
|
-
<div class="refsect2">
|
1180
|
-
<a name="hb-buffer-reverse-clusters"></a><h3>hb_buffer_reverse_clusters ()</h3>
|
1181
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1182
|
-
hb_buffer_reverse_clusters (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>);</pre>
|
1183
|
-
<p>Reverses buffer clusters. That is, the buffer contents are
|
1184
|
-
reversed, then each cluster (consecutive items having the
|
1185
|
-
same cluster number) are reversed again.</p>
|
1186
|
-
<div class="refsect3">
|
1187
|
-
<a name="id-1.3.2.5.11.29.5"></a><h4>Parameters</h4>
|
1188
|
-
<div class="informaltable"><table width="100%" border="0">
|
1189
|
-
<colgroup>
|
1190
|
-
<col width="150px" class="parameters_name">
|
1191
|
-
<col class="parameters_description">
|
1192
|
-
<col width="200px" class="parameters_annotations">
|
1193
|
-
</colgroup>
|
1194
|
-
<tbody><tr>
|
1195
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1196
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1197
|
-
<td class="parameter_annotations"> </td>
|
1198
|
-
</tr></tbody>
|
1199
|
-
</table></div>
|
1200
|
-
</div>
|
1201
|
-
<p class="since">Since 1.0</p>
|
1202
|
-
</div>
|
1203
|
-
<hr>
|
1204
|
-
<div class="refsect2">
|
1205
|
-
<a name="hb-buffer-serialize-format-from-string"></a><h3>hb_buffer_serialize_format_from_string ()</h3>
|
1206
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-t" title="enum hb_buffer_serialize_format_t"><span class="returnvalue">hb_buffer_serialize_format_t</span></a>
|
1207
|
-
hb_buffer_serialize_format_from_string
|
1208
|
-
(<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
1209
|
-
<em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
|
1210
|
-
<div class="refsect3">
|
1211
|
-
<a name="id-1.3.2.5.11.30.4"></a><h4>Returns</h4>
|
1212
|
-
<p></p>
|
1213
|
-
</div>
|
1214
|
-
<p class="since">Since 1.0</p>
|
1215
|
-
</div>
|
1216
|
-
<hr>
|
1217
|
-
<div class="refsect2">
|
1218
|
-
<a name="hb-buffer-serialize-format-to-string"></a><h3>hb_buffer_serialize_format_to_string ()</h3>
|
1219
|
-
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
1220
|
-
hb_buffer_serialize_format_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-t" title="enum hb_buffer_serialize_format_t"><span class="type">hb_buffer_serialize_format_t</span></a> format</code></em>);</pre>
|
1221
|
-
<div class="refsect3">
|
1222
|
-
<a name="id-1.3.2.5.11.31.4"></a><h4>Returns</h4>
|
1223
|
-
<p></p>
|
1224
|
-
</div>
|
1225
|
-
<p class="since">Since 1.0</p>
|
1226
|
-
</div>
|
1227
|
-
<hr>
|
1228
|
-
<div class="refsect2">
|
1229
|
-
<a name="hb-buffer-serialize-glyphs"></a><h3>hb_buffer_serialize_glyphs ()</h3>
|
1230
|
-
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
1231
|
-
hb_buffer_serialize_glyphs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1232
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> start</code></em>,
|
1233
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> end</code></em>,
|
1234
|
-
<em class="parameter"><code><span class="type">char</span> *buf</code></em>,
|
1235
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> buf_size</code></em>,
|
1236
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> *buf_consumed</code></em>,
|
1237
|
-
<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>,
|
1238
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-format-t" title="enum hb_buffer_serialize_format_t"><span class="type">hb_buffer_serialize_format_t</span></a> format</code></em>,
|
1239
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-serialize-flags-t" title="enum hb_buffer_serialize_flags_t"><span class="type">hb_buffer_serialize_flags_t</span></a> flags</code></em>);</pre>
|
1240
|
-
<div class="refsect3">
|
1241
|
-
<a name="id-1.3.2.5.11.32.4"></a><h4>Parameters</h4>
|
1242
|
-
<div class="informaltable"><table width="100%" border="0">
|
1243
|
-
<colgroup>
|
1244
|
-
<col width="150px" class="parameters_name">
|
1245
|
-
<col class="parameters_description">
|
1246
|
-
<col width="200px" class="parameters_annotations">
|
1247
|
-
</colgroup>
|
1248
|
-
<tbody>
|
1249
|
-
<tr>
|
1250
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1251
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1252
|
-
<td class="parameter_annotations"> </td>
|
1253
|
-
</tr>
|
1254
|
-
<tr>
|
1255
|
-
<td class="parameter_name"><p>buf</p></td>
|
1256
|
-
<td class="parameter_description"><p>. </p></td>
|
1257
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=buf_size]</span></td>
|
1258
|
-
</tr>
|
1259
|
-
<tr>
|
1260
|
-
<td class="parameter_name"><p>buf_consumed</p></td>
|
1261
|
-
<td class="parameter_description"><p>. </p></td>
|
1262
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
1263
|
-
</tr>
|
1264
|
-
</tbody>
|
1265
|
-
</table></div>
|
1266
|
-
</div>
|
1267
|
-
<div class="refsect3">
|
1268
|
-
<a name="id-1.3.2.5.11.32.5"></a><h4>Returns</h4>
|
1269
|
-
<p></p>
|
1270
|
-
</div>
|
1271
|
-
<p class="since">Since 1.0</p>
|
1272
|
-
</div>
|
1273
|
-
<hr>
|
1274
|
-
<div class="refsect2">
|
1275
|
-
<a name="hb-buffer-serialize-list-formats"></a><h3>hb_buffer_serialize_list_formats ()</h3>
|
1276
|
-
<pre class="programlisting">const <span class="returnvalue">char</span> **
|
1277
|
-
hb_buffer_serialize_list_formats (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1278
|
-
<div class="refsect3">
|
1279
|
-
<a name="id-1.3.2.5.11.33.4"></a><h4>Returns</h4>
|
1280
|
-
<p>. </p>
|
1281
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1282
|
-
</div>
|
1283
|
-
<p class="since">Since 1.0</p>
|
1284
|
-
</div>
|
1285
|
-
<hr>
|
1286
|
-
<div class="refsect2">
|
1287
|
-
<a name="hb-buffer-set-content-type"></a><h3>hb_buffer_set_content_type ()</h3>
|
1288
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1289
|
-
hb_buffer_set_content_type (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1290
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-content-type-t" title="enum hb_buffer_content_type_t"><span class="type">hb_buffer_content_type_t</span></a> content_type</code></em>);</pre>
|
1291
|
-
<div class="refsect3">
|
1292
|
-
<a name="id-1.3.2.5.11.34.4"></a><h4>Parameters</h4>
|
1293
|
-
<div class="informaltable"><table width="100%" border="0">
|
1294
|
-
<colgroup>
|
1295
|
-
<col width="150px" class="parameters_name">
|
1296
|
-
<col class="parameters_description">
|
1297
|
-
<col width="200px" class="parameters_annotations">
|
1298
|
-
</colgroup>
|
1299
|
-
<tbody><tr>
|
1300
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1301
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1302
|
-
<td class="parameter_annotations"> </td>
|
1303
|
-
</tr></tbody>
|
1304
|
-
</table></div>
|
1305
|
-
</div>
|
1306
|
-
<p class="since">Since 0.9.5</p>
|
1307
|
-
</div>
|
1308
|
-
<hr>
|
1309
|
-
<div class="refsect2">
|
1310
|
-
<a name="hb-buffer-set-direction"></a><h3>hb_buffer_set_direction ()</h3>
|
1311
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1312
|
-
hb_buffer_set_direction (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1313
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>);</pre>
|
1314
|
-
<div class="refsect3">
|
1315
|
-
<a name="id-1.3.2.5.11.35.4"></a><h4>Parameters</h4>
|
1316
|
-
<div class="informaltable"><table width="100%" border="0">
|
1317
|
-
<colgroup>
|
1318
|
-
<col width="150px" class="parameters_name">
|
1319
|
-
<col class="parameters_description">
|
1320
|
-
<col width="200px" class="parameters_annotations">
|
1321
|
-
</colgroup>
|
1322
|
-
<tbody><tr>
|
1323
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1324
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1325
|
-
<td class="parameter_annotations"> </td>
|
1326
|
-
</tr></tbody>
|
1327
|
-
</table></div>
|
1328
|
-
</div>
|
1329
|
-
<p class="since">Since 1.0</p>
|
1330
|
-
</div>
|
1331
|
-
<hr>
|
1332
|
-
<div class="refsect2">
|
1333
|
-
<a name="hb-buffer-set-flags"></a><h3>hb_buffer_set_flags ()</h3>
|
1334
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1335
|
-
hb_buffer_set_flags (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1336
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-flags-t" title="enum hb_buffer_flags_t"><span class="type">hb_buffer_flags_t</span></a> flags</code></em>);</pre>
|
1337
|
-
<div class="refsect3">
|
1338
|
-
<a name="id-1.3.2.5.11.36.4"></a><h4>Parameters</h4>
|
1339
|
-
<div class="informaltable"><table width="100%" border="0">
|
1340
|
-
<colgroup>
|
1341
|
-
<col width="150px" class="parameters_name">
|
1342
|
-
<col class="parameters_description">
|
1343
|
-
<col width="200px" class="parameters_annotations">
|
1344
|
-
</colgroup>
|
1345
|
-
<tbody><tr>
|
1346
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1347
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1348
|
-
<td class="parameter_annotations"> </td>
|
1349
|
-
</tr></tbody>
|
1350
|
-
</table></div>
|
1351
|
-
</div>
|
1352
|
-
<p class="since">Since 0.9.7</p>
|
1353
|
-
</div>
|
1354
|
-
<hr>
|
1355
|
-
<div class="refsect2">
|
1356
|
-
<a name="hb-buffer-set-language"></a><h3>hb_buffer_set_language ()</h3>
|
1357
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1358
|
-
hb_buffer_set_language (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1359
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="type">hb_language_t</span></a> language</code></em>);</pre>
|
1360
|
-
<div class="refsect3">
|
1361
|
-
<a name="id-1.3.2.5.11.37.4"></a><h4>Parameters</h4>
|
1362
|
-
<div class="informaltable"><table width="100%" border="0">
|
1363
|
-
<colgroup>
|
1364
|
-
<col width="150px" class="parameters_name">
|
1365
|
-
<col class="parameters_description">
|
1366
|
-
<col width="200px" class="parameters_annotations">
|
1367
|
-
</colgroup>
|
1368
|
-
<tbody><tr>
|
1369
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1370
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1371
|
-
<td class="parameter_annotations"> </td>
|
1372
|
-
</tr></tbody>
|
1373
|
-
</table></div>
|
1374
|
-
</div>
|
1375
|
-
<p class="since">Since 1.0</p>
|
1376
|
-
</div>
|
1377
|
-
<hr>
|
1378
|
-
<div class="refsect2">
|
1379
|
-
<a name="hb-buffer-set-length"></a><h3>hb_buffer_set_length ()</h3>
|
1380
|
-
<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>
|
1381
|
-
hb_buffer_set_length (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1382
|
-
<em class="parameter"><code>unsigned <span class="type">int</span> length</code></em>);</pre>
|
1383
|
-
<div class="refsect3">
|
1384
|
-
<a name="id-1.3.2.5.11.38.4"></a><h4>Parameters</h4>
|
1385
|
-
<div class="informaltable"><table width="100%" border="0">
|
1386
|
-
<colgroup>
|
1387
|
-
<col width="150px" class="parameters_name">
|
1388
|
-
<col class="parameters_description">
|
1389
|
-
<col width="200px" class="parameters_annotations">
|
1390
|
-
</colgroup>
|
1391
|
-
<tbody><tr>
|
1392
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1393
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1394
|
-
<td class="parameter_annotations"> </td>
|
1395
|
-
</tr></tbody>
|
1396
|
-
</table></div>
|
1397
|
-
</div>
|
1398
|
-
<div class="refsect3">
|
1399
|
-
<a name="id-1.3.2.5.11.38.5"></a><h4>Returns</h4>
|
1400
|
-
<p></p>
|
1401
|
-
</div>
|
1402
|
-
<p class="since">Since 1.0</p>
|
1403
|
-
</div>
|
1404
|
-
<hr>
|
1405
|
-
<div class="refsect2">
|
1406
|
-
<a name="hb-buffer-set-script"></a><h3>hb_buffer_set_script ()</h3>
|
1407
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1408
|
-
hb_buffer_set_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1409
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="type">hb_script_t</span></a> script</code></em>);</pre>
|
1410
|
-
<div class="refsect3">
|
1411
|
-
<a name="id-1.3.2.5.11.39.4"></a><h4>Parameters</h4>
|
1412
|
-
<div class="informaltable"><table width="100%" border="0">
|
1413
|
-
<colgroup>
|
1414
|
-
<col width="150px" class="parameters_name">
|
1415
|
-
<col class="parameters_description">
|
1416
|
-
<col width="200px" class="parameters_annotations">
|
1417
|
-
</colgroup>
|
1418
|
-
<tbody><tr>
|
1419
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1420
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1421
|
-
<td class="parameter_annotations"> </td>
|
1422
|
-
</tr></tbody>
|
1423
|
-
</table></div>
|
1424
|
-
</div>
|
1425
|
-
<p class="since">Since 1.0</p>
|
1426
|
-
</div>
|
1427
|
-
<hr>
|
1428
|
-
<div class="refsect2">
|
1429
|
-
<a name="hb-buffer-set-segment-properties"></a><h3>hb_buffer_set_segment_properties ()</h3>
|
1430
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1431
|
-
hb_buffer_set_segment_properties (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1432
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *props</code></em>);</pre>
|
1433
|
-
<div class="refsect3">
|
1434
|
-
<a name="id-1.3.2.5.11.40.4"></a><h4>Parameters</h4>
|
1435
|
-
<div class="informaltable"><table width="100%" border="0">
|
1436
|
-
<colgroup>
|
1437
|
-
<col width="150px" class="parameters_name">
|
1438
|
-
<col class="parameters_description">
|
1439
|
-
<col width="200px" class="parameters_annotations">
|
1440
|
-
</colgroup>
|
1441
|
-
<tbody><tr>
|
1442
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1443
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1444
|
-
<td class="parameter_annotations"> </td>
|
1445
|
-
</tr></tbody>
|
1446
|
-
</table></div>
|
1447
|
-
</div>
|
1448
|
-
<p class="since">Since 0.9.7</p>
|
1449
|
-
</div>
|
1450
|
-
<hr>
|
1451
|
-
<div class="refsect2">
|
1452
|
-
<a name="hb-buffer-set-unicode-funcs"></a><h3>hb_buffer_set_unicode_funcs ()</h3>
|
1453
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1454
|
-
hb_buffer_set_unicode_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1455
|
-
<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> *unicode_funcs</code></em>);</pre>
|
1456
|
-
<div class="refsect3">
|
1457
|
-
<a name="id-1.3.2.5.11.41.4"></a><h4>Parameters</h4>
|
1458
|
-
<div class="informaltable"><table width="100%" border="0">
|
1459
|
-
<colgroup>
|
1460
|
-
<col width="150px" class="parameters_name">
|
1461
|
-
<col class="parameters_description">
|
1462
|
-
<col width="200px" class="parameters_annotations">
|
1463
|
-
</colgroup>
|
1464
|
-
<tbody><tr>
|
1465
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1466
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1467
|
-
<td class="parameter_annotations"> </td>
|
1468
|
-
</tr></tbody>
|
1469
|
-
</table></div>
|
1470
|
-
</div>
|
1471
|
-
<p class="since">Since 1.0</p>
|
1472
|
-
</div>
|
1473
|
-
<hr>
|
1474
|
-
<div class="refsect2">
|
1475
|
-
<a name="hb-buffer-set-user-data"></a><h3>hb_buffer_set_user_data ()</h3>
|
1476
|
-
<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>
|
1477
|
-
hb_buffer_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
1478
|
-
<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>,
|
1479
|
-
<em class="parameter"><code><span class="type">void</span> *data</code></em>,
|
1480
|
-
<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>,
|
1481
|
-
<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>
|
1482
|
-
<div class="refsect3">
|
1483
|
-
<a name="id-1.3.2.5.11.42.4"></a><h4>Parameters</h4>
|
1484
|
-
<div class="informaltable"><table width="100%" border="0">
|
1485
|
-
<colgroup>
|
1486
|
-
<col width="150px" class="parameters_name">
|
1487
|
-
<col class="parameters_description">
|
1488
|
-
<col width="200px" class="parameters_annotations">
|
1489
|
-
</colgroup>
|
1490
|
-
<tbody><tr>
|
1491
|
-
<td class="parameter_name"><p>buffer</p></td>
|
1492
|
-
<td class="parameter_description"><p>a buffer.</p></td>
|
1493
|
-
<td class="parameter_annotations"> </td>
|
1494
|
-
</tr></tbody>
|
1495
|
-
</table></div>
|
1496
|
-
</div>
|
1497
|
-
<div class="refsect3">
|
1498
|
-
<a name="id-1.3.2.5.11.42.5"></a><h4>Returns</h4>
|
1499
|
-
<p></p>
|
1500
|
-
</div>
|
1501
|
-
<p class="since">Since 1.0</p>
|
1502
|
-
</div>
|
1503
|
-
<hr>
|
1504
|
-
<div class="refsect2">
|
1505
|
-
<a name="hb-segment-properties-equal"></a><h3>hb_segment_properties_equal ()</h3>
|
1506
|
-
<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>
|
1507
|
-
hb_segment_properties_equal (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *a</code></em>,
|
1508
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *b</code></em>);</pre>
|
1509
|
-
</div>
|
1510
|
-
<hr>
|
1511
|
-
<div class="refsect2">
|
1512
|
-
<a name="hb-segment-properties-hash"></a><h3>hb_segment_properties_hash ()</h3>
|
1513
|
-
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
1514
|
-
hb_segment_properties_hash (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-buffer.html#hb-segment-properties-t"><span class="type">hb_segment_properties_t</span></a> *p</code></em>);</pre>
|
1515
|
-
</div>
|
1516
|
-
</div>
|
1517
|
-
<div class="refsect1">
|
1518
|
-
<a name="harfbuzz-hb-buffer.other_details"></a><h2>Types and Values</h2>
|
1519
|
-
<div class="refsect2">
|
1520
|
-
<a name="HB-SEGMENT-PROPERTIES-DEFAULT:CAPS"></a><h3>HB_SEGMENT_PROPERTIES_DEFAULT</h3>
|
1521
|
-
<pre class="programlisting">#define HB_SEGMENT_PROPERTIES_DEFAULT</pre>
|
1522
|
-
</div>
|
1523
|
-
<hr>
|
1524
|
-
<div class="refsect2">
|
1525
|
-
<a name="hb-buffer-content-type-t"></a><h3>enum hb_buffer_content_type_t</h3>
|
1526
|
-
<div class="refsect3">
|
1527
|
-
<a name="id-1.3.2.5.12.3.3"></a><h4>Members</h4>
|
1528
|
-
<div class="informaltable"><table width="100%" border="0">
|
1529
|
-
<colgroup>
|
1530
|
-
<col width="300px" class="enum_members_name">
|
1531
|
-
<col class="enum_members_description">
|
1532
|
-
<col width="200px" class="enum_members_annotations">
|
1533
|
-
</colgroup>
|
1534
|
-
<tbody>
|
1535
|
-
<tr>
|
1536
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-CONTENT-TYPE-INVALID:CAPS"></a>HB_BUFFER_CONTENT_TYPE_INVALID</p></td>
|
1537
|
-
<td> </td>
|
1538
|
-
<td> </td>
|
1539
|
-
</tr>
|
1540
|
-
<tr>
|
1541
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-CONTENT-TYPE-UNICODE:CAPS"></a>HB_BUFFER_CONTENT_TYPE_UNICODE</p></td>
|
1542
|
-
<td> </td>
|
1543
|
-
<td> </td>
|
1544
|
-
</tr>
|
1545
|
-
<tr>
|
1546
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-CONTENT-TYPE-GLYPHS:CAPS"></a>HB_BUFFER_CONTENT_TYPE_GLYPHS</p></td>
|
1547
|
-
<td> </td>
|
1548
|
-
<td> </td>
|
1549
|
-
</tr>
|
1550
|
-
</tbody>
|
1551
|
-
</table></div>
|
1552
|
-
</div>
|
1553
|
-
</div>
|
1554
|
-
<hr>
|
1555
|
-
<div class="refsect2">
|
1556
|
-
<a name="hb-buffer-flags-t"></a><h3>enum hb_buffer_flags_t</h3>
|
1557
|
-
<div class="refsect3">
|
1558
|
-
<a name="id-1.3.2.5.12.4.3"></a><h4>Members</h4>
|
1559
|
-
<div class="informaltable"><table width="100%" border="0">
|
1560
|
-
<colgroup>
|
1561
|
-
<col width="300px" class="enum_members_name">
|
1562
|
-
<col class="enum_members_description">
|
1563
|
-
<col width="200px" class="enum_members_annotations">
|
1564
|
-
</colgroup>
|
1565
|
-
<tbody>
|
1566
|
-
<tr>
|
1567
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-FLAG-DEFAULT:CAPS"></a>HB_BUFFER_FLAG_DEFAULT</p></td>
|
1568
|
-
<td> </td>
|
1569
|
-
<td> </td>
|
1570
|
-
</tr>
|
1571
|
-
<tr>
|
1572
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-FLAG-BOT:CAPS"></a>HB_BUFFER_FLAG_BOT</p></td>
|
1573
|
-
<td> </td>
|
1574
|
-
<td> </td>
|
1575
|
-
</tr>
|
1576
|
-
<tr>
|
1577
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-FLAG-EOT:CAPS"></a>HB_BUFFER_FLAG_EOT</p></td>
|
1578
|
-
<td> </td>
|
1579
|
-
<td> </td>
|
1580
|
-
</tr>
|
1581
|
-
<tr>
|
1582
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-FLAG-PRESERVE-DEFAULT-IGNORABLES:CAPS"></a>HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES</p></td>
|
1583
|
-
<td> </td>
|
1584
|
-
<td> </td>
|
1585
|
-
</tr>
|
1586
|
-
</tbody>
|
1587
|
-
</table></div>
|
1588
|
-
</div>
|
1589
|
-
</div>
|
1590
|
-
<hr>
|
1591
|
-
<div class="refsect2">
|
1592
|
-
<a name="hb-buffer-serialize-flags-t"></a><h3>enum hb_buffer_serialize_flags_t</h3>
|
1593
|
-
<div class="refsect3">
|
1594
|
-
<a name="id-1.3.2.5.12.5.3"></a><h4>Members</h4>
|
1595
|
-
<div class="informaltable"><table width="100%" border="0">
|
1596
|
-
<colgroup>
|
1597
|
-
<col width="300px" class="enum_members_name">
|
1598
|
-
<col class="enum_members_description">
|
1599
|
-
<col width="200px" class="enum_members_annotations">
|
1600
|
-
</colgroup>
|
1601
|
-
<tbody>
|
1602
|
-
<tr>
|
1603
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FLAG-DEFAULT:CAPS"></a>HB_BUFFER_SERIALIZE_FLAG_DEFAULT</p></td>
|
1604
|
-
<td> </td>
|
1605
|
-
<td> </td>
|
1606
|
-
</tr>
|
1607
|
-
<tr>
|
1608
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FLAG-NO-CLUSTERS:CAPS"></a>HB_BUFFER_SERIALIZE_FLAG_NO_CLUSTERS</p></td>
|
1609
|
-
<td> </td>
|
1610
|
-
<td> </td>
|
1611
|
-
</tr>
|
1612
|
-
<tr>
|
1613
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FLAG-NO-POSITIONS:CAPS"></a>HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS</p></td>
|
1614
|
-
<td> </td>
|
1615
|
-
<td> </td>
|
1616
|
-
</tr>
|
1617
|
-
<tr>
|
1618
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FLAG-NO-GLYPH-NAMES:CAPS"></a>HB_BUFFER_SERIALIZE_FLAG_NO_GLYPH_NAMES</p></td>
|
1619
|
-
<td> </td>
|
1620
|
-
<td> </td>
|
1621
|
-
</tr>
|
1622
|
-
<tr>
|
1623
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FLAG-GLYPH-EXTENTS:CAPS"></a>HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS</p></td>
|
1624
|
-
<td> </td>
|
1625
|
-
<td> </td>
|
1626
|
-
</tr>
|
1627
|
-
</tbody>
|
1628
|
-
</table></div>
|
1629
|
-
</div>
|
1630
|
-
</div>
|
1631
|
-
<hr>
|
1632
|
-
<div class="refsect2">
|
1633
|
-
<a name="hb-buffer-serialize-format-t"></a><h3>enum hb_buffer_serialize_format_t</h3>
|
1634
|
-
<div class="refsect3">
|
1635
|
-
<a name="id-1.3.2.5.12.6.3"></a><h4>Members</h4>
|
1636
|
-
<div class="informaltable"><table width="100%" border="0">
|
1637
|
-
<colgroup>
|
1638
|
-
<col width="300px" class="enum_members_name">
|
1639
|
-
<col class="enum_members_description">
|
1640
|
-
<col width="200px" class="enum_members_annotations">
|
1641
|
-
</colgroup>
|
1642
|
-
<tbody>
|
1643
|
-
<tr>
|
1644
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FORMAT-TEXT:CAPS"></a>HB_BUFFER_SERIALIZE_FORMAT_TEXT</p></td>
|
1645
|
-
<td> </td>
|
1646
|
-
<td> </td>
|
1647
|
-
</tr>
|
1648
|
-
<tr>
|
1649
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FORMAT-JSON:CAPS"></a>HB_BUFFER_SERIALIZE_FORMAT_JSON</p></td>
|
1650
|
-
<td> </td>
|
1651
|
-
<td> </td>
|
1652
|
-
</tr>
|
1653
|
-
<tr>
|
1654
|
-
<td class="enum_member_name"><p><a name="HB-BUFFER-SERIALIZE-FORMAT-INVALID:CAPS"></a>HB_BUFFER_SERIALIZE_FORMAT_INVALID</p></td>
|
1655
|
-
<td> </td>
|
1656
|
-
<td> </td>
|
1657
|
-
</tr>
|
1658
|
-
</tbody>
|
1659
|
-
</table></div>
|
1660
|
-
</div>
|
1661
|
-
</div>
|
1662
|
-
<hr>
|
1663
|
-
<div class="refsect2">
|
1664
|
-
<a name="hb-buffer-t"></a><h3>hb_buffer_t</h3>
|
1665
|
-
<pre class="programlisting">typedef struct hb_buffer_t hb_buffer_t;
|
1666
|
-
</pre>
|
1667
|
-
</div>
|
1668
|
-
<hr>
|
1669
|
-
<div class="refsect2">
|
1670
|
-
<a name="hb-glyph-info-t-struct"></a><h3>hb_glyph_info_t</h3>
|
1671
|
-
<pre class="programlisting">typedef struct {
|
1672
|
-
hb_codepoint_t codepoint;
|
1673
|
-
hb_mask_t mask;
|
1674
|
-
uint32_t cluster;
|
1675
|
-
} hb_glyph_info_t;
|
1676
|
-
</pre>
|
1677
|
-
</div>
|
1678
|
-
<hr>
|
1679
|
-
<div class="refsect2">
|
1680
|
-
<a name="hb-glyph-position-t-struct"></a><h3>hb_glyph_position_t</h3>
|
1681
|
-
<pre class="programlisting">typedef struct {
|
1682
|
-
hb_position_t x_advance;
|
1683
|
-
hb_position_t y_advance;
|
1684
|
-
hb_position_t x_offset;
|
1685
|
-
hb_position_t y_offset;
|
1686
|
-
} hb_glyph_position_t;
|
1687
|
-
</pre>
|
1688
|
-
</div>
|
1689
|
-
<hr>
|
1690
|
-
<div class="refsect2">
|
1691
|
-
<a name="hb-segment-properties-t-struct"></a><h3>hb_segment_properties_t</h3>
|
1692
|
-
<pre class="programlisting">typedef struct {
|
1693
|
-
hb_direction_t direction;
|
1694
|
-
hb_script_t script;
|
1695
|
-
hb_language_t language;
|
1696
|
-
} hb_segment_properties_t;
|
1697
|
-
</pre>
|
1698
|
-
</div>
|
1699
|
-
</div>
|
1700
|
-
</div>
|
1701
|
-
<div class="footer">
|
1702
|
-
<hr>Generated by GTK-Doc V1.24.1</div>
|
1703
|
-
</body>
|
1704
|
-
</html>
|