pango 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -7
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pango-view.1 +113 -1
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -5,7 +5,7 @@
|
|
5
5
|
<title>hb-coretext: HarfBuzz Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-uniscribe.html" title="hb-uniscribe">
|
10
10
|
<link rel="next" href="harfbuzz-hb-gobject.html" title="hb-gobject">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<a href="#harfbuzz-hb-coretext.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
23
|
<td><a accesskey="p" href="harfbuzz-hb-uniscribe.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-gobject.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<title>hb-deprecated: HarfBuzz Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-version.html" title="hb-version">
|
10
10
|
<link rel="next" href="harfbuzz-hb-set.html" title="hb-set">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<a href="#harfbuzz-hb-deprecated.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
23
|
<td><a accesskey="p" href="harfbuzz-hb-version.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-set.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<title>hb-face: HarfBuzz Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-blob.html" title="hb-blob">
|
10
10
|
<link rel="next" href="harfbuzz-hb-font.html" title="hb-font">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<a href="#harfbuzz-hb-face.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
23
|
<td><a accesskey="p" href="harfbuzz-hb-blob.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-hb-font.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -214,7 +214,7 @@ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="har
|
|
214
214
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
215
215
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
216
216
|
<div class="refsect3">
|
217
|
-
<a name="id-1.3.
|
217
|
+
<a name="id-1.3.3.7.8.3.4"></a><h4>Parameters</h4>
|
218
218
|
<div class="informaltable"><table width="100%" border="0">
|
219
219
|
<colgroup>
|
220
220
|
<col width="150px" class="parameters_name">
|
@@ -229,11 +229,11 @@ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="har
|
|
229
229
|
</table></div>
|
230
230
|
</div>
|
231
231
|
<div class="refsect3">
|
232
|
-
<a name="id-1.3.
|
232
|
+
<a name="id-1.3.3.7.8.3.5"></a><h4>Returns</h4>
|
233
233
|
<p> (transfer full)</p>
|
234
234
|
<p></p>
|
235
235
|
</div>
|
236
|
-
<p class="since">Since
|
236
|
+
<p class="since">Since 0.9.2</p>
|
237
237
|
</div>
|
238
238
|
<hr>
|
239
239
|
<div class="refsect2">
|
@@ -241,7 +241,7 @@ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="har
|
|
241
241
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
242
242
|
hb_face_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
243
243
|
<div class="refsect3">
|
244
|
-
<a name="id-1.3.
|
244
|
+
<a name="id-1.3.3.7.8.4.4"></a><h4>Parameters</h4>
|
245
245
|
<div class="informaltable"><table width="100%" border="0">
|
246
246
|
<colgroup>
|
247
247
|
<col width="150px" class="parameters_name">
|
@@ -255,7 +255,7 @@ hb_face_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-f
|
|
255
255
|
</tr></tbody>
|
256
256
|
</table></div>
|
257
257
|
</div>
|
258
|
-
<p class="since">Since
|
258
|
+
<p class="since">Since 0.9.2</p>
|
259
259
|
</div>
|
260
260
|
<hr>
|
261
261
|
<div class="refsect2">
|
@@ -263,11 +263,11 @@ hb_face_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-f
|
|
263
263
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
264
264
|
hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
265
265
|
<div class="refsect3">
|
266
|
-
<a name="id-1.3.
|
266
|
+
<a name="id-1.3.3.7.8.5.4"></a><h4>Returns</h4>
|
267
267
|
<p> (transfer full)</p>
|
268
268
|
<p></p>
|
269
269
|
</div>
|
270
|
-
<p class="since">Since
|
270
|
+
<p class="since">Since 0.9.2</p>
|
271
271
|
</div>
|
272
272
|
<hr>
|
273
273
|
<div class="refsect2">
|
@@ -275,7 +275,7 @@ hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></c
|
|
275
275
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
276
276
|
hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
277
277
|
<div class="refsect3">
|
278
|
-
<a name="id-1.3.
|
278
|
+
<a name="id-1.3.3.7.8.6.4"></a><h4>Parameters</h4>
|
279
279
|
<div class="informaltable"><table width="100%" border="0">
|
280
280
|
<colgroup>
|
281
281
|
<col width="150px" class="parameters_name">
|
@@ -290,7 +290,7 @@ hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfb
|
|
290
290
|
</table></div>
|
291
291
|
</div>
|
292
292
|
<div class="refsect3">
|
293
|
-
<a name="id-1.3.
|
293
|
+
<a name="id-1.3.3.7.8.6.5"></a><h4>Returns</h4>
|
294
294
|
<p></p>
|
295
295
|
</div>
|
296
296
|
<p class="since">Since 0.9.7</p>
|
@@ -301,7 +301,7 @@ hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfb
|
|
301
301
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
302
302
|
hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
303
303
|
<div class="refsect3">
|
304
|
-
<a name="id-1.3.
|
304
|
+
<a name="id-1.3.3.7.8.7.4"></a><h4>Parameters</h4>
|
305
305
|
<div class="informaltable"><table width="100%" border="0">
|
306
306
|
<colgroup>
|
307
307
|
<col width="150px" class="parameters_name">
|
@@ -316,7 +316,7 @@ hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
316
316
|
</table></div>
|
317
317
|
</div>
|
318
318
|
<div class="refsect3">
|
319
|
-
<a name="id-1.3.
|
319
|
+
<a name="id-1.3.3.7.8.7.5"></a><h4>Returns</h4>
|
320
320
|
<p></p>
|
321
321
|
</div>
|
322
322
|
<p class="since">Since 0.9.2</p>
|
@@ -327,7 +327,7 @@ hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
327
327
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
328
328
|
hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
329
329
|
<div class="refsect3">
|
330
|
-
<a name="id-1.3.
|
330
|
+
<a name="id-1.3.3.7.8.8.4"></a><h4>Parameters</h4>
|
331
331
|
<div class="informaltable"><table width="100%" border="0">
|
332
332
|
<colgroup>
|
333
333
|
<col width="150px" class="parameters_name">
|
@@ -342,10 +342,10 @@ hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
342
342
|
</table></div>
|
343
343
|
</div>
|
344
344
|
<div class="refsect3">
|
345
|
-
<a name="id-1.3.
|
345
|
+
<a name="id-1.3.3.7.8.8.5"></a><h4>Returns</h4>
|
346
346
|
<p></p>
|
347
347
|
</div>
|
348
|
-
<p class="since">Since
|
348
|
+
<p class="since">Since 0.9.2</p>
|
349
349
|
</div>
|
350
350
|
<hr>
|
351
351
|
<div class="refsect2">
|
@@ -354,7 +354,7 @@ hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
354
354
|
hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
355
355
|
<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>
|
356
356
|
<div class="refsect3">
|
357
|
-
<a name="id-1.3.
|
357
|
+
<a name="id-1.3.3.7.8.9.4"></a><h4>Parameters</h4>
|
358
358
|
<div class="informaltable"><table width="100%" border="0">
|
359
359
|
<colgroup>
|
360
360
|
<col width="150px" class="parameters_name">
|
@@ -369,11 +369,11 @@ hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
369
369
|
</table></div>
|
370
370
|
</div>
|
371
371
|
<div class="refsect3">
|
372
|
-
<a name="id-1.3.
|
372
|
+
<a name="id-1.3.3.7.8.9.5"></a><h4>Returns</h4>
|
373
373
|
<p>. </p>
|
374
374
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
375
375
|
</div>
|
376
|
-
<p class="since">Since
|
376
|
+
<p class="since">Since 0.9.2</p>
|
377
377
|
</div>
|
378
378
|
<hr>
|
379
379
|
<div class="refsect2">
|
@@ -381,7 +381,7 @@ hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
381
381
|
<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>
|
382
382
|
hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
383
383
|
<div class="refsect3">
|
384
|
-
<a name="id-1.3.
|
384
|
+
<a name="id-1.3.3.7.8.10.4"></a><h4>Parameters</h4>
|
385
385
|
<div class="informaltable"><table width="100%" border="0">
|
386
386
|
<colgroup>
|
387
387
|
<col width="150px" class="parameters_name">
|
@@ -396,10 +396,10 @@ hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
396
396
|
</table></div>
|
397
397
|
</div>
|
398
398
|
<div class="refsect3">
|
399
|
-
<a name="id-1.3.
|
399
|
+
<a name="id-1.3.3.7.8.10.5"></a><h4>Returns</h4>
|
400
400
|
<p></p>
|
401
401
|
</div>
|
402
|
-
<p class="since">Since
|
402
|
+
<p class="since">Since 0.9.2</p>
|
403
403
|
</div>
|
404
404
|
<hr>
|
405
405
|
<div class="refsect2">
|
@@ -407,7 +407,7 @@ hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
407
407
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
408
408
|
hb_face_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
409
409
|
<div class="refsect3">
|
410
|
-
<a name="id-1.3.
|
410
|
+
<a name="id-1.3.3.7.8.11.4"></a><h4>Parameters</h4>
|
411
411
|
<div class="informaltable"><table width="100%" border="0">
|
412
412
|
<colgroup>
|
413
413
|
<col width="150px" class="parameters_name">
|
@@ -421,7 +421,7 @@ hb_face_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
|
|
421
421
|
</tr></tbody>
|
422
422
|
</table></div>
|
423
423
|
</div>
|
424
|
-
<p class="since">Since
|
424
|
+
<p class="since">Since 0.9.2</p>
|
425
425
|
</div>
|
426
426
|
<hr>
|
427
427
|
<div class="refsect2">
|
@@ -429,7 +429,7 @@ hb_face_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
|
|
429
429
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
430
430
|
hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
431
431
|
<div class="refsect3">
|
432
|
-
<a name="id-1.3.
|
432
|
+
<a name="id-1.3.3.7.8.12.4"></a><h4>Parameters</h4>
|
433
433
|
<div class="informaltable"><table width="100%" border="0">
|
434
434
|
<colgroup>
|
435
435
|
<col width="150px" class="parameters_name">
|
@@ -444,10 +444,10 @@ hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
444
444
|
</table></div>
|
445
445
|
</div>
|
446
446
|
<div class="refsect3">
|
447
|
-
<a name="id-1.3.
|
447
|
+
<a name="id-1.3.3.7.8.12.5"></a><h4>Returns</h4>
|
448
448
|
<p></p>
|
449
449
|
</div>
|
450
|
-
<p class="since">Since
|
450
|
+
<p class="since">Since 0.9.2</p>
|
451
451
|
</div>
|
452
452
|
<hr>
|
453
453
|
<div class="refsect2">
|
@@ -455,7 +455,7 @@ hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
455
455
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
456
456
|
hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
457
457
|
<div class="refsect3">
|
458
|
-
<a name="id-1.3.
|
458
|
+
<a name="id-1.3.3.7.8.13.4"></a><h4>Parameters</h4>
|
459
459
|
<div class="informaltable"><table width="100%" border="0">
|
460
460
|
<colgroup>
|
461
461
|
<col width="150px" class="parameters_name">
|
@@ -470,7 +470,7 @@ hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbu
|
|
470
470
|
</table></div>
|
471
471
|
</div>
|
472
472
|
<div class="refsect3">
|
473
|
-
<a name="id-1.3.
|
473
|
+
<a name="id-1.3.3.7.8.13.5"></a><h4>Returns</h4>
|
474
474
|
<p>. </p>
|
475
475
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
476
476
|
</div>
|
@@ -483,7 +483,7 @@ hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbu
|
|
483
483
|
hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
484
484
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> tag</code></em>);</pre>
|
485
485
|
<div class="refsect3">
|
486
|
-
<a name="id-1.3.
|
486
|
+
<a name="id-1.3.3.7.8.14.4"></a><h4>Parameters</h4>
|
487
487
|
<div class="informaltable"><table width="100%" border="0">
|
488
488
|
<colgroup>
|
489
489
|
<col width="150px" class="parameters_name">
|
@@ -498,11 +498,11 @@ hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfb
|
|
498
498
|
</table></div>
|
499
499
|
</div>
|
500
500
|
<div class="refsect3">
|
501
|
-
<a name="id-1.3.
|
501
|
+
<a name="id-1.3.3.7.8.14.5"></a><h4>Returns</h4>
|
502
502
|
<p>. </p>
|
503
503
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
504
504
|
</div>
|
505
|
-
<p class="since">Since
|
505
|
+
<p class="since">Since 0.9.2</p>
|
506
506
|
</div>
|
507
507
|
<hr>
|
508
508
|
<div class="refsect2">
|
@@ -511,7 +511,7 @@ hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfb
|
|
511
511
|
hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
512
512
|
<em class="parameter"><code>unsigned <span class="type">int</span> glyph_count</code></em>);</pre>
|
513
513
|
<div class="refsect3">
|
514
|
-
<a name="id-1.3.
|
514
|
+
<a name="id-1.3.3.7.8.15.4"></a><h4>Parameters</h4>
|
515
515
|
<div class="informaltable"><table width="100%" border="0">
|
516
516
|
<colgroup>
|
517
517
|
<col width="150px" class="parameters_name">
|
@@ -534,7 +534,7 @@ hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfb
|
|
534
534
|
hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
535
535
|
<em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
|
536
536
|
<div class="refsect3">
|
537
|
-
<a name="id-1.3.
|
537
|
+
<a name="id-1.3.3.7.8.16.4"></a><h4>Parameters</h4>
|
538
538
|
<div class="informaltable"><table width="100%" border="0">
|
539
539
|
<colgroup>
|
540
540
|
<col width="150px" class="parameters_name">
|
@@ -557,7 +557,7 @@ hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
557
557
|
hb_face_set_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
558
558
|
<em class="parameter"><code>unsigned <span class="type">int</span> upem</code></em>);</pre>
|
559
559
|
<div class="refsect3">
|
560
|
-
<a name="id-1.3.
|
560
|
+
<a name="id-1.3.3.7.8.17.4"></a><h4>Parameters</h4>
|
561
561
|
<div class="informaltable"><table width="100%" border="0">
|
562
562
|
<colgroup>
|
563
563
|
<col width="150px" class="parameters_name">
|
@@ -583,7 +583,7 @@ hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
583
583
|
<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>,
|
584
584
|
<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>
|
585
585
|
<div class="refsect3">
|
586
|
-
<a name="id-1.3.
|
586
|
+
<a name="id-1.3.3.7.8.18.4"></a><h4>Parameters</h4>
|
587
587
|
<div class="informaltable"><table width="100%" border="0">
|
588
588
|
<colgroup>
|
589
589
|
<col width="150px" class="parameters_name">
|
@@ -598,10 +598,10 @@ hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
598
598
|
</table></div>
|
599
599
|
</div>
|
600
600
|
<div class="refsect3">
|
601
|
-
<a name="id-1.3.
|
601
|
+
<a name="id-1.3.3.7.8.18.5"></a><h4>Returns</h4>
|
602
602
|
<p></p>
|
603
603
|
</div>
|
604
|
-
<p class="since">Since
|
604
|
+
<p class="since">Since 0.9.2</p>
|
605
605
|
</div>
|
606
606
|
</div>
|
607
607
|
<div class="refsect1">
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<title>hb-font: HarfBuzz Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch07.html" title="Harfbuzz API">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-face.html" title="hb-face">
|
10
10
|
<link rel="next" href="harfbuzz-Shaping.html" title="Shaping">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<a href="#harfbuzz-hb-font.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
23
|
<td><a accesskey="p" href="harfbuzz-hb-face.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
24
|
<td><a accesskey="n" href="harfbuzz-Shaping.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
@@ -560,6 +560,62 @@
|
|
560
560
|
<span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-reference-table-func-t" title="hb_reference_table_func_t ()">*hb_reference_table_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
561
561
|
</td>
|
562
562
|
</tr>
|
563
|
+
<tr>
|
564
|
+
<td class="function_type">
|
565
|
+
<span class="returnvalue">void</span>
|
566
|
+
</td>
|
567
|
+
<td class="function_name">
|
568
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-font-h-extents-func" title="hb_font_funcs_set_font_h_extents_func ()">hb_font_funcs_set_font_h_extents_func</a> <span class="c_punctuation">()</span>
|
569
|
+
</td>
|
570
|
+
</tr>
|
571
|
+
<tr>
|
572
|
+
<td class="function_type">
|
573
|
+
<span class="returnvalue">void</span>
|
574
|
+
</td>
|
575
|
+
<td class="function_name">
|
576
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-set-font-v-extents-func" title="hb_font_funcs_set_font_v_extents_func ()">hb_font_funcs_set_font_v_extents_func</a> <span class="c_punctuation">()</span>
|
577
|
+
</td>
|
578
|
+
</tr>
|
579
|
+
<tr>
|
580
|
+
<td class="function_type">
|
581
|
+
<span class="returnvalue">void</span>
|
582
|
+
</td>
|
583
|
+
<td class="function_name">
|
584
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-get-extents-for-direction" title="hb_font_get_extents_for_direction ()">hb_font_get_extents_for_direction</a> <span class="c_punctuation">()</span>
|
585
|
+
</td>
|
586
|
+
</tr>
|
587
|
+
<tr>
|
588
|
+
<td class="function_type">
|
589
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
590
|
+
</td>
|
591
|
+
<td class="function_name">
|
592
|
+
<span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-font.html#hb-font-get-font-extents-func-t" title="hb_font_get_font_extents_func_t ()">*hb_font_get_font_extents_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
593
|
+
</td>
|
594
|
+
</tr>
|
595
|
+
<tr>
|
596
|
+
<td class="function_type">
|
597
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
598
|
+
</td>
|
599
|
+
<td class="function_name">
|
600
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-get-h-extents" title="hb_font_get_h_extents ()">hb_font_get_h_extents</a> <span class="c_punctuation">()</span>
|
601
|
+
</td>
|
602
|
+
</tr>
|
603
|
+
<tr>
|
604
|
+
<td class="function_type">
|
605
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
606
|
+
</td>
|
607
|
+
<td class="function_name">
|
608
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-get-v-extents" title="hb_font_get_v_extents ()">hb_font_get_v_extents</a> <span class="c_punctuation">()</span>
|
609
|
+
</td>
|
610
|
+
</tr>
|
611
|
+
<tr>
|
612
|
+
<td class="function_type">
|
613
|
+
<span class="returnvalue">void</span>
|
614
|
+
</td>
|
615
|
+
<td class="function_name">
|
616
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-set-parent" title="hb_font_set_parent ()">hb_font_set_parent</a> <span class="c_punctuation">()</span>
|
617
|
+
</td>
|
618
|
+
</tr>
|
563
619
|
</tbody>
|
564
620
|
</table></div>
|
565
621
|
</div>
|
@@ -603,6 +659,14 @@
|
|
603
659
|
<td class="typedef_keyword">typedef</td>
|
604
660
|
<td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-t">hb_font_t</a></td>
|
605
661
|
</tr>
|
662
|
+
<tr>
|
663
|
+
<td class="typedef_keyword">typedef</td>
|
664
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-get-font-h-extents-func-t" title="hb_font_get_font_h_extents_func_t">hb_font_get_font_h_extents_func_t</a></td>
|
665
|
+
</tr>
|
666
|
+
<tr>
|
667
|
+
<td class="typedef_keyword">typedef</td>
|
668
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-get-font-v-extents-func-t" title="hb_font_get_font_v_extents_func_t">hb_font_get_font_v_extents_func_t</a></td>
|
669
|
+
</tr>
|
606
670
|
</tbody>
|
607
671
|
</table></div>
|
608
672
|
</div>
|
@@ -628,7 +692,7 @@ hb_font_add_glyph_origin_for_direction
|
|
628
692
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
|
629
693
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
|
630
694
|
<div class="refsect3">
|
631
|
-
<a name="id-1.3.
|
695
|
+
<a name="id-1.3.3.8.9.2.4"></a><h4>Parameters</h4>
|
632
696
|
<div class="informaltable"><table width="100%" border="0">
|
633
697
|
<colgroup>
|
634
698
|
<col width="150px" class="parameters_name">
|
@@ -654,7 +718,7 @@ hb_font_add_glyph_origin_for_direction
|
|
654
718
|
</tbody>
|
655
719
|
</table></div>
|
656
720
|
</div>
|
657
|
-
<p class="since">Since
|
721
|
+
<p class="since">Since 0.9.2</p>
|
658
722
|
</div>
|
659
723
|
<hr>
|
660
724
|
<div class="refsect2">
|
@@ -668,7 +732,7 @@ hb_font_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-fa
|
|
668
732
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
669
733
|
hb_font_create_sub_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *parent</code></em>);</pre>
|
670
734
|
<div class="refsect3">
|
671
|
-
<a name="id-1.3.
|
735
|
+
<a name="id-1.3.3.8.9.4.4"></a><h4>Parameters</h4>
|
672
736
|
<div class="informaltable"><table width="100%" border="0">
|
673
737
|
<colgroup>
|
674
738
|
<col width="150px" class="parameters_name">
|
@@ -683,11 +747,11 @@ hb_font_create_sub_font (<em class="parameter"><code><a class="link" href="harfb
|
|
683
747
|
</table></div>
|
684
748
|
</div>
|
685
749
|
<div class="refsect3">
|
686
|
-
<a name="id-1.3.
|
750
|
+
<a name="id-1.3.3.8.9.4.5"></a><h4>Returns</h4>
|
687
751
|
<p>. </p>
|
688
752
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
689
753
|
</div>
|
690
|
-
<p class="since">Since
|
754
|
+
<p class="since">Since 0.9.2</p>
|
691
755
|
</div>
|
692
756
|
<hr>
|
693
757
|
<div class="refsect2">
|
@@ -695,7 +759,7 @@ hb_font_create_sub_font (<em class="parameter"><code><a class="link" href="harfb
|
|
695
759
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
696
760
|
hb_font_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
|
697
761
|
<div class="refsect3">
|
698
|
-
<a name="id-1.3.
|
762
|
+
<a name="id-1.3.3.8.9.5.4"></a><h4>Parameters</h4>
|
699
763
|
<div class="informaltable"><table width="100%" border="0">
|
700
764
|
<colgroup>
|
701
765
|
<col width="150px" class="parameters_name">
|
@@ -709,7 +773,7 @@ hb_font_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-f
|
|
709
773
|
</tr></tbody>
|
710
774
|
</table></div>
|
711
775
|
</div>
|
712
|
-
<p class="since">Since
|
776
|
+
<p class="since">Since 0.9.2</p>
|
713
777
|
</div>
|
714
778
|
<hr>
|
715
779
|
<div class="refsect2">
|
@@ -723,7 +787,7 @@ hb_font_funcs_create (<em class="parameter"><code><span class="type">void</span>
|
|
723
787
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
724
788
|
hb_font_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
|
725
789
|
<div class="refsect3">
|
726
|
-
<a name="id-1.3.
|
790
|
+
<a name="id-1.3.3.8.9.7.4"></a><h4>Parameters</h4>
|
727
791
|
<div class="informaltable"><table width="100%" border="0">
|
728
792
|
<colgroup>
|
729
793
|
<col width="150px" class="parameters_name">
|
@@ -737,7 +801,7 @@ hb_font_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuz
|
|
737
801
|
</tr></tbody>
|
738
802
|
</table></div>
|
739
803
|
</div>
|
740
|
-
<p class="since">Since
|
804
|
+
<p class="since">Since 0.9.2</p>
|
741
805
|
</div>
|
742
806
|
<hr>
|
743
807
|
<div class="refsect2">
|
@@ -745,11 +809,11 @@ hb_font_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuz
|
|
745
809
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
|
746
810
|
hb_font_funcs_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
747
811
|
<div class="refsect3">
|
748
|
-
<a name="id-1.3.
|
812
|
+
<a name="id-1.3.3.8.9.8.4"></a><h4>Returns</h4>
|
749
813
|
<p>. </p>
|
750
814
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
751
815
|
</div>
|
752
|
-
<p class="since">Since
|
816
|
+
<p class="since">Since 0.9.2</p>
|
753
817
|
</div>
|
754
818
|
<hr>
|
755
819
|
<div class="refsect2">
|
@@ -758,7 +822,7 @@ hb_font_funcs_get_empty (<em class="parameter"><code><span class="type">void</sp
|
|
758
822
|
hb_font_funcs_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
|
759
823
|
<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>
|
760
824
|
<div class="refsect3">
|
761
|
-
<a name="id-1.3.
|
825
|
+
<a name="id-1.3.3.8.9.9.4"></a><h4>Parameters</h4>
|
762
826
|
<div class="informaltable"><table width="100%" border="0">
|
763
827
|
<colgroup>
|
764
828
|
<col width="150px" class="parameters_name">
|
@@ -773,11 +837,11 @@ hb_font_funcs_get_user_data (<em class="parameter"><code><a class="link" href="h
|
|
773
837
|
</table></div>
|
774
838
|
</div>
|
775
839
|
<div class="refsect3">
|
776
|
-
<a name="id-1.3.
|
840
|
+
<a name="id-1.3.3.8.9.9.5"></a><h4>Returns</h4>
|
777
841
|
<p>. </p>
|
778
842
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
779
843
|
</div>
|
780
|
-
<p class="since">Since
|
844
|
+
<p class="since">Since 0.9.2</p>
|
781
845
|
</div>
|
782
846
|
<hr>
|
783
847
|
<div class="refsect2">
|
@@ -785,7 +849,7 @@ hb_font_funcs_get_user_data (<em class="parameter"><code><a class="link" href="h
|
|
785
849
|
<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>
|
786
850
|
hb_font_funcs_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
|
787
851
|
<div class="refsect3">
|
788
|
-
<a name="id-1.3.
|
852
|
+
<a name="id-1.3.3.8.9.10.4"></a><h4>Parameters</h4>
|
789
853
|
<div class="informaltable"><table width="100%" border="0">
|
790
854
|
<colgroup>
|
791
855
|
<col width="150px" class="parameters_name">
|
@@ -800,10 +864,10 @@ hb_font_funcs_is_immutable (<em class="parameter"><code><a class="link" href="ha
|
|
800
864
|
</table></div>
|
801
865
|
</div>
|
802
866
|
<div class="refsect3">
|
803
|
-
<a name="id-1.3.
|
867
|
+
<a name="id-1.3.3.8.9.10.5"></a><h4>Returns</h4>
|
804
868
|
<p></p>
|
805
869
|
</div>
|
806
|
-
<p class="since">Since
|
870
|
+
<p class="since">Since 0.9.2</p>
|
807
871
|
</div>
|
808
872
|
<hr>
|
809
873
|
<div class="refsect2">
|
@@ -811,7 +875,7 @@ hb_font_funcs_is_immutable (<em class="parameter"><code><a class="link" href="ha
|
|
811
875
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
812
876
|
hb_font_funcs_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
|
813
877
|
<div class="refsect3">
|
814
|
-
<a name="id-1.3.
|
878
|
+
<a name="id-1.3.3.8.9.11.4"></a><h4>Parameters</h4>
|
815
879
|
<div class="informaltable"><table width="100%" border="0">
|
816
880
|
<colgroup>
|
817
881
|
<col width="150px" class="parameters_name">
|
@@ -825,7 +889,7 @@ hb_font_funcs_make_immutable (<em class="parameter"><code><a class="link" href="
|
|
825
889
|
</tr></tbody>
|
826
890
|
</table></div>
|
827
891
|
</div>
|
828
|
-
<p class="since">Since
|
892
|
+
<p class="since">Since 0.9.2</p>
|
829
893
|
</div>
|
830
894
|
<hr>
|
831
895
|
<div class="refsect2">
|
@@ -833,7 +897,7 @@ hb_font_funcs_make_immutable (<em class="parameter"><code><a class="link" href="
|
|
833
897
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
|
834
898
|
hb_font_funcs_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>);</pre>
|
835
899
|
<div class="refsect3">
|
836
|
-
<a name="id-1.3.
|
900
|
+
<a name="id-1.3.3.8.9.12.4"></a><h4>Parameters</h4>
|
837
901
|
<div class="informaltable"><table width="100%" border="0">
|
838
902
|
<colgroup>
|
839
903
|
<col width="150px" class="parameters_name">
|
@@ -848,10 +912,10 @@ hb_font_funcs_reference (<em class="parameter"><code><a class="link" href="harfb
|
|
848
912
|
</table></div>
|
849
913
|
</div>
|
850
914
|
<div class="refsect3">
|
851
|
-
<a name="id-1.3.
|
915
|
+
<a name="id-1.3.3.8.9.12.5"></a><h4>Returns</h4>
|
852
916
|
<p></p>
|
853
917
|
</div>
|
854
|
-
<p class="since">Since
|
918
|
+
<p class="since">Since 0.9.2</p>
|
855
919
|
</div>
|
856
920
|
<hr>
|
857
921
|
<div class="refsect2">
|
@@ -863,7 +927,7 @@ hb_font_funcs_set_glyph_contour_point_func
|
|
863
927
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
864
928
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
865
929
|
<div class="refsect3">
|
866
|
-
<a name="id-1.3.
|
930
|
+
<a name="id-1.3.3.8.9.13.4"></a><h4>Parameters</h4>
|
867
931
|
<div class="informaltable"><table width="100%" border="0">
|
868
932
|
<colgroup>
|
869
933
|
<col width="150px" class="parameters_name">
|
@@ -884,7 +948,7 @@ hb_font_funcs_set_glyph_contour_point_func
|
|
884
948
|
</tbody>
|
885
949
|
</table></div>
|
886
950
|
</div>
|
887
|
-
<p class="since">Since
|
951
|
+
<p class="since">Since 0.9.2</p>
|
888
952
|
</div>
|
889
953
|
<hr>
|
890
954
|
<div class="refsect2">
|
@@ -895,7 +959,7 @@ hb_font_funcs_set_glyph_extents_func (<em class="parameter"><code><a class="link
|
|
895
959
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
896
960
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
897
961
|
<div class="refsect3">
|
898
|
-
<a name="id-1.3.
|
962
|
+
<a name="id-1.3.3.8.9.14.4"></a><h4>Parameters</h4>
|
899
963
|
<div class="informaltable"><table width="100%" border="0">
|
900
964
|
<colgroup>
|
901
965
|
<col width="150px" class="parameters_name">
|
@@ -916,7 +980,7 @@ hb_font_funcs_set_glyph_extents_func (<em class="parameter"><code><a class="link
|
|
916
980
|
</tbody>
|
917
981
|
</table></div>
|
918
982
|
</div>
|
919
|
-
<p class="since">Since
|
983
|
+
<p class="since">Since 0.9.2</p>
|
920
984
|
</div>
|
921
985
|
<hr>
|
922
986
|
<div class="refsect2">
|
@@ -928,7 +992,7 @@ hb_font_funcs_set_glyph_from_name_func
|
|
928
992
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
929
993
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
930
994
|
<div class="refsect3">
|
931
|
-
<a name="id-1.3.
|
995
|
+
<a name="id-1.3.3.8.9.15.4"></a><h4>Parameters</h4>
|
932
996
|
<div class="informaltable"><table width="100%" border="0">
|
933
997
|
<colgroup>
|
934
998
|
<col width="150px" class="parameters_name">
|
@@ -959,8 +1023,11 @@ hb_font_funcs_set_glyph_func (<em class="parameter"><code><a class="link" href="
|
|
959
1023
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-func-t" title="hb_font_get_glyph_func_t ()"><span class="type">hb_font_get_glyph_func_t</span></a> func</code></em>,
|
960
1024
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
961
1025
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
1026
|
+
<div class="warning"><p><code class="literal">hb_font_funcs_set_glyph_func</code> has been deprecated since version 1.2.3 and should not be used in newly-written code.</p></div>
|
1027
|
+
<p>Deprecated. Use <code class="function">hb_font_funcs_set_nominal_glyph_func()</code> and
|
1028
|
+
<code class="function">hb_font_funcs_set_variation_glyph_func()</code> instead.</p>
|
962
1029
|
<div class="refsect3">
|
963
|
-
<a name="id-1.3.
|
1030
|
+
<a name="id-1.3.3.8.9.16.7"></a><h4>Parameters</h4>
|
964
1031
|
<div class="informaltable"><table width="100%" border="0">
|
965
1032
|
<colgroup>
|
966
1033
|
<col width="150px" class="parameters_name">
|
@@ -981,7 +1048,7 @@ hb_font_funcs_set_glyph_func (<em class="parameter"><code><a class="link" href="
|
|
981
1048
|
</tbody>
|
982
1049
|
</table></div>
|
983
1050
|
</div>
|
984
|
-
<p class="since">Since
|
1051
|
+
<p class="since">Since 0.9.2</p>
|
985
1052
|
</div>
|
986
1053
|
<hr>
|
987
1054
|
<div class="refsect2">
|
@@ -993,7 +1060,7 @@ hb_font_funcs_set_glyph_h_advance_func
|
|
993
1060
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
994
1061
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
995
1062
|
<div class="refsect3">
|
996
|
-
<a name="id-1.3.
|
1063
|
+
<a name="id-1.3.3.8.9.17.4"></a><h4>Parameters</h4>
|
997
1064
|
<div class="informaltable"><table width="100%" border="0">
|
998
1065
|
<colgroup>
|
999
1066
|
<col width="150px" class="parameters_name">
|
@@ -1014,7 +1081,7 @@ hb_font_funcs_set_glyph_h_advance_func
|
|
1014
1081
|
</tbody>
|
1015
1082
|
</table></div>
|
1016
1083
|
</div>
|
1017
|
-
<p class="since">Since
|
1084
|
+
<p class="since">Since 0.9.2</p>
|
1018
1085
|
</div>
|
1019
1086
|
<hr>
|
1020
1087
|
<div class="refsect2">
|
@@ -1026,7 +1093,7 @@ hb_font_funcs_set_glyph_h_kerning_func
|
|
1026
1093
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1027
1094
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
1028
1095
|
<div class="refsect3">
|
1029
|
-
<a name="id-1.3.
|
1096
|
+
<a name="id-1.3.3.8.9.18.4"></a><h4>Parameters</h4>
|
1030
1097
|
<div class="informaltable"><table width="100%" border="0">
|
1031
1098
|
<colgroup>
|
1032
1099
|
<col width="150px" class="parameters_name">
|
@@ -1047,7 +1114,7 @@ hb_font_funcs_set_glyph_h_kerning_func
|
|
1047
1114
|
</tbody>
|
1048
1115
|
</table></div>
|
1049
1116
|
</div>
|
1050
|
-
<p class="since">Since
|
1117
|
+
<p class="since">Since 0.9.2</p>
|
1051
1118
|
</div>
|
1052
1119
|
<hr>
|
1053
1120
|
<div class="refsect2">
|
@@ -1058,7 +1125,7 @@ hb_font_funcs_set_glyph_h_origin_func (<em class="parameter"><code><a class="lin
|
|
1058
1125
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1059
1126
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
1060
1127
|
<div class="refsect3">
|
1061
|
-
<a name="id-1.3.
|
1128
|
+
<a name="id-1.3.3.8.9.19.4"></a><h4>Parameters</h4>
|
1062
1129
|
<div class="informaltable"><table width="100%" border="0">
|
1063
1130
|
<colgroup>
|
1064
1131
|
<col width="150px" class="parameters_name">
|
@@ -1079,7 +1146,7 @@ hb_font_funcs_set_glyph_h_origin_func (<em class="parameter"><code><a class="lin
|
|
1079
1146
|
</tbody>
|
1080
1147
|
</table></div>
|
1081
1148
|
</div>
|
1082
|
-
<p class="since">Since
|
1149
|
+
<p class="since">Since 0.9.2</p>
|
1083
1150
|
</div>
|
1084
1151
|
<hr>
|
1085
1152
|
<div class="refsect2">
|
@@ -1090,7 +1157,7 @@ hb_font_funcs_set_glyph_name_func (<em class="parameter"><code><a class="link" h
|
|
1090
1157
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1091
1158
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
1092
1159
|
<div class="refsect3">
|
1093
|
-
<a name="id-1.3.
|
1160
|
+
<a name="id-1.3.3.8.9.20.4"></a><h4>Parameters</h4>
|
1094
1161
|
<div class="informaltable"><table width="100%" border="0">
|
1095
1162
|
<colgroup>
|
1096
1163
|
<col width="150px" class="parameters_name">
|
@@ -1123,7 +1190,7 @@ hb_font_funcs_set_glyph_v_advance_func
|
|
1123
1190
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1124
1191
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
1125
1192
|
<div class="refsect3">
|
1126
|
-
<a name="id-1.3.
|
1193
|
+
<a name="id-1.3.3.8.9.21.4"></a><h4>Parameters</h4>
|
1127
1194
|
<div class="informaltable"><table width="100%" border="0">
|
1128
1195
|
<colgroup>
|
1129
1196
|
<col width="150px" class="parameters_name">
|
@@ -1144,7 +1211,7 @@ hb_font_funcs_set_glyph_v_advance_func
|
|
1144
1211
|
</tbody>
|
1145
1212
|
</table></div>
|
1146
1213
|
</div>
|
1147
|
-
<p class="since">Since
|
1214
|
+
<p class="since">Since 0.9.2</p>
|
1148
1215
|
</div>
|
1149
1216
|
<hr>
|
1150
1217
|
<div class="refsect2">
|
@@ -1156,7 +1223,7 @@ hb_font_funcs_set_glyph_v_kerning_func
|
|
1156
1223
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1157
1224
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
1158
1225
|
<div class="refsect3">
|
1159
|
-
<a name="id-1.3.
|
1226
|
+
<a name="id-1.3.3.8.9.22.4"></a><h4>Parameters</h4>
|
1160
1227
|
<div class="informaltable"><table width="100%" border="0">
|
1161
1228
|
<colgroup>
|
1162
1229
|
<col width="150px" class="parameters_name">
|
@@ -1177,7 +1244,7 @@ hb_font_funcs_set_glyph_v_kerning_func
|
|
1177
1244
|
</tbody>
|
1178
1245
|
</table></div>
|
1179
1246
|
</div>
|
1180
|
-
<p class="since">Since
|
1247
|
+
<p class="since">Since 0.9.2</p>
|
1181
1248
|
</div>
|
1182
1249
|
<hr>
|
1183
1250
|
<div class="refsect2">
|
@@ -1188,7 +1255,7 @@ hb_font_funcs_set_glyph_v_origin_func (<em class="parameter"><code><a class="lin
|
|
1188
1255
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1189
1256
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
1190
1257
|
<div class="refsect3">
|
1191
|
-
<a name="id-1.3.
|
1258
|
+
<a name="id-1.3.3.8.9.23.4"></a><h4>Parameters</h4>
|
1192
1259
|
<div class="informaltable"><table width="100%" border="0">
|
1193
1260
|
<colgroup>
|
1194
1261
|
<col width="150px" class="parameters_name">
|
@@ -1209,7 +1276,7 @@ hb_font_funcs_set_glyph_v_origin_func (<em class="parameter"><code><a class="lin
|
|
1209
1276
|
</tbody>
|
1210
1277
|
</table></div>
|
1211
1278
|
</div>
|
1212
|
-
<p class="since">Since
|
1279
|
+
<p class="since">Since 0.9.2</p>
|
1213
1280
|
</div>
|
1214
1281
|
<hr>
|
1215
1282
|
<div class="refsect2">
|
@@ -1221,7 +1288,7 @@ hb_font_funcs_set_user_data (<em class="parameter"><code><a class="link" href="h
|
|
1221
1288
|
<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>,
|
1222
1289
|
<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>
|
1223
1290
|
<div class="refsect3">
|
1224
|
-
<a name="id-1.3.
|
1291
|
+
<a name="id-1.3.3.8.9.24.4"></a><h4>Parameters</h4>
|
1225
1292
|
<div class="informaltable"><table width="100%" border="0">
|
1226
1293
|
<colgroup>
|
1227
1294
|
<col width="150px" class="parameters_name">
|
@@ -1236,10 +1303,10 @@ hb_font_funcs_set_user_data (<em class="parameter"><code><a class="link" href="h
|
|
1236
1303
|
</table></div>
|
1237
1304
|
</div>
|
1238
1305
|
<div class="refsect3">
|
1239
|
-
<a name="id-1.3.
|
1306
|
+
<a name="id-1.3.3.8.9.24.5"></a><h4>Returns</h4>
|
1240
1307
|
<p></p>
|
1241
1308
|
</div>
|
1242
|
-
<p class="since">Since
|
1309
|
+
<p class="since">Since 0.9.2</p>
|
1243
1310
|
</div>
|
1244
1311
|
<hr>
|
1245
1312
|
<div class="refsect2">
|
@@ -1247,11 +1314,11 @@ hb_font_funcs_set_user_data (<em class="parameter"><code><a class="link" href="h
|
|
1247
1314
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
1248
1315
|
hb_font_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1249
1316
|
<div class="refsect3">
|
1250
|
-
<a name="id-1.3.
|
1317
|
+
<a name="id-1.3.3.8.9.25.4"></a><h4>Returns</h4>
|
1251
1318
|
<p> (transfer full)</p>
|
1252
1319
|
<p></p>
|
1253
1320
|
</div>
|
1254
|
-
<p class="since">Since
|
1321
|
+
<p class="since">Since 0.9.2</p>
|
1255
1322
|
</div>
|
1256
1323
|
<hr>
|
1257
1324
|
<div class="refsect2">
|
@@ -1259,7 +1326,7 @@ hb_font_get_empty (<em class="parameter"><code><span class="type">void</span></c
|
|
1259
1326
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
1260
1327
|
hb_font_get_face (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
|
1261
1328
|
<div class="refsect3">
|
1262
|
-
<a name="id-1.3.
|
1329
|
+
<a name="id-1.3.3.8.9.26.4"></a><h4>Parameters</h4>
|
1263
1330
|
<div class="informaltable"><table width="100%" border="0">
|
1264
1331
|
<colgroup>
|
1265
1332
|
<col width="150px" class="parameters_name">
|
@@ -1274,7 +1341,7 @@ hb_font_get_face (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
1274
1341
|
</table></div>
|
1275
1342
|
</div>
|
1276
1343
|
<div class="refsect3">
|
1277
|
-
<a name="id-1.3.
|
1344
|
+
<a name="id-1.3.3.8.9.26.5"></a><h4>Returns</h4>
|
1278
1345
|
<p>. </p>
|
1279
1346
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1280
1347
|
</div>
|
@@ -1289,7 +1356,7 @@ hb_font_get_glyph (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
1289
1356
|
<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> variation_selector</code></em>,
|
1290
1357
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);</pre>
|
1291
1358
|
<div class="refsect3">
|
1292
|
-
<a name="id-1.3.
|
1359
|
+
<a name="id-1.3.3.8.9.27.4"></a><h4>Parameters</h4>
|
1293
1360
|
<div class="informaltable"><table width="100%" border="0">
|
1294
1361
|
<colgroup>
|
1295
1362
|
<col width="150px" class="parameters_name">
|
@@ -1311,10 +1378,10 @@ hb_font_get_glyph (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
1311
1378
|
</table></div>
|
1312
1379
|
</div>
|
1313
1380
|
<div class="refsect3">
|
1314
|
-
<a name="id-1.3.
|
1381
|
+
<a name="id-1.3.3.8.9.27.5"></a><h4>Returns</h4>
|
1315
1382
|
<p></p>
|
1316
1383
|
</div>
|
1317
|
-
<p class="since">Since
|
1384
|
+
<p class="since">Since 0.9.2</p>
|
1318
1385
|
</div>
|
1319
1386
|
<hr>
|
1320
1387
|
<div class="refsect2">
|
@@ -1327,7 +1394,7 @@ hb_font_get_glyph_advance_for_direction
|
|
1327
1394
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
|
1328
1395
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
|
1329
1396
|
<div class="refsect3">
|
1330
|
-
<a name="id-1.3.
|
1397
|
+
<a name="id-1.3.3.8.9.28.4"></a><h4>Parameters</h4>
|
1331
1398
|
<div class="informaltable"><table width="100%" border="0">
|
1332
1399
|
<colgroup>
|
1333
1400
|
<col width="150px" class="parameters_name">
|
@@ -1353,7 +1420,7 @@ hb_font_get_glyph_advance_for_direction
|
|
1353
1420
|
</tbody>
|
1354
1421
|
</table></div>
|
1355
1422
|
</div>
|
1356
|
-
<p class="since">Since
|
1423
|
+
<p class="since">Since 0.9.2</p>
|
1357
1424
|
</div>
|
1358
1425
|
<hr>
|
1359
1426
|
<div class="refsect2">
|
@@ -1374,7 +1441,7 @@ hb_font_get_glyph_contour_point (<em class="parameter"><code><a class="link" hre
|
|
1374
1441
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
|
1375
1442
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
|
1376
1443
|
<div class="refsect3">
|
1377
|
-
<a name="id-1.3.
|
1444
|
+
<a name="id-1.3.3.8.9.30.4"></a><h4>Parameters</h4>
|
1378
1445
|
<div class="informaltable"><table width="100%" border="0">
|
1379
1446
|
<colgroup>
|
1380
1447
|
<col width="150px" class="parameters_name">
|
@@ -1401,10 +1468,10 @@ hb_font_get_glyph_contour_point (<em class="parameter"><code><a class="link" hre
|
|
1401
1468
|
</table></div>
|
1402
1469
|
</div>
|
1403
1470
|
<div class="refsect3">
|
1404
|
-
<a name="id-1.3.
|
1471
|
+
<a name="id-1.3.3.8.9.30.5"></a><h4>Returns</h4>
|
1405
1472
|
<p></p>
|
1406
1473
|
</div>
|
1407
|
-
<p class="since">Since
|
1474
|
+
<p class="since">Since 0.9.2</p>
|
1408
1475
|
</div>
|
1409
1476
|
<hr>
|
1410
1477
|
<div class="refsect2">
|
@@ -1418,7 +1485,7 @@ hb_font_get_glyph_contour_point_for_origin
|
|
1418
1485
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
|
1419
1486
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
|
1420
1487
|
<div class="refsect3">
|
1421
|
-
<a name="id-1.3.
|
1488
|
+
<a name="id-1.3.3.8.9.31.4"></a><h4>Parameters</h4>
|
1422
1489
|
<div class="informaltable"><table width="100%" border="0">
|
1423
1490
|
<colgroup>
|
1424
1491
|
<col width="150px" class="parameters_name">
|
@@ -1445,10 +1512,10 @@ hb_font_get_glyph_contour_point_for_origin
|
|
1445
1512
|
</table></div>
|
1446
1513
|
</div>
|
1447
1514
|
<div class="refsect3">
|
1448
|
-
<a name="id-1.3.
|
1515
|
+
<a name="id-1.3.3.8.9.31.5"></a><h4>Returns</h4>
|
1449
1516
|
<p></p>
|
1450
1517
|
</div>
|
1451
|
-
<p class="since">Since
|
1518
|
+
<p class="since">Since 0.9.2</p>
|
1452
1519
|
</div>
|
1453
1520
|
<hr>
|
1454
1521
|
<div class="refsect2">
|
@@ -1471,7 +1538,7 @@ hb_font_get_glyph_extents (<em class="parameter"><code><a class="link" href="har
|
|
1471
1538
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
|
1472
1539
|
<em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);</pre>
|
1473
1540
|
<div class="refsect3">
|
1474
|
-
<a name="id-1.3.
|
1541
|
+
<a name="id-1.3.3.8.9.33.4"></a><h4>Parameters</h4>
|
1475
1542
|
<div class="informaltable"><table width="100%" border="0">
|
1476
1543
|
<colgroup>
|
1477
1544
|
<col width="150px" class="parameters_name">
|
@@ -1493,10 +1560,10 @@ hb_font_get_glyph_extents (<em class="parameter"><code><a class="link" href="har
|
|
1493
1560
|
</table></div>
|
1494
1561
|
</div>
|
1495
1562
|
<div class="refsect3">
|
1496
|
-
<a name="id-1.3.
|
1563
|
+
<a name="id-1.3.3.8.9.33.5"></a><h4>Returns</h4>
|
1497
1564
|
<p></p>
|
1498
1565
|
</div>
|
1499
|
-
<p class="since">Since
|
1566
|
+
<p class="since">Since 0.9.2</p>
|
1500
1567
|
</div>
|
1501
1568
|
<hr>
|
1502
1569
|
<div class="refsect2">
|
@@ -1507,7 +1574,7 @@ hb_font_get_glyph_extents_for_origin (<em class="parameter"><code><a class="link
|
|
1507
1574
|
<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>,
|
1508
1575
|
<em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);</pre>
|
1509
1576
|
<div class="refsect3">
|
1510
|
-
<a name="id-1.3.
|
1577
|
+
<a name="id-1.3.3.8.9.34.4"></a><h4>Parameters</h4>
|
1511
1578
|
<div class="informaltable"><table width="100%" border="0">
|
1512
1579
|
<colgroup>
|
1513
1580
|
<col width="150px" class="parameters_name">
|
@@ -1529,10 +1596,10 @@ hb_font_get_glyph_extents_for_origin (<em class="parameter"><code><a class="link
|
|
1529
1596
|
</table></div>
|
1530
1597
|
</div>
|
1531
1598
|
<div class="refsect3">
|
1532
|
-
<a name="id-1.3.
|
1599
|
+
<a name="id-1.3.3.8.9.34.5"></a><h4>Returns</h4>
|
1533
1600
|
<p></p>
|
1534
1601
|
</div>
|
1535
|
-
<p class="since">Since
|
1602
|
+
<p class="since">Since 0.9.2</p>
|
1536
1603
|
</div>
|
1537
1604
|
<hr>
|
1538
1605
|
<div class="refsect2">
|
@@ -1553,7 +1620,7 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
|
|
1553
1620
|
<em class="parameter"><code><span class="type">int</span> len</code></em>,
|
1554
1621
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);</pre>
|
1555
1622
|
<div class="refsect3">
|
1556
|
-
<a name="id-1.3.
|
1623
|
+
<a name="id-1.3.3.8.9.36.4"></a><h4>Parameters</h4>
|
1557
1624
|
<div class="informaltable"><table width="100%" border="0">
|
1558
1625
|
<colgroup>
|
1559
1626
|
<col width="150px" class="parameters_name">
|
@@ -1580,7 +1647,7 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
|
|
1580
1647
|
</table></div>
|
1581
1648
|
</div>
|
1582
1649
|
<div class="refsect3">
|
1583
|
-
<a name="id-1.3.
|
1650
|
+
<a name="id-1.3.3.8.9.36.5"></a><h4>Returns</h4>
|
1584
1651
|
<p></p>
|
1585
1652
|
</div>
|
1586
1653
|
<p class="since">Since 0.9.2</p>
|
@@ -1604,6 +1671,7 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
|
|
1604
1671
|
<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> variation_selector</code></em>,
|
1605
1672
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>,
|
1606
1673
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
1674
|
+
<div class="warning"><p><code class="literal">hb_font_get_glyph_func_t</code> is deprecated and should not be used in newly-written code.</p></div>
|
1607
1675
|
</div>
|
1608
1676
|
<hr>
|
1609
1677
|
<div class="refsect2">
|
@@ -1612,7 +1680,7 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
|
|
1612
1680
|
hb_font_get_glyph_h_advance (<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>,
|
1613
1681
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
|
1614
1682
|
<div class="refsect3">
|
1615
|
-
<a name="id-1.3.
|
1683
|
+
<a name="id-1.3.3.8.9.39.4"></a><h4>Parameters</h4>
|
1616
1684
|
<div class="informaltable"><table width="100%" border="0">
|
1617
1685
|
<colgroup>
|
1618
1686
|
<col width="150px" class="parameters_name">
|
@@ -1627,10 +1695,10 @@ hb_font_get_glyph_h_advance (<em class="parameter"><code><a class="link" href="h
|
|
1627
1695
|
</table></div>
|
1628
1696
|
</div>
|
1629
1697
|
<div class="refsect3">
|
1630
|
-
<a name="id-1.3.
|
1698
|
+
<a name="id-1.3.3.8.9.39.5"></a><h4>Returns</h4>
|
1631
1699
|
<p></p>
|
1632
1700
|
</div>
|
1633
|
-
<p class="since">Since
|
1701
|
+
<p class="since">Since 0.9.2</p>
|
1634
1702
|
</div>
|
1635
1703
|
<hr>
|
1636
1704
|
<div class="refsect2">
|
@@ -1640,7 +1708,7 @@ hb_font_get_glyph_h_kerning (<em class="parameter"><code><a class="link" href="h
|
|
1640
1708
|
<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> left_glyph</code></em>,
|
1641
1709
|
<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> right_glyph</code></em>);</pre>
|
1642
1710
|
<div class="refsect3">
|
1643
|
-
<a name="id-1.3.
|
1711
|
+
<a name="id-1.3.3.8.9.40.4"></a><h4>Parameters</h4>
|
1644
1712
|
<div class="informaltable"><table width="100%" border="0">
|
1645
1713
|
<colgroup>
|
1646
1714
|
<col width="150px" class="parameters_name">
|
@@ -1655,10 +1723,10 @@ hb_font_get_glyph_h_kerning (<em class="parameter"><code><a class="link" href="h
|
|
1655
1723
|
</table></div>
|
1656
1724
|
</div>
|
1657
1725
|
<div class="refsect3">
|
1658
|
-
<a name="id-1.3.
|
1726
|
+
<a name="id-1.3.3.8.9.40.5"></a><h4>Returns</h4>
|
1659
1727
|
<p></p>
|
1660
1728
|
</div>
|
1661
|
-
<p class="since">Since
|
1729
|
+
<p class="since">Since 0.9.2</p>
|
1662
1730
|
</div>
|
1663
1731
|
<hr>
|
1664
1732
|
<div class="refsect2">
|
@@ -1669,7 +1737,7 @@ hb_font_get_glyph_h_origin (<em class="parameter"><code><a class="link" href="ha
|
|
1669
1737
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
|
1670
1738
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
|
1671
1739
|
<div class="refsect3">
|
1672
|
-
<a name="id-1.3.
|
1740
|
+
<a name="id-1.3.3.8.9.41.4"></a><h4>Parameters</h4>
|
1673
1741
|
<div class="informaltable"><table width="100%" border="0">
|
1674
1742
|
<colgroup>
|
1675
1743
|
<col width="150px" class="parameters_name">
|
@@ -1696,10 +1764,10 @@ hb_font_get_glyph_h_origin (<em class="parameter"><code><a class="link" href="ha
|
|
1696
1764
|
</table></div>
|
1697
1765
|
</div>
|
1698
1766
|
<div class="refsect3">
|
1699
|
-
<a name="id-1.3.
|
1767
|
+
<a name="id-1.3.3.8.9.41.5"></a><h4>Returns</h4>
|
1700
1768
|
<p></p>
|
1701
1769
|
</div>
|
1702
|
-
<p class="since">Since
|
1770
|
+
<p class="since">Since 0.9.2</p>
|
1703
1771
|
</div>
|
1704
1772
|
<hr>
|
1705
1773
|
<div class="refsect2">
|
@@ -1713,7 +1781,7 @@ hb_font_get_glyph_kerning_for_direction
|
|
1713
1781
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
|
1714
1782
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
|
1715
1783
|
<div class="refsect3">
|
1716
|
-
<a name="id-1.3.
|
1784
|
+
<a name="id-1.3.3.8.9.42.4"></a><h4>Parameters</h4>
|
1717
1785
|
<div class="informaltable"><table width="100%" border="0">
|
1718
1786
|
<colgroup>
|
1719
1787
|
<col width="150px" class="parameters_name">
|
@@ -1739,7 +1807,7 @@ hb_font_get_glyph_kerning_for_direction
|
|
1739
1807
|
</tbody>
|
1740
1808
|
</table></div>
|
1741
1809
|
</div>
|
1742
|
-
<p class="since">Since
|
1810
|
+
<p class="since">Since 0.9.2</p>
|
1743
1811
|
</div>
|
1744
1812
|
<hr>
|
1745
1813
|
<div class="refsect2">
|
@@ -1760,7 +1828,7 @@ hb_font_get_glyph_name (<em class="parameter"><code><a class="link" href="harfbu
|
|
1760
1828
|
<em class="parameter"><code><span class="type">char</span> *name</code></em>,
|
1761
1829
|
<em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
|
1762
1830
|
<div class="refsect3">
|
1763
|
-
<a name="id-1.3.
|
1831
|
+
<a name="id-1.3.3.8.9.44.4"></a><h4>Parameters</h4>
|
1764
1832
|
<div class="informaltable"><table width="100%" border="0">
|
1765
1833
|
<colgroup>
|
1766
1834
|
<col width="150px" class="parameters_name">
|
@@ -1782,7 +1850,7 @@ hb_font_get_glyph_name (<em class="parameter"><code><a class="link" href="harfbu
|
|
1782
1850
|
</table></div>
|
1783
1851
|
</div>
|
1784
1852
|
<div class="refsect3">
|
1785
|
-
<a name="id-1.3.
|
1853
|
+
<a name="id-1.3.3.8.9.44.5"></a><h4>Returns</h4>
|
1786
1854
|
<p></p>
|
1787
1855
|
</div>
|
1788
1856
|
<p class="since">Since 0.9.2</p>
|
@@ -1809,7 +1877,7 @@ hb_font_get_glyph_origin_for_direction
|
|
1809
1877
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
|
1810
1878
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
|
1811
1879
|
<div class="refsect3">
|
1812
|
-
<a name="id-1.3.
|
1880
|
+
<a name="id-1.3.3.8.9.46.4"></a><h4>Parameters</h4>
|
1813
1881
|
<div class="informaltable"><table width="100%" border="0">
|
1814
1882
|
<colgroup>
|
1815
1883
|
<col width="150px" class="parameters_name">
|
@@ -1835,7 +1903,7 @@ hb_font_get_glyph_origin_for_direction
|
|
1835
1903
|
</tbody>
|
1836
1904
|
</table></div>
|
1837
1905
|
</div>
|
1838
|
-
<p class="since">Since
|
1906
|
+
<p class="since">Since 0.9.2</p>
|
1839
1907
|
</div>
|
1840
1908
|
<hr>
|
1841
1909
|
<div class="refsect2">
|
@@ -1855,7 +1923,7 @@ hb_font_get_glyph_origin_for_direction
|
|
1855
1923
|
hb_font_get_glyph_v_advance (<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>,
|
1856
1924
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
|
1857
1925
|
<div class="refsect3">
|
1858
|
-
<a name="id-1.3.
|
1926
|
+
<a name="id-1.3.3.8.9.48.4"></a><h4>Parameters</h4>
|
1859
1927
|
<div class="informaltable"><table width="100%" border="0">
|
1860
1928
|
<colgroup>
|
1861
1929
|
<col width="150px" class="parameters_name">
|
@@ -1870,10 +1938,10 @@ hb_font_get_glyph_v_advance (<em class="parameter"><code><a class="link" href="h
|
|
1870
1938
|
</table></div>
|
1871
1939
|
</div>
|
1872
1940
|
<div class="refsect3">
|
1873
|
-
<a name="id-1.3.
|
1941
|
+
<a name="id-1.3.3.8.9.48.5"></a><h4>Returns</h4>
|
1874
1942
|
<p></p>
|
1875
1943
|
</div>
|
1876
|
-
<p class="since">Since
|
1944
|
+
<p class="since">Since 0.9.2</p>
|
1877
1945
|
</div>
|
1878
1946
|
<hr>
|
1879
1947
|
<div class="refsect2">
|
@@ -1883,7 +1951,7 @@ hb_font_get_glyph_v_kerning (<em class="parameter"><code><a class="link" href="h
|
|
1883
1951
|
<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> top_glyph</code></em>,
|
1884
1952
|
<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> bottom_glyph</code></em>);</pre>
|
1885
1953
|
<div class="refsect3">
|
1886
|
-
<a name="id-1.3.
|
1954
|
+
<a name="id-1.3.3.8.9.49.4"></a><h4>Parameters</h4>
|
1887
1955
|
<div class="informaltable"><table width="100%" border="0">
|
1888
1956
|
<colgroup>
|
1889
1957
|
<col width="150px" class="parameters_name">
|
@@ -1898,10 +1966,10 @@ hb_font_get_glyph_v_kerning (<em class="parameter"><code><a class="link" href="h
|
|
1898
1966
|
</table></div>
|
1899
1967
|
</div>
|
1900
1968
|
<div class="refsect3">
|
1901
|
-
<a name="id-1.3.
|
1969
|
+
<a name="id-1.3.3.8.9.49.5"></a><h4>Returns</h4>
|
1902
1970
|
<p></p>
|
1903
1971
|
</div>
|
1904
|
-
<p class="since">Since
|
1972
|
+
<p class="since">Since 0.9.2</p>
|
1905
1973
|
</div>
|
1906
1974
|
<hr>
|
1907
1975
|
<div class="refsect2">
|
@@ -1912,7 +1980,7 @@ hb_font_get_glyph_v_origin (<em class="parameter"><code><a class="link" href="ha
|
|
1912
1980
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
|
1913
1981
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
|
1914
1982
|
<div class="refsect3">
|
1915
|
-
<a name="id-1.3.
|
1983
|
+
<a name="id-1.3.3.8.9.50.4"></a><h4>Parameters</h4>
|
1916
1984
|
<div class="informaltable"><table width="100%" border="0">
|
1917
1985
|
<colgroup>
|
1918
1986
|
<col width="150px" class="parameters_name">
|
@@ -1939,10 +2007,10 @@ hb_font_get_glyph_v_origin (<em class="parameter"><code><a class="link" href="ha
|
|
1939
2007
|
</table></div>
|
1940
2008
|
</div>
|
1941
2009
|
<div class="refsect3">
|
1942
|
-
<a name="id-1.3.
|
2010
|
+
<a name="id-1.3.3.8.9.50.5"></a><h4>Returns</h4>
|
1943
2011
|
<p></p>
|
1944
2012
|
</div>
|
1945
|
-
<p class="since">Since
|
2013
|
+
<p class="since">Since 0.9.2</p>
|
1946
2014
|
</div>
|
1947
2015
|
<hr>
|
1948
2016
|
<div class="refsect2">
|
@@ -1950,7 +2018,7 @@ hb_font_get_glyph_v_origin (<em class="parameter"><code><a class="link" href="ha
|
|
1950
2018
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
1951
2019
|
hb_font_get_parent (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
|
1952
2020
|
<div class="refsect3">
|
1953
|
-
<a name="id-1.3.
|
2021
|
+
<a name="id-1.3.3.8.9.51.4"></a><h4>Parameters</h4>
|
1954
2022
|
<div class="informaltable"><table width="100%" border="0">
|
1955
2023
|
<colgroup>
|
1956
2024
|
<col width="150px" class="parameters_name">
|
@@ -1965,11 +2033,11 @@ hb_font_get_parent (<em class="parameter"><code><a class="link" href="harfbuzz-h
|
|
1965
2033
|
</table></div>
|
1966
2034
|
</div>
|
1967
2035
|
<div class="refsect3">
|
1968
|
-
<a name="id-1.3.
|
2036
|
+
<a name="id-1.3.3.8.9.51.5"></a><h4>Returns</h4>
|
1969
2037
|
<p>. </p>
|
1970
2038
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1971
2039
|
</div>
|
1972
|
-
<p class="since">Since
|
2040
|
+
<p class="since">Since 0.9.2</p>
|
1973
2041
|
</div>
|
1974
2042
|
<hr>
|
1975
2043
|
<div class="refsect2">
|
@@ -1979,7 +2047,7 @@ hb_font_get_ppem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
1979
2047
|
<em class="parameter"><code>unsigned <span class="type">int</span> *x_ppem</code></em>,
|
1980
2048
|
<em class="parameter"><code>unsigned <span class="type">int</span> *y_ppem</code></em>);</pre>
|
1981
2049
|
<div class="refsect3">
|
1982
|
-
<a name="id-1.3.
|
2050
|
+
<a name="id-1.3.3.8.9.52.4"></a><h4>Parameters</h4>
|
1983
2051
|
<div class="informaltable"><table width="100%" border="0">
|
1984
2052
|
<colgroup>
|
1985
2053
|
<col width="150px" class="parameters_name">
|
@@ -2005,7 +2073,7 @@ hb_font_get_ppem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
2005
2073
|
</tbody>
|
2006
2074
|
</table></div>
|
2007
2075
|
</div>
|
2008
|
-
<p class="since">Since
|
2076
|
+
<p class="since">Since 0.9.2</p>
|
2009
2077
|
</div>
|
2010
2078
|
<hr>
|
2011
2079
|
<div class="refsect2">
|
@@ -2015,7 +2083,7 @@ hb_font_get_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2015
2083
|
<em class="parameter"><code><span class="type">int</span> *x_scale</code></em>,
|
2016
2084
|
<em class="parameter"><code><span class="type">int</span> *y_scale</code></em>);</pre>
|
2017
2085
|
<div class="refsect3">
|
2018
|
-
<a name="id-1.3.
|
2086
|
+
<a name="id-1.3.3.8.9.53.4"></a><h4>Parameters</h4>
|
2019
2087
|
<div class="informaltable"><table width="100%" border="0">
|
2020
2088
|
<colgroup>
|
2021
2089
|
<col width="150px" class="parameters_name">
|
@@ -2041,7 +2109,7 @@ hb_font_get_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2041
2109
|
</tbody>
|
2042
2110
|
</table></div>
|
2043
2111
|
</div>
|
2044
|
-
<p class="since">Since
|
2112
|
+
<p class="since">Since 0.9.2</p>
|
2045
2113
|
</div>
|
2046
2114
|
<hr>
|
2047
2115
|
<div class="refsect2">
|
@@ -2050,7 +2118,7 @@ hb_font_get_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2050
2118
|
hb_font_get_user_data (<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>,
|
2051
2119
|
<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>
|
2052
2120
|
<div class="refsect3">
|
2053
|
-
<a name="id-1.3.
|
2121
|
+
<a name="id-1.3.3.8.9.54.4"></a><h4>Parameters</h4>
|
2054
2122
|
<div class="informaltable"><table width="100%" border="0">
|
2055
2123
|
<colgroup>
|
2056
2124
|
<col width="150px" class="parameters_name">
|
@@ -2065,11 +2133,11 @@ hb_font_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
2065
2133
|
</table></div>
|
2066
2134
|
</div>
|
2067
2135
|
<div class="refsect3">
|
2068
|
-
<a name="id-1.3.
|
2136
|
+
<a name="id-1.3.3.8.9.54.5"></a><h4>Returns</h4>
|
2069
2137
|
<p>. </p>
|
2070
2138
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2071
2139
|
</div>
|
2072
|
-
<p class="since">Since
|
2140
|
+
<p class="since">Since 0.9.2</p>
|
2073
2141
|
</div>
|
2074
2142
|
<hr>
|
2075
2143
|
<div class="refsect2">
|
@@ -2080,7 +2148,7 @@ hb_font_glyph_from_string (<em class="parameter"><code><a class="link" href="har
|
|
2080
2148
|
<em class="parameter"><code><span class="type">int</span> len</code></em>,
|
2081
2149
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyph</code></em>);</pre>
|
2082
2150
|
<div class="refsect3">
|
2083
|
-
<a name="id-1.3.
|
2151
|
+
<a name="id-1.3.3.8.9.55.4"></a><h4>Parameters</h4>
|
2084
2152
|
<div class="informaltable"><table width="100%" border="0">
|
2085
2153
|
<colgroup>
|
2086
2154
|
<col width="150px" class="parameters_name">
|
@@ -2107,7 +2175,7 @@ hb_font_glyph_from_string (<em class="parameter"><code><a class="link" href="har
|
|
2107
2175
|
</table></div>
|
2108
2176
|
</div>
|
2109
2177
|
<div class="refsect3">
|
2110
|
-
<a name="id-1.3.
|
2178
|
+
<a name="id-1.3.3.8.9.55.5"></a><h4>Returns</h4>
|
2111
2179
|
<p></p>
|
2112
2180
|
</div>
|
2113
2181
|
<p class="since">Since 0.9.2</p>
|
@@ -2121,7 +2189,7 @@ hb_font_glyph_to_string (<em class="parameter"><code><a class="link" href="harfb
|
|
2121
2189
|
<em class="parameter"><code><span class="type">char</span> *s</code></em>,
|
2122
2190
|
<em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
|
2123
2191
|
<div class="refsect3">
|
2124
|
-
<a name="id-1.3.
|
2192
|
+
<a name="id-1.3.3.8.9.56.4"></a><h4>Parameters</h4>
|
2125
2193
|
<div class="informaltable"><table width="100%" border="0">
|
2126
2194
|
<colgroup>
|
2127
2195
|
<col width="150px" class="parameters_name">
|
@@ -2150,7 +2218,7 @@ hb_font_glyph_to_string (<em class="parameter"><code><a class="link" href="harfb
|
|
2150
2218
|
<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>
|
2151
2219
|
hb_font_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
|
2152
2220
|
<div class="refsect3">
|
2153
|
-
<a name="id-1.3.
|
2221
|
+
<a name="id-1.3.3.8.9.57.4"></a><h4>Parameters</h4>
|
2154
2222
|
<div class="informaltable"><table width="100%" border="0">
|
2155
2223
|
<colgroup>
|
2156
2224
|
<col width="150px" class="parameters_name">
|
@@ -2165,10 +2233,10 @@ hb_font_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
2165
2233
|
</table></div>
|
2166
2234
|
</div>
|
2167
2235
|
<div class="refsect3">
|
2168
|
-
<a name="id-1.3.
|
2236
|
+
<a name="id-1.3.3.8.9.57.5"></a><h4>Returns</h4>
|
2169
2237
|
<p></p>
|
2170
2238
|
</div>
|
2171
|
-
<p class="since">Since
|
2239
|
+
<p class="since">Since 0.9.2</p>
|
2172
2240
|
</div>
|
2173
2241
|
<hr>
|
2174
2242
|
<div class="refsect2">
|
@@ -2176,7 +2244,7 @@ hb_font_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
2176
2244
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2177
2245
|
hb_font_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
|
2178
2246
|
<div class="refsect3">
|
2179
|
-
<a name="id-1.3.
|
2247
|
+
<a name="id-1.3.3.8.9.58.4"></a><h4>Parameters</h4>
|
2180
2248
|
<div class="informaltable"><table width="100%" border="0">
|
2181
2249
|
<colgroup>
|
2182
2250
|
<col width="150px" class="parameters_name">
|
@@ -2190,7 +2258,7 @@ hb_font_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
|
|
2190
2258
|
</tr></tbody>
|
2191
2259
|
</table></div>
|
2192
2260
|
</div>
|
2193
|
-
<p class="since">Since
|
2261
|
+
<p class="since">Since 0.9.2</p>
|
2194
2262
|
</div>
|
2195
2263
|
<hr>
|
2196
2264
|
<div class="refsect2">
|
@@ -2198,7 +2266,7 @@ hb_font_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
|
|
2198
2266
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
2199
2267
|
hb_font_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
|
2200
2268
|
<div class="refsect3">
|
2201
|
-
<a name="id-1.3.
|
2269
|
+
<a name="id-1.3.3.8.9.59.4"></a><h4>Parameters</h4>
|
2202
2270
|
<div class="informaltable"><table width="100%" border="0">
|
2203
2271
|
<colgroup>
|
2204
2272
|
<col width="150px" class="parameters_name">
|
@@ -2213,11 +2281,11 @@ hb_font_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2213
2281
|
</table></div>
|
2214
2282
|
</div>
|
2215
2283
|
<div class="refsect3">
|
2216
|
-
<a name="id-1.3.
|
2284
|
+
<a name="id-1.3.3.8.9.59.5"></a><h4>Returns</h4>
|
2217
2285
|
<p>. </p>
|
2218
2286
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2219
2287
|
</div>
|
2220
|
-
<p class="since">Since
|
2288
|
+
<p class="since">Since 0.9.2</p>
|
2221
2289
|
</div>
|
2222
2290
|
<hr>
|
2223
2291
|
<div class="refsect2">
|
@@ -2228,7 +2296,7 @@ hb_font_set_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2228
2296
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
2229
2297
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
2230
2298
|
<div class="refsect3">
|
2231
|
-
<a name="id-1.3.
|
2299
|
+
<a name="id-1.3.3.8.9.60.4"></a><h4>Parameters</h4>
|
2232
2300
|
<div class="informaltable"><table width="100%" border="0">
|
2233
2301
|
<colgroup>
|
2234
2302
|
<col width="150px" class="parameters_name">
|
@@ -2259,7 +2327,7 @@ hb_font_set_funcs_data (<em class="parameter"><code><a class="link" href="harfbu
|
|
2259
2327
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
2260
2328
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
2261
2329
|
<div class="refsect3">
|
2262
|
-
<a name="id-1.3.
|
2330
|
+
<a name="id-1.3.3.8.9.61.4"></a><h4>Parameters</h4>
|
2263
2331
|
<div class="informaltable"><table width="100%" border="0">
|
2264
2332
|
<colgroup>
|
2265
2333
|
<col width="150px" class="parameters_name">
|
@@ -2290,7 +2358,7 @@ hb_font_set_ppem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
2290
2358
|
<em class="parameter"><code>unsigned <span class="type">int</span> x_ppem</code></em>,
|
2291
2359
|
<em class="parameter"><code>unsigned <span class="type">int</span> y_ppem</code></em>);</pre>
|
2292
2360
|
<div class="refsect3">
|
2293
|
-
<a name="id-1.3.
|
2361
|
+
<a name="id-1.3.3.8.9.62.4"></a><h4>Parameters</h4>
|
2294
2362
|
<div class="informaltable"><table width="100%" border="0">
|
2295
2363
|
<colgroup>
|
2296
2364
|
<col width="150px" class="parameters_name">
|
@@ -2304,7 +2372,7 @@ hb_font_set_ppem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
2304
2372
|
</tr></tbody>
|
2305
2373
|
</table></div>
|
2306
2374
|
</div>
|
2307
|
-
<p class="since">Since
|
2375
|
+
<p class="since">Since 0.9.2</p>
|
2308
2376
|
</div>
|
2309
2377
|
<hr>
|
2310
2378
|
<div class="refsect2">
|
@@ -2314,7 +2382,7 @@ hb_font_set_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2314
2382
|
<em class="parameter"><code><span class="type">int</span> x_scale</code></em>,
|
2315
2383
|
<em class="parameter"><code><span class="type">int</span> y_scale</code></em>);</pre>
|
2316
2384
|
<div class="refsect3">
|
2317
|
-
<a name="id-1.3.
|
2385
|
+
<a name="id-1.3.3.8.9.63.4"></a><h4>Parameters</h4>
|
2318
2386
|
<div class="informaltable"><table width="100%" border="0">
|
2319
2387
|
<colgroup>
|
2320
2388
|
<col width="150px" class="parameters_name">
|
@@ -2328,7 +2396,7 @@ hb_font_set_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2328
2396
|
</tr></tbody>
|
2329
2397
|
</table></div>
|
2330
2398
|
</div>
|
2331
|
-
<p class="since">Since
|
2399
|
+
<p class="since">Since 0.9.2</p>
|
2332
2400
|
</div>
|
2333
2401
|
<hr>
|
2334
2402
|
<div class="refsect2">
|
@@ -2340,7 +2408,7 @@ hb_font_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
2340
2408
|
<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>,
|
2341
2409
|
<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>
|
2342
2410
|
<div class="refsect3">
|
2343
|
-
<a name="id-1.3.
|
2411
|
+
<a name="id-1.3.3.8.9.64.4"></a><h4>Parameters</h4>
|
2344
2412
|
<div class="informaltable"><table width="100%" border="0">
|
2345
2413
|
<colgroup>
|
2346
2414
|
<col width="150px" class="parameters_name">
|
@@ -2355,10 +2423,10 @@ hb_font_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
2355
2423
|
</table></div>
|
2356
2424
|
</div>
|
2357
2425
|
<div class="refsect3">
|
2358
|
-
<a name="id-1.3.
|
2426
|
+
<a name="id-1.3.3.8.9.64.5"></a><h4>Returns</h4>
|
2359
2427
|
<p></p>
|
2360
2428
|
</div>
|
2361
|
-
<p class="since">Since
|
2429
|
+
<p class="since">Since 0.9.2</p>
|
2362
2430
|
</div>
|
2363
2431
|
<hr>
|
2364
2432
|
<div class="refsect2">
|
@@ -2371,7 +2439,7 @@ hb_font_subtract_glyph_origin_for_direction
|
|
2371
2439
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *x</code></em>,
|
2372
2440
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *y</code></em>);</pre>
|
2373
2441
|
<div class="refsect3">
|
2374
|
-
<a name="id-1.3.
|
2442
|
+
<a name="id-1.3.3.8.9.65.4"></a><h4>Parameters</h4>
|
2375
2443
|
<div class="informaltable"><table width="100%" border="0">
|
2376
2444
|
<colgroup>
|
2377
2445
|
<col width="150px" class="parameters_name">
|
@@ -2397,7 +2465,7 @@ hb_font_subtract_glyph_origin_for_direction
|
|
2397
2465
|
</tbody>
|
2398
2466
|
</table></div>
|
2399
2467
|
</div>
|
2400
|
-
<p class="since">Since
|
2468
|
+
<p class="since">Since 0.9.2</p>
|
2401
2469
|
</div>
|
2402
2470
|
<hr>
|
2403
2471
|
<div class="refsect2">
|
@@ -2407,6 +2475,203 @@ hb_font_subtract_glyph_origin_for_direction
|
|
2407
2475
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> tag</code></em>,
|
2408
2476
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
2409
2477
|
</div>
|
2478
|
+
<hr>
|
2479
|
+
<div class="refsect2">
|
2480
|
+
<a name="hb-font-funcs-set-font-h-extents-func"></a><h3>hb_font_funcs_set_font_h_extents_func ()</h3>
|
2481
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2482
|
+
hb_font_funcs_set_font_h_extents_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
|
2483
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-font-h-extents-func-t" title="hb_font_get_font_h_extents_func_t"><span class="type">hb_font_get_font_h_extents_func_t</span></a> func</code></em>,
|
2484
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
2485
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
2486
|
+
<div class="refsect3">
|
2487
|
+
<a name="id-1.3.3.8.9.67.4"></a><h4>Parameters</h4>
|
2488
|
+
<div class="informaltable"><table width="100%" border="0">
|
2489
|
+
<colgroup>
|
2490
|
+
<col width="150px" class="parameters_name">
|
2491
|
+
<col class="parameters_description">
|
2492
|
+
<col width="200px" class="parameters_annotations">
|
2493
|
+
</colgroup>
|
2494
|
+
<tbody>
|
2495
|
+
<tr>
|
2496
|
+
<td class="parameter_name"><p>ffuncs</p></td>
|
2497
|
+
<td class="parameter_description"><p>font functions.</p></td>
|
2498
|
+
<td class="parameter_annotations"> </td>
|
2499
|
+
</tr>
|
2500
|
+
<tr>
|
2501
|
+
<td class="parameter_name"><p>func</p></td>
|
2502
|
+
<td class="parameter_description"><p>. </p></td>
|
2503
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> user_data][<acronym title="This parameter is a 'destroy_data', for callbacks."><span class="acronym">destroy</span></acronym> destroy][<acronym title="The callback is valid until the GDestroyNotify argument is called."><span class="acronym">scope notified</span></acronym>]</span></td>
|
2504
|
+
</tr>
|
2505
|
+
</tbody>
|
2506
|
+
</table></div>
|
2507
|
+
</div>
|
2508
|
+
<p class="since">Since 1.1.2</p>
|
2509
|
+
</div>
|
2510
|
+
<hr>
|
2511
|
+
<div class="refsect2">
|
2512
|
+
<a name="hb-font-funcs-set-font-v-extents-func"></a><h3>hb_font_funcs_set_font_v_extents_func ()</h3>
|
2513
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2514
|
+
hb_font_funcs_set_font_v_extents_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
|
2515
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-font-v-extents-func-t" title="hb_font_get_font_v_extents_func_t"><span class="type">hb_font_get_font_v_extents_func_t</span></a> func</code></em>,
|
2516
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
2517
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
2518
|
+
<div class="refsect3">
|
2519
|
+
<a name="id-1.3.3.8.9.68.4"></a><h4>Parameters</h4>
|
2520
|
+
<div class="informaltable"><table width="100%" border="0">
|
2521
|
+
<colgroup>
|
2522
|
+
<col width="150px" class="parameters_name">
|
2523
|
+
<col class="parameters_description">
|
2524
|
+
<col width="200px" class="parameters_annotations">
|
2525
|
+
</colgroup>
|
2526
|
+
<tbody>
|
2527
|
+
<tr>
|
2528
|
+
<td class="parameter_name"><p>ffuncs</p></td>
|
2529
|
+
<td class="parameter_description"><p>font functions.</p></td>
|
2530
|
+
<td class="parameter_annotations"> </td>
|
2531
|
+
</tr>
|
2532
|
+
<tr>
|
2533
|
+
<td class="parameter_name"><p>func</p></td>
|
2534
|
+
<td class="parameter_description"><p>. </p></td>
|
2535
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> user_data][<acronym title="This parameter is a 'destroy_data', for callbacks."><span class="acronym">destroy</span></acronym> destroy][<acronym title="The callback is valid until the GDestroyNotify argument is called."><span class="acronym">scope notified</span></acronym>]</span></td>
|
2536
|
+
</tr>
|
2537
|
+
</tbody>
|
2538
|
+
</table></div>
|
2539
|
+
</div>
|
2540
|
+
<p class="since">Since 1.1.2</p>
|
2541
|
+
</div>
|
2542
|
+
<hr>
|
2543
|
+
<div class="refsect2">
|
2544
|
+
<a name="hb-font-get-extents-for-direction"></a><h3>hb_font_get_extents_for_direction ()</h3>
|
2545
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2546
|
+
hb_font_get_extents_for_direction (<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>,
|
2547
|
+
<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>,
|
2548
|
+
<em class="parameter"><code><span class="type">hb_font_extents_t</span> *extents</code></em>);</pre>
|
2549
|
+
<div class="refsect3">
|
2550
|
+
<a name="id-1.3.3.8.9.69.4"></a><h4>Parameters</h4>
|
2551
|
+
<div class="informaltable"><table width="100%" border="0">
|
2552
|
+
<colgroup>
|
2553
|
+
<col width="150px" class="parameters_name">
|
2554
|
+
<col class="parameters_description">
|
2555
|
+
<col width="200px" class="parameters_annotations">
|
2556
|
+
</colgroup>
|
2557
|
+
<tbody><tr>
|
2558
|
+
<td class="parameter_name"><p>font</p></td>
|
2559
|
+
<td class="parameter_description"><p>a font.</p></td>
|
2560
|
+
<td class="parameter_annotations"> </td>
|
2561
|
+
</tr></tbody>
|
2562
|
+
</table></div>
|
2563
|
+
</div>
|
2564
|
+
<p class="since">Since 1.1.3</p>
|
2565
|
+
</div>
|
2566
|
+
<hr>
|
2567
|
+
<div class="refsect2">
|
2568
|
+
<a name="hb-font-get-font-extents-func-t"></a><h3>hb_font_get_font_extents_func_t ()</h3>
|
2569
|
+
<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>
|
2570
|
+
<span class="c_punctuation">(</span>*hb_font_get_font_extents_func_t<span class="c_punctuation">)</span> (<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>,
|
2571
|
+
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
2572
|
+
<em class="parameter"><code><span class="type">hb_font_extents_t</span> *metrics</code></em>,
|
2573
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
2574
|
+
</div>
|
2575
|
+
<hr>
|
2576
|
+
<div class="refsect2">
|
2577
|
+
<a name="hb-font-get-h-extents"></a><h3>hb_font_get_h_extents ()</h3>
|
2578
|
+
<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>
|
2579
|
+
hb_font_get_h_extents (<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>,
|
2580
|
+
<em class="parameter"><code><span class="type">hb_font_extents_t</span> *extents</code></em>);</pre>
|
2581
|
+
<div class="refsect3">
|
2582
|
+
<a name="id-1.3.3.8.9.71.4"></a><h4>Parameters</h4>
|
2583
|
+
<div class="informaltable"><table width="100%" border="0">
|
2584
|
+
<colgroup>
|
2585
|
+
<col width="150px" class="parameters_name">
|
2586
|
+
<col class="parameters_description">
|
2587
|
+
<col width="200px" class="parameters_annotations">
|
2588
|
+
</colgroup>
|
2589
|
+
<tbody>
|
2590
|
+
<tr>
|
2591
|
+
<td class="parameter_name"><p>font</p></td>
|
2592
|
+
<td class="parameter_description"><p>a font.</p></td>
|
2593
|
+
<td class="parameter_annotations"> </td>
|
2594
|
+
</tr>
|
2595
|
+
<tr>
|
2596
|
+
<td class="parameter_name"><p>extents</p></td>
|
2597
|
+
<td class="parameter_description"><p>. </p></td>
|
2598
|
+
<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>
|
2599
|
+
</tr>
|
2600
|
+
</tbody>
|
2601
|
+
</table></div>
|
2602
|
+
</div>
|
2603
|
+
<div class="refsect3">
|
2604
|
+
<a name="id-1.3.3.8.9.71.5"></a><h4>Returns</h4>
|
2605
|
+
<p></p>
|
2606
|
+
</div>
|
2607
|
+
<p class="since">Since 1.1.3</p>
|
2608
|
+
</div>
|
2609
|
+
<hr>
|
2610
|
+
<div class="refsect2">
|
2611
|
+
<a name="hb-font-get-v-extents"></a><h3>hb_font_get_v_extents ()</h3>
|
2612
|
+
<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>
|
2613
|
+
hb_font_get_v_extents (<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>,
|
2614
|
+
<em class="parameter"><code><span class="type">hb_font_extents_t</span> *extents</code></em>);</pre>
|
2615
|
+
<div class="refsect3">
|
2616
|
+
<a name="id-1.3.3.8.9.72.4"></a><h4>Parameters</h4>
|
2617
|
+
<div class="informaltable"><table width="100%" border="0">
|
2618
|
+
<colgroup>
|
2619
|
+
<col width="150px" class="parameters_name">
|
2620
|
+
<col class="parameters_description">
|
2621
|
+
<col width="200px" class="parameters_annotations">
|
2622
|
+
</colgroup>
|
2623
|
+
<tbody>
|
2624
|
+
<tr>
|
2625
|
+
<td class="parameter_name"><p>font</p></td>
|
2626
|
+
<td class="parameter_description"><p>a font.</p></td>
|
2627
|
+
<td class="parameter_annotations"> </td>
|
2628
|
+
</tr>
|
2629
|
+
<tr>
|
2630
|
+
<td class="parameter_name"><p>extents</p></td>
|
2631
|
+
<td class="parameter_description"><p>. </p></td>
|
2632
|
+
<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>
|
2633
|
+
</tr>
|
2634
|
+
</tbody>
|
2635
|
+
</table></div>
|
2636
|
+
</div>
|
2637
|
+
<div class="refsect3">
|
2638
|
+
<a name="id-1.3.3.8.9.72.5"></a><h4>Returns</h4>
|
2639
|
+
<p></p>
|
2640
|
+
</div>
|
2641
|
+
<p class="since">Since 1.1.3</p>
|
2642
|
+
</div>
|
2643
|
+
<hr>
|
2644
|
+
<div class="refsect2">
|
2645
|
+
<a name="hb-font-set-parent"></a><h3>hb_font_set_parent ()</h3>
|
2646
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2647
|
+
hb_font_set_parent (<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>,
|
2648
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *parent</code></em>);</pre>
|
2649
|
+
<p>Sets parent font of <em class="parameter"><code>font</code></em>
|
2650
|
+
.</p>
|
2651
|
+
<div class="refsect3">
|
2652
|
+
<a name="id-1.3.3.8.9.73.5"></a><h4>Parameters</h4>
|
2653
|
+
<div class="informaltable"><table width="100%" border="0">
|
2654
|
+
<colgroup>
|
2655
|
+
<col width="150px" class="parameters_name">
|
2656
|
+
<col class="parameters_description">
|
2657
|
+
<col width="200px" class="parameters_annotations">
|
2658
|
+
</colgroup>
|
2659
|
+
<tbody>
|
2660
|
+
<tr>
|
2661
|
+
<td class="parameter_name"><p>font</p></td>
|
2662
|
+
<td class="parameter_description"><p>a font.</p></td>
|
2663
|
+
<td class="parameter_annotations"> </td>
|
2664
|
+
</tr>
|
2665
|
+
<tr>
|
2666
|
+
<td class="parameter_name"><p>parent</p></td>
|
2667
|
+
<td class="parameter_description"><p>new parent.</p></td>
|
2668
|
+
<td class="parameter_annotations"> </td>
|
2669
|
+
</tr>
|
2670
|
+
</tbody>
|
2671
|
+
</table></div>
|
2672
|
+
</div>
|
2673
|
+
<p class="since">Since 1.0.5</p>
|
2674
|
+
</div>
|
2410
2675
|
</div>
|
2411
2676
|
<div class="refsect1">
|
2412
2677
|
<a name="harfbuzz-hb-font.other_details"></a><h2>Types and Values</h2>
|
@@ -2457,6 +2722,18 @@ hb_font_subtract_glyph_origin_for_direction
|
|
2457
2722
|
<pre class="programlisting">typedef struct hb_font_t hb_font_t;
|
2458
2723
|
</pre>
|
2459
2724
|
</div>
|
2725
|
+
<hr>
|
2726
|
+
<div class="refsect2">
|
2727
|
+
<a name="hb-font-get-font-h-extents-func-t"></a><h3>hb_font_get_font_h_extents_func_t</h3>
|
2728
|
+
<pre class="programlisting">typedef hb_font_get_font_extents_func_t hb_font_get_font_h_extents_func_t;
|
2729
|
+
</pre>
|
2730
|
+
</div>
|
2731
|
+
<hr>
|
2732
|
+
<div class="refsect2">
|
2733
|
+
<a name="hb-font-get-font-v-extents-func-t"></a><h3>hb_font_get_font_v_extents_func_t</h3>
|
2734
|
+
<pre class="programlisting">typedef hb_font_get_font_extents_func_t hb_font_get_font_v_extents_func_t;
|
2735
|
+
</pre>
|
2736
|
+
</div>
|
2460
2737
|
</div>
|
2461
2738
|
</div>
|
2462
2739
|
<div class="footer">
|