pango 3.2.1-x64-mingw32 → 3.2.2-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Rakefile +19 -3
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/lib/pango/markup.rb +1 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/fribidi.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-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +1 -1
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-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/fribidi/fribidi-arabic.h +81 -0
- data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
- data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
- data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
- data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
- data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
- data/vendor/local/include/fribidi/fribidi-common.h +146 -0
- data/vendor/local/include/fribidi/fribidi-config.h +23 -0
- data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
- data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
- data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
- data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
- data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
- data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
- data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
- data/vendor/local/include/fribidi/fribidi-types.h +83 -0
- data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
- data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
- data/vendor/local/include/fribidi/fribidi.h +63 -0
- data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
- data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
- data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
- data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
- data/vendor/local/include/harfbuzz/hb-common.h +1 -1
- data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
- data/vendor/local/include/harfbuzz/hb-face.h +0 -1
- data/vendor/local/include/harfbuzz/hb-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
- data/vendor/local/include/harfbuzz/hb-set.h +15 -7
- data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
- data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
- data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
- data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
- data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
- data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +1 -1
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt58.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio58.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest58.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libfribidi.la +41 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +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-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +41 -0
- 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/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 +5 -5
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +5 -5
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +5 -5
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +5 -5
- data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
- data/vendor/local/lib/pkgconfig/graphene-1.0.pc +16 -10
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +16 -10
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
- data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
- data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
- data/vendor/local/share/man/man1/pango-view.1 +1 -113
- metadata +87 -52
- data/vendor/local/lib/libgraphene-1.0.la +0 -41
- data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
- data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
- data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
- data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
- data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
- data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
- data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
- data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
- data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
- data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
- data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
- data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -5,17 +5,18 @@
|
|
5
5
|
<title>hb-font: HarfBuzz Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
8
|
-
<link rel="up" href="ch08.html" title="
|
8
|
+
<link rel="up" href="ch08.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
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
16
|
<td width="100%" align="left" class="shortcuts">
|
17
17
|
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
-
<a href="#harfbuzz-hb-font.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb-font.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-font.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
19
20
|
</td>
|
20
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
22
|
<td><a accesskey="u" href="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -49,7 +50,7 @@
|
|
49
50
|
</tr>
|
50
51
|
<tr>
|
51
52
|
<td class="function_type">
|
52
|
-
<a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
53
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
53
54
|
</td>
|
54
55
|
<td class="function_name">
|
55
56
|
<a class="link" href="harfbuzz-hb-font.html#hb-font-create" title="hb_font_create ()">hb_font_create</a> <span class="c_punctuation">()</span>
|
@@ -57,7 +58,7 @@
|
|
57
58
|
</tr>
|
58
59
|
<tr>
|
59
60
|
<td class="function_type">
|
60
|
-
<a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
61
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
61
62
|
</td>
|
62
63
|
<td class="function_name">
|
63
64
|
<a class="link" href="harfbuzz-hb-font.html#hb-font-create-sub-font" title="hb_font_create_sub_font ()">hb_font_create_sub_font</a> <span class="c_punctuation">()</span>
|
@@ -73,7 +74,7 @@
|
|
73
74
|
</tr>
|
74
75
|
<tr>
|
75
76
|
<td class="function_type">
|
76
|
-
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
77
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
|
77
78
|
</td>
|
78
79
|
<td class="function_name">
|
79
80
|
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-create" title="hb_font_funcs_create ()">hb_font_funcs_create</a> <span class="c_punctuation">()</span>
|
@@ -89,7 +90,7 @@
|
|
89
90
|
</tr>
|
90
91
|
<tr>
|
91
92
|
<td class="function_type">
|
92
|
-
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
93
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
|
93
94
|
</td>
|
94
95
|
<td class="function_name">
|
95
96
|
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-get-empty" title="hb_font_funcs_get_empty ()">hb_font_funcs_get_empty</a> <span class="c_punctuation">()</span>
|
@@ -121,7 +122,7 @@
|
|
121
122
|
</tr>
|
122
123
|
<tr>
|
123
124
|
<td class="function_type">
|
124
|
-
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
125
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
|
125
126
|
</td>
|
126
127
|
<td class="function_name">
|
127
128
|
<a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-reference" title="hb_font_funcs_reference ()">hb_font_funcs_reference</a> <span class="c_punctuation">()</span>
|
@@ -233,7 +234,7 @@
|
|
233
234
|
</tr>
|
234
235
|
<tr>
|
235
236
|
<td class="function_type">
|
236
|
-
<a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
237
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
237
238
|
</td>
|
238
239
|
<td class="function_name">
|
239
240
|
<a class="link" href="harfbuzz-hb-font.html#hb-font-get-empty" title="hb_font_get_empty ()">hb_font_get_empty</a> <span class="c_punctuation">()</span>
|
@@ -241,7 +242,7 @@
|
|
241
242
|
</tr>
|
242
243
|
<tr>
|
243
244
|
<td class="function_type">
|
244
|
-
<a class="link" href="harfbuzz-hb-face.html#hb-face-t"
|
245
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
245
246
|
</td>
|
246
247
|
<td class="function_name">
|
247
248
|
<a class="link" href="harfbuzz-hb-font.html#hb-font-get-face" title="hb_font_get_face ()">hb_font_get_face</a> <span class="c_punctuation">()</span>
|
@@ -449,7 +450,7 @@
|
|
449
450
|
</tr>
|
450
451
|
<tr>
|
451
452
|
<td class="function_type">
|
452
|
-
<a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
453
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
453
454
|
</td>
|
454
455
|
<td class="function_name">
|
455
456
|
<a class="link" href="harfbuzz-hb-font.html#hb-font-get-parent" title="hb_font_get_parent ()">hb_font_get_parent</a> <span class="c_punctuation">()</span>
|
@@ -465,6 +466,14 @@
|
|
465
466
|
</tr>
|
466
467
|
<tr>
|
467
468
|
<td class="function_type">
|
469
|
+
<span class="returnvalue">float</span>
|
470
|
+
</td>
|
471
|
+
<td class="function_name">
|
472
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-get-ptem" title="hb_font_get_ptem ()">hb_font_get_ptem</a> <span class="c_punctuation">()</span>
|
473
|
+
</td>
|
474
|
+
</tr>
|
475
|
+
<tr>
|
476
|
+
<td class="function_type">
|
468
477
|
<span class="returnvalue">void</span>
|
469
478
|
</td>
|
470
479
|
<td class="function_name">
|
@@ -536,7 +545,7 @@
|
|
536
545
|
</tr>
|
537
546
|
<tr>
|
538
547
|
<td class="function_type">
|
539
|
-
<a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
548
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
540
549
|
</td>
|
541
550
|
<td class="function_name">
|
542
551
|
<a class="link" href="harfbuzz-hb-font.html#hb-font-reference" title="hb_font_reference ()">hb_font_reference</a> <span class="c_punctuation">()</span>
|
@@ -587,6 +596,14 @@
|
|
587
596
|
<span class="returnvalue">void</span>
|
588
597
|
</td>
|
589
598
|
<td class="function_name">
|
599
|
+
<a class="link" href="harfbuzz-hb-font.html#hb-font-set-ptem" title="hb_font_set_ptem ()">hb_font_set_ptem</a> <span class="c_punctuation">()</span>
|
600
|
+
</td>
|
601
|
+
</tr>
|
602
|
+
<tr>
|
603
|
+
<td class="function_type">
|
604
|
+
<span class="returnvalue">void</span>
|
605
|
+
</td>
|
606
|
+
<td class="function_name">
|
590
607
|
<a class="link" href="harfbuzz-hb-font.html#hb-font-set-scale" title="hb_font_set_scale ()">hb_font_set_scale</a> <span class="c_punctuation">()</span>
|
591
608
|
</td>
|
592
609
|
</tr>
|
@@ -648,7 +665,7 @@
|
|
648
665
|
</tr>
|
649
666
|
<tr>
|
650
667
|
<td class="function_type">
|
651
|
-
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
668
|
+
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
652
669
|
</td>
|
653
670
|
<td class="function_name">
|
654
671
|
<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>
|
@@ -705,7 +722,7 @@
|
|
705
722
|
</tbody>
|
706
723
|
</table></div>
|
707
724
|
</div>
|
708
|
-
<div class="refsect1">
|
725
|
+
<a name="hb-font-funcs-t"></a><a name="hb-font-t"></a><div class="refsect1">
|
709
726
|
<a name="harfbuzz-hb-font.other"></a><h2>Types and Values</h2>
|
710
727
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
711
728
|
<colgroup>
|
@@ -715,7 +732,7 @@
|
|
715
732
|
<tbody>
|
716
733
|
<tr>
|
717
734
|
<td class="typedef_keyword">typedef</td>
|
718
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
735
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t">hb_font_funcs_t</a></td>
|
719
736
|
</tr>
|
720
737
|
<tr>
|
721
738
|
<td class="typedef_keyword">typedef</td>
|
@@ -747,7 +764,7 @@
|
|
747
764
|
</tr>
|
748
765
|
<tr>
|
749
766
|
<td class="typedef_keyword">typedef</td>
|
750
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
767
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-font.html#hb-font-t">hb_font_t</a></td>
|
751
768
|
</tr>
|
752
769
|
<tr>
|
753
770
|
<td class="typedef_keyword">typedef</td>
|
@@ -761,6 +778,13 @@
|
|
761
778
|
</table></div>
|
762
779
|
</div>
|
763
780
|
<div class="refsect1">
|
781
|
+
<a name="harfbuzz-hb-font.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
782
|
+
<pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
783
|
+
<span class="lineart">├──</span> hb_font_funcs_t
|
784
|
+
<span class="lineart">╰──</span> hb_font_t
|
785
|
+
</pre>
|
786
|
+
</div>
|
787
|
+
<div class="refsect1">
|
764
788
|
<a name="harfbuzz-hb-font.description"></a><h2>Description</h2>
|
765
789
|
</div>
|
766
790
|
<div class="refsect1">
|
@@ -769,7 +793,7 @@
|
|
769
793
|
<a name="hb-font-add-glyph-origin-for-direction"></a><h3>hb_font_add_glyph_origin_for_direction ()</h3>
|
770
794
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
771
795
|
hb_font_add_glyph_origin_for_direction
|
772
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
796
|
+
(<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>,
|
773
797
|
<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>,
|
774
798
|
<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>,
|
775
799
|
<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>,
|
@@ -806,8 +830,8 @@ hb_font_add_glyph_origin_for_direction
|
|
806
830
|
<hr>
|
807
831
|
<div class="refsect2">
|
808
832
|
<a name="hb-font-create"></a><h3>hb_font_create ()</h3>
|
809
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
810
|
-
hb_font_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"
|
833
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
834
|
+
hb_font_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
811
835
|
<p><span class="annotation">[Xconstructor]</span></p>
|
812
836
|
<div class="refsect3">
|
813
837
|
<a name="hb-font-create.parameters"></a><h4>Parameters</h4>
|
@@ -834,8 +858,8 @@ hb_font_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-fa
|
|
834
858
|
<hr>
|
835
859
|
<div class="refsect2">
|
836
860
|
<a name="hb-font-create-sub-font"></a><h3>hb_font_create_sub_font ()</h3>
|
837
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
838
|
-
hb_font_create_sub_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
861
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
862
|
+
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>
|
839
863
|
<div class="refsect3">
|
840
864
|
<a name="hb-font-create-sub-font.parameters"></a><h4>Parameters</h4>
|
841
865
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -862,7 +886,7 @@ hb_font_create_sub_font (<em class="parameter"><code><a class="link" href="harfb
|
|
862
886
|
<div class="refsect2">
|
863
887
|
<a name="hb-font-destroy"></a><h3>hb_font_destroy ()</h3>
|
864
888
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
865
|
-
hb_font_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
889
|
+
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>
|
866
890
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
867
891
|
<div class="refsect3">
|
868
892
|
<a name="hb-font-destroy.parameters"></a><h4>Parameters</h4>
|
@@ -884,7 +908,7 @@ hb_font_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-f
|
|
884
908
|
<hr>
|
885
909
|
<div class="refsect2">
|
886
910
|
<a name="hb-font-funcs-create"></a><h3>hb_font_funcs_create ()</h3>
|
887
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
911
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
|
888
912
|
hb_font_funcs_create (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
889
913
|
<p><span class="annotation">[Xconstructor]</span></p>
|
890
914
|
<div class="refsect3">
|
@@ -898,7 +922,7 @@ hb_font_funcs_create (<em class="parameter"><code><span class="type">void</span>
|
|
898
922
|
<div class="refsect2">
|
899
923
|
<a name="hb-font-funcs-destroy"></a><h3>hb_font_funcs_destroy ()</h3>
|
900
924
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
901
|
-
hb_font_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
925
|
+
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>
|
902
926
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
903
927
|
<div class="refsect3">
|
904
928
|
<a name="hb-font-funcs-destroy.parameters"></a><h4>Parameters</h4>
|
@@ -920,7 +944,7 @@ hb_font_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuz
|
|
920
944
|
<hr>
|
921
945
|
<div class="refsect2">
|
922
946
|
<a name="hb-font-funcs-get-empty"></a><h3>hb_font_funcs_get_empty ()</h3>
|
923
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
947
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
|
924
948
|
hb_font_funcs_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
925
949
|
<div class="refsect3">
|
926
950
|
<a name="hb-font-funcs-get-empty.returns"></a><h4>Returns</h4>
|
@@ -933,8 +957,8 @@ hb_font_funcs_get_empty (<em class="parameter"><code><span class="type">void</sp
|
|
933
957
|
<div class="refsect2">
|
934
958
|
<a name="hb-font-funcs-get-user-data"></a><h3>hb_font_funcs_get_user_data ()</h3>
|
935
959
|
<pre class="programlisting"><span class="returnvalue">void</span> *
|
936
|
-
hb_font_funcs_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
937
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"
|
960
|
+
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>,
|
961
|
+
<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>
|
938
962
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
939
963
|
<div class="refsect3">
|
940
964
|
<a name="hb-font-funcs-get-user-data.parameters"></a><h4>Parameters</h4>
|
@@ -962,7 +986,7 @@ hb_font_funcs_get_user_data (<em class="parameter"><code><a class="link" href="h
|
|
962
986
|
<div class="refsect2">
|
963
987
|
<a name="hb-font-funcs-is-immutable"></a><h3>hb_font_funcs_is_immutable ()</h3>
|
964
988
|
<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>
|
965
|
-
hb_font_funcs_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
989
|
+
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>
|
966
990
|
<div class="refsect3">
|
967
991
|
<a name="hb-font-funcs-is-immutable.parameters"></a><h4>Parameters</h4>
|
968
992
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -984,7 +1008,7 @@ hb_font_funcs_is_immutable (<em class="parameter"><code><a class="link" href="ha
|
|
984
1008
|
<div class="refsect2">
|
985
1009
|
<a name="hb-font-funcs-make-immutable"></a><h3>hb_font_funcs_make_immutable ()</h3>
|
986
1010
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
987
|
-
hb_font_funcs_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1011
|
+
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>
|
988
1012
|
<div class="refsect3">
|
989
1013
|
<a name="hb-font-funcs-make-immutable.parameters"></a><h4>Parameters</h4>
|
990
1014
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1005,8 +1029,8 @@ hb_font_funcs_make_immutable (<em class="parameter"><code><a class="link" href="
|
|
1005
1029
|
<hr>
|
1006
1030
|
<div class="refsect2">
|
1007
1031
|
<a name="hb-font-funcs-reference"></a><h3>hb_font_funcs_reference ()</h3>
|
1008
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1009
|
-
hb_font_funcs_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1032
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="returnvalue">hb_font_funcs_t</span></a> *
|
1033
|
+
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>
|
1010
1034
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1011
1035
|
<div class="refsect3">
|
1012
1036
|
<a name="hb-font-funcs-reference.parameters"></a><h4>Parameters</h4>
|
@@ -1030,7 +1054,7 @@ hb_font_funcs_reference (<em class="parameter"><code><a class="link" href="harfb
|
|
1030
1054
|
<a name="hb-font-funcs-set-glyph-contour-point-func"></a><h3>hb_font_funcs_set_glyph_contour_point_func ()</h3>
|
1031
1055
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1032
1056
|
hb_font_funcs_set_glyph_contour_point_func
|
1033
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1057
|
+
(<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>,
|
1034
1058
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-contour-point-func-t" title="hb_font_get_glyph_contour_point_func_t ()"><span class="type">hb_font_get_glyph_contour_point_func_t</span></a> func</code></em>,
|
1035
1059
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1036
1060
|
<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>
|
@@ -1062,7 +1086,7 @@ hb_font_funcs_set_glyph_contour_point_func
|
|
1062
1086
|
<div class="refsect2">
|
1063
1087
|
<a name="hb-font-funcs-set-glyph-extents-func"></a><h3>hb_font_funcs_set_glyph_extents_func ()</h3>
|
1064
1088
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1065
|
-
hb_font_funcs_set_glyph_extents_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1089
|
+
hb_font_funcs_set_glyph_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>,
|
1066
1090
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-extents-func-t" title="hb_font_get_glyph_extents_func_t ()"><span class="type">hb_font_get_glyph_extents_func_t</span></a> func</code></em>,
|
1067
1091
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1068
1092
|
<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>
|
@@ -1095,7 +1119,7 @@ hb_font_funcs_set_glyph_extents_func (<em class="parameter"><code><a class="link
|
|
1095
1119
|
<a name="hb-font-funcs-set-glyph-from-name-func"></a><h3>hb_font_funcs_set_glyph_from_name_func ()</h3>
|
1096
1120
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1097
1121
|
hb_font_funcs_set_glyph_from_name_func
|
1098
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1122
|
+
(<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>,
|
1099
1123
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-from-name-func-t" title="hb_font_get_glyph_from_name_func_t ()"><span class="type">hb_font_get_glyph_from_name_func_t</span></a> func</code></em>,
|
1100
1124
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1101
1125
|
<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>
|
@@ -1128,7 +1152,7 @@ hb_font_funcs_set_glyph_from_name_func
|
|
1128
1152
|
<a name="hb-font-funcs-set-glyph-h-advance-func"></a><h3>hb_font_funcs_set_glyph_h_advance_func ()</h3>
|
1129
1153
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1130
1154
|
hb_font_funcs_set_glyph_h_advance_func
|
1131
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1155
|
+
(<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>,
|
1132
1156
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-advance-func-t" title="hb_font_get_glyph_h_advance_func_t"><span class="type">hb_font_get_glyph_h_advance_func_t</span></a> func</code></em>,
|
1133
1157
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1134
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>
|
@@ -1161,7 +1185,7 @@ hb_font_funcs_set_glyph_h_advance_func
|
|
1161
1185
|
<a name="hb-font-funcs-set-glyph-h-kerning-func"></a><h3>hb_font_funcs_set_glyph_h_kerning_func ()</h3>
|
1162
1186
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1163
1187
|
hb_font_funcs_set_glyph_h_kerning_func
|
1164
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1188
|
+
(<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>,
|
1165
1189
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-kerning-func-t" title="hb_font_get_glyph_h_kerning_func_t"><span class="type">hb_font_get_glyph_h_kerning_func_t</span></a> func</code></em>,
|
1166
1190
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1167
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>
|
@@ -1193,7 +1217,7 @@ hb_font_funcs_set_glyph_h_kerning_func
|
|
1193
1217
|
<div class="refsect2">
|
1194
1218
|
<a name="hb-font-funcs-set-glyph-h-origin-func"></a><h3>hb_font_funcs_set_glyph_h_origin_func ()</h3>
|
1195
1219
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1196
|
-
hb_font_funcs_set_glyph_h_origin_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1220
|
+
hb_font_funcs_set_glyph_h_origin_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>,
|
1197
1221
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-h-origin-func-t" title="hb_font_get_glyph_h_origin_func_t"><span class="type">hb_font_get_glyph_h_origin_func_t</span></a> func</code></em>,
|
1198
1222
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1199
1223
|
<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>
|
@@ -1225,7 +1249,7 @@ hb_font_funcs_set_glyph_h_origin_func (<em class="parameter"><code><a class="lin
|
|
1225
1249
|
<div class="refsect2">
|
1226
1250
|
<a name="hb-font-funcs-set-glyph-name-func"></a><h3>hb_font_funcs_set_glyph_name_func ()</h3>
|
1227
1251
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1228
|
-
hb_font_funcs_set_glyph_name_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1252
|
+
hb_font_funcs_set_glyph_name_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>,
|
1229
1253
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-name-func-t" title="hb_font_get_glyph_name_func_t ()"><span class="type">hb_font_get_glyph_name_func_t</span></a> func</code></em>,
|
1230
1254
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1231
1255
|
<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>
|
@@ -1258,7 +1282,7 @@ hb_font_funcs_set_glyph_name_func (<em class="parameter"><code><a class="link" h
|
|
1258
1282
|
<a name="hb-font-funcs-set-glyph-v-advance-func"></a><h3>hb_font_funcs_set_glyph_v_advance_func ()</h3>
|
1259
1283
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1260
1284
|
hb_font_funcs_set_glyph_v_advance_func
|
1261
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1285
|
+
(<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>,
|
1262
1286
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-advance-func-t" title="hb_font_get_glyph_v_advance_func_t"><span class="type">hb_font_get_glyph_v_advance_func_t</span></a> func</code></em>,
|
1263
1287
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1264
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>);</pre>
|
@@ -1291,7 +1315,7 @@ hb_font_funcs_set_glyph_v_advance_func
|
|
1291
1315
|
<a name="hb-font-funcs-set-glyph-v-kerning-func"></a><h3>hb_font_funcs_set_glyph_v_kerning_func ()</h3>
|
1292
1316
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1293
1317
|
hb_font_funcs_set_glyph_v_kerning_func
|
1294
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1318
|
+
(<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>,
|
1295
1319
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-kerning-func-t" title="hb_font_get_glyph_v_kerning_func_t"><span class="type">hb_font_get_glyph_v_kerning_func_t</span></a> func</code></em>,
|
1296
1320
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1297
1321
|
<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>
|
@@ -1323,7 +1347,7 @@ hb_font_funcs_set_glyph_v_kerning_func
|
|
1323
1347
|
<div class="refsect2">
|
1324
1348
|
<a name="hb-font-funcs-set-glyph-v-origin-func"></a><h3>hb_font_funcs_set_glyph_v_origin_func ()</h3>
|
1325
1349
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1326
|
-
hb_font_funcs_set_glyph_v_origin_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1350
|
+
hb_font_funcs_set_glyph_v_origin_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>,
|
1327
1351
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-glyph-v-origin-func-t" title="hb_font_get_glyph_v_origin_func_t"><span class="type">hb_font_get_glyph_v_origin_func_t</span></a> func</code></em>,
|
1328
1352
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1329
1353
|
<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>
|
@@ -1355,7 +1379,7 @@ hb_font_funcs_set_glyph_v_origin_func (<em class="parameter"><code><a class="lin
|
|
1355
1379
|
<div class="refsect2">
|
1356
1380
|
<a name="hb-font-funcs-set-nominal-glyph-func"></a><h3>hb_font_funcs_set_nominal_glyph_func ()</h3>
|
1357
1381
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1358
|
-
hb_font_funcs_set_nominal_glyph_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1382
|
+
hb_font_funcs_set_nominal_glyph_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>,
|
1359
1383
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-nominal-glyph-func-t" title="hb_font_get_nominal_glyph_func_t ()"><span class="type">hb_font_get_nominal_glyph_func_t</span></a> func</code></em>,
|
1360
1384
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1361
1385
|
<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>
|
@@ -1387,8 +1411,8 @@ hb_font_funcs_set_nominal_glyph_func (<em class="parameter"><code><a class="link
|
|
1387
1411
|
<div class="refsect2">
|
1388
1412
|
<a name="hb-font-funcs-set-user-data"></a><h3>hb_font_funcs_set_user_data ()</h3>
|
1389
1413
|
<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>
|
1390
|
-
hb_font_funcs_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1391
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"
|
1414
|
+
hb_font_funcs_set_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>,
|
1415
|
+
<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>,
|
1392
1416
|
<em class="parameter"><code><span class="type">void</span> *data</code></em>,
|
1393
1417
|
<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>,
|
1394
1418
|
<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>
|
@@ -1415,7 +1439,7 @@ hb_font_funcs_set_user_data (<em class="parameter"><code><a class="link" href="h
|
|
1415
1439
|
<a name="hb-font-funcs-set-variation-glyph-func"></a><h3>hb_font_funcs_set_variation_glyph_func ()</h3>
|
1416
1440
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1417
1441
|
hb_font_funcs_set_variation_glyph_func
|
1418
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
1442
|
+
(<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>,
|
1419
1443
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-get-variation-glyph-func-t" title="hb_font_get_variation_glyph_func_t ()"><span class="type">hb_font_get_variation_glyph_func_t</span></a> func</code></em>,
|
1420
1444
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
1421
1445
|
<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>
|
@@ -1446,7 +1470,7 @@ hb_font_funcs_set_variation_glyph_func
|
|
1446
1470
|
<hr>
|
1447
1471
|
<div class="refsect2">
|
1448
1472
|
<a name="hb-font-get-empty"></a><h3>hb_font_get_empty ()</h3>
|
1449
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1473
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
1450
1474
|
hb_font_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1451
1475
|
<div class="refsect3">
|
1452
1476
|
<a name="hb-font-get-empty.returns"></a><h4>Returns</h4>
|
@@ -1457,8 +1481,8 @@ hb_font_get_empty (<em class="parameter"><code><span class="type">void</span></c
|
|
1457
1481
|
<hr>
|
1458
1482
|
<div class="refsect2">
|
1459
1483
|
<a name="hb-font-get-face"></a><h3>hb_font_get_face ()</h3>
|
1460
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"
|
1461
|
-
hb_font_get_face (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1484
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
1485
|
+
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>
|
1462
1486
|
<div class="refsect3">
|
1463
1487
|
<a name="hb-font-get-face.parameters"></a><h4>Parameters</h4>
|
1464
1488
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1485,7 +1509,7 @@ hb_font_get_face (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
1485
1509
|
<div class="refsect2">
|
1486
1510
|
<a name="hb-font-get-glyph"></a><h3>hb_font_get_glyph ()</h3>
|
1487
1511
|
<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>
|
1488
|
-
hb_font_get_glyph (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1512
|
+
hb_font_get_glyph (<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>,
|
1489
1513
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
1490
1514
|
<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>,
|
1491
1515
|
<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>
|
@@ -1518,7 +1542,7 @@ hb_font_get_glyph (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
1518
1542
|
<a name="hb-font-get-glyph-advance-for-direction"></a><h3>hb_font_get_glyph_advance_for_direction ()</h3>
|
1519
1543
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1520
1544
|
hb_font_get_glyph_advance_for_direction
|
1521
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1545
|
+
(<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>,
|
1522
1546
|
<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>,
|
1523
1547
|
<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>,
|
1524
1548
|
<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>,
|
@@ -1556,7 +1580,7 @@ hb_font_get_glyph_advance_for_direction
|
|
1556
1580
|
<div class="refsect2">
|
1557
1581
|
<a name="hb-font-get-glyph-advance-func-t"></a><h3>hb_font_get_glyph_advance_func_t ()</h3>
|
1558
1582
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
|
1559
|
-
<span class="c_punctuation">(</span>*hb_font_get_glyph_advance_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1583
|
+
<span class="c_punctuation">(</span>*hb_font_get_glyph_advance_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>,
|
1560
1584
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
1561
1585
|
<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>,
|
1562
1586
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
@@ -1565,7 +1589,7 @@ hb_font_get_glyph_advance_for_direction
|
|
1565
1589
|
<div class="refsect2">
|
1566
1590
|
<a name="hb-font-get-glyph-contour-point"></a><h3>hb_font_get_glyph_contour_point ()</h3>
|
1567
1591
|
<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>
|
1568
|
-
hb_font_get_glyph_contour_point (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1592
|
+
hb_font_get_glyph_contour_point (<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>,
|
1569
1593
|
<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>,
|
1570
1594
|
<em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
|
1571
1595
|
<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>,
|
@@ -1604,7 +1628,7 @@ hb_font_get_glyph_contour_point (<em class="parameter"><code><a class="link" hre
|
|
1604
1628
|
<a name="hb-font-get-glyph-contour-point-for-origin"></a><h3>hb_font_get_glyph_contour_point_for_origin ()</h3>
|
1605
1629
|
<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>
|
1606
1630
|
hb_font_get_glyph_contour_point_for_origin
|
1607
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1631
|
+
(<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>,
|
1608
1632
|
<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>,
|
1609
1633
|
<em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
|
1610
1634
|
<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>,
|
@@ -1644,7 +1668,7 @@ hb_font_get_glyph_contour_point_for_origin
|
|
1644
1668
|
<a name="hb-font-get-glyph-contour-point-func-t"></a><h3>hb_font_get_glyph_contour_point_func_t ()</h3>
|
1645
1669
|
<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>
|
1646
1670
|
<span class="c_punctuation">(</span>*hb_font_get_glyph_contour_point_func_t<span class="c_punctuation">)</span>
|
1647
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1671
|
+
(<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>,
|
1648
1672
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
1649
1673
|
<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>,
|
1650
1674
|
<em class="parameter"><code>unsigned <span class="type">int</span> point_index</code></em>,
|
@@ -1656,7 +1680,7 @@ hb_font_get_glyph_contour_point_for_origin
|
|
1656
1680
|
<div class="refsect2">
|
1657
1681
|
<a name="hb-font-get-glyph-extents"></a><h3>hb_font_get_glyph_extents ()</h3>
|
1658
1682
|
<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>
|
1659
|
-
hb_font_get_glyph_extents (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1683
|
+
hb_font_get_glyph_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>,
|
1660
1684
|
<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>,
|
1661
1685
|
<em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);</pre>
|
1662
1686
|
<div class="refsect3">
|
@@ -1687,7 +1711,7 @@ hb_font_get_glyph_extents (<em class="parameter"><code><a class="link" href="har
|
|
1687
1711
|
<div class="refsect2">
|
1688
1712
|
<a name="hb-font-get-glyph-extents-for-origin"></a><h3>hb_font_get_glyph_extents_for_origin ()</h3>
|
1689
1713
|
<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>
|
1690
|
-
hb_font_get_glyph_extents_for_origin (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1714
|
+
hb_font_get_glyph_extents_for_origin (<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>,
|
1691
1715
|
<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>,
|
1692
1716
|
<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>,
|
1693
1717
|
<em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>);</pre>
|
@@ -1719,7 +1743,7 @@ hb_font_get_glyph_extents_for_origin (<em class="parameter"><code><a class="link
|
|
1719
1743
|
<div class="refsect2">
|
1720
1744
|
<a name="hb-font-get-glyph-extents-func-t"></a><h3>hb_font_get_glyph_extents_func_t ()</h3>
|
1721
1745
|
<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>
|
1722
|
-
<span class="c_punctuation">(</span>*hb_font_get_glyph_extents_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1746
|
+
<span class="c_punctuation">(</span>*hb_font_get_glyph_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>,
|
1723
1747
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
1724
1748
|
<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>,
|
1725
1749
|
<em class="parameter"><code><span class="type">hb_glyph_extents_t</span> *extents</code></em>,
|
@@ -1729,7 +1753,7 @@ hb_font_get_glyph_extents_for_origin (<em class="parameter"><code><a class="link
|
|
1729
1753
|
<div class="refsect2">
|
1730
1754
|
<a name="hb-font-get-glyph-from-name"></a><h3>hb_font_get_glyph_from_name ()</h3>
|
1731
1755
|
<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>
|
1732
|
-
hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1756
|
+
hb_font_get_glyph_from_name (<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>,
|
1733
1757
|
<em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
|
1734
1758
|
<em class="parameter"><code><span class="type">int</span> len</code></em>,
|
1735
1759
|
<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>
|
@@ -1766,7 +1790,7 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
|
|
1766
1790
|
<div class="refsect2">
|
1767
1791
|
<a name="hb-font-get-glyph-from-name-func-t"></a><h3>hb_font_get_glyph_from_name_func_t ()</h3>
|
1768
1792
|
<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>
|
1769
|
-
<span class="c_punctuation">(</span>*hb_font_get_glyph_from_name_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1793
|
+
<span class="c_punctuation">(</span>*hb_font_get_glyph_from_name_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>,
|
1770
1794
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
1771
1795
|
<em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
|
1772
1796
|
<em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
|
@@ -1775,7 +1799,7 @@ hb_font_get_glyph_from_name (<em class="parameter"><code><a class="link" href="h
|
|
1775
1799
|
<div class="refsect2">
|
1776
1800
|
<a name="hb-font-get-glyph-h-advance"></a><h3>hb_font_get_glyph_h_advance ()</h3>
|
1777
1801
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
|
1778
|
-
hb_font_get_glyph_h_advance (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1802
|
+
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>,
|
1779
1803
|
<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>
|
1780
1804
|
<div class="refsect3">
|
1781
1805
|
<a name="hb-font-get-glyph-h-advance.parameters"></a><h4>Parameters</h4>
|
@@ -1798,7 +1822,7 @@ hb_font_get_glyph_h_advance (<em class="parameter"><code><a class="link" href="h
|
|
1798
1822
|
<div class="refsect2">
|
1799
1823
|
<a name="hb-font-get-glyph-h-kerning"></a><h3>hb_font_get_glyph_h_kerning ()</h3>
|
1800
1824
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
|
1801
|
-
hb_font_get_glyph_h_kerning (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1825
|
+
hb_font_get_glyph_h_kerning (<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>,
|
1802
1826
|
<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>,
|
1803
1827
|
<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>
|
1804
1828
|
<div class="refsect3">
|
@@ -1822,7 +1846,7 @@ hb_font_get_glyph_h_kerning (<em class="parameter"><code><a class="link" href="h
|
|
1822
1846
|
<div class="refsect2">
|
1823
1847
|
<a name="hb-font-get-glyph-h-origin"></a><h3>hb_font_get_glyph_h_origin ()</h3>
|
1824
1848
|
<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>
|
1825
|
-
hb_font_get_glyph_h_origin (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1849
|
+
hb_font_get_glyph_h_origin (<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>,
|
1826
1850
|
<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>,
|
1827
1851
|
<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>,
|
1828
1852
|
<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>
|
@@ -1860,7 +1884,7 @@ hb_font_get_glyph_h_origin (<em class="parameter"><code><a class="link" href="ha
|
|
1860
1884
|
<a name="hb-font-get-glyph-kerning-for-direction"></a><h3>hb_font_get_glyph_kerning_for_direction ()</h3>
|
1861
1885
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1862
1886
|
hb_font_get_glyph_kerning_for_direction
|
1863
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1887
|
+
(<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>,
|
1864
1888
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> first_glyph</code></em>,
|
1865
1889
|
<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> second_glyph</code></em>,
|
1866
1890
|
<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>,
|
@@ -1899,7 +1923,7 @@ hb_font_get_glyph_kerning_for_direction
|
|
1899
1923
|
<div class="refsect2">
|
1900
1924
|
<a name="hb-font-get-glyph-kerning-func-t"></a><h3>hb_font_get_glyph_kerning_func_t ()</h3>
|
1901
1925
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
|
1902
|
-
<span class="c_punctuation">(</span>*hb_font_get_glyph_kerning_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1926
|
+
<span class="c_punctuation">(</span>*hb_font_get_glyph_kerning_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>,
|
1903
1927
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
1904
1928
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> first_glyph</code></em>,
|
1905
1929
|
<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> second_glyph</code></em>,
|
@@ -1909,7 +1933,7 @@ hb_font_get_glyph_kerning_for_direction
|
|
1909
1933
|
<div class="refsect2">
|
1910
1934
|
<a name="hb-font-get-glyph-name"></a><h3>hb_font_get_glyph_name ()</h3>
|
1911
1935
|
<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>
|
1912
|
-
hb_font_get_glyph_name (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1936
|
+
hb_font_get_glyph_name (<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>,
|
1913
1937
|
<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>,
|
1914
1938
|
<em class="parameter"><code><span class="type">char</span> *name</code></em>,
|
1915
1939
|
<em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
|
@@ -1941,7 +1965,7 @@ hb_font_get_glyph_name (<em class="parameter"><code><a class="link" href="harfbu
|
|
1941
1965
|
<div class="refsect2">
|
1942
1966
|
<a name="hb-font-get-glyph-name-func-t"></a><h3>hb_font_get_glyph_name_func_t ()</h3>
|
1943
1967
|
<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>
|
1944
|
-
<span class="c_punctuation">(</span>*hb_font_get_glyph_name_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1968
|
+
<span class="c_punctuation">(</span>*hb_font_get_glyph_name_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>,
|
1945
1969
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
1946
1970
|
<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>,
|
1947
1971
|
<em class="parameter"><code><span class="type">char</span> *name</code></em>,
|
@@ -1953,7 +1977,7 @@ hb_font_get_glyph_name (<em class="parameter"><code><a class="link" href="harfbu
|
|
1953
1977
|
<a name="hb-font-get-glyph-origin-for-direction"></a><h3>hb_font_get_glyph_origin_for_direction ()</h3>
|
1954
1978
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1955
1979
|
hb_font_get_glyph_origin_for_direction
|
1956
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
1980
|
+
(<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>,
|
1957
1981
|
<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>,
|
1958
1982
|
<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>,
|
1959
1983
|
<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>,
|
@@ -1991,7 +2015,7 @@ hb_font_get_glyph_origin_for_direction
|
|
1991
2015
|
<div class="refsect2">
|
1992
2016
|
<a name="hb-font-get-glyph-origin-func-t"></a><h3>hb_font_get_glyph_origin_func_t ()</h3>
|
1993
2017
|
<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>
|
1994
|
-
<span class="c_punctuation">(</span>*hb_font_get_glyph_origin_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2018
|
+
<span class="c_punctuation">(</span>*hb_font_get_glyph_origin_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>,
|
1995
2019
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
1996
2020
|
<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>,
|
1997
2021
|
<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>,
|
@@ -2002,7 +2026,7 @@ hb_font_get_glyph_origin_for_direction
|
|
2002
2026
|
<div class="refsect2">
|
2003
2027
|
<a name="hb-font-get-glyph-v-advance"></a><h3>hb_font_get_glyph_v_advance ()</h3>
|
2004
2028
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
|
2005
|
-
hb_font_get_glyph_v_advance (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2029
|
+
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>,
|
2006
2030
|
<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>
|
2007
2031
|
<div class="refsect3">
|
2008
2032
|
<a name="hb-font-get-glyph-v-advance.parameters"></a><h4>Parameters</h4>
|
@@ -2025,7 +2049,7 @@ hb_font_get_glyph_v_advance (<em class="parameter"><code><a class="link" href="h
|
|
2025
2049
|
<div class="refsect2">
|
2026
2050
|
<a name="hb-font-get-glyph-v-kerning"></a><h3>hb_font_get_glyph_v_kerning ()</h3>
|
2027
2051
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
|
2028
|
-
hb_font_get_glyph_v_kerning (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2052
|
+
hb_font_get_glyph_v_kerning (<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>,
|
2029
2053
|
<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>,
|
2030
2054
|
<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>
|
2031
2055
|
<div class="refsect3">
|
@@ -2049,7 +2073,7 @@ hb_font_get_glyph_v_kerning (<em class="parameter"><code><a class="link" href="h
|
|
2049
2073
|
<div class="refsect2">
|
2050
2074
|
<a name="hb-font-get-glyph-v-origin"></a><h3>hb_font_get_glyph_v_origin ()</h3>
|
2051
2075
|
<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>
|
2052
|
-
hb_font_get_glyph_v_origin (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2076
|
+
hb_font_get_glyph_v_origin (<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>,
|
2053
2077
|
<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>,
|
2054
2078
|
<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>,
|
2055
2079
|
<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>
|
@@ -2086,7 +2110,7 @@ hb_font_get_glyph_v_origin (<em class="parameter"><code><a class="link" href="ha
|
|
2086
2110
|
<div class="refsect2">
|
2087
2111
|
<a name="hb-font-get-nominal-glyph"></a><h3>hb_font_get_nominal_glyph ()</h3>
|
2088
2112
|
<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>
|
2089
|
-
hb_font_get_nominal_glyph (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2113
|
+
hb_font_get_nominal_glyph (<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>,
|
2090
2114
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
2091
2115
|
<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>
|
2092
2116
|
<div class="refsect3">
|
@@ -2117,7 +2141,7 @@ hb_font_get_nominal_glyph (<em class="parameter"><code><a class="link" href="har
|
|
2117
2141
|
<div class="refsect2">
|
2118
2142
|
<a name="hb-font-get-nominal-glyph-func-t"></a><h3>hb_font_get_nominal_glyph_func_t ()</h3>
|
2119
2143
|
<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>
|
2120
|
-
<span class="c_punctuation">(</span>*hb_font_get_nominal_glyph_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2144
|
+
<span class="c_punctuation">(</span>*hb_font_get_nominal_glyph_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>,
|
2121
2145
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
2122
2146
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
2123
2147
|
<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>,
|
@@ -2126,8 +2150,8 @@ hb_font_get_nominal_glyph (<em class="parameter"><code><a class="link" href="har
|
|
2126
2150
|
<hr>
|
2127
2151
|
<div class="refsect2">
|
2128
2152
|
<a name="hb-font-get-parent"></a><h3>hb_font_get_parent ()</h3>
|
2129
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2130
|
-
hb_font_get_parent (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2153
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
2154
|
+
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>
|
2131
2155
|
<div class="refsect3">
|
2132
2156
|
<a name="hb-font-get-parent.parameters"></a><h4>Parameters</h4>
|
2133
2157
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2154,7 +2178,7 @@ hb_font_get_parent (<em class="parameter"><code><a class="link" href="harfbuzz-h
|
|
2154
2178
|
<div class="refsect2">
|
2155
2179
|
<a name="hb-font-get-ppem"></a><h3>hb_font_get_ppem ()</h3>
|
2156
2180
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2157
|
-
hb_font_get_ppem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2181
|
+
hb_font_get_ppem (<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>,
|
2158
2182
|
<em class="parameter"><code>unsigned <span class="type">int</span> *x_ppem</code></em>,
|
2159
2183
|
<em class="parameter"><code>unsigned <span class="type">int</span> *y_ppem</code></em>);</pre>
|
2160
2184
|
<div class="refsect3">
|
@@ -2188,9 +2212,36 @@ hb_font_get_ppem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
2188
2212
|
</div>
|
2189
2213
|
<hr>
|
2190
2214
|
<div class="refsect2">
|
2215
|
+
<a name="hb-font-get-ptem"></a><h3>hb_font_get_ptem ()</h3>
|
2216
|
+
<pre class="programlisting"><span class="returnvalue">float</span>
|
2217
|
+
hb_font_get_ptem (<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>
|
2218
|
+
<p>Gets the "point size" of the font. A value of 0 means unset.</p>
|
2219
|
+
<div class="refsect3">
|
2220
|
+
<a name="hb-font-get-ptem.parameters"></a><h4>Parameters</h4>
|
2221
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2222
|
+
<colgroup>
|
2223
|
+
<col width="150px" class="parameters_name">
|
2224
|
+
<col class="parameters_description">
|
2225
|
+
<col width="200px" class="parameters_annotations">
|
2226
|
+
</colgroup>
|
2227
|
+
<tbody><tr>
|
2228
|
+
<td class="parameter_name"><p>font</p></td>
|
2229
|
+
<td class="parameter_description"><p>a font.</p></td>
|
2230
|
+
<td class="parameter_annotations"> </td>
|
2231
|
+
</tr></tbody>
|
2232
|
+
</table></div>
|
2233
|
+
</div>
|
2234
|
+
<div class="refsect3">
|
2235
|
+
<a name="hb-font-get-ptem.returns"></a><h4>Returns</h4>
|
2236
|
+
<p> Point size.</p>
|
2237
|
+
</div>
|
2238
|
+
<p class="since">Since: <a class="link" href="api-index-0-9-2.html#api-index-0.9.2">0.9.2</a></p>
|
2239
|
+
</div>
|
2240
|
+
<hr>
|
2241
|
+
<div class="refsect2">
|
2191
2242
|
<a name="hb-font-get-scale"></a><h3>hb_font_get_scale ()</h3>
|
2192
2243
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2193
|
-
hb_font_get_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2244
|
+
hb_font_get_scale (<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>,
|
2194
2245
|
<em class="parameter"><code><span class="type">int</span> *x_scale</code></em>,
|
2195
2246
|
<em class="parameter"><code><span class="type">int</span> *y_scale</code></em>);</pre>
|
2196
2247
|
<div class="refsect3">
|
@@ -2226,8 +2277,8 @@ hb_font_get_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2226
2277
|
<div class="refsect2">
|
2227
2278
|
<a name="hb-font-get-user-data"></a><h3>hb_font_get_user_data ()</h3>
|
2228
2279
|
<pre class="programlisting"><span class="returnvalue">void</span> *
|
2229
|
-
hb_font_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2230
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"
|
2280
|
+
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>,
|
2281
|
+
<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>
|
2231
2282
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
2232
2283
|
<div class="refsect3">
|
2233
2284
|
<a name="hb-font-get-user-data.parameters"></a><h4>Parameters</h4>
|
@@ -2255,7 +2306,7 @@ hb_font_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
2255
2306
|
<div class="refsect2">
|
2256
2307
|
<a name="hb-font-get-variation-glyph"></a><h3>hb_font_get_variation_glyph ()</h3>
|
2257
2308
|
<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>
|
2258
|
-
hb_font_get_variation_glyph (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2309
|
+
hb_font_get_variation_glyph (<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>,
|
2259
2310
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
2260
2311
|
<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>,
|
2261
2312
|
<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>
|
@@ -2287,7 +2338,7 @@ hb_font_get_variation_glyph (<em class="parameter"><code><a class="link" href="h
|
|
2287
2338
|
<div class="refsect2">
|
2288
2339
|
<a name="hb-font-get-variation-glyph-func-t"></a><h3>hb_font_get_variation_glyph_func_t ()</h3>
|
2289
2340
|
<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>
|
2290
|
-
<span class="c_punctuation">(</span>*hb_font_get_variation_glyph_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2341
|
+
<span class="c_punctuation">(</span>*hb_font_get_variation_glyph_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>,
|
2291
2342
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
2292
2343
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
2293
2344
|
<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>,
|
@@ -2298,7 +2349,7 @@ hb_font_get_variation_glyph (<em class="parameter"><code><a class="link" href="h
|
|
2298
2349
|
<div class="refsect2">
|
2299
2350
|
<a name="hb-font-get-var-coords-normalized"></a><h3>hb_font_get_var_coords_normalized ()</h3>
|
2300
2351
|
<pre class="programlisting">const <span class="returnvalue">int</span> *
|
2301
|
-
hb_font_get_var_coords_normalized (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2352
|
+
hb_font_get_var_coords_normalized (<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>,
|
2302
2353
|
<em class="parameter"><code>unsigned <span class="type">int</span> *length</code></em>);</pre>
|
2303
2354
|
<p>Return value is valid as long as variation coordinates of the font
|
2304
2355
|
are not modified.</p>
|
@@ -2308,7 +2359,7 @@ are not modified.</p>
|
|
2308
2359
|
<div class="refsect2">
|
2309
2360
|
<a name="hb-font-glyph-from-string"></a><h3>hb_font_glyph_from_string ()</h3>
|
2310
2361
|
<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>
|
2311
|
-
hb_font_glyph_from_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2362
|
+
hb_font_glyph_from_string (<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>,
|
2312
2363
|
<em class="parameter"><code>const <span class="type">char</span> *s</code></em>,
|
2313
2364
|
<em class="parameter"><code><span class="type">int</span> len</code></em>,
|
2314
2365
|
<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>
|
@@ -2345,7 +2396,7 @@ hb_font_glyph_from_string (<em class="parameter"><code><a class="link" href="har
|
|
2345
2396
|
<div class="refsect2">
|
2346
2397
|
<a name="hb-font-glyph-to-string"></a><h3>hb_font_glyph_to_string ()</h3>
|
2347
2398
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2348
|
-
hb_font_glyph_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2399
|
+
hb_font_glyph_to_string (<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>,
|
2349
2400
|
<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>,
|
2350
2401
|
<em class="parameter"><code><span class="type">char</span> *s</code></em>,
|
2351
2402
|
<em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
|
@@ -2377,7 +2428,7 @@ hb_font_glyph_to_string (<em class="parameter"><code><a class="link" href="harfb
|
|
2377
2428
|
<div class="refsect2">
|
2378
2429
|
<a name="hb-font-is-immutable"></a><h3>hb_font_is_immutable ()</h3>
|
2379
2430
|
<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>
|
2380
|
-
hb_font_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2431
|
+
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>
|
2381
2432
|
<div class="refsect3">
|
2382
2433
|
<a name="hb-font-is-immutable.parameters"></a><h4>Parameters</h4>
|
2383
2434
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2399,7 +2450,7 @@ hb_font_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
2399
2450
|
<div class="refsect2">
|
2400
2451
|
<a name="hb-font-make-immutable"></a><h3>hb_font_make_immutable ()</h3>
|
2401
2452
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2402
|
-
hb_font_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2453
|
+
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>
|
2403
2454
|
<div class="refsect3">
|
2404
2455
|
<a name="hb-font-make-immutable.parameters"></a><h4>Parameters</h4>
|
2405
2456
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2420,8 +2471,8 @@ hb_font_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
|
|
2420
2471
|
<hr>
|
2421
2472
|
<div class="refsect2">
|
2422
2473
|
<a name="hb-font-reference"></a><h3>hb_font_reference ()</h3>
|
2423
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2424
|
-
hb_font_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2474
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
|
2475
|
+
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>
|
2425
2476
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
2426
2477
|
<div class="refsect3">
|
2427
2478
|
<a name="hb-font-reference.parameters"></a><h4>Parameters</h4>
|
@@ -2449,8 +2500,8 @@ hb_font_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2449
2500
|
<div class="refsect2">
|
2450
2501
|
<a name="hb-font-set-face"></a><h3>hb_font_set_face ()</h3>
|
2451
2502
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2452
|
-
hb_font_set_face (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2453
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"
|
2503
|
+
hb_font_set_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>,
|
2504
|
+
<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>
|
2454
2505
|
<p>Sets font-face of <em class="parameter"><code>font</code></em>
|
2455
2506
|
.</p>
|
2456
2507
|
<div class="refsect3">
|
@@ -2481,8 +2532,8 @@ hb_font_set_face (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
2481
2532
|
<div class="refsect2">
|
2482
2533
|
<a name="hb-font-set-funcs"></a><h3>hb_font_set_funcs ()</h3>
|
2483
2534
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2484
|
-
hb_font_set_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2485
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
2535
|
+
hb_font_set_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
|
2536
|
+
<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> *klass</code></em>,
|
2486
2537
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
2487
2538
|
<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>
|
2488
2539
|
<div class="refsect3">
|
@@ -2513,7 +2564,7 @@ hb_font_set_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2513
2564
|
<div class="refsect2">
|
2514
2565
|
<a name="hb-font-set-funcs-data"></a><h3>hb_font_set_funcs_data ()</h3>
|
2515
2566
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2516
|
-
hb_font_set_funcs_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2567
|
+
hb_font_set_funcs_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>,
|
2517
2568
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
2518
2569
|
<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>
|
2519
2570
|
<div class="refsect3">
|
@@ -2544,8 +2595,8 @@ hb_font_set_funcs_data (<em class="parameter"><code><a class="link" href="harfbu
|
|
2544
2595
|
<div class="refsect2">
|
2545
2596
|
<a name="hb-font-set-parent"></a><h3>hb_font_set_parent ()</h3>
|
2546
2597
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2547
|
-
hb_font_set_parent (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2548
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2598
|
+
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>,
|
2599
|
+
<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>
|
2549
2600
|
<p>Sets parent font of <em class="parameter"><code>font</code></em>
|
2550
2601
|
.</p>
|
2551
2602
|
<div class="refsect3">
|
@@ -2576,7 +2627,7 @@ hb_font_set_parent (<em class="parameter"><code><a class="link" href="harfbuzz-h
|
|
2576
2627
|
<div class="refsect2">
|
2577
2628
|
<a name="hb-font-set-ppem"></a><h3>hb_font_set_ppem ()</h3>
|
2578
2629
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2579
|
-
hb_font_set_ppem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2630
|
+
hb_font_set_ppem (<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
2631
|
<em class="parameter"><code>unsigned <span class="type">int</span> x_ppem</code></em>,
|
2581
2632
|
<em class="parameter"><code>unsigned <span class="type">int</span> y_ppem</code></em>);</pre>
|
2582
2633
|
<div class="refsect3">
|
@@ -2598,9 +2649,33 @@ hb_font_set_ppem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
2598
2649
|
</div>
|
2599
2650
|
<hr>
|
2600
2651
|
<div class="refsect2">
|
2652
|
+
<a name="hb-font-set-ptem"></a><h3>hb_font_set_ptem ()</h3>
|
2653
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2654
|
+
hb_font_set_ptem (<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>,
|
2655
|
+
<em class="parameter"><code><span class="type">float</span> ptem</code></em>);</pre>
|
2656
|
+
<p>Sets "point size" of the font.</p>
|
2657
|
+
<div class="refsect3">
|
2658
|
+
<a name="hb-font-set-ptem.parameters"></a><h4>Parameters</h4>
|
2659
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2660
|
+
<colgroup>
|
2661
|
+
<col width="150px" class="parameters_name">
|
2662
|
+
<col class="parameters_description">
|
2663
|
+
<col width="200px" class="parameters_annotations">
|
2664
|
+
</colgroup>
|
2665
|
+
<tbody><tr>
|
2666
|
+
<td class="parameter_name"><p>font</p></td>
|
2667
|
+
<td class="parameter_description"><p>a font.</p></td>
|
2668
|
+
<td class="parameter_annotations"> </td>
|
2669
|
+
</tr></tbody>
|
2670
|
+
</table></div>
|
2671
|
+
</div>
|
2672
|
+
<p class="since">Since: <a class="link" href="api-index-1-6-0.html#api-index-1.6.0">1.6.0</a></p>
|
2673
|
+
</div>
|
2674
|
+
<hr>
|
2675
|
+
<div class="refsect2">
|
2601
2676
|
<a name="hb-font-set-scale"></a><h3>hb_font_set_scale ()</h3>
|
2602
2677
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2603
|
-
hb_font_set_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2678
|
+
hb_font_set_scale (<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>,
|
2604
2679
|
<em class="parameter"><code><span class="type">int</span> x_scale</code></em>,
|
2605
2680
|
<em class="parameter"><code><span class="type">int</span> y_scale</code></em>);</pre>
|
2606
2681
|
<div class="refsect3">
|
@@ -2624,8 +2699,8 @@ hb_font_set_scale (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
2624
2699
|
<div class="refsect2">
|
2625
2700
|
<a name="hb-font-set-user-data"></a><h3>hb_font_set_user_data ()</h3>
|
2626
2701
|
<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>
|
2627
|
-
hb_font_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2628
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"
|
2702
|
+
hb_font_set_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>,
|
2703
|
+
<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>,
|
2629
2704
|
<em class="parameter"><code><span class="type">void</span> *data</code></em>,
|
2630
2705
|
<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>,
|
2631
2706
|
<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>
|
@@ -2669,7 +2744,7 @@ hb_variation_to_string (<em class="parameter"><code><a class="link" href="harfbu
|
|
2669
2744
|
<div class="refsect2">
|
2670
2745
|
<a name="hb-font-set-variations"></a><h3>hb_font_set_variations ()</h3>
|
2671
2746
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2672
|
-
hb_font_set_variations (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2747
|
+
hb_font_set_variations (<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>,
|
2673
2748
|
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-font.html#hb-variation-t" title="hb_variation_t"><span class="type">hb_variation_t</span></a> *variations</code></em>,
|
2674
2749
|
<em class="parameter"><code>unsigned <span class="type">int</span> variations_length</code></em>);</pre>
|
2675
2750
|
<p class="since">Since: <a class="link" href="api-index-1-4-2.html#api-index-1.4.2">1.4.2</a></p>
|
@@ -2678,7 +2753,7 @@ hb_font_set_variations (<em class="parameter"><code><a class="link" href="harfbu
|
|
2678
2753
|
<div class="refsect2">
|
2679
2754
|
<a name="hb-font-set-var-coords-design"></a><h3>hb_font_set_var_coords_design ()</h3>
|
2680
2755
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2681
|
-
hb_font_set_var_coords_design (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2756
|
+
hb_font_set_var_coords_design (<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>,
|
2682
2757
|
<em class="parameter"><code>const <span class="type">float</span> *coords</code></em>,
|
2683
2758
|
<em class="parameter"><code>unsigned <span class="type">int</span> coords_length</code></em>);</pre>
|
2684
2759
|
<p class="since">Since: <a class="link" href="api-index-1-4-2.html#api-index-1.4.2">1.4.2</a></p>
|
@@ -2687,7 +2762,7 @@ hb_font_set_var_coords_design (<em class="parameter"><code><a class="link" href=
|
|
2687
2762
|
<div class="refsect2">
|
2688
2763
|
<a name="hb-font-set-var-coords-normalized"></a><h3>hb_font_set_var_coords_normalized ()</h3>
|
2689
2764
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2690
|
-
hb_font_set_var_coords_normalized (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2765
|
+
hb_font_set_var_coords_normalized (<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>,
|
2691
2766
|
<em class="parameter"><code>const <span class="type">int</span> *coords</code></em>,
|
2692
2767
|
<em class="parameter"><code>unsigned <span class="type">int</span> coords_length</code></em>);</pre>
|
2693
2768
|
<p class="since">Since: <a class="link" href="api-index-1-4-2.html#api-index-1.4.2">1.4.2</a></p>
|
@@ -2697,7 +2772,7 @@ hb_font_set_var_coords_normalized (<em class="parameter"><code><a class="link" h
|
|
2697
2772
|
<a name="hb-font-subtract-glyph-origin-for-direction"></a><h3>hb_font_subtract_glyph_origin_for_direction ()</h3>
|
2698
2773
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2699
2774
|
hb_font_subtract_glyph_origin_for_direction
|
2700
|
-
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2775
|
+
(<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>,
|
2701
2776
|
<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>,
|
2702
2777
|
<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>,
|
2703
2778
|
<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>,
|
@@ -2734,8 +2809,8 @@ hb_font_subtract_glyph_origin_for_direction
|
|
2734
2809
|
<hr>
|
2735
2810
|
<div class="refsect2">
|
2736
2811
|
<a name="hb-reference-table-func-t"></a><h3>hb_reference_table_func_t ()</h3>
|
2737
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
2738
|
-
<span class="c_punctuation">(</span>*hb_reference_table_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"
|
2812
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
2813
|
+
<span class="c_punctuation">(</span>*hb_reference_table_func_t<span class="c_punctuation">)</span> (<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>,
|
2739
2814
|
<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>,
|
2740
2815
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
2741
2816
|
</div>
|
@@ -2743,7 +2818,7 @@ hb_font_subtract_glyph_origin_for_direction
|
|
2743
2818
|
<div class="refsect2">
|
2744
2819
|
<a name="hb-font-funcs-set-font-h-extents-func"></a><h3>hb_font_funcs_set_font_h_extents_func ()</h3>
|
2745
2820
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2746
|
-
hb_font_funcs_set_font_h_extents_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
2821
|
+
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>,
|
2747
2822
|
<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>,
|
2748
2823
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
2749
2824
|
<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>
|
@@ -2775,7 +2850,7 @@ hb_font_funcs_set_font_h_extents_func (<em class="parameter"><code><a class="lin
|
|
2775
2850
|
<div class="refsect2">
|
2776
2851
|
<a name="hb-font-funcs-set-font-v-extents-func"></a><h3>hb_font_funcs_set_font_v_extents_func ()</h3>
|
2777
2852
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2778
|
-
hb_font_funcs_set_font_v_extents_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"
|
2853
|
+
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>,
|
2779
2854
|
<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>,
|
2780
2855
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
2781
2856
|
<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>
|
@@ -2807,7 +2882,7 @@ hb_font_funcs_set_font_v_extents_func (<em class="parameter"><code><a class="lin
|
|
2807
2882
|
<div class="refsect2">
|
2808
2883
|
<a name="hb-font-get-extents-for-direction"></a><h3>hb_font_get_extents_for_direction ()</h3>
|
2809
2884
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2810
|
-
hb_font_get_extents_for_direction (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2885
|
+
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>,
|
2811
2886
|
<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>,
|
2812
2887
|
<em class="parameter"><code><span class="type">hb_font_extents_t</span> *extents</code></em>);</pre>
|
2813
2888
|
<div class="refsect3">
|
@@ -2831,7 +2906,7 @@ hb_font_get_extents_for_direction (<em class="parameter"><code><a class="link" h
|
|
2831
2906
|
<div class="refsect2">
|
2832
2907
|
<a name="hb-font-get-font-extents-func-t"></a><h3>hb_font_get_font_extents_func_t ()</h3>
|
2833
2908
|
<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>
|
2834
|
-
<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"
|
2909
|
+
<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>,
|
2835
2910
|
<em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
|
2836
2911
|
<em class="parameter"><code><span class="type">hb_font_extents_t</span> *metrics</code></em>,
|
2837
2912
|
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
@@ -2840,7 +2915,7 @@ hb_font_get_extents_for_direction (<em class="parameter"><code><a class="link" h
|
|
2840
2915
|
<div class="refsect2">
|
2841
2916
|
<a name="hb-font-get-h-extents"></a><h3>hb_font_get_h_extents ()</h3>
|
2842
2917
|
<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>
|
2843
|
-
hb_font_get_h_extents (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2918
|
+
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>,
|
2844
2919
|
<em class="parameter"><code><span class="type">hb_font_extents_t</span> *extents</code></em>);</pre>
|
2845
2920
|
<div class="refsect3">
|
2846
2921
|
<a name="hb-font-get-h-extents.parameters"></a><h4>Parameters</h4>
|
@@ -2870,7 +2945,7 @@ hb_font_get_h_extents (<em class="parameter"><code><a class="link" href="harfbuz
|
|
2870
2945
|
<div class="refsect2">
|
2871
2946
|
<a name="hb-font-get-v-extents"></a><h3>hb_font_get_v_extents ()</h3>
|
2872
2947
|
<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>
|
2873
|
-
hb_font_get_v_extents (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
2948
|
+
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>,
|
2874
2949
|
<em class="parameter"><code><span class="type">hb_font_extents_t</span> *extents</code></em>);</pre>
|
2875
2950
|
<div class="refsect3">
|
2876
2951
|
<a name="hb-font-get-v-extents.parameters"></a><h4>Parameters</h4>
|
@@ -2971,6 +3046,6 @@ hb_font_get_v_extents (<em class="parameter"><code><a class="link" href="harfbuz
|
|
2971
3046
|
</div>
|
2972
3047
|
</div>
|
2973
3048
|
<div class="footer">
|
2974
|
-
<hr>Generated by GTK-Doc V1.
|
3049
|
+
<hr>Generated by GTK-Doc V1.27.1</div>
|
2975
3050
|
</body>
|
2976
3051
|
</html>
|