pango 3.2.1-x64-mingw32 → 3.2.2-x64-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/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +5 -5
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +5 -5
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +5 -5
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +5 -5
- data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
- data/vendor/local/lib/pkgconfig/graphene-1.0.pc +16 -10
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +16 -10
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
- data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
- data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
- data/vendor/local/share/man/man1/pango-view.1 +1 -113
- metadata +87 -52
- data/vendor/local/lib/libgraphene-1.0.la +0 -41
- data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
- data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
- data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
- data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
- data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
- data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
- data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
- data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
- data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
- data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
- data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
- data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="PangoEngineShape.html" title="PangoEngineShape">
|
10
10
|
<link rel="next" href="pango-Miscellaneous-Utilities.html" title="Miscellaneous Utilities">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (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">
|
@@ -108,8 +108,8 @@ modules that add engines to Pango at run time.</p>
|
|
108
108
|
<a name="pango-find-map"></a><h3>pango_find_map ()</h3>
|
109
109
|
<pre class="programlisting"><a class="link" href="pango-Modules.html#PangoMap" title="PangoMap"><span class="returnvalue">PangoMap</span></a> *
|
110
110
|
pango_find_map (<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>,
|
111
|
-
<em class="parameter"><code><
|
112
|
-
<em class="parameter"><code><
|
111
|
+
<em class="parameter"><code><span class="type">guint</span> engine_type_id</code></em>,
|
112
|
+
<em class="parameter"><code><span class="type">guint</span> render_type_id</code></em>);</pre>
|
113
113
|
<div class="warning"><p><code class="literal">pango_find_map</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
114
114
|
<p>Do not use. Does not do anything.</p>
|
115
115
|
<div class="refsect3">
|
@@ -141,7 +141,7 @@ pango_find_map (<em class="parameter"><code><a class="link" href="pango-Scripts-
|
|
141
141
|
</div>
|
142
142
|
<div class="refsect3">
|
143
143
|
<a name="pango-find-map.returns"></a><h4>Returns</h4>
|
144
|
-
<p> <
|
144
|
+
<p> <code class="literal">NULL</code>.</p>
|
145
145
|
</div>
|
146
146
|
</div>
|
147
147
|
<hr>
|
@@ -177,7 +177,7 @@ pango_map_get_engine (<em class="parameter"><code><a class="link" href="pango-Mo
|
|
177
177
|
</div>
|
178
178
|
<div class="refsect3">
|
179
179
|
<a name="pango-map-get-engine.returns"></a><h4>Returns</h4>
|
180
|
-
<p> <
|
180
|
+
<p> <code class="literal">NULL</code>.</p>
|
181
181
|
</div>
|
182
182
|
</div>
|
183
183
|
<hr>
|
@@ -186,8 +186,8 @@ pango_map_get_engine (<em class="parameter"><code><a class="link" href="pango-Mo
|
|
186
186
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
187
187
|
pango_map_get_engines (<em class="parameter"><code><a class="link" href="pango-Modules.html#PangoMap" title="PangoMap"><span class="type">PangoMap</span></a> *map</code></em>,
|
188
188
|
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript"><span class="type">PangoScript</span></a> script</code></em>,
|
189
|
-
<em class="parameter"><code><
|
190
|
-
<em class="parameter"><code><
|
189
|
+
<em class="parameter"><code><span class="type">GSList</span> **exact_engines</code></em>,
|
190
|
+
<em class="parameter"><code><span class="type">GSList</span> **fallback_engines</code></em>);</pre>
|
191
191
|
<div class="warning"><p><code class="literal">pango_map_get_engines</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
192
192
|
<p>Do not use. Does not do anything.</p>
|
193
193
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
@@ -313,6 +313,6 @@ loaded module.</p>
|
|
313
313
|
</div>
|
314
314
|
</div>
|
315
315
|
<div class="footer">
|
316
|
-
<hr>Generated by GTK-Doc V1.
|
316
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
317
317
|
</body>
|
318
318
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="PangoFcDecoder.html" title="PangoFcDecoder">
|
10
10
|
<link rel="next" href="pango-Coverage-Maps.html" title="Coverage Maps">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (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">
|
@@ -79,7 +79,7 @@ mentioned in the release notes for the affected release.
|
|
79
79
|
</tr>
|
80
80
|
<tr>
|
81
81
|
<td class="function_type">
|
82
|
-
<
|
82
|
+
<span class="returnvalue">gboolean</span>
|
83
83
|
</td>
|
84
84
|
<td class="function_name">
|
85
85
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-script" title="pango_ot_info_find_script ()">pango_ot_info_find_script</a> <span class="c_punctuation">()</span>
|
@@ -87,7 +87,7 @@ mentioned in the release notes for the affected release.
|
|
87
87
|
</tr>
|
88
88
|
<tr>
|
89
89
|
<td class="function_type">
|
90
|
-
<
|
90
|
+
<span class="returnvalue">gboolean</span>
|
91
91
|
</td>
|
92
92
|
<td class="function_name">
|
93
93
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-language" title="pango_ot_info_find_language ()">pango_ot_info_find_language</a> <span class="c_punctuation">()</span>
|
@@ -95,7 +95,7 @@ mentioned in the release notes for the affected release.
|
|
95
95
|
</tr>
|
96
96
|
<tr>
|
97
97
|
<td class="function_type">
|
98
|
-
<
|
98
|
+
<span class="returnvalue">gboolean</span>
|
99
99
|
</td>
|
100
100
|
<td class="function_name">
|
101
101
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-feature" title="pango_ot_info_find_feature ()">pango_ot_info_find_feature</a> <span class="c_punctuation">()</span>
|
@@ -230,7 +230,7 @@ mentioned in the release notes for the affected release.
|
|
230
230
|
</tr>
|
231
231
|
<tr>
|
232
232
|
<td class="function_type">
|
233
|
-
<
|
233
|
+
<span class="returnvalue">gboolean</span>
|
234
234
|
</td>
|
235
235
|
<td class="function_name">
|
236
236
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-maybe-add-feature" title="pango_ot_ruleset_maybe_add_feature ()">pango_ot_ruleset_maybe_add_feature</a> <span class="c_punctuation">()</span>
|
@@ -238,7 +238,7 @@ mentioned in the release notes for the affected release.
|
|
238
238
|
</tr>
|
239
239
|
<tr>
|
240
240
|
<td class="function_type">
|
241
|
-
<
|
241
|
+
<span class="returnvalue">guint</span>
|
242
242
|
</td>
|
243
243
|
<td class="function_name">
|
244
244
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-maybe-add-features" title="pango_ot_ruleset_maybe_add_features ()">pango_ot_ruleset_maybe_add_features</a> <span class="c_punctuation">()</span>
|
@@ -246,7 +246,7 @@ mentioned in the release notes for the affected release.
|
|
246
246
|
</tr>
|
247
247
|
<tr>
|
248
248
|
<td class="function_type">
|
249
|
-
<
|
249
|
+
<span class="returnvalue">guint</span>
|
250
250
|
</td>
|
251
251
|
<td class="function_name">
|
252
252
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-get-feature-count" title="pango_ot_ruleset_get_feature_count ()">pango_ot_ruleset_get_feature_count</a> <span class="c_punctuation">()</span>
|
@@ -278,7 +278,7 @@ mentioned in the release notes for the affected release.
|
|
278
278
|
</tr>
|
279
279
|
<tr>
|
280
280
|
<td class="function_type">
|
281
|
-
<
|
281
|
+
<span class="returnvalue">gboolean</span>
|
282
282
|
</td>
|
283
283
|
<td class="function_name">
|
284
284
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-equal" title="pango_ot_ruleset_description_equal ()">pango_ot_ruleset_description_equal</a> <span class="c_punctuation">()</span>
|
@@ -294,7 +294,7 @@ mentioned in the release notes for the affected release.
|
|
294
294
|
</tr>
|
295
295
|
<tr>
|
296
296
|
<td class="function_type">
|
297
|
-
<
|
297
|
+
<span class="returnvalue">guint</span>
|
298
298
|
</td>
|
299
299
|
<td class="function_name">
|
300
300
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-hash" title="pango_ot_ruleset_description_hash ()">pango_ot_ruleset_description_hash</a> <span class="c_punctuation">()</span>
|
@@ -404,7 +404,7 @@ mentioned in the release notes for the affected release.
|
|
404
404
|
</div>
|
405
405
|
<div class="refsect1">
|
406
406
|
<a name="pango-OpenType-Font-Handling.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
407
|
-
<pre class="screen">
|
407
|
+
<pre class="screen"> GObject
|
408
408
|
<span class="lineart">├──</span> PangoOTInfo
|
409
409
|
<span class="lineart">╰──</span> PangoOTRuleset
|
410
410
|
</pre>
|
@@ -515,11 +515,11 @@ the same lifetime as <em class="parameter"><code>face</code></em>
|
|
515
515
|
<hr>
|
516
516
|
<div class="refsect2">
|
517
517
|
<a name="pango-ot-info-find-script"></a><h3>pango_ot_info_find_script ()</h3>
|
518
|
-
<pre class="programlisting"><
|
518
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
519
519
|
pango_ot_info_find_script (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTInfo"><span class="type">PangoOTInfo</span></a> *info</code></em>,
|
520
520
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
521
521
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> script_tag</code></em>,
|
522
|
-
<em class="parameter"><code><
|
522
|
+
<em class="parameter"><code><span class="type">guint</span> *script_index</code></em>);</pre>
|
523
523
|
<div class="warning"><p><code class="literal">pango_ot_info_find_script</code> is deprecated and should not be used in newly-written code.</p></div>
|
524
524
|
<p>Finds the index of a script. If not found, tries to find the 'DFLT'
|
525
525
|
and then 'dflt' scripts and return the index of that in <em class="parameter"><code>script_index</code></em>
|
@@ -557,8 +557,8 @@ fallback to the 'DFLT'/'dflt' script.</p>
|
|
557
557
|
</tr>
|
558
558
|
<tr>
|
559
559
|
<td class="parameter_name"><p>script_index</p></td>
|
560
|
-
<td class="parameter_description"><p>
|
561
|
-
script, or <
|
560
|
+
<td class="parameter_description"><p>location to store the index of the
|
561
|
+
script, or <code class="literal">NULL</code>. </p></td>
|
562
562
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
563
563
|
</tr>
|
564
564
|
</tbody>
|
@@ -566,19 +566,19 @@ script, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk
|
|
566
566
|
</div>
|
567
567
|
<div class="refsect3">
|
568
568
|
<a name="pango-ot-info-find-script.returns"></a><h4>Returns</h4>
|
569
|
-
<p> <
|
569
|
+
<p> <code class="literal">TRUE</code> if the script was found.</p>
|
570
570
|
</div>
|
571
571
|
</div>
|
572
572
|
<hr>
|
573
573
|
<div class="refsect2">
|
574
574
|
<a name="pango-ot-info-find-language"></a><h3>pango_ot_info_find_language ()</h3>
|
575
|
-
<pre class="programlisting"><
|
575
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
576
576
|
pango_ot_info_find_language (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTInfo"><span class="type">PangoOTInfo</span></a> *info</code></em>,
|
577
577
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
578
|
-
<em class="parameter"><code><
|
578
|
+
<em class="parameter"><code><span class="type">guint</span> script_index</code></em>,
|
579
579
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> language_tag</code></em>,
|
580
|
-
<em class="parameter"><code><
|
581
|
-
<em class="parameter"><code><
|
580
|
+
<em class="parameter"><code><span class="type">guint</span> *language_index</code></em>,
|
581
|
+
<em class="parameter"><code><span class="type">guint</span> *required_feature_index</code></em>);</pre>
|
582
582
|
<div class="warning"><p><code class="literal">pango_ot_info_find_language</code> is deprecated and should not be used in newly-written code.</p></div>
|
583
583
|
<p>Finds the index of a language and its required feature index.
|
584
584
|
If the language is not found, sets <em class="parameter"><code>language_index</code></em>
|
@@ -620,14 +620,14 @@ automatically fall back to the default language system.</p>
|
|
620
620
|
</tr>
|
621
621
|
<tr>
|
622
622
|
<td class="parameter_name"><p>language_index</p></td>
|
623
|
-
<td class="parameter_description"><p>
|
624
|
-
the language, or <
|
623
|
+
<td class="parameter_description"><p>location to store the index of
|
624
|
+
the language, or <code class="literal">NULL</code>. </p></td>
|
625
625
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
626
626
|
</tr>
|
627
627
|
<tr>
|
628
628
|
<td class="parameter_name"><p>required_feature_index</p></td>
|
629
|
-
<td class="parameter_description"><p>
|
630
|
-
required feature index of the language, or <
|
629
|
+
<td class="parameter_description"><p>location to store the
|
630
|
+
required feature index of the language, or <code class="literal">NULL</code>. </p></td>
|
631
631
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
632
632
|
</tr>
|
633
633
|
</tbody>
|
@@ -635,19 +635,19 @@ required feature index of the language, or <a href="/home/vagrant/ruby-gnome2.wi
|
|
635
635
|
</div>
|
636
636
|
<div class="refsect3">
|
637
637
|
<a name="pango-ot-info-find-language.returns"></a><h4>Returns</h4>
|
638
|
-
<p> <
|
638
|
+
<p> <code class="literal">TRUE</code> if the language was found.</p>
|
639
639
|
</div>
|
640
640
|
</div>
|
641
641
|
<hr>
|
642
642
|
<div class="refsect2">
|
643
643
|
<a name="pango-ot-info-find-feature"></a><h3>pango_ot_info_find_feature ()</h3>
|
644
|
-
<pre class="programlisting"><
|
644
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
645
645
|
pango_ot_info_find_feature (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTInfo"><span class="type">PangoOTInfo</span></a> *info</code></em>,
|
646
646
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
647
647
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> feature_tag</code></em>,
|
648
|
-
<em class="parameter"><code><
|
649
|
-
<em class="parameter"><code><
|
650
|
-
<em class="parameter"><code><
|
648
|
+
<em class="parameter"><code><span class="type">guint</span> script_index</code></em>,
|
649
|
+
<em class="parameter"><code><span class="type">guint</span> language_index</code></em>,
|
650
|
+
<em class="parameter"><code><span class="type">guint</span> *feature_index</code></em>);</pre>
|
651
651
|
<div class="warning"><p><code class="literal">pango_ot_info_find_feature</code> is deprecated and should not be used in newly-written code.</p></div>
|
652
652
|
<p>Finds the index of a feature. If the feature is not found, sets
|
653
653
|
<em class="parameter"><code>feature_index</code></em>
|
@@ -657,7 +657,7 @@ pango_ot_info_find_feature (<em class="parameter"><code><a class="link" href="pa
|
|
657
657
|
to an special value that if used
|
658
658
|
in <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-add-feature" title="pango_ot_ruleset_add_feature ()"><code class="function">pango_ot_ruleset_add_feature()</code></a> will ask Pango to synthesize the
|
659
659
|
requested feature based on Unicode properties and data. However, this
|
660
|
-
function will still return <
|
660
|
+
function will still return <code class="literal">FALSE</code> in those cases. So, users may want to
|
661
661
|
ignore the return value of this function in certain cases.</p>
|
662
662
|
<div class="refsect3">
|
663
663
|
<a name="pango-ot-info-find-feature.parameters"></a><h4>Parameters</h4>
|
@@ -696,8 +696,8 @@ or <a class="link" href="pango-OpenType-Font-Handling.html#PANGO-OT-DEFAULT-LANG
|
|
696
696
|
</tr>
|
697
697
|
<tr>
|
698
698
|
<td class="parameter_name"><p>feature_index</p></td>
|
699
|
-
<td class="parameter_description"><p>
|
700
|
-
the feature, or <
|
699
|
+
<td class="parameter_description"><p>location to store the index of
|
700
|
+
the feature, or <code class="literal">NULL</code>. </p></td>
|
701
701
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
702
702
|
</tr>
|
703
703
|
</tbody>
|
@@ -705,7 +705,7 @@ the feature, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/shar
|
|
705
705
|
</div>
|
706
706
|
<div class="refsect3">
|
707
707
|
<a name="pango-ot-info-find-feature.returns"></a><h4>Returns</h4>
|
708
|
-
<p> <
|
708
|
+
<p> <code class="literal">TRUE</code> if the feature was found.</p>
|
709
709
|
</div>
|
710
710
|
</div>
|
711
711
|
<hr>
|
@@ -741,7 +741,7 @@ pango_ot_info_list_scripts (<em class="parameter"><code><a class="link" href="pa
|
|
741
741
|
<div class="refsect3">
|
742
742
|
<a name="pango-ot-info-list-scripts.returns"></a><h4>Returns</h4>
|
743
743
|
<p> a newly-allocated zero-terminated array containing the tags of the
|
744
|
-
available scripts. Should be freed using <
|
744
|
+
available scripts. Should be freed using <code class="function">g_free()</code>.</p>
|
745
745
|
</div>
|
746
746
|
</div>
|
747
747
|
<hr>
|
@@ -750,7 +750,7 @@ available scripts. Should be freed using <a href="/home/vagrant/ruby-gnome2.win
|
|
750
750
|
<pre class="programlisting"><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="returnvalue">PangoOTTag</span></a> *
|
751
751
|
pango_ot_info_list_languages (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTInfo"><span class="type">PangoOTInfo</span></a> *info</code></em>,
|
752
752
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
753
|
-
<em class="parameter"><code><
|
753
|
+
<em class="parameter"><code><span class="type">guint</span> script_index</code></em>,
|
754
754
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> language_tag</code></em>);</pre>
|
755
755
|
<div class="warning"><p><code class="literal">pango_ot_info_list_languages</code> is deprecated and should not be used in newly-written code.</p></div>
|
756
756
|
<p>Obtains the list of available languages for a given script.</p>
|
@@ -789,7 +789,7 @@ pango_ot_info_list_languages (<em class="parameter"><code><a class="link" href="
|
|
789
789
|
<div class="refsect3">
|
790
790
|
<a name="pango-ot-info-list-languages.returns"></a><h4>Returns</h4>
|
791
791
|
<p> a newly-allocated zero-terminated array containing the tags of the
|
792
|
-
available languages. Should be freed using <
|
792
|
+
available languages. Should be freed using <code class="function">g_free()</code>.</p>
|
793
793
|
</div>
|
794
794
|
</div>
|
795
795
|
<hr>
|
@@ -799,8 +799,8 @@ available languages. Should be freed using <a href="/home/vagrant/ruby-gnome2.w
|
|
799
799
|
pango_ot_info_list_features (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTInfo"><span class="type">PangoOTInfo</span></a> *info</code></em>,
|
800
800
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
801
801
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> tag</code></em>,
|
802
|
-
<em class="parameter"><code><
|
803
|
-
<em class="parameter"><code><
|
802
|
+
<em class="parameter"><code><span class="type">guint</span> script_index</code></em>,
|
803
|
+
<em class="parameter"><code><span class="type">guint</span> language_index</code></em>);</pre>
|
804
804
|
<div class="warning"><p><code class="literal">pango_ot_info_list_features</code> is deprecated and should not be used in newly-written code.</p></div>
|
805
805
|
<p>Obtains the list of features for the given language of the given script.</p>
|
806
806
|
<div class="refsect3">
|
@@ -845,7 +845,7 @@ language of the script.</p></td>
|
|
845
845
|
<div class="refsect3">
|
846
846
|
<a name="pango-ot-info-list-features.returns"></a><h4>Returns</h4>
|
847
847
|
<p> a newly-allocated zero-terminated array containing the tags of the
|
848
|
-
available features. Should be freed using <
|
848
|
+
available features. Should be freed using <code class="function">g_free()</code>.</p>
|
849
849
|
</div>
|
850
850
|
</div>
|
851
851
|
<hr>
|
@@ -930,9 +930,9 @@ pango_ot_buffer_clear (<em class="parameter"><code><a class="link" href="pango-O
|
|
930
930
|
<a name="pango-ot-buffer-add-glyph"></a><h3>pango_ot_buffer_add_glyph ()</h3>
|
931
931
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
932
932
|
pango_ot_buffer_add_glyph (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTBuffer" title="PangoOTBuffer"><span class="type">PangoOTBuffer</span></a> *buffer</code></em>,
|
933
|
-
<em class="parameter"><code><
|
934
|
-
<em class="parameter"><code><
|
935
|
-
<em class="parameter"><code><
|
933
|
+
<em class="parameter"><code><span class="type">guint</span> glyph</code></em>,
|
934
|
+
<em class="parameter"><code><span class="type">guint</span> properties</code></em>,
|
935
|
+
<em class="parameter"><code><span class="type">guint</span> cluster</code></em>);</pre>
|
936
936
|
<div class="warning"><p><code class="literal">pango_ot_buffer_add_glyph</code> is deprecated and should not be used in newly-written code.</p></div>
|
937
937
|
<p>Appends a glyph to a <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTBuffer" title="PangoOTBuffer"><span class="type">PangoOTBuffer</span></a>, with <em class="parameter"><code>properties</code></em>
|
938
938
|
identifying which
|
@@ -976,7 +976,7 @@ features should be applied on this glyph. See <a class="link" href="pango-OpenT
|
|
976
976
|
<a name="pango-ot-buffer-set-rtl"></a><h3>pango_ot_buffer_set_rtl ()</h3>
|
977
977
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
978
978
|
pango_ot_buffer_set_rtl (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTBuffer" title="PangoOTBuffer"><span class="type">PangoOTBuffer</span></a> *buffer</code></em>,
|
979
|
-
<em class="parameter"><code><
|
979
|
+
<em class="parameter"><code><span class="type">gboolean</span> rtl</code></em>);</pre>
|
980
980
|
<div class="warning"><p><code class="literal">pango_ot_buffer_set_rtl</code> is deprecated and should not be used in newly-written code.</p></div>
|
981
981
|
<p>Sets whether glyphs will be rendered right-to-left. This setting
|
982
982
|
is needed for proper horizontal positioning of right-to-left scripts.</p>
|
@@ -996,7 +996,7 @@ is needed for proper horizontal positioning of right-to-left scripts.</p>
|
|
996
996
|
</tr>
|
997
997
|
<tr>
|
998
998
|
<td class="parameter_name"><p>rtl</p></td>
|
999
|
-
<td class="parameter_description"><p><
|
999
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> for right-to-left text</p></td>
|
1000
1000
|
<td class="parameter_annotations"> </td>
|
1001
1001
|
</tr>
|
1002
1002
|
</tbody>
|
@@ -1009,7 +1009,7 @@ is needed for proper horizontal positioning of right-to-left scripts.</p>
|
|
1009
1009
|
<a name="pango-ot-buffer-set-zero-width-marks"></a><h3>pango_ot_buffer_set_zero_width_marks ()</h3>
|
1010
1010
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1011
1011
|
pango_ot_buffer_set_zero_width_marks (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTBuffer" title="PangoOTBuffer"><span class="type">PangoOTBuffer</span></a> *buffer</code></em>,
|
1012
|
-
<em class="parameter"><code><
|
1012
|
+
<em class="parameter"><code><span class="type">gboolean</span> zero_width_marks</code></em>);</pre>
|
1013
1013
|
<div class="warning"><p><code class="literal">pango_ot_buffer_set_zero_width_marks</code> is deprecated and should not be used in newly-written code.</p></div>
|
1014
1014
|
<p>Sets whether characters with a mark class should be forced to zero width.
|
1015
1015
|
This setting is needed for proper positioning of Arabic accents,
|
@@ -1031,7 +1031,7 @@ fonts.</p>
|
|
1031
1031
|
</tr>
|
1032
1032
|
<tr>
|
1033
1033
|
<td class="parameter_name"><p>zero_width_marks</p></td>
|
1034
|
-
<td class="parameter_description"><p><
|
1034
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> if characters with a mark class should
|
1035
1035
|
be forced to zero width.</p></td>
|
1036
1036
|
<td class="parameter_annotations"> </td>
|
1037
1037
|
</tr>
|
@@ -1067,14 +1067,14 @@ as buffer is not modified.</p>
|
|
1067
1067
|
</tr>
|
1068
1068
|
<tr>
|
1069
1069
|
<td class="parameter_name"><p>glyphs</p></td>
|
1070
|
-
<td class="parameter_description"><p>
|
1071
|
-
store the array of glyphs, or <
|
1070
|
+
<td class="parameter_description"><p>location to
|
1071
|
+
store the array of glyphs, or <code class="literal">NULL</code>. </p></td>
|
1072
1072
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_glyphs][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1073
1073
|
</tr>
|
1074
1074
|
<tr>
|
1075
1075
|
<td class="parameter_name"><p>n_glyphs</p></td>
|
1076
|
-
<td class="parameter_description"><p>
|
1077
|
-
glyphs, or <
|
1076
|
+
<td class="parameter_description"><p>location to store the number of
|
1077
|
+
glyphs, or <code class="literal">NULL</code>. </p></td>
|
1078
1078
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1079
1079
|
</tr>
|
1080
1080
|
</tbody>
|
@@ -1187,7 +1187,7 @@ pango_ot_ruleset_new (<em class="parameter"><code><a class="link" href="pango-Op
|
|
1187
1187
|
<div class="refsect3">
|
1188
1188
|
<a name="pango-ot-ruleset-new.returns"></a><h4>Returns</h4>
|
1189
1189
|
<p> the newly allocated <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a>, which
|
1190
|
-
should be freed with <
|
1190
|
+
should be freed with <code class="function">g_object_unref()</code>.</p>
|
1191
1191
|
</div>
|
1192
1192
|
</div>
|
1193
1193
|
<hr>
|
@@ -1263,7 +1263,7 @@ finds and uses the 'DFLT' script and the default language-system.</p>
|
|
1263
1263
|
<div class="refsect3">
|
1264
1264
|
<a name="pango-ot-ruleset-new-for.returns"></a><h4>Returns</h4>
|
1265
1265
|
<p> the newly allocated <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a>, which
|
1266
|
-
should be freed with <
|
1266
|
+
should be freed with <code class="function">g_object_unref()</code>.</p>
|
1267
1267
|
</div>
|
1268
1268
|
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1269
1269
|
</div>
|
@@ -1308,7 +1308,7 @@ long as <em class="parameter"><code>info</code></em>
|
|
1308
1308
|
<div class="refsect3">
|
1309
1309
|
<a name="pango-ot-ruleset-new-from-description.returns"></a><h4>Returns</h4>
|
1310
1310
|
<p> the newly allocated <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a>, which
|
1311
|
-
should be freed with <
|
1311
|
+
should be freed with <code class="function">g_object_unref()</code>.</p>
|
1312
1312
|
</div>
|
1313
1313
|
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1314
1314
|
</div>
|
@@ -1318,8 +1318,8 @@ should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local
|
|
1318
1318
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1319
1319
|
pango_ot_ruleset_add_feature (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a> *ruleset</code></em>,
|
1320
1320
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
1321
|
-
<em class="parameter"><code><
|
1322
|
-
<em class="parameter"><code><
|
1321
|
+
<em class="parameter"><code><span class="type">guint</span> feature_index</code></em>,
|
1322
|
+
<em class="parameter"><code><span class="type">gulong</span> property_bit</code></em>);</pre>
|
1323
1323
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_add_feature</code> is deprecated and should not be used in newly-written code.</p></div>
|
1324
1324
|
<p>Adds a feature to the ruleset.</p>
|
1325
1325
|
<div class="refsect3">
|
@@ -1360,11 +1360,11 @@ the glyphs that this feature should be applied to, or
|
|
1360
1360
|
<hr>
|
1361
1361
|
<div class="refsect2">
|
1362
1362
|
<a name="pango-ot-ruleset-maybe-add-feature"></a><h3>pango_ot_ruleset_maybe_add_feature ()</h3>
|
1363
|
-
<pre class="programlisting"><
|
1363
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1364
1364
|
pango_ot_ruleset_maybe_add_feature (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a> *ruleset</code></em>,
|
1365
1365
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
1366
1366
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> feature_tag</code></em>,
|
1367
|
-
<em class="parameter"><code><
|
1367
|
+
<em class="parameter"><code><span class="type">gulong</span> property_bit</code></em>);</pre>
|
1368
1368
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_maybe_add_feature</code> is deprecated and should not be used in newly-written code.</p></div>
|
1369
1369
|
<p>This is a convenience function that first tries to find the feature
|
1370
1370
|
using <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-feature" title="pango_ot_info_find_feature ()"><code class="function">pango_ot_info_find_feature()</code></a> and the ruleset script and language
|
@@ -1409,19 +1409,19 @@ the glyphs that this feature should be applied to, or
|
|
1409
1409
|
</div>
|
1410
1410
|
<div class="refsect3">
|
1411
1411
|
<a name="pango-ot-ruleset-maybe-add-feature.returns"></a><h4>Returns</h4>
|
1412
|
-
<p> <
|
1413
|
-
<
|
1412
|
+
<p> <code class="literal">TRUE</code> if the feature was found and added to ruleset,
|
1413
|
+
<code class="literal">FALSE</code> otherwise.</p>
|
1414
1414
|
</div>
|
1415
1415
|
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1416
1416
|
</div>
|
1417
1417
|
<hr>
|
1418
1418
|
<div class="refsect2">
|
1419
1419
|
<a name="pango-ot-ruleset-maybe-add-features"></a><h3>pango_ot_ruleset_maybe_add_features ()</h3>
|
1420
|
-
<pre class="programlisting"><
|
1420
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
1421
1421
|
pango_ot_ruleset_maybe_add_features (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a> *ruleset</code></em>,
|
1422
1422
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
1423
1423
|
<em class="parameter"><code>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTFeatureMap" title="struct PangoOTFeatureMap"><span class="type">PangoOTFeatureMap</span></a> *features</code></em>,
|
1424
|
-
<em class="parameter"><code><
|
1424
|
+
<em class="parameter"><code><span class="type">guint</span> n_features</code></em>);</pre>
|
1425
1425
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_maybe_add_features</code> is deprecated and should not be used in newly-written code.</p></div>
|
1426
1426
|
<p>This is a convenience function that
|
1427
1427
|
for each feature in the feature map array <em class="parameter"><code>features</code></em>
|
@@ -1473,10 +1473,10 @@ and added to <em class="parameter"><code>ruleset</code></em>
|
|
1473
1473
|
<hr>
|
1474
1474
|
<div class="refsect2">
|
1475
1475
|
<a name="pango-ot-ruleset-get-feature-count"></a><h3>pango_ot_ruleset_get_feature_count ()</h3>
|
1476
|
-
<pre class="programlisting"><
|
1476
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
1477
1477
|
pango_ot_ruleset_get_feature_count (<em class="parameter"><code>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a> *ruleset</code></em>,
|
1478
|
-
<em class="parameter"><code><
|
1479
|
-
<em class="parameter"><code><
|
1478
|
+
<em class="parameter"><code><span class="type">guint</span> *n_gsub_features</code></em>,
|
1479
|
+
<em class="parameter"><code><span class="type">guint</span> *n_gpos_features</code></em>);</pre>
|
1480
1480
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_get_feature_count</code> is deprecated and should not be used in newly-written code.</p></div>
|
1481
1481
|
<p>Gets the number of GSUB and GPOS features in the ruleset.</p>
|
1482
1482
|
<div class="refsect3">
|
@@ -1495,14 +1495,14 @@ pango_ot_ruleset_get_feature_count (<em class="parameter"><code>const <a class="
|
|
1495
1495
|
</tr>
|
1496
1496
|
<tr>
|
1497
1497
|
<td class="parameter_name"><p>n_gsub_features</p></td>
|
1498
|
-
<td class="parameter_description"><p>
|
1499
|
-
GSUB features, or <
|
1498
|
+
<td class="parameter_description"><p>location to store number of
|
1499
|
+
GSUB features, or <code class="literal">NULL</code>. </p></td>
|
1500
1500
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1501
1501
|
</tr>
|
1502
1502
|
<tr>
|
1503
1503
|
<td class="parameter_name"><p>n_gpos_features</p></td>
|
1504
|
-
<td class="parameter_description"><p>
|
1505
|
-
GPOS features, or <
|
1504
|
+
<td class="parameter_description"><p>location to store number of
|
1505
|
+
GPOS features, or <code class="literal">NULL</code>. </p></td>
|
1506
1506
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1507
1507
|
</tr>
|
1508
1508
|
</tbody>
|
@@ -1621,7 +1621,7 @@ should be freed with <a class="link" href="pango-OpenType-Font-Handling.html#pan
|
|
1621
1621
|
<hr>
|
1622
1622
|
<div class="refsect2">
|
1623
1623
|
<a name="pango-ot-ruleset-description-equal"></a><h3>pango_ot_ruleset_description_equal ()</h3>
|
1624
|
-
<pre class="programlisting"><
|
1624
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1625
1625
|
pango_ot_ruleset_description_equal (<em class="parameter"><code>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription" title="struct PangoOTRulesetDescription"><span class="type">PangoOTRulesetDescription</span></a> *desc1</code></em>,
|
1626
1626
|
<em class="parameter"><code>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription" title="struct PangoOTRulesetDescription"><span class="type">PangoOTRulesetDescription</span></a> *desc2</code></em>);</pre>
|
1627
1627
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_description_equal</code> is deprecated and should not be used in newly-written code.</p></div>
|
@@ -1632,7 +1632,7 @@ script, language, and all feature sets should be equal. For static feature
|
|
1632
1632
|
sets, the array addresses are compared directly, while for other
|
1633
1633
|
features, the list of features is compared one by one.
|
1634
1634
|
(Two ruleset descriptions may result in identical rulesets
|
1635
|
-
being created, but still compare <
|
1635
|
+
being created, but still compare <code class="literal">FALSE</code>.)</p>
|
1636
1636
|
<div class="refsect3">
|
1637
1637
|
<a name="pango-ot-ruleset-description-equal.parameters"></a><h4>Parameters</h4>
|
1638
1638
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1657,8 +1657,8 @@ being created, but still compare <a href="/home/vagrant/ruby-gnome2.win64/glib2/
|
|
1657
1657
|
</div>
|
1658
1658
|
<div class="refsect3">
|
1659
1659
|
<a name="pango-ot-ruleset-description-equal.returns"></a><h4>Returns</h4>
|
1660
|
-
<p> <
|
1661
|
-
<
|
1660
|
+
<p> <code class="literal">TRUE</code> if two ruleset descriptions are identical,
|
1661
|
+
<code class="literal">FALSE</code> otherwise.</p>
|
1662
1662
|
</div>
|
1663
1663
|
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1664
1664
|
</div>
|
@@ -1690,11 +1690,11 @@ pango_ot_ruleset_description_free (<em class="parameter"><code><a class="link" h
|
|
1690
1690
|
<hr>
|
1691
1691
|
<div class="refsect2">
|
1692
1692
|
<a name="pango-ot-ruleset-description-hash"></a><h3>pango_ot_ruleset_description_hash ()</h3>
|
1693
|
-
<pre class="programlisting"><
|
1693
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
1694
1694
|
pango_ot_ruleset_description_hash (<em class="parameter"><code>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription" title="struct PangoOTRulesetDescription"><span class="type">PangoOTRulesetDescription</span></a> *desc</code></em>);</pre>
|
1695
1695
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_description_hash</code> is deprecated and should not be used in newly-written code.</p></div>
|
1696
1696
|
<p>Computes a hash of a <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription" title="struct PangoOTRulesetDescription"><span class="type">PangoOTRulesetDescription</span></a> structure suitable
|
1697
|
-
to be used, for example, as an argument to <
|
1697
|
+
to be used, for example, as an argument to <code class="function">g_hash_table_new()</code>.</p>
|
1698
1698
|
<div class="refsect3">
|
1699
1699
|
<a name="pango-ot-ruleset-description-hash.parameters"></a><h4>Parameters</h4>
|
1700
1700
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1734,7 +1734,7 @@ pango_ot_tag_from_language (<em class="parameter"><code><a class="link" href="pa
|
|
1734
1734
|
</colgroup>
|
1735
1735
|
<tbody><tr>
|
1736
1736
|
<td class="parameter_name"><p>language</p></td>
|
1737
|
-
<td class="parameter_description"><p>
|
1737
|
+
<td class="parameter_description"><p>A <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a>, or <code class="literal">NULL</code>. </p></td>
|
1738
1738
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1739
1739
|
</tr></tbody>
|
1740
1740
|
</table></div>
|
@@ -1744,7 +1744,7 @@ pango_ot_tag_from_language (<em class="parameter"><code><a class="link" href="pa
|
|
1744
1744
|
<p> <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> best matching <em class="parameter"><code>language</code></em>
|
1745
1745
|
or
|
1746
1746
|
<a class="link" href="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-DEFAULT-LANGUAGE:CAPS" title="PANGO_OT_TAG_DEFAULT_LANGUAGE"><code class="literal">PANGO_OT_TAG_DEFAULT_LANGUAGE</code></a> if none found or if <em class="parameter"><code>language</code></em>
|
1747
|
-
is <
|
1747
|
+
is <code class="literal">NULL</code>.</p>
|
1748
1748
|
</div>
|
1749
1749
|
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1750
1750
|
</div>
|
@@ -1913,33 +1913,33 @@ It contains the following fields.</p>
|
|
1913
1913
|
</colgroup>
|
1914
1914
|
<tbody>
|
1915
1915
|
<tr>
|
1916
|
-
<td class="struct_member_name"><p><
|
1916
|
+
<td class="struct_member_name"><p><span class="type">guint32</span> <em class="structfield"><code><a name="PangoOTGlyph.glyph"></a>glyph</code></em>;</p></td>
|
1917
1917
|
<td class="struct_member_description"><p>the glyph itself.</p></td>
|
1918
1918
|
<td class="struct_member_annotations"> </td>
|
1919
1919
|
</tr>
|
1920
1920
|
<tr>
|
1921
|
-
<td class="struct_member_name"><p><
|
1921
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoOTGlyph.properties"></a>properties</code></em>;</p></td>
|
1922
1922
|
<td class="struct_member_description"><p>the properties value, identifying which features should be
|
1923
1923
|
applied on this glyph. See <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-add-feature" title="pango_ot_ruleset_add_feature ()"><code class="function">pango_ot_ruleset_add_feature()</code></a>.</p></td>
|
1924
1924
|
<td class="struct_member_annotations"> </td>
|
1925
1925
|
</tr>
|
1926
1926
|
<tr>
|
1927
|
-
<td class="struct_member_name"><p><
|
1927
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoOTGlyph.cluster"></a>cluster</code></em>;</p></td>
|
1928
1928
|
<td class="struct_member_description"><p>the cluster that this glyph belongs to.</p></td>
|
1929
1929
|
<td class="struct_member_annotations"> </td>
|
1930
1930
|
</tr>
|
1931
1931
|
<tr>
|
1932
|
-
<td class="struct_member_name"><p><
|
1932
|
+
<td class="struct_member_name"><p><span class="type">gushort</span> <em class="structfield"><code><a name="PangoOTGlyph.component"></a>component</code></em>;</p></td>
|
1933
1933
|
<td class="struct_member_description"><p>a component value, set by the OpenType layout engine.</p></td>
|
1934
1934
|
<td class="struct_member_annotations"> </td>
|
1935
1935
|
</tr>
|
1936
1936
|
<tr>
|
1937
|
-
<td class="struct_member_name"><p><
|
1937
|
+
<td class="struct_member_name"><p><span class="type">gushort</span> <em class="structfield"><code><a name="PangoOTGlyph.ligID"></a>ligID</code></em>;</p></td>
|
1938
1938
|
<td class="struct_member_description"><p>a ligature index value, set by the OpenType layout engine.</p></td>
|
1939
1939
|
<td class="struct_member_annotations"> </td>
|
1940
1940
|
</tr>
|
1941
1941
|
<tr>
|
1942
|
-
<td class="struct_member_name"><p><
|
1942
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoOTGlyph.internal"></a>internal</code></em>;</p></td>
|
1943
1943
|
<td class="struct_member_description"><p>for Pango internal use</p></td>
|
1944
1944
|
<td class="struct_member_annotations"> </td>
|
1945
1945
|
</tr>
|
@@ -2001,38 +2001,38 @@ or create a new one using <a class="link" href="pango-OpenType-Font-Handling.htm
|
|
2001
2001
|
</tr>
|
2002
2002
|
<tr>
|
2003
2003
|
<td class="struct_member_name"><p>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTFeatureMap" title="struct PangoOTFeatureMap"><span class="type">PangoOTFeatureMap</span></a> *<em class="structfield"><code><a name="PangoOTRulesetDescription.static-gsub-features"></a>static_gsub_features</code></em>;</p></td>
|
2004
|
-
<td class="struct_member_description"><p>
|
2005
|
-
or <
|
2004
|
+
<td class="struct_member_description"><p>static map of GSUB features,
|
2005
|
+
or <code class="literal">NULL</code>. </p></td>
|
2006
2006
|
<td class="struct_member_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2007
2007
|
</tr>
|
2008
2008
|
<tr>
|
2009
|
-
<td class="struct_member_name"><p><
|
2009
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoOTRulesetDescription.n-static-gsub-features"></a>n_static_gsub_features</code></em>;</p></td>
|
2010
2010
|
<td class="struct_member_description"><p>length of <em class="parameter"><code>static_gsub_features</code></em>
|
2011
2011
|
, or 0.</p></td>
|
2012
2012
|
<td class="struct_member_annotations"> </td>
|
2013
2013
|
</tr>
|
2014
2014
|
<tr>
|
2015
2015
|
<td class="struct_member_name"><p>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTFeatureMap" title="struct PangoOTFeatureMap"><span class="type">PangoOTFeatureMap</span></a> *<em class="structfield"><code><a name="PangoOTRulesetDescription.static-gpos-features"></a>static_gpos_features</code></em>;</p></td>
|
2016
|
-
<td class="struct_member_description"><p>
|
2017
|
-
or <
|
2016
|
+
<td class="struct_member_description"><p>static map of GPOS features,
|
2017
|
+
or <code class="literal">NULL</code>. </p></td>
|
2018
2018
|
<td class="struct_member_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2019
2019
|
</tr>
|
2020
2020
|
<tr>
|
2021
|
-
<td class="struct_member_name"><p><
|
2021
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoOTRulesetDescription.n-static-gpos-features"></a>n_static_gpos_features</code></em>;</p></td>
|
2022
2022
|
<td class="struct_member_description"><p>length of <em class="parameter"><code>static_gpos_features</code></em>
|
2023
2023
|
, or 0.</p></td>
|
2024
2024
|
<td class="struct_member_annotations"> </td>
|
2025
2025
|
</tr>
|
2026
2026
|
<tr>
|
2027
2027
|
<td class="struct_member_name"><p>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTFeatureMap" title="struct PangoOTFeatureMap"><span class="type">PangoOTFeatureMap</span></a> *<em class="structfield"><code><a name="PangoOTRulesetDescription.other-features"></a>other_features</code></em>;</p></td>
|
2028
|
-
<td class="struct_member_description"><p>
|
2029
|
-
GSUB and GPOS, or <
|
2028
|
+
<td class="struct_member_description"><p>map of extra features to add to both
|
2029
|
+
GSUB and GPOS, or <code class="literal">NULL</code>. Unlike the static maps, this pointer
|
2030
2030
|
need not live beyond the life of function calls taking this
|
2031
2031
|
struct. </p></td>
|
2032
2032
|
<td class="struct_member_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2033
2033
|
</tr>
|
2034
2034
|
<tr>
|
2035
|
-
<td class="struct_member_name"><p><
|
2035
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoOTRulesetDescription.n-other-features"></a>n_other_features</code></em>;</p></td>
|
2036
2036
|
<td class="struct_member_description"><p>length of <em class="parameter"><code>other_features</code></em>
|
2037
2037
|
, or 0.</p></td>
|
2038
2038
|
<td class="struct_member_annotations"> </td>
|
@@ -2101,7 +2101,7 @@ represented as a char array instead of a <a class="link" href="pango-OpenType-Fo
|
|
2101
2101
|
<td class="struct_member_annotations"> </td>
|
2102
2102
|
</tr>
|
2103
2103
|
<tr>
|
2104
|
-
<td class="struct_member_name"><p><
|
2104
|
+
<td class="struct_member_name"><p><span class="type">gulong</span> <em class="structfield"><code><a name="PangoOTFeatureMap.property-bit"></a>property_bit</code></em>;</p></td>
|
2105
2105
|
<td class="struct_member_description"><p>the property bit to use for this feature. See
|
2106
2106
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-add-feature" title="pango_ot_ruleset_add_feature ()"><code class="function">pango_ot_ruleset_add_feature()</code></a> for details.</p></td>
|
2107
2107
|
<td class="struct_member_annotations"> </td>
|
@@ -2184,6 +2184,6 @@ is not found.</p>
|
|
2184
2184
|
</div>
|
2185
2185
|
</div>
|
2186
2186
|
<div class="footer">
|
2187
|
-
<hr>Generated by GTK-Doc V1.
|
2187
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
2188
2188
|
</body>
|
2189
2189
|
</html>
|