pango 3.2.1-x86-mingw32 → 3.2.2-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +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/libicudt58.dll +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 +17 -11
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +17 -11
- 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>Shaping: 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-font.html" title="hb-font">
|
10
10
|
<link rel="next" href="harfbuzz-hb-version.html" title="hb-version">
|
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-Shaping.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-Shaping.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-Shaping.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>
|
@@ -81,7 +82,7 @@
|
|
81
82
|
</tbody>
|
82
83
|
</table></div>
|
83
84
|
</div>
|
84
|
-
<div class="refsect1">
|
85
|
+
<a name="hb-feature-t"></a><div class="refsect1">
|
85
86
|
<a name="harfbuzz-Shaping.other"></a><h2>Types and Values</h2>
|
86
87
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
87
88
|
<colgroup>
|
@@ -90,11 +91,17 @@
|
|
90
91
|
</colgroup>
|
91
92
|
<tbody><tr>
|
92
93
|
<td class="datatype_keyword"> </td>
|
93
|
-
<td class="function_name"><a class="link" href="harfbuzz-Shaping.html#hb-feature-t" title="hb_feature_t">hb_feature_t</a></td>
|
94
|
+
<td class="function_name"><a class="link" href="harfbuzz-Shaping.html#hb-feature-t-struct" title="hb_feature_t">hb_feature_t</a></td>
|
94
95
|
</tr></tbody>
|
95
96
|
</table></div>
|
96
97
|
</div>
|
97
98
|
<div class="refsect1">
|
99
|
+
<a name="harfbuzz-Shaping.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
100
|
+
<pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
101
|
+
<span class="lineart">╰──</span> hb_feature_t
|
102
|
+
</pre>
|
103
|
+
</div>
|
104
|
+
<div class="refsect1">
|
98
105
|
<a name="harfbuzz-Shaping.includes"></a><h2>Includes</h2>
|
99
106
|
<pre class="synopsis">#include <hb.h>
|
100
107
|
</pre>
|
@@ -113,8 +120,8 @@ contains the output glyphs and their positions.</p>
|
|
113
120
|
<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>
|
114
121
|
hb_feature_from_string (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
115
122
|
<em class="parameter"><code><span class="type">int</span> len</code></em>,
|
116
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-Shaping.html#hb-feature-t"
|
117
|
-
<p>Parses a string into a <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"
|
123
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *feature</code></em>);</pre>
|
124
|
+
<p>Parses a string into a <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a>.</p>
|
118
125
|
<p>TODO: document the syntax here.</p>
|
119
126
|
<div class="refsect3">
|
120
127
|
<a name="hb-feature-from-string.parameters"></a><h4>Parameters</h4>
|
@@ -127,18 +134,18 @@ hb_feature_from_string (<em class="parameter"><code>const <span class="type">cha
|
|
127
134
|
<tbody>
|
128
135
|
<tr>
|
129
136
|
<td class="parameter_name"><p>str</p></td>
|
130
|
-
<td class="parameter_description"><p>
|
137
|
+
<td class="parameter_description"><p>a string to parse. </p></td>
|
131
138
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8_t]</span></td>
|
132
139
|
</tr>
|
133
140
|
<tr>
|
134
141
|
<td class="parameter_name"><p>len</p></td>
|
135
142
|
<td class="parameter_description"><p>length of <em class="parameter"><code>str</code></em>
|
136
|
-
, or -1 if string is <
|
143
|
+
, or -1 if string is <code class="literal">NULL</code> terminated</p></td>
|
137
144
|
<td class="parameter_annotations"> </td>
|
138
145
|
</tr>
|
139
146
|
<tr>
|
140
147
|
<td class="parameter_name"><p>feature</p></td>
|
141
|
-
<td class="parameter_description"><p>
|
148
|
+
<td class="parameter_description"><p>the <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> to initialize with the parsed values. </p></td>
|
142
149
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
143
150
|
</tr>
|
144
151
|
</tbody>
|
@@ -155,10 +162,10 @@ is successfully parsed, <code class="literal">false</code> otherwise.</p>
|
|
155
162
|
<div class="refsect2">
|
156
163
|
<a name="hb-feature-to-string"></a><h3>hb_feature_to_string ()</h3>
|
157
164
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
158
|
-
hb_feature_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-Shaping.html#hb-feature-t"
|
165
|
+
hb_feature_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *feature</code></em>,
|
159
166
|
<em class="parameter"><code><span class="type">char</span> *buf</code></em>,
|
160
167
|
<em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);</pre>
|
161
|
-
<p>Converts a <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"
|
168
|
+
<p>Converts a <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> into a <code class="literal">NULL</code>-terminated string in the format
|
162
169
|
understood by <a class="link" href="harfbuzz-Shaping.html#hb-feature-from-string" title="hb_feature_from_string ()"><code class="function">hb_feature_from_string()</code></a>. The client in responsible for
|
163
170
|
allocating big enough size for <em class="parameter"><code>buf</code></em>
|
164
171
|
, 128 bytes is more than enough.</p>
|
@@ -173,12 +180,12 @@ allocating big enough size for <em class="parameter"><code>buf</code></em>
|
|
173
180
|
<tbody>
|
174
181
|
<tr>
|
175
182
|
<td class="parameter_name"><p>feature</p></td>
|
176
|
-
<td class="parameter_description"><p>an <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"
|
183
|
+
<td class="parameter_description"><p>an <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> to convert</p></td>
|
177
184
|
<td class="parameter_annotations"> </td>
|
178
185
|
</tr>
|
179
186
|
<tr>
|
180
187
|
<td class="parameter_name"><p>buf</p></td>
|
181
|
-
<td class="parameter_description"><p>
|
188
|
+
<td class="parameter_description"><p>output string. </p></td>
|
182
189
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=size][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
183
190
|
</tr>
|
184
191
|
<tr>
|
@@ -196,15 +203,15 @@ allocating big enough size for <em class="parameter"><code>buf</code></em>
|
|
196
203
|
<div class="refsect2">
|
197
204
|
<a name="hb-shape"></a><h3>hb_shape ()</h3>
|
198
205
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
199
|
-
hb_shape (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
200
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"
|
201
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"
|
206
|
+
hb_shape (<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>,
|
207
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
208
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *features</code></em>,
|
202
209
|
<em class="parameter"><code>unsigned <span class="type">int</span> num_features</code></em>);</pre>
|
203
210
|
<p>Shapes <em class="parameter"><code>buffer</code></em>
|
204
211
|
using <em class="parameter"><code>font</code></em>
|
205
212
|
turning its Unicode characters content to
|
206
213
|
positioned glyphs. If <em class="parameter"><code>features</code></em>
|
207
|
-
is not <
|
214
|
+
is not <code class="literal">NULL</code>, it will be used to control the
|
208
215
|
features applied during shaping.</p>
|
209
216
|
<div class="refsect3">
|
210
217
|
<a name="hb-shape.parameters"></a><h4>Parameters</h4>
|
@@ -217,18 +224,18 @@ features applied during shaping.</p>
|
|
217
224
|
<tbody>
|
218
225
|
<tr>
|
219
226
|
<td class="parameter_name"><p>font</p></td>
|
220
|
-
<td class="parameter_description"><p>an <a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
227
|
+
<td class="parameter_description"><p>an <a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> to use for shaping</p></td>
|
221
228
|
<td class="parameter_annotations"> </td>
|
222
229
|
</tr>
|
223
230
|
<tr>
|
224
231
|
<td class="parameter_name"><p>buffer</p></td>
|
225
|
-
<td class="parameter_description"><p>an <a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"
|
232
|
+
<td class="parameter_description"><p>an <a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> to shape</p></td>
|
226
233
|
<td class="parameter_annotations"> </td>
|
227
234
|
</tr>
|
228
235
|
<tr>
|
229
236
|
<td class="parameter_name"><p>features</p></td>
|
230
|
-
<td class="parameter_description"><p>
|
231
|
-
specified <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"
|
237
|
+
<td class="parameter_description"><p>an array of user
|
238
|
+
specified <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> or <code class="literal">NULL</code>. </p></td>
|
232
239
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=num_features][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
233
240
|
</tr>
|
234
241
|
<tr>
|
@@ -246,13 +253,13 @@ array</p></td>
|
|
246
253
|
<div class="refsect2">
|
247
254
|
<a name="hb-shape-full"></a><h3>hb_shape_full ()</h3>
|
248
255
|
<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>
|
249
|
-
hb_shape_full (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
250
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"
|
251
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"
|
256
|
+
hb_shape_full (<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>,
|
257
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
|
258
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *features</code></em>,
|
252
259
|
<em class="parameter"><code>unsigned <span class="type">int</span> num_features</code></em>,
|
253
260
|
<em class="parameter"><code>const <span class="type">char</span> * const *shaper_list</code></em>);</pre>
|
254
261
|
<p>See <a class="link" href="harfbuzz-Shaping.html#hb-shape" title="hb_shape ()"><code class="function">hb_shape()</code></a> for details. If <em class="parameter"><code>shaper_list</code></em>
|
255
|
-
is not <
|
262
|
+
is not <code class="literal">NULL</code>, the specified
|
256
263
|
shapers will be used in the given order, otherwise the default shapers list
|
257
264
|
will be used.</p>
|
258
265
|
<div class="refsect3">
|
@@ -266,18 +273,18 @@ will be used.</p>
|
|
266
273
|
<tbody>
|
267
274
|
<tr>
|
268
275
|
<td class="parameter_name"><p>font</p></td>
|
269
|
-
<td class="parameter_description"><p>an <a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
276
|
+
<td class="parameter_description"><p>an <a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> to use for shaping</p></td>
|
270
277
|
<td class="parameter_annotations"> </td>
|
271
278
|
</tr>
|
272
279
|
<tr>
|
273
280
|
<td class="parameter_name"><p>buffer</p></td>
|
274
|
-
<td class="parameter_description"><p>an <a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"
|
281
|
+
<td class="parameter_description"><p>an <a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> to shape</p></td>
|
275
282
|
<td class="parameter_annotations"> </td>
|
276
283
|
</tr>
|
277
284
|
<tr>
|
278
285
|
<td class="parameter_name"><p>features</p></td>
|
279
|
-
<td class="parameter_description"><p>
|
280
|
-
specified <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"
|
286
|
+
<td class="parameter_description"><p>an array of user
|
287
|
+
specified <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> or <code class="literal">NULL</code>. </p></td>
|
281
288
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=num_features][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
282
289
|
</tr>
|
283
290
|
<tr>
|
@@ -288,8 +295,8 @@ array</p></td>
|
|
288
295
|
</tr>
|
289
296
|
<tr>
|
290
297
|
<td class="parameter_name"><p>shaper_list</p></td>
|
291
|
-
<td class="parameter_description"><p>
|
292
|
-
array of shapers to use or <
|
298
|
+
<td class="parameter_description"><p>a <code class="literal">NULL</code>-terminated
|
299
|
+
array of shapers to use or <code class="literal">NULL</code>. </p></td>
|
293
300
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
294
301
|
</tr>
|
295
302
|
</tbody>
|
@@ -309,7 +316,7 @@ hb_shape_list_shapers (<em class="parameter"><code><span class="type">void</span
|
|
309
316
|
<p>Retrieves the list of shapers supported by HarfBuzz.</p>
|
310
317
|
<div class="refsect3">
|
311
318
|
<a name="hb-shape-list-shapers.returns"></a><h4>Returns</h4>
|
312
|
-
<p>
|
319
|
+
<p>an array of
|
313
320
|
constant strings. </p>
|
314
321
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></p>
|
315
322
|
</div>
|
@@ -319,7 +326,7 @@ constant strings. </p>
|
|
319
326
|
<div class="refsect1">
|
320
327
|
<a name="harfbuzz-Shaping.other_details"></a><h2>Types and Values</h2>
|
321
328
|
<div class="refsect2">
|
322
|
-
<a name="hb-feature-t"></a><h3>hb_feature_t</h3>
|
329
|
+
<a name="hb-feature-t-struct"></a><h3>hb_feature_t</h3>
|
323
330
|
<pre class="programlisting">typedef struct {
|
324
331
|
hb_tag_t tag;
|
325
332
|
uint32_t value;
|
@@ -331,6 +338,6 @@ constant strings. </p>
|
|
331
338
|
</div>
|
332
339
|
</div>
|
333
340
|
<div class="footer">
|
334
|
-
<hr>Generated by GTK-Doc V1.
|
341
|
+
<hr>Generated by GTK-Doc V1.27.1</div>
|
335
342
|
</body>
|
336
343
|
</html>
|
@@ -5,17 +5,18 @@
|
|
5
5
|
<title>hb-blob: 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-Buffers.html" title="Buffers">
|
10
10
|
<link rel="next" href="harfbuzz-hb-face.html" title="hb-face">
|
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-blob.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb-blob.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-blob.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>
|
@@ -41,7 +42,7 @@
|
|
41
42
|
<tbody>
|
42
43
|
<tr>
|
43
44
|
<td class="function_type">
|
44
|
-
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
45
|
+
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
45
46
|
</td>
|
46
47
|
<td class="function_name">
|
47
48
|
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-create" title="hb_blob_create ()">hb_blob_create</a> <span class="c_punctuation">()</span>
|
@@ -49,7 +50,7 @@
|
|
49
50
|
</tr>
|
50
51
|
<tr>
|
51
52
|
<td class="function_type">
|
52
|
-
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
53
|
+
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
53
54
|
</td>
|
54
55
|
<td class="function_name">
|
55
56
|
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-create-sub-blob" title="hb_blob_create_sub_blob ()">hb_blob_create_sub_blob</a> <span class="c_punctuation">()</span>
|
@@ -57,6 +58,14 @@
|
|
57
58
|
</tr>
|
58
59
|
<tr>
|
59
60
|
<td class="function_type">
|
61
|
+
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
62
|
+
</td>
|
63
|
+
<td class="function_name">
|
64
|
+
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-copy-writable-or-fail" title="hb_blob_copy_writable_or_fail ()">hb_blob_copy_writable_or_fail</a> <span class="c_punctuation">()</span>
|
65
|
+
</td>
|
66
|
+
</tr>
|
67
|
+
<tr>
|
68
|
+
<td class="function_type">
|
60
69
|
<span class="returnvalue">void</span>
|
61
70
|
</td>
|
62
71
|
<td class="function_name">
|
@@ -80,7 +89,7 @@
|
|
80
89
|
</tr>
|
81
90
|
<tr>
|
82
91
|
<td class="function_type">
|
83
|
-
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
92
|
+
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
84
93
|
</td>
|
85
94
|
<td class="function_name">
|
86
95
|
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-get-empty" title="hb_blob_get_empty ()">hb_blob_get_empty</a> <span class="c_punctuation">()</span>
|
@@ -119,7 +128,7 @@
|
|
119
128
|
</tr>
|
120
129
|
<tr>
|
121
130
|
<td class="function_type">
|
122
|
-
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
131
|
+
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
123
132
|
</td>
|
124
133
|
<td class="function_name">
|
125
134
|
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-reference" title="hb_blob_reference ()">hb_blob_reference</a> <span class="c_punctuation">()</span>
|
@@ -136,7 +145,7 @@
|
|
136
145
|
</tbody>
|
137
146
|
</table></div>
|
138
147
|
</div>
|
139
|
-
<div class="refsect1">
|
148
|
+
<a name="hb-blob-t"></a><div class="refsect1">
|
140
149
|
<a name="harfbuzz-hb-blob.other"></a><h2>Types and Values</h2>
|
141
150
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
142
151
|
<colgroup>
|
@@ -146,7 +155,7 @@
|
|
146
155
|
<tbody>
|
147
156
|
<tr>
|
148
157
|
<td class="typedef_keyword">typedef</td>
|
149
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
158
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t">hb_blob_t</a></td>
|
150
159
|
</tr>
|
151
160
|
<tr>
|
152
161
|
<td class="datatype_keyword">enum</td>
|
@@ -156,13 +165,21 @@
|
|
156
165
|
</table></div>
|
157
166
|
</div>
|
158
167
|
<div class="refsect1">
|
168
|
+
<a name="harfbuzz-hb-blob.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
169
|
+
<pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
170
|
+
<span class="lineart">╰──</span> hb_blob_t
|
171
|
+
<a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
172
|
+
<span class="lineart">╰──</span> hb_memory_mode_t
|
173
|
+
</pre>
|
174
|
+
</div>
|
175
|
+
<div class="refsect1">
|
159
176
|
<a name="harfbuzz-hb-blob.description"></a><h2>Description</h2>
|
160
177
|
</div>
|
161
178
|
<div class="refsect1">
|
162
179
|
<a name="harfbuzz-hb-blob.functions_details"></a><h2>Functions</h2>
|
163
180
|
<div class="refsect2">
|
164
181
|
<a name="hb-blob-create"></a><h3>hb_blob_create ()</h3>
|
165
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
182
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
166
183
|
hb_blob_create (<em class="parameter"><code>const <span class="type">char</span> *data</code></em>,
|
167
184
|
<em class="parameter"><code>unsigned <span class="type">int</span> length</code></em>,
|
168
185
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-memory-mode-t" title="enum hb_memory_mode_t"><span class="type">hb_memory_mode_t</span></a> mode</code></em>,
|
@@ -226,8 +243,8 @@ zero. Destroy with <a class="link" href="harfbuzz-hb-blob.html#hb-blob-destroy"
|
|
226
243
|
<hr>
|
227
244
|
<div class="refsect2">
|
228
245
|
<a name="hb-blob-create-sub-blob"></a><h3>hb_blob_create_sub_blob ()</h3>
|
229
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
230
|
-
hb_blob_create_sub_blob (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
246
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
247
|
+
hb_blob_create_sub_blob (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *parent</code></em>,
|
231
248
|
<em class="parameter"><code>unsigned <span class="type">int</span> offset</code></em>,
|
232
249
|
<em class="parameter"><code>unsigned <span class="type">int</span> length</code></em>);</pre>
|
233
250
|
<p>Returns a blob that represents a range of bytes in <em class="parameter"><code>parent</code></em>
|
@@ -279,10 +296,38 @@ with <a class="link" href="harfbuzz-hb-blob.html#hb-blob-destroy" title="hb_blob
|
|
279
296
|
</div>
|
280
297
|
<hr>
|
281
298
|
<div class="refsect2">
|
299
|
+
<a name="hb-blob-copy-writable-or-fail"></a><h3>hb_blob_copy_writable_or_fail ()</h3>
|
300
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
301
|
+
hb_blob_copy_writable_or_fail (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>);</pre>
|
302
|
+
<p>Makes a writable copy of <em class="parameter"><code>blob</code></em>
|
303
|
+
.</p>
|
304
|
+
<div class="refsect3">
|
305
|
+
<a name="hb-blob-copy-writable-or-fail.parameters"></a><h4>Parameters</h4>
|
306
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
307
|
+
<colgroup>
|
308
|
+
<col width="150px" class="parameters_name">
|
309
|
+
<col class="parameters_description">
|
310
|
+
<col width="200px" class="parameters_annotations">
|
311
|
+
</colgroup>
|
312
|
+
<tbody><tr>
|
313
|
+
<td class="parameter_name"><p>blob</p></td>
|
314
|
+
<td class="parameter_description"><p>A blob.</p></td>
|
315
|
+
<td class="parameter_annotations"> </td>
|
316
|
+
</tr></tbody>
|
317
|
+
</table></div>
|
318
|
+
</div>
|
319
|
+
<div class="refsect3">
|
320
|
+
<a name="hb-blob-copy-writable-or-fail.returns"></a><h4>Returns</h4>
|
321
|
+
<p> New blob, or nullptr if allocation failed.</p>
|
322
|
+
</div>
|
323
|
+
<p class="since">Since: 1.8.0</p>
|
324
|
+
</div>
|
325
|
+
<hr>
|
326
|
+
<div class="refsect2">
|
282
327
|
<a name="hb-blob-destroy"></a><h3>hb_blob_destroy ()</h3>
|
283
328
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
284
|
-
hb_blob_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
285
|
-
<p>
|
329
|
+
hb_blob_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>);</pre>
|
330
|
+
<p>Decreases the reference count on <em class="parameter"><code>blob</code></em>
|
286
331
|
, and if it reaches zero, destroys
|
287
332
|
<em class="parameter"><code>blob</code></em>
|
288
333
|
, freeing all memory, possibly calling the destroy-callback the blob
|
@@ -310,7 +355,7 @@ was created for if it has not been called already.</p>
|
|
310
355
|
<div class="refsect2">
|
311
356
|
<a name="hb-blob-get-data"></a><h3>hb_blob_get_data ()</h3>
|
312
357
|
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
313
|
-
hb_blob_get_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
358
|
+
hb_blob_get_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
|
314
359
|
<em class="parameter"><code>unsigned <span class="type">int</span> *length</code></em>);</pre>
|
315
360
|
<div class="refsect3">
|
316
361
|
<a name="hb-blob-get-data.parameters"></a><h4>Parameters</h4>
|
@@ -345,7 +390,7 @@ hb_blob_get_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
345
390
|
<div class="refsect2">
|
346
391
|
<a name="hb-blob-get-data-writable"></a><h3>hb_blob_get_data_writable ()</h3>
|
347
392
|
<pre class="programlisting"><span class="returnvalue">char</span> *
|
348
|
-
hb_blob_get_data_writable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
393
|
+
hb_blob_get_data_writable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
|
349
394
|
<em class="parameter"><code>unsigned <span class="type">int</span> *length</code></em>);</pre>
|
350
395
|
<p>Tries to make blob data writable (possibly copying it) and
|
351
396
|
return pointer to data.</p>
|
@@ -367,7 +412,7 @@ fails.</p>
|
|
367
412
|
</tr>
|
368
413
|
<tr>
|
369
414
|
<td class="parameter_name"><p>length</p></td>
|
370
|
-
<td class="parameter_description"><p>
|
415
|
+
<td class="parameter_description"><p>output length of the writable data. </p></td>
|
371
416
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
372
417
|
</tr>
|
373
418
|
</tbody>
|
@@ -375,8 +420,8 @@ fails.</p>
|
|
375
420
|
</div>
|
376
421
|
<div class="refsect3">
|
377
422
|
<a name="hb-blob-get-data-writable.returns"></a><h4>Returns</h4>
|
378
|
-
<p>
|
379
|
-
or <
|
423
|
+
<p>Writable blob data,
|
424
|
+
or <code class="literal">NULL</code> if failed. </p>
|
380
425
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></p>
|
381
426
|
</div>
|
382
427
|
<p class="since">Since: <a class="link" href="api-index-0-9-2.html#api-index-0.9.2">0.9.2</a></p>
|
@@ -384,13 +429,13 @@ or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><co
|
|
384
429
|
<hr>
|
385
430
|
<div class="refsect2">
|
386
431
|
<a name="hb-blob-get-empty"></a><h3>hb_blob_get_empty ()</h3>
|
387
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
432
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
388
433
|
hb_blob_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
389
434
|
<p>Returns the singleton empty blob.</p>
|
390
435
|
<p>See TODO:link object types for more information.</p>
|
391
436
|
<div class="refsect3">
|
392
437
|
<a name="hb-blob-get-empty.returns"></a><h4>Returns</h4>
|
393
|
-
<p>
|
438
|
+
<p>the empty blob. </p>
|
394
439
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
395
440
|
</div>
|
396
441
|
<p class="since">Since: <a class="link" href="api-index-0-9-2.html#api-index-0.9.2">0.9.2</a></p>
|
@@ -399,7 +444,7 @@ hb_blob_get_empty (<em class="parameter"><code><span class="type">void</span></c
|
|
399
444
|
<div class="refsect2">
|
400
445
|
<a name="hb-blob-get-length"></a><h3>hb_blob_get_length ()</h3>
|
401
446
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
402
|
-
hb_blob_get_length (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
447
|
+
hb_blob_get_length (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>);</pre>
|
403
448
|
<div class="refsect3">
|
404
449
|
<a name="hb-blob-get-length.parameters"></a><h4>Parameters</h4>
|
405
450
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -425,8 +470,8 @@ hb_blob_get_length (<em class="parameter"><code><a class="link" href="harfbuzz-h
|
|
425
470
|
<div class="refsect2">
|
426
471
|
<a name="hb-blob-get-user-data"></a><h3>hb_blob_get_user_data ()</h3>
|
427
472
|
<pre class="programlisting"><span class="returnvalue">void</span> *
|
428
|
-
hb_blob_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
429
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"
|
473
|
+
hb_blob_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
|
474
|
+
<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>
|
430
475
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
431
476
|
<div class="refsect3">
|
432
477
|
<a name="hb-blob-get-user-data.parameters"></a><h4>Parameters</h4>
|
@@ -461,7 +506,7 @@ hb_blob_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
|
|
461
506
|
<div class="refsect2">
|
462
507
|
<a name="hb-blob-is-immutable"></a><h3>hb_blob_is_immutable ()</h3>
|
463
508
|
<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>
|
464
|
-
hb_blob_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
509
|
+
hb_blob_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>);</pre>
|
465
510
|
<div class="refsect3">
|
466
511
|
<a name="hb-blob-is-immutable.parameters"></a><h4>Parameters</h4>
|
467
512
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -487,7 +532,7 @@ hb_blob_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
487
532
|
<div class="refsect2">
|
488
533
|
<a name="hb-blob-make-immutable"></a><h3>hb_blob_make_immutable ()</h3>
|
489
534
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
490
|
-
hb_blob_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
535
|
+
hb_blob_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>);</pre>
|
491
536
|
<div class="refsect3">
|
492
537
|
<a name="hb-blob-make-immutable.parameters"></a><h4>Parameters</h4>
|
493
538
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -508,8 +553,8 @@ hb_blob_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
|
|
508
553
|
<hr>
|
509
554
|
<div class="refsect2">
|
510
555
|
<a name="hb-blob-reference"></a><h3>hb_blob_reference ()</h3>
|
511
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
512
|
-
hb_blob_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
556
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
557
|
+
hb_blob_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>);</pre>
|
513
558
|
<p>Increases the reference count on <em class="parameter"><code>blob</code></em>
|
514
559
|
.</p>
|
515
560
|
<p>See TODO:link object types for more information.</p>
|
@@ -540,8 +585,8 @@ hb_blob_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
|
|
540
585
|
<div class="refsect2">
|
541
586
|
<a name="hb-blob-set-user-data"></a><h3>hb_blob_set_user_data ()</h3>
|
542
587
|
<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>
|
543
|
-
hb_blob_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
544
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"
|
588
|
+
hb_blob_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
|
589
|
+
<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>,
|
545
590
|
<em class="parameter"><code><span class="type">void</span> *data</code></em>,
|
546
591
|
<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>,
|
547
592
|
<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>
|
@@ -633,6 +678,6 @@ is not needed anymore.</p></td>
|
|
633
678
|
</div>
|
634
679
|
</div>
|
635
680
|
<div class="footer">
|
636
|
-
<hr>Generated by GTK-Doc V1.
|
681
|
+
<hr>Generated by GTK-Doc V1.27.1</div>
|
637
682
|
</body>
|
638
683
|
</html>
|