pango 3.2.1-x86-mingw32 → 3.2.2-x86-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/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,10 +5,10 @@
|
|
5
5
|
<title>hb-ot-shape: 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-ot-font.html" title="hb-ot-font">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ot-math.html" title="hb-ot-math">
|
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">
|
@@ -56,11 +56,11 @@
|
|
56
56
|
<div class="refsect2">
|
57
57
|
<a name="hb-ot-shape-glyphs-closure"></a><h3>hb_ot_shape_glyphs_closure ()</h3>
|
58
58
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
59
|
-
hb_ot_shape_glyphs_closure (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"
|
60
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"
|
61
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"
|
59
|
+
hb_ot_shape_glyphs_closure (<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>,
|
60
|
+
<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>,
|
61
|
+
<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>,
|
62
62
|
<em class="parameter"><code>unsigned <span class="type">int</span> num_features</code></em>,
|
63
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
63
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs</code></em>);</pre>
|
64
64
|
<p class="since">Since: <a class="link" href="api-index-0-9-2.html#api-index-0.9.2">0.9.2</a></p>
|
65
65
|
</div>
|
66
66
|
</div>
|
@@ -69,6 +69,6 @@ hb_ot_shape_glyphs_closure (<em class="parameter"><code><a class="link" href="ha
|
|
69
69
|
</div>
|
70
70
|
</div>
|
71
71
|
<div class="footer">
|
72
|
-
<hr>Generated by GTK-Doc V1.
|
72
|
+
<hr>Generated by GTK-Doc V1.27.1</div>
|
73
73
|
</body>
|
74
74
|
</html>
|
@@ -5,10 +5,10 @@
|
|
5
5
|
<title>hb-ot-tag: 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-ot-layout.html" title="hb-ot-layout">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ot-font.html" title="hb-ot-font">
|
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">
|
@@ -146,6 +146,6 @@ hb_ot_tags_from_script (<em class="parameter"><code><a class="link" href="harfbu
|
|
146
146
|
</div>
|
147
147
|
</div>
|
148
148
|
<div class="footer">
|
149
|
-
<hr>Generated by GTK-Doc V1.
|
149
|
+
<hr>Generated by GTK-Doc V1.27.1</div>
|
150
150
|
</body>
|
151
151
|
</html>
|
@@ -5,10 +5,10 @@
|
|
5
5
|
<title>hb-ot: 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-set.html" title="hb-set">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ot-layout.html" title="hb-ot-layout">
|
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">
|
@@ -43,6 +43,6 @@
|
|
43
43
|
</div>
|
44
44
|
</div>
|
45
45
|
<div class="footer">
|
46
|
-
<hr>Generated by GTK-Doc V1.
|
46
|
+
<hr>Generated by GTK-Doc V1.27.1</div>
|
47
47
|
</body>
|
48
48
|
</html>
|
@@ -5,17 +5,18 @@
|
|
5
5
|
<title>hb-set: 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-deprecated.html" title="hb-deprecated">
|
10
10
|
<link rel="next" href="harfbuzz-hb-ot.html" title="hb-ot">
|
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-set.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#harfbuzz-hb-set.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-set.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>
|
@@ -73,7 +74,7 @@
|
|
73
74
|
</tr>
|
74
75
|
<tr>
|
75
76
|
<td class="function_type">
|
76
|
-
<a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
77
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
77
78
|
</td>
|
78
79
|
<td class="function_name">
|
79
80
|
<a class="link" href="harfbuzz-hb-set.html#hb-set-create" title="hb_set_create ()">hb_set_create</a> <span class="c_punctuation">()</span>
|
@@ -105,7 +106,7 @@
|
|
105
106
|
</tr>
|
106
107
|
<tr>
|
107
108
|
<td class="function_type">
|
108
|
-
<a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
109
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
109
110
|
</td>
|
110
111
|
<td class="function_name">
|
111
112
|
<a class="link" href="harfbuzz-hb-set.html#hb-set-get-empty" title="hb_set_get_empty ()">hb_set_get_empty</a> <span class="c_punctuation">()</span>
|
@@ -160,10 +161,10 @@
|
|
160
161
|
</tr>
|
161
162
|
<tr>
|
162
163
|
<td class="function_type">
|
163
|
-
<span class="returnvalue">
|
164
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
164
165
|
</td>
|
165
166
|
<td class="function_name">
|
166
|
-
<a class="link" href="harfbuzz-hb-set.html#hb-set-
|
167
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-is-empty" title="hb_set_is_empty ()">hb_set_is_empty</a> <span class="c_punctuation">()</span>
|
167
168
|
</td>
|
168
169
|
</tr>
|
169
170
|
<tr>
|
@@ -171,7 +172,7 @@
|
|
171
172
|
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
172
173
|
</td>
|
173
174
|
<td class="function_name">
|
174
|
-
<a class="link" href="harfbuzz-hb-set.html#hb-set-is-
|
175
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-is-equal" title="hb_set_is_equal ()">hb_set_is_equal</a> <span class="c_punctuation">()</span>
|
175
176
|
</td>
|
176
177
|
</tr>
|
177
178
|
<tr>
|
@@ -179,7 +180,7 @@
|
|
179
180
|
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
180
181
|
</td>
|
181
182
|
<td class="function_name">
|
182
|
-
<a class="link" href="harfbuzz-hb-set.html#hb-set-
|
183
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-next" title="hb_set_next ()">hb_set_next</a> <span class="c_punctuation">()</span>
|
183
184
|
</td>
|
184
185
|
</tr>
|
185
186
|
<tr>
|
@@ -187,7 +188,7 @@
|
|
187
188
|
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
188
189
|
</td>
|
189
190
|
<td class="function_name">
|
190
|
-
<a class="link" href="harfbuzz-hb-set.html#hb-set-
|
191
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-previous" title="hb_set_previous ()">hb_set_previous</a> <span class="c_punctuation">()</span>
|
191
192
|
</td>
|
192
193
|
</tr>
|
193
194
|
<tr>
|
@@ -200,7 +201,15 @@
|
|
200
201
|
</tr>
|
201
202
|
<tr>
|
202
203
|
<td class="function_type">
|
203
|
-
<a class="link" href="harfbuzz-hb-
|
204
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
205
|
+
</td>
|
206
|
+
<td class="function_name">
|
207
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-previous-range" title="hb_set_previous_range ()">hb_set_previous_range</a> <span class="c_punctuation">()</span>
|
208
|
+
</td>
|
209
|
+
</tr>
|
210
|
+
<tr>
|
211
|
+
<td class="function_type">
|
212
|
+
<a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
204
213
|
</td>
|
205
214
|
<td class="function_name">
|
206
215
|
<a class="link" href="harfbuzz-hb-set.html#hb-set-reference" title="hb_set_reference ()">hb_set_reference</a> <span class="c_punctuation">()</span>
|
@@ -249,7 +258,7 @@
|
|
249
258
|
</tbody>
|
250
259
|
</table></div>
|
251
260
|
</div>
|
252
|
-
<div class="refsect1">
|
261
|
+
<a name="hb-set-t"></a><div class="refsect1">
|
253
262
|
<a name="harfbuzz-hb-set.other"></a><h2>Types and Values</h2>
|
254
263
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
255
264
|
<colgroup>
|
@@ -263,12 +272,18 @@
|
|
263
272
|
</tr>
|
264
273
|
<tr>
|
265
274
|
<td class="typedef_keyword">typedef</td>
|
266
|
-
<td class="function_name"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
275
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-set.html#hb-set-t">hb_set_t</a></td>
|
267
276
|
</tr>
|
268
277
|
</tbody>
|
269
278
|
</table></div>
|
270
279
|
</div>
|
271
280
|
<div class="refsect1">
|
281
|
+
<a name="harfbuzz-hb-set.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
282
|
+
<pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
283
|
+
<span class="lineart">╰──</span> hb_set_t
|
284
|
+
</pre>
|
285
|
+
</div>
|
286
|
+
<div class="refsect1">
|
272
287
|
<a name="harfbuzz-hb-set.description"></a><h2>Description</h2>
|
273
288
|
</div>
|
274
289
|
<div class="refsect1">
|
@@ -276,7 +291,7 @@
|
|
276
291
|
<div class="refsect2">
|
277
292
|
<a name="hb-set-add"></a><h3>hb_set_add ()</h3>
|
278
293
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
279
|
-
hb_set_add (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
294
|
+
hb_set_add (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
280
295
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> codepoint</code></em>);</pre>
|
281
296
|
<div class="refsect3">
|
282
297
|
<a name="hb-set-add.parameters"></a><h4>Parameters</h4>
|
@@ -299,7 +314,7 @@ hb_set_add (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.ht
|
|
299
314
|
<div class="refsect2">
|
300
315
|
<a name="hb-set-add-range"></a><h3>hb_set_add_range ()</h3>
|
301
316
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
302
|
-
hb_set_add_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
317
|
+
hb_set_add_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
303
318
|
<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</code></em>,
|
304
319
|
<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> last</code></em>);</pre>
|
305
320
|
<div class="refsect3">
|
@@ -323,7 +338,7 @@ hb_set_add_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
323
338
|
<div class="refsect2">
|
324
339
|
<a name="hb-set-allocation-successful"></a><h3>hb_set_allocation_successful ()</h3>
|
325
340
|
<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>
|
326
|
-
hb_set_allocation_successful (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
341
|
+
hb_set_allocation_successful (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
327
342
|
<div class="refsect3">
|
328
343
|
<a name="hb-set-allocation-successful.parameters"></a><h4>Parameters</h4>
|
329
344
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -345,7 +360,7 @@ hb_set_allocation_successful (<em class="parameter"><code>const <a class="link"
|
|
345
360
|
<div class="refsect2">
|
346
361
|
<a name="hb-set-clear"></a><h3>hb_set_clear ()</h3>
|
347
362
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
348
|
-
hb_set_clear (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
363
|
+
hb_set_clear (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
349
364
|
<div class="refsect3">
|
350
365
|
<a name="hb-set-clear.parameters"></a><h4>Parameters</h4>
|
351
366
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -366,7 +381,7 @@ hb_set_clear (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.
|
|
366
381
|
<hr>
|
367
382
|
<div class="refsect2">
|
368
383
|
<a name="hb-set-create"></a><h3>hb_set_create ()</h3>
|
369
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
384
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
370
385
|
hb_set_create (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
371
386
|
<p><span class="annotation">[Xconstructor]</span></p>
|
372
387
|
<div class="refsect3">
|
@@ -380,7 +395,7 @@ hb_set_create (<em class="parameter"><code><span class="type">void</span></code>
|
|
380
395
|
<div class="refsect2">
|
381
396
|
<a name="hb-set-del"></a><h3>hb_set_del ()</h3>
|
382
397
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
383
|
-
hb_set_del (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
398
|
+
hb_set_del (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
384
399
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> codepoint</code></em>);</pre>
|
385
400
|
<div class="refsect3">
|
386
401
|
<a name="hb-set-del.parameters"></a><h4>Parameters</h4>
|
@@ -403,7 +418,7 @@ hb_set_del (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.ht
|
|
403
418
|
<div class="refsect2">
|
404
419
|
<a name="hb-set-del-range"></a><h3>hb_set_del_range ()</h3>
|
405
420
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
406
|
-
hb_set_del_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
421
|
+
hb_set_del_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
407
422
|
<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</code></em>,
|
408
423
|
<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> last</code></em>);</pre>
|
409
424
|
<div class="refsect3">
|
@@ -427,7 +442,7 @@ hb_set_del_range (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
427
442
|
<div class="refsect2">
|
428
443
|
<a name="hb-set-destroy"></a><h3>hb_set_destroy ()</h3>
|
429
444
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
430
|
-
hb_set_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
445
|
+
hb_set_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
431
446
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
432
447
|
<div class="refsect3">
|
433
448
|
<a name="hb-set-destroy.parameters"></a><h4>Parameters</h4>
|
@@ -449,7 +464,7 @@ hb_set_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-se
|
|
449
464
|
<hr>
|
450
465
|
<div class="refsect2">
|
451
466
|
<a name="hb-set-get-empty"></a><h3>hb_set_get_empty ()</h3>
|
452
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
467
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
453
468
|
hb_set_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
454
469
|
<div class="refsect3">
|
455
470
|
<a name="hb-set-get-empty.returns"></a><h4>Returns</h4>
|
@@ -462,7 +477,7 @@ hb_set_get_empty (<em class="parameter"><code><span class="type">void</span></co
|
|
462
477
|
<div class="refsect2">
|
463
478
|
<a name="hb-set-get-max"></a><h3>hb_set_get_max ()</h3>
|
464
479
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="returnvalue">hb_codepoint_t</span></a>
|
465
|
-
hb_set_get_max (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
480
|
+
hb_set_get_max (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
466
481
|
<p>Finds the maximum number in the set.</p>
|
467
482
|
<div class="refsect3">
|
468
483
|
<a name="hb-set-get-max.parameters"></a><h4>Parameters</h4>
|
@@ -489,7 +504,7 @@ hb_set_get_max (<em class="parameter"><code>const <a class="link" href="harfbuzz
|
|
489
504
|
<div class="refsect2">
|
490
505
|
<a name="hb-set-get-min"></a><h3>hb_set_get_min ()</h3>
|
491
506
|
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="returnvalue">hb_codepoint_t</span></a>
|
492
|
-
hb_set_get_min (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
507
|
+
hb_set_get_min (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
493
508
|
<p>Finds the minimum number in the set.</p>
|
494
509
|
<div class="refsect3">
|
495
510
|
<a name="hb-set-get-min.parameters"></a><h4>Parameters</h4>
|
@@ -516,7 +531,7 @@ hb_set_get_min (<em class="parameter"><code>const <a class="link" href="harfbuzz
|
|
516
531
|
<div class="refsect2">
|
517
532
|
<a name="hb-set-get-population"></a><h3>hb_set_get_population ()</h3>
|
518
533
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
519
|
-
hb_set_get_population (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
534
|
+
hb_set_get_population (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
520
535
|
<p>Returns the number of numbers in the set.</p>
|
521
536
|
<div class="refsect3">
|
522
537
|
<a name="hb-set-get-population.parameters"></a><h4>Parameters</h4>
|
@@ -543,8 +558,8 @@ hb_set_get_population (<em class="parameter"><code>const <a class="link" href="h
|
|
543
558
|
<div class="refsect2">
|
544
559
|
<a name="hb-set-get-user-data"></a><h3>hb_set_get_user_data ()</h3>
|
545
560
|
<pre class="programlisting"><span class="returnvalue">void</span> *
|
546
|
-
hb_set_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
547
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"
|
561
|
+
hb_set_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
562
|
+
<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>
|
548
563
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
549
564
|
<div class="refsect3">
|
550
565
|
<a name="hb-set-get-user-data.parameters"></a><h4>Parameters</h4>
|
@@ -572,7 +587,7 @@ hb_set_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
572
587
|
<div class="refsect2">
|
573
588
|
<a name="hb-set-has"></a><h3>hb_set_has ()</h3>
|
574
589
|
<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>
|
575
|
-
hb_set_has (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
590
|
+
hb_set_has (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
576
591
|
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> codepoint</code></em>);</pre>
|
577
592
|
<div class="refsect3">
|
578
593
|
<a name="hb-set-has.parameters"></a><h4>Parameters</h4>
|
@@ -595,8 +610,8 @@ hb_set_has (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-
|
|
595
610
|
<div class="refsect2">
|
596
611
|
<a name="hb-set-intersect"></a><h3>hb_set_intersect ()</h3>
|
597
612
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
598
|
-
hb_set_intersect (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
599
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
613
|
+
hb_set_intersect (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
614
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
600
615
|
<div class="refsect3">
|
601
616
|
<a name="hb-set-intersect.parameters"></a><h4>Parameters</h4>
|
602
617
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -616,11 +631,11 @@ hb_set_intersect (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
616
631
|
</div>
|
617
632
|
<hr>
|
618
633
|
<div class="refsect2">
|
619
|
-
<a name="hb-set-
|
620
|
-
<pre class="programlisting"><span class="returnvalue">
|
621
|
-
|
634
|
+
<a name="hb-set-is-empty"></a><h3>hb_set_is_empty ()</h3>
|
635
|
+
<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>
|
636
|
+
hb_set_is_empty (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
622
637
|
<div class="refsect3">
|
623
|
-
<a name="hb-set-
|
638
|
+
<a name="hb-set-is-empty.parameters"></a><h4>Parameters</h4>
|
624
639
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
625
640
|
<colgroup>
|
626
641
|
<col width="150px" class="parameters_name">
|
@@ -634,15 +649,16 @@ hb_set_invert (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set
|
|
634
649
|
</tr></tbody>
|
635
650
|
</table></div>
|
636
651
|
</div>
|
637
|
-
<p class="since">Since: <a class="link" href="api-index-0-9-
|
652
|
+
<p class="since">Since: <a class="link" href="api-index-0-9-7.html#api-index-0.9.7">0.9.7</a></p>
|
638
653
|
</div>
|
639
654
|
<hr>
|
640
655
|
<div class="refsect2">
|
641
|
-
<a name="hb-set-is-
|
656
|
+
<a name="hb-set-is-equal"></a><h3>hb_set_is_equal ()</h3>
|
642
657
|
<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>
|
643
|
-
|
658
|
+
hb_set_is_equal (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
659
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
644
660
|
<div class="refsect3">
|
645
|
-
<a name="hb-set-is-
|
661
|
+
<a name="hb-set-is-equal.parameters"></a><h4>Parameters</h4>
|
646
662
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
647
663
|
<colgroup>
|
648
664
|
<col width="150px" class="parameters_name">
|
@@ -660,35 +676,56 @@ hb_set_is_empty (<em class="parameter"><code>const <a class="link" href="harfbuz
|
|
660
676
|
</div>
|
661
677
|
<hr>
|
662
678
|
<div class="refsect2">
|
663
|
-
<a name="hb-set-
|
679
|
+
<a name="hb-set-next"></a><h3>hb_set_next ()</h3>
|
664
680
|
<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>
|
665
|
-
|
666
|
-
|
681
|
+
hb_set_next (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
682
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *codepoint</code></em>);</pre>
|
683
|
+
<p>Gets the next number in <em class="parameter"><code>set</code></em>
|
684
|
+
that is greater than current value of <em class="parameter"><code>codepoint</code></em>
|
685
|
+
.</p>
|
686
|
+
<p>Set <em class="parameter"><code>codepoint</code></em>
|
687
|
+
to <a class="link" href="harfbuzz-hb-set.html#HB-SET-VALUE-INVALID:CAPS" title="HB_SET_VALUE_INVALID"><code class="literal">HB_SET_VALUE_INVALID</code></a> to get started.</p>
|
667
688
|
<div class="refsect3">
|
668
|
-
<a name="hb-set-
|
689
|
+
<a name="hb-set-next.parameters"></a><h4>Parameters</h4>
|
669
690
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
670
691
|
<colgroup>
|
671
692
|
<col width="150px" class="parameters_name">
|
672
693
|
<col class="parameters_description">
|
673
694
|
<col width="200px" class="parameters_annotations">
|
674
695
|
</colgroup>
|
675
|
-
<tbody
|
696
|
+
<tbody>
|
697
|
+
<tr>
|
676
698
|
<td class="parameter_name"><p>set</p></td>
|
677
699
|
<td class="parameter_description"><p>a set.</p></td>
|
678
700
|
<td class="parameter_annotations"> </td>
|
679
|
-
</tr
|
701
|
+
</tr>
|
702
|
+
<tr>
|
703
|
+
<td class="parameter_name"><p>codepoint</p></td>
|
704
|
+
<td class="parameter_description"><p>. </p></td>
|
705
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
|
706
|
+
</tr>
|
707
|
+
</tbody>
|
680
708
|
</table></div>
|
681
709
|
</div>
|
682
|
-
<
|
710
|
+
<div class="refsect3">
|
711
|
+
<a name="hb-set-next.returns"></a><h4>Returns</h4>
|
712
|
+
<p> whether there was a next value.</p>
|
713
|
+
</div>
|
714
|
+
<p class="since">Since: <a class="link" href="api-index-0-9-2.html#api-index-0.9.2">0.9.2</a></p>
|
683
715
|
</div>
|
684
716
|
<hr>
|
685
717
|
<div class="refsect2">
|
686
|
-
<a name="hb-set-
|
718
|
+
<a name="hb-set-previous"></a><h3>hb_set_previous ()</h3>
|
687
719
|
<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>
|
688
|
-
|
689
|
-
|
720
|
+
hb_set_previous (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
721
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *codepoint</code></em>);</pre>
|
722
|
+
<p>Gets the previous number in <em class="parameter"><code>set</code></em>
|
723
|
+
that is slower than current value of <em class="parameter"><code>codepoint</code></em>
|
724
|
+
.</p>
|
725
|
+
<p>Set <em class="parameter"><code>codepoint</code></em>
|
726
|
+
to <a class="link" href="harfbuzz-hb-set.html#HB-SET-VALUE-INVALID:CAPS" title="HB_SET_VALUE_INVALID"><code class="literal">HB_SET_VALUE_INVALID</code></a> to get started.</p>
|
690
727
|
<div class="refsect3">
|
691
|
-
<a name="hb-set-
|
728
|
+
<a name="hb-set-previous.parameters"></a><h4>Parameters</h4>
|
692
729
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
693
730
|
<colgroup>
|
694
731
|
<col width="150px" class="parameters_name">
|
@@ -710,22 +747,24 @@ hb_set_next (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb
|
|
710
747
|
</table></div>
|
711
748
|
</div>
|
712
749
|
<div class="refsect3">
|
713
|
-
<a name="hb-set-
|
714
|
-
<p> whether there was a
|
750
|
+
<a name="hb-set-previous.returns"></a><h4>Returns</h4>
|
751
|
+
<p> whether there was a previous value.</p>
|
715
752
|
</div>
|
716
|
-
<p class="since">Since:
|
753
|
+
<p class="since">Since: 1.8.0</p>
|
717
754
|
</div>
|
718
755
|
<hr>
|
719
756
|
<div class="refsect2">
|
720
757
|
<a name="hb-set-next-range"></a><h3>hb_set_next_range ()</h3>
|
721
758
|
<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>
|
722
|
-
hb_set_next_range (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
759
|
+
hb_set_next_range (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
723
760
|
<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</code></em>,
|
724
761
|
<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> *last</code></em>);</pre>
|
725
762
|
<p>Gets the next consecutive range of numbers in <em class="parameter"><code>set</code></em>
|
726
763
|
that
|
727
764
|
are greater than current value of <em class="parameter"><code>last</code></em>
|
728
765
|
.</p>
|
766
|
+
<p>Set <em class="parameter"><code>last</code></em>
|
767
|
+
to <a class="link" href="harfbuzz-hb-set.html#HB-SET-VALUE-INVALID:CAPS" title="HB_SET_VALUE_INVALID"><code class="literal">HB_SET_VALUE_INVALID</code></a> to get started.</p>
|
729
768
|
<div class="refsect3">
|
730
769
|
<a name="hb-set-next-range.parameters"></a><h4>Parameters</h4>
|
731
770
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -742,12 +781,12 @@ are greater than current value of <em class="parameter"><code>last</code></em>
|
|
742
781
|
</tr>
|
743
782
|
<tr>
|
744
783
|
<td class="parameter_name"><p>first</p></td>
|
745
|
-
<td class="parameter_description"><p>
|
784
|
+
<td class="parameter_description"><p>output first codepoint in the range. </p></td>
|
746
785
|
<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>
|
747
786
|
</tr>
|
748
787
|
<tr>
|
749
788
|
<td class="parameter_name"><p>last</p></td>
|
750
|
-
<td class="parameter_description"><p>
|
789
|
+
<td class="parameter_description"><p>input current last and output last codepoint in the range. </p></td>
|
751
790
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
|
752
791
|
</tr>
|
753
792
|
</tbody>
|
@@ -761,9 +800,55 @@ are greater than current value of <em class="parameter"><code>last</code></em>
|
|
761
800
|
</div>
|
762
801
|
<hr>
|
763
802
|
<div class="refsect2">
|
803
|
+
<a name="hb-set-previous-range"></a><h3>hb_set_previous_range ()</h3>
|
804
|
+
<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>
|
805
|
+
hb_set_previous_range (<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
806
|
+
<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</code></em>,
|
807
|
+
<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> *last</code></em>);</pre>
|
808
|
+
<p>Gets the previous consecutive range of numbers in <em class="parameter"><code>set</code></em>
|
809
|
+
that
|
810
|
+
are greater than current value of <em class="parameter"><code>last</code></em>
|
811
|
+
.</p>
|
812
|
+
<p>Set <em class="parameter"><code>first</code></em>
|
813
|
+
to <a class="link" href="harfbuzz-hb-set.html#HB-SET-VALUE-INVALID:CAPS" title="HB_SET_VALUE_INVALID"><code class="literal">HB_SET_VALUE_INVALID</code></a> to get started.</p>
|
814
|
+
<div class="refsect3">
|
815
|
+
<a name="hb-set-previous-range.parameters"></a><h4>Parameters</h4>
|
816
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
817
|
+
<colgroup>
|
818
|
+
<col width="150px" class="parameters_name">
|
819
|
+
<col class="parameters_description">
|
820
|
+
<col width="200px" class="parameters_annotations">
|
821
|
+
</colgroup>
|
822
|
+
<tbody>
|
823
|
+
<tr>
|
824
|
+
<td class="parameter_name"><p>set</p></td>
|
825
|
+
<td class="parameter_description"><p>a set.</p></td>
|
826
|
+
<td class="parameter_annotations"> </td>
|
827
|
+
</tr>
|
828
|
+
<tr>
|
829
|
+
<td class="parameter_name"><p>first</p></td>
|
830
|
+
<td class="parameter_description"><p>input current first and output first codepoint in the range. </p></td>
|
831
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
|
832
|
+
</tr>
|
833
|
+
<tr>
|
834
|
+
<td class="parameter_name"><p>last</p></td>
|
835
|
+
<td class="parameter_description"><p>output last codepoint in the range. </p></td>
|
836
|
+
<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>
|
837
|
+
</tr>
|
838
|
+
</tbody>
|
839
|
+
</table></div>
|
840
|
+
</div>
|
841
|
+
<div class="refsect3">
|
842
|
+
<a name="hb-set-previous-range.returns"></a><h4>Returns</h4>
|
843
|
+
<p> whether there was a previous range.</p>
|
844
|
+
</div>
|
845
|
+
<p class="since">Since: 1.8.0</p>
|
846
|
+
</div>
|
847
|
+
<hr>
|
848
|
+
<div class="refsect2">
|
764
849
|
<a name="hb-set-reference"></a><h3>hb_set_reference ()</h3>
|
765
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
766
|
-
hb_set_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
850
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="returnvalue">hb_set_t</span></a> *
|
851
|
+
hb_set_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
|
767
852
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
768
853
|
<div class="refsect3">
|
769
854
|
<a name="hb-set-reference.parameters"></a><h4>Parameters</h4>
|
@@ -791,8 +876,8 @@ hb_set_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
|
|
791
876
|
<div class="refsect2">
|
792
877
|
<a name="hb-set-set"></a><h3>hb_set_set ()</h3>
|
793
878
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
794
|
-
hb_set_set (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
795
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
879
|
+
hb_set_set (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
880
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
796
881
|
<div class="refsect3">
|
797
882
|
<a name="hb-set-set.parameters"></a><h4>Parameters</h4>
|
798
883
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -814,8 +899,8 @@ hb_set_set (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.ht
|
|
814
899
|
<div class="refsect2">
|
815
900
|
<a name="hb-set-set-user-data"></a><h3>hb_set_set_user_data ()</h3>
|
816
901
|
<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>
|
817
|
-
hb_set_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
818
|
-
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"
|
902
|
+
hb_set_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
903
|
+
<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>,
|
819
904
|
<em class="parameter"><code><span class="type">void</span> *data</code></em>,
|
820
905
|
<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>,
|
821
906
|
<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>
|
@@ -841,8 +926,8 @@ hb_set_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz
|
|
841
926
|
<div class="refsect2">
|
842
927
|
<a name="hb-set-subtract"></a><h3>hb_set_subtract ()</h3>
|
843
928
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
844
|
-
hb_set_subtract (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
845
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
929
|
+
hb_set_subtract (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
930
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
846
931
|
<div class="refsect3">
|
847
932
|
<a name="hb-set-subtract.parameters"></a><h4>Parameters</h4>
|
848
933
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -864,8 +949,8 @@ hb_set_subtract (<em class="parameter"><code><a class="link" href="harfbuzz-hb-s
|
|
864
949
|
<div class="refsect2">
|
865
950
|
<a name="hb-set-symmetric-difference"></a><h3>hb_set_symmetric_difference ()</h3>
|
866
951
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
867
|
-
hb_set_symmetric_difference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
868
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
952
|
+
hb_set_symmetric_difference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
953
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
869
954
|
<div class="refsect3">
|
870
955
|
<a name="hb-set-symmetric-difference.parameters"></a><h4>Parameters</h4>
|
871
956
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -887,8 +972,8 @@ hb_set_symmetric_difference (<em class="parameter"><code><a class="link" href="h
|
|
887
972
|
<div class="refsect2">
|
888
973
|
<a name="hb-set-union"></a><h3>hb_set_union ()</h3>
|
889
974
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
890
|
-
hb_set_union (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
891
|
-
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"
|
975
|
+
hb_set_union (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>,
|
976
|
+
<em class="parameter"><code>const <a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *other</code></em>);</pre>
|
892
977
|
<div class="refsect3">
|
893
978
|
<a name="hb-set-union.parameters"></a><h4>Parameters</h4>
|
894
979
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -923,6 +1008,6 @@ hb_set_union (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.
|
|
923
1008
|
</div>
|
924
1009
|
</div>
|
925
1010
|
<div class="footer">
|
926
|
-
<hr>Generated by GTK-Doc V1.
|
1011
|
+
<hr>Generated by GTK-Doc V1.27.1</div>
|
927
1012
|
</body>
|
928
1013
|
</html>
|