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
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="pango-Modules.html" title="Modules">
|
10
10
|
<link rel="next" href="pango-Version-Checking.html" title="Version Checking">
|
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">
|
@@ -57,7 +57,7 @@
|
|
57
57
|
</tr>
|
58
58
|
<tr>
|
59
59
|
<td class="function_type">
|
60
|
-
<
|
60
|
+
<span class="returnvalue">gint</span>
|
61
61
|
</td>
|
62
62
|
<td class="function_name">
|
63
63
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-read-line" title="pango_read_line ()">pango_read_line</a> <span class="c_punctuation">()</span>
|
@@ -65,7 +65,7 @@
|
|
65
65
|
</tr>
|
66
66
|
<tr>
|
67
67
|
<td class="function_type">
|
68
|
-
<
|
68
|
+
<span class="returnvalue">gboolean</span>
|
69
69
|
</td>
|
70
70
|
<td class="function_name">
|
71
71
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-skip-space" title="pango_skip_space ()">pango_skip_space</a> <span class="c_punctuation">()</span>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
</tr>
|
74
74
|
<tr>
|
75
75
|
<td class="function_type">
|
76
|
-
<
|
76
|
+
<span class="returnvalue">gboolean</span>
|
77
77
|
</td>
|
78
78
|
<td class="function_name">
|
79
79
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-word" title="pango_scan_word ()">pango_scan_word</a> <span class="c_punctuation">()</span>
|
@@ -81,7 +81,7 @@
|
|
81
81
|
</tr>
|
82
82
|
<tr>
|
83
83
|
<td class="function_type">
|
84
|
-
<
|
84
|
+
<span class="returnvalue">gboolean</span>
|
85
85
|
</td>
|
86
86
|
<td class="function_name">
|
87
87
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-string" title="pango_scan_string ()">pango_scan_string</a> <span class="c_punctuation">()</span>
|
@@ -89,7 +89,7 @@
|
|
89
89
|
</tr>
|
90
90
|
<tr>
|
91
91
|
<td class="function_type">
|
92
|
-
<
|
92
|
+
<span class="returnvalue">gboolean</span>
|
93
93
|
</td>
|
94
94
|
<td class="function_name">
|
95
95
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-int" title="pango_scan_int ()">pango_scan_int</a> <span class="c_punctuation">()</span>
|
@@ -121,7 +121,7 @@
|
|
121
121
|
</tr>
|
122
122
|
<tr>
|
123
123
|
<td class="function_type">
|
124
|
-
<
|
124
|
+
<span class="returnvalue">gboolean</span>
|
125
125
|
</td>
|
126
126
|
<td class="function_name">
|
127
127
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-enum" title="pango_parse_enum ()">pango_parse_enum</a> <span class="c_punctuation">()</span>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
</tr>
|
130
130
|
<tr>
|
131
131
|
<td class="function_type">
|
132
|
-
<
|
132
|
+
<span class="returnvalue">gboolean</span>
|
133
133
|
</td>
|
134
134
|
<td class="function_name">
|
135
135
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-style" title="pango_parse_style ()">pango_parse_style</a> <span class="c_punctuation">()</span>
|
@@ -137,7 +137,7 @@
|
|
137
137
|
</tr>
|
138
138
|
<tr>
|
139
139
|
<td class="function_type">
|
140
|
-
<
|
140
|
+
<span class="returnvalue">gboolean</span>
|
141
141
|
</td>
|
142
142
|
<td class="function_name">
|
143
143
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-variant" title="pango_parse_variant ()">pango_parse_variant</a> <span class="c_punctuation">()</span>
|
@@ -145,7 +145,7 @@
|
|
145
145
|
</tr>
|
146
146
|
<tr>
|
147
147
|
<td class="function_type">
|
148
|
-
<
|
148
|
+
<span class="returnvalue">gboolean</span>
|
149
149
|
</td>
|
150
150
|
<td class="function_name">
|
151
151
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-weight" title="pango_parse_weight ()">pango_parse_weight</a> <span class="c_punctuation">()</span>
|
@@ -153,7 +153,7 @@
|
|
153
153
|
</tr>
|
154
154
|
<tr>
|
155
155
|
<td class="function_type">
|
156
|
-
<
|
156
|
+
<span class="returnvalue">gboolean</span>
|
157
157
|
</td>
|
158
158
|
<td class="function_name">
|
159
159
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-stretch" title="pango_parse_stretch ()">pango_parse_stretch</a> <span class="c_punctuation">()</span>
|
@@ -175,7 +175,7 @@
|
|
175
175
|
</tr>
|
176
176
|
<tr>
|
177
177
|
<td class="function_type">
|
178
|
-
<
|
178
|
+
<span class="returnvalue">guint8</span> *
|
179
179
|
</td>
|
180
180
|
<td class="function_name">
|
181
181
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-log2vis-get-embedding-levels" title="pango_log2vis_get_embedding_levels ()">pango_log2vis_get_embedding_levels</a> <span class="c_punctuation">()</span>
|
@@ -183,7 +183,7 @@
|
|
183
183
|
</tr>
|
184
184
|
<tr>
|
185
185
|
<td class="function_type">
|
186
|
-
<
|
186
|
+
<span class="returnvalue">gboolean</span>
|
187
187
|
</td>
|
188
188
|
<td class="function_name">
|
189
189
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-is-zero-width" title="pango_is_zero_width ()">pango_is_zero_width</a> <span class="c_punctuation">()</span>
|
@@ -212,7 +212,7 @@ backends and modules, but may be useful for other purposes too.</p>
|
|
212
212
|
<pre class="programlisting"><span class="returnvalue">char</span> **
|
213
213
|
pango_split_file_list (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>);</pre>
|
214
214
|
<div class="warning"><p><code class="literal">pango_split_file_list</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
215
|
-
<p>Splits a <
|
215
|
+
<p>Splits a <code class="literal">G_SEARCHPATH_SEPARATOR</code>-separated list of files, stripping
|
216
216
|
white space and substituting ~/ with $HOME/.</p>
|
217
217
|
<div class="refsect3">
|
218
218
|
<a name="pango-split-file-list.parameters"></a><h4>Parameters</h4>
|
@@ -224,15 +224,15 @@ white space and substituting ~/ with $HOME/.</p>
|
|
224
224
|
</colgroup>
|
225
225
|
<tbody><tr>
|
226
226
|
<td class="parameter_name"><p>str</p></td>
|
227
|
-
<td class="parameter_description"><p>a <
|
227
|
+
<td class="parameter_description"><p>a <code class="literal">G_SEARCHPATH_SEPARATOR</code> separated list of filenames</p></td>
|
228
228
|
<td class="parameter_annotations"> </td>
|
229
229
|
</tr></tbody>
|
230
230
|
</table></div>
|
231
231
|
</div>
|
232
232
|
<div class="refsect3">
|
233
233
|
<a name="pango-split-file-list.returns"></a><h4>Returns</h4>
|
234
|
-
<p>
|
235
|
-
strings to be freed with <
|
234
|
+
<p>a list of
|
235
|
+
strings to be freed with <code class="function">g_strfreev()</code>. </p>
|
236
236
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></p>
|
237
237
|
</div>
|
238
238
|
</div>
|
@@ -260,15 +260,15 @@ pango_trim_string (<em class="parameter"><code>const <span class="type">char</sp
|
|
260
260
|
</div>
|
261
261
|
<div class="refsect3">
|
262
262
|
<a name="pango-trim-string.returns"></a><h4>Returns</h4>
|
263
|
-
<p> A newly-allocated string that must be freed with <
|
263
|
+
<p> A newly-allocated string that must be freed with <code class="function">g_free()</code></p>
|
264
264
|
</div>
|
265
265
|
</div>
|
266
266
|
<hr>
|
267
267
|
<div class="refsect2">
|
268
268
|
<a name="pango-read-line"></a><h3>pango_read_line ()</h3>
|
269
|
-
<pre class="programlisting"><
|
269
|
+
<pre class="programlisting"><span class="returnvalue">gint</span>
|
270
270
|
pango_read_line (<em class="parameter"><code><span class="type">FILE</span> *stream</code></em>,
|
271
|
-
<em class="parameter"><code><
|
271
|
+
<em class="parameter"><code><span class="type">GString</span> *str</code></em>);</pre>
|
272
272
|
<div class="warning"><p><code class="literal">pango_read_line</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
273
273
|
<p>Reads an entire line from a file into a buffer. Lines may
|
274
274
|
be delimited with '\n', '\r', '\n\r', or '\r\n'. The delimiter
|
@@ -293,7 +293,7 @@ unmodified.</p>
|
|
293
293
|
</tr>
|
294
294
|
<tr>
|
295
295
|
<td class="parameter_name"><p>str</p></td>
|
296
|
-
<td class="parameter_description"><p
|
296
|
+
<td class="parameter_description"><p><span class="type">GString</span> buffer into which to write the result. </p></td>
|
297
297
|
<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>
|
298
298
|
</tr>
|
299
299
|
</tbody>
|
@@ -309,7 +309,7 @@ a line number counter which doesn't combine lines with '\')</p>
|
|
309
309
|
<hr>
|
310
310
|
<div class="refsect2">
|
311
311
|
<a name="pango-skip-space"></a><h3>pango_skip_space ()</h3>
|
312
|
-
<pre class="programlisting"><
|
312
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
313
313
|
pango_skip_space (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>);</pre>
|
314
314
|
<div class="warning"><p><code class="literal">pango_skip_space</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
315
315
|
<p>Skips 0 or more characters of white space.</p>
|
@@ -323,25 +323,25 @@ pango_skip_space (<em class="parameter"><code>const <span class="type">char</spa
|
|
323
323
|
</colgroup>
|
324
324
|
<tbody><tr>
|
325
325
|
<td class="parameter_name"><p>pos</p></td>
|
326
|
-
<td class="parameter_description"><p>
|
326
|
+
<td class="parameter_description"><p>in/out string position. </p></td>
|
327
327
|
<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>
|
328
328
|
</tr></tbody>
|
329
329
|
</table></div>
|
330
330
|
</div>
|
331
331
|
<div class="refsect3">
|
332
332
|
<a name="pango-skip-space.returns"></a><h4>Returns</h4>
|
333
|
-
<p> <
|
333
|
+
<p> <code class="literal">FALSE</code> if skipping the white space leaves
|
334
334
|
the position at a '\0' character.</p>
|
335
335
|
</div>
|
336
336
|
</div>
|
337
337
|
<hr>
|
338
338
|
<div class="refsect2">
|
339
339
|
<a name="pango-scan-word"></a><h3>pango_scan_word ()</h3>
|
340
|
-
<pre class="programlisting"><
|
340
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
341
341
|
pango_scan_word (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
|
342
|
-
<em class="parameter"><code><
|
342
|
+
<em class="parameter"><code><span class="type">GString</span> *out</code></em>);</pre>
|
343
343
|
<div class="warning"><p><code class="literal">pango_scan_word</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
344
|
-
<p>Scans a word into a <
|
344
|
+
<p>Scans a word into a <span class="type">GString</span> buffer. A word consists
|
345
345
|
of [A-Za-z_] followed by zero or more [A-Za-z_0-9]
|
346
346
|
Leading white space is skipped.</p>
|
347
347
|
<div class="refsect3">
|
@@ -355,12 +355,12 @@ Leading white space is skipped.</p>
|
|
355
355
|
<tbody>
|
356
356
|
<tr>
|
357
357
|
<td class="parameter_name"><p>pos</p></td>
|
358
|
-
<td class="parameter_description"><p>
|
358
|
+
<td class="parameter_description"><p>in/out string position. </p></td>
|
359
359
|
<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>
|
360
360
|
</tr>
|
361
361
|
<tr>
|
362
362
|
<td class="parameter_name"><p>out</p></td>
|
363
|
-
<td class="parameter_description"><p>
|
363
|
+
<td class="parameter_description"><p>a <span class="type">GString</span> into which to write the result. </p></td>
|
364
364
|
<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>
|
365
365
|
</tr>
|
366
366
|
</tbody>
|
@@ -368,17 +368,17 @@ Leading white space is skipped.</p>
|
|
368
368
|
</div>
|
369
369
|
<div class="refsect3">
|
370
370
|
<a name="pango-scan-word.returns"></a><h4>Returns</h4>
|
371
|
-
<p> <
|
371
|
+
<p> <code class="literal">FALSE</code> if a parse error occurred.</p>
|
372
372
|
</div>
|
373
373
|
</div>
|
374
374
|
<hr>
|
375
375
|
<div class="refsect2">
|
376
376
|
<a name="pango-scan-string"></a><h3>pango_scan_string ()</h3>
|
377
|
-
<pre class="programlisting"><
|
377
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
378
378
|
pango_scan_string (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
|
379
|
-
<em class="parameter"><code><
|
379
|
+
<em class="parameter"><code><span class="type">GString</span> *out</code></em>);</pre>
|
380
380
|
<div class="warning"><p><code class="literal">pango_scan_string</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
381
|
-
<p>Scans a string into a <
|
381
|
+
<p>Scans a string into a <span class="type">GString</span> buffer. The string may either
|
382
382
|
be a sequence of non-white-space characters, or a quoted
|
383
383
|
string with '"'. Instead a quoted string, '\"' represents
|
384
384
|
a literal quote. Leading white space outside of quotes is skipped.</p>
|
@@ -393,12 +393,12 @@ a literal quote. Leading white space outside of quotes is skipped.</p>
|
|
393
393
|
<tbody>
|
394
394
|
<tr>
|
395
395
|
<td class="parameter_name"><p>pos</p></td>
|
396
|
-
<td class="parameter_description"><p>
|
396
|
+
<td class="parameter_description"><p>in/out string position. </p></td>
|
397
397
|
<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>
|
398
398
|
</tr>
|
399
399
|
<tr>
|
400
400
|
<td class="parameter_name"><p>out</p></td>
|
401
|
-
<td class="parameter_description"><p>
|
401
|
+
<td class="parameter_description"><p>a <span class="type">GString</span> into which to write the result. </p></td>
|
402
402
|
<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>
|
403
403
|
</tr>
|
404
404
|
</tbody>
|
@@ -406,13 +406,13 @@ a literal quote. Leading white space outside of quotes is skipped.</p>
|
|
406
406
|
</div>
|
407
407
|
<div class="refsect3">
|
408
408
|
<a name="pango-scan-string.returns"></a><h4>Returns</h4>
|
409
|
-
<p> <
|
409
|
+
<p> <code class="literal">FALSE</code> if a parse error occurred.</p>
|
410
410
|
</div>
|
411
411
|
</div>
|
412
412
|
<hr>
|
413
413
|
<div class="refsect2">
|
414
414
|
<a name="pango-scan-int"></a><h3>pango_scan_int ()</h3>
|
415
|
-
<pre class="programlisting"><
|
415
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
416
416
|
pango_scan_int (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
|
417
417
|
<em class="parameter"><code><span class="type">int</span> *out</code></em>);</pre>
|
418
418
|
<div class="warning"><p><code class="literal">pango_scan_int</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
@@ -429,12 +429,12 @@ Leading white space is skipped.</p>
|
|
429
429
|
<tbody>
|
430
430
|
<tr>
|
431
431
|
<td class="parameter_name"><p>pos</p></td>
|
432
|
-
<td class="parameter_description"><p>
|
432
|
+
<td class="parameter_description"><p>in/out string position. </p></td>
|
433
433
|
<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>
|
434
434
|
</tr>
|
435
435
|
<tr>
|
436
436
|
<td class="parameter_name"><p>out</p></td>
|
437
|
-
<td class="parameter_description"><p>
|
437
|
+
<td class="parameter_description"><p>an int into which to write the result. </p></td>
|
438
438
|
<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>
|
439
439
|
</tr>
|
440
440
|
</tbody>
|
@@ -442,7 +442,7 @@ Leading white space is skipped.</p>
|
|
442
442
|
</div>
|
443
443
|
<div class="refsect3">
|
444
444
|
<a name="pango-scan-int.returns"></a><h4>Returns</h4>
|
445
|
-
<p> <
|
445
|
+
<p> <code class="literal">FALSE</code> if a parse error occurred.</p>
|
446
446
|
</div>
|
447
447
|
</div>
|
448
448
|
<hr>
|
@@ -469,7 +469,7 @@ pango_config_key_get (<em class="parameter"><code>const <span class="type">char<
|
|
469
469
|
</div>
|
470
470
|
<div class="refsect3">
|
471
471
|
<a name="pango-config-key-get.returns"></a><h4>Returns</h4>
|
472
|
-
<p> <
|
472
|
+
<p> <code class="literal">NULL</code></p>
|
473
473
|
</div>
|
474
474
|
</div>
|
475
475
|
<hr>
|
@@ -496,7 +496,7 @@ pango_config_key_get_system (<em class="parameter"><code>const <span class="type
|
|
496
496
|
</div>
|
497
497
|
<div class="refsect3">
|
498
498
|
<a name="pango-config-key-get-system.returns"></a><h4>Returns</h4>
|
499
|
-
<p> <
|
499
|
+
<p> <code class="literal">NULL</code></p>
|
500
500
|
</div>
|
501
501
|
</div>
|
502
502
|
<hr>
|
@@ -532,13 +532,13 @@ and the number of families in <em class="parameter"><code>n_families</code></em>
|
|
532
532
|
</tr>
|
533
533
|
<tr>
|
534
534
|
<td class="parameter_name"><p>families</p></td>
|
535
|
-
<td class="parameter_description"><p>
|
535
|
+
<td class="parameter_description"><p>will be set to an array of font family names.
|
536
536
|
this array is owned by pango and should not be freed. </p></td>
|
537
537
|
<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="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_families]</span></td>
|
538
538
|
</tr>
|
539
539
|
<tr>
|
540
540
|
<td class="parameter_name"><p>n_families</p></td>
|
541
|
-
<td class="parameter_description"><p>
|
541
|
+
<td class="parameter_description"><p>will be set to the length of the <em class="parameter"><code>families</code></em>
|
542
542
|
array. </p></td>
|
543
543
|
<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>
|
544
544
|
</tr>
|
@@ -549,26 +549,26 @@ array. </p></td>
|
|
549
549
|
<hr>
|
550
550
|
<div class="refsect2">
|
551
551
|
<a name="pango-parse-enum"></a><h3>pango_parse_enum ()</h3>
|
552
|
-
<pre class="programlisting"><
|
553
|
-
pango_parse_enum (<em class="parameter"><code><
|
552
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
553
|
+
pango_parse_enum (<em class="parameter"><code><span class="type">GType</span> type</code></em>,
|
554
554
|
<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
555
555
|
<em class="parameter"><code><span class="type">int</span> *value</code></em>,
|
556
|
-
<em class="parameter"><code><
|
556
|
+
<em class="parameter"><code><span class="type">gboolean</span> warn</code></em>,
|
557
557
|
<em class="parameter"><code><span class="type">char</span> **possible_values</code></em>);</pre>
|
558
558
|
<div class="warning"><p><code class="literal">pango_parse_enum</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
559
559
|
<p>Parses an enum type and stores the result in <em class="parameter"><code>value</code></em>
|
560
560
|
.</p>
|
561
561
|
<p>If <em class="parameter"><code>str</code></em>
|
562
562
|
does not match the nick name of any of the possible values for the
|
563
|
-
enum and is not an integer, <
|
563
|
+
enum and is not an integer, <code class="literal">FALSE</code> is returned, a warning is issued
|
564
564
|
if <em class="parameter"><code>warn</code></em>
|
565
|
-
is <
|
565
|
+
is <code class="literal">TRUE</code>, and a
|
566
566
|
string representing the list of possible values is stored in
|
567
567
|
<em class="parameter"><code>possible_values</code></em>
|
568
568
|
. The list is slash-separated, eg.
|
569
569
|
"none/start/middle/end". If failed and <em class="parameter"><code>possible_values</code></em>
|
570
|
-
is not <
|
571
|
-
returned string should be freed using <
|
570
|
+
is not <code class="literal">NULL</code>,
|
571
|
+
returned string should be freed using <code class="function">g_free()</code>.</p>
|
572
572
|
<div class="refsect3">
|
573
573
|
<a name="pango-parse-enum.parameters"></a><h4>Parameters</h4>
|
574
574
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -585,22 +585,22 @@ returned string should be freed using <a href="/home/vagrant/ruby-gnome2.win32/g
|
|
585
585
|
</tr>
|
586
586
|
<tr>
|
587
587
|
<td class="parameter_name"><p>str</p></td>
|
588
|
-
<td class="parameter_description"><p>
|
588
|
+
<td class="parameter_description"><p>string to parse. May be <code class="literal">NULL</code>. </p></td>
|
589
589
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
590
590
|
</tr>
|
591
591
|
<tr>
|
592
592
|
<td class="parameter_name"><p>value</p></td>
|
593
|
-
<td class="parameter_description"><p>
|
593
|
+
<td class="parameter_description"><p>integer to store the result in, or <code class="literal">NULL</code>. </p></td>
|
594
594
|
<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 is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
595
595
|
</tr>
|
596
596
|
<tr>
|
597
597
|
<td class="parameter_name"><p>warn</p></td>
|
598
|
-
<td class="parameter_description"><p>if <
|
598
|
+
<td class="parameter_description"><p>if <code class="literal">TRUE</code>, issue a <code class="function">g_warning()</code> on bad input.</p></td>
|
599
599
|
<td class="parameter_annotations"> </td>
|
600
600
|
</tr>
|
601
601
|
<tr>
|
602
602
|
<td class="parameter_name"><p>possible_values</p></td>
|
603
|
-
<td class="parameter_description"><p>
|
603
|
+
<td class="parameter_description"><p>place to store list of possible values on failure, or <code class="literal">NULL</code>. </p></td>
|
604
604
|
<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 is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
605
605
|
</tr>
|
606
606
|
</tbody>
|
@@ -608,7 +608,7 @@ returned string should be freed using <a href="/home/vagrant/ruby-gnome2.win32/g
|
|
608
608
|
</div>
|
609
609
|
<div class="refsect3">
|
610
610
|
<a name="pango-parse-enum.returns"></a><h4>Returns</h4>
|
611
|
-
<p> <
|
611
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em>
|
612
612
|
was successfully parsed.</p>
|
613
613
|
</div>
|
614
614
|
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
@@ -616,10 +616,10 @@ was successfully parsed.</p>
|
|
616
616
|
<hr>
|
617
617
|
<div class="refsect2">
|
618
618
|
<a name="pango-parse-style"></a><h3>pango_parse_style ()</h3>
|
619
|
-
<pre class="programlisting"><
|
619
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
620
620
|
pango_parse_style (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
621
621
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStyle" title="enum PangoStyle"><span class="type">PangoStyle</span></a> *style</code></em>,
|
622
|
-
<em class="parameter"><code><
|
622
|
+
<em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);</pre>
|
623
623
|
<p>Parses a font style. The allowed values are "normal",
|
624
624
|
"italic" and "oblique", case variations being
|
625
625
|
ignored.</p>
|
@@ -639,13 +639,13 @@ ignored.</p>
|
|
639
639
|
</tr>
|
640
640
|
<tr>
|
641
641
|
<td class="parameter_name"><p>style</p></td>
|
642
|
-
<td class="parameter_description"><p>
|
642
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoStyle" title="enum PangoStyle"><span class="type">PangoStyle</span></a> to store the result
|
643
643
|
in. </p></td>
|
644
644
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
645
645
|
</tr>
|
646
646
|
<tr>
|
647
647
|
<td class="parameter_name"><p>warn</p></td>
|
648
|
-
<td class="parameter_description"><p>if <
|
648
|
+
<td class="parameter_description"><p>if <code class="literal">TRUE</code>, issue a <code class="function">g_warning()</code> on bad input.</p></td>
|
649
649
|
<td class="parameter_annotations"> </td>
|
650
650
|
</tr>
|
651
651
|
</tbody>
|
@@ -653,17 +653,17 @@ in. </p></td>
|
|
653
653
|
</div>
|
654
654
|
<div class="refsect3">
|
655
655
|
<a name="pango-parse-style.returns"></a><h4>Returns</h4>
|
656
|
-
<p> <
|
656
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em>
|
657
657
|
was successfully parsed.</p>
|
658
658
|
</div>
|
659
659
|
</div>
|
660
660
|
<hr>
|
661
661
|
<div class="refsect2">
|
662
662
|
<a name="pango-parse-variant"></a><h3>pango_parse_variant ()</h3>
|
663
|
-
<pre class="programlisting"><
|
663
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
664
664
|
pango_parse_variant (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
665
665
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoVariant" title="enum PangoVariant"><span class="type">PangoVariant</span></a> *variant</code></em>,
|
666
|
-
<em class="parameter"><code><
|
666
|
+
<em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);</pre>
|
667
667
|
<p>Parses a font variant. The allowed values are "normal"
|
668
668
|
and "smallcaps" or "small_caps", case variations being
|
669
669
|
ignored.</p>
|
@@ -683,13 +683,13 @@ ignored.</p>
|
|
683
683
|
</tr>
|
684
684
|
<tr>
|
685
685
|
<td class="parameter_name"><p>variant</p></td>
|
686
|
-
<td class="parameter_description"><p>
|
686
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoVariant" title="enum PangoVariant"><span class="type">PangoVariant</span></a> to store the
|
687
687
|
result in. </p></td>
|
688
688
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
689
689
|
</tr>
|
690
690
|
<tr>
|
691
691
|
<td class="parameter_name"><p>warn</p></td>
|
692
|
-
<td class="parameter_description"><p>if <
|
692
|
+
<td class="parameter_description"><p>if <code class="literal">TRUE</code>, issue a <code class="function">g_warning()</code> on bad input.</p></td>
|
693
693
|
<td class="parameter_annotations"> </td>
|
694
694
|
</tr>
|
695
695
|
</tbody>
|
@@ -697,17 +697,17 @@ result in. </p></td>
|
|
697
697
|
</div>
|
698
698
|
<div class="refsect3">
|
699
699
|
<a name="pango-parse-variant.returns"></a><h4>Returns</h4>
|
700
|
-
<p> <
|
700
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em>
|
701
701
|
was successfully parsed.</p>
|
702
702
|
</div>
|
703
703
|
</div>
|
704
704
|
<hr>
|
705
705
|
<div class="refsect2">
|
706
706
|
<a name="pango-parse-weight"></a><h3>pango_parse_weight ()</h3>
|
707
|
-
<pre class="programlisting"><
|
707
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
708
708
|
pango_parse_weight (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
709
709
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoWeight" title="enum PangoWeight"><span class="type">PangoWeight</span></a> *weight</code></em>,
|
710
|
-
<em class="parameter"><code><
|
710
|
+
<em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);</pre>
|
711
711
|
<p>Parses a font weight. The allowed values are "heavy",
|
712
712
|
"ultrabold", "bold", "normal", "light", "ultraleight"
|
713
713
|
and integers. Case variations are ignored.</p>
|
@@ -727,13 +727,13 @@ and integers. Case variations are ignored.</p>
|
|
727
727
|
</tr>
|
728
728
|
<tr>
|
729
729
|
<td class="parameter_name"><p>weight</p></td>
|
730
|
-
<td class="parameter_description"><p>
|
730
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoWeight" title="enum PangoWeight"><span class="type">PangoWeight</span></a> to store the result
|
731
731
|
in. </p></td>
|
732
732
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
733
733
|
</tr>
|
734
734
|
<tr>
|
735
735
|
<td class="parameter_name"><p>warn</p></td>
|
736
|
-
<td class="parameter_description"><p>if <
|
736
|
+
<td class="parameter_description"><p>if <code class="literal">TRUE</code>, issue a <code class="function">g_warning()</code> on bad input.</p></td>
|
737
737
|
<td class="parameter_annotations"> </td>
|
738
738
|
</tr>
|
739
739
|
</tbody>
|
@@ -741,17 +741,17 @@ in. </p></td>
|
|
741
741
|
</div>
|
742
742
|
<div class="refsect3">
|
743
743
|
<a name="pango-parse-weight.returns"></a><h4>Returns</h4>
|
744
|
-
<p> <
|
744
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em>
|
745
745
|
was successfully parsed.</p>
|
746
746
|
</div>
|
747
747
|
</div>
|
748
748
|
<hr>
|
749
749
|
<div class="refsect2">
|
750
750
|
<a name="pango-parse-stretch"></a><h3>pango_parse_stretch ()</h3>
|
751
|
-
<pre class="programlisting"><
|
751
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
752
752
|
pango_parse_stretch (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
753
753
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStretch" title="enum PangoStretch"><span class="type">PangoStretch</span></a> *stretch</code></em>,
|
754
|
-
<em class="parameter"><code><
|
754
|
+
<em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);</pre>
|
755
755
|
<p>Parses a font stretch. The allowed values are
|
756
756
|
"ultra_condensed", "extra_condensed", "condensed",
|
757
757
|
"semi_condensed", "normal", "semi_expanded", "expanded",
|
@@ -773,13 +773,13 @@ ignored and the '_' characters may be omitted.</p>
|
|
773
773
|
</tr>
|
774
774
|
<tr>
|
775
775
|
<td class="parameter_name"><p>stretch</p></td>
|
776
|
-
<td class="parameter_description"><p>
|
776
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoStretch" title="enum PangoStretch"><span class="type">PangoStretch</span></a> to store the
|
777
777
|
result in. </p></td>
|
778
778
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
779
779
|
</tr>
|
780
780
|
<tr>
|
781
781
|
<td class="parameter_name"><p>warn</p></td>
|
782
|
-
<td class="parameter_description"><p>if <
|
782
|
+
<td class="parameter_description"><p>if <code class="literal">TRUE</code>, issue a <code class="function">g_warning()</code> on bad input.</p></td>
|
783
783
|
<td class="parameter_annotations"> </td>
|
784
784
|
</tr>
|
785
785
|
</tbody>
|
@@ -787,7 +787,7 @@ result in. </p></td>
|
|
787
787
|
</div>
|
788
788
|
<div class="refsect3">
|
789
789
|
<a name="pango-parse-stretch.returns"></a><h4>Returns</h4>
|
790
|
-
<p> <
|
790
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em>
|
791
791
|
was successfully parsed.</p>
|
792
792
|
</div>
|
793
793
|
</div>
|
@@ -822,8 +822,8 @@ not be freed.</p>
|
|
822
822
|
<hr>
|
823
823
|
<div class="refsect2">
|
824
824
|
<a name="pango-log2vis-get-embedding-levels"></a><h3>pango_log2vis_get_embedding_levels ()</h3>
|
825
|
-
<pre class="programlisting"><
|
826
|
-
pango_log2vis_get_embedding_levels (<em class="parameter"><code>const <
|
825
|
+
<pre class="programlisting"><span class="returnvalue">guint8</span> *
|
826
|
+
pango_log2vis_get_embedding_levels (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
827
827
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
828
828
|
<em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="type">PangoDirection</span></a> *pbase_dir</code></em>);</pre>
|
829
829
|
<p>This will return the bidirectional embedding levels of the input paragraph
|
@@ -870,13 +870,13 @@ character (not byte), that should be freed using g_free.</p>
|
|
870
870
|
<hr>
|
871
871
|
<div class="refsect2">
|
872
872
|
<a name="pango-is-zero-width"></a><h3>pango_is_zero_width ()</h3>
|
873
|
-
<pre class="programlisting"><
|
874
|
-
pango_is_zero_width (<em class="parameter"><code><
|
873
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
874
|
+
pango_is_zero_width (<em class="parameter"><code><span class="type">gunichar</span> ch</code></em>);</pre>
|
875
875
|
<p>Checks <em class="parameter"><code>ch</code></em>
|
876
876
|
to see if it is a character that should not be
|
877
877
|
normally rendered on the screen. This includes all Unicode characters
|
878
878
|
with "ZERO WIDTH" in their name, as well as <em class="firstterm">bidi</em> formatting characters, and
|
879
|
-
a few other ones. This is totally different from <
|
879
|
+
a few other ones. This is totally different from <code class="function">g_unichar_iszerowidth()</code>
|
880
880
|
and is at best misnamed.</p>
|
881
881
|
<div class="refsect3">
|
882
882
|
<a name="pango-is-zero-width.parameters"></a><h4>Parameters</h4>
|
@@ -895,8 +895,8 @@ and is at best misnamed.</p>
|
|
895
895
|
</div>
|
896
896
|
<div class="refsect3">
|
897
897
|
<a name="pango-is-zero-width.returns"></a><h4>Returns</h4>
|
898
|
-
<p> <
|
899
|
-
is a zero-width character, <
|
898
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>ch</code></em>
|
899
|
+
is a zero-width character, <code class="literal">FALSE</code> otherwise</p>
|
900
900
|
</div>
|
901
901
|
<p class="since">Since: <a class="link" href="api-index-1-10.html#api-index-1.10">1.10</a></p>
|
902
902
|
</div>
|
@@ -926,12 +926,12 @@ of rounding.</p>
|
|
926
926
|
<tbody>
|
927
927
|
<tr>
|
928
928
|
<td class="parameter_name"><p>thickness</p></td>
|
929
|
-
<td class="parameter_description"><p>
|
929
|
+
<td class="parameter_description"><p>pointer to the thickness of a line, in Pango units. </p></td>
|
930
930
|
<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>
|
931
931
|
</tr>
|
932
932
|
<tr>
|
933
933
|
<td class="parameter_name"><p>position</p></td>
|
934
|
-
<td class="parameter_description"><p>
|
934
|
+
<td class="parameter_description"><p>corresponding position. </p></td>
|
935
935
|
<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>
|
936
936
|
</tr>
|
937
937
|
</tbody>
|
@@ -945,6 +945,6 @@ of rounding.</p>
|
|
945
945
|
</div>
|
946
946
|
</div>
|
947
947
|
<div class="footer">
|
948
|
-
<hr>Generated by GTK-Doc V1.
|
948
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
949
949
|
</body>
|
950
950
|
</html>
|