pango 3.2.1-x64-mingw32 → 3.2.2-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Rakefile +19 -3
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/lib/pango/markup.rb +1 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/fribidi.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +1 -1
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/fribidi/fribidi-arabic.h +81 -0
- data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
- data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
- data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
- data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
- data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
- data/vendor/local/include/fribidi/fribidi-common.h +146 -0
- data/vendor/local/include/fribidi/fribidi-config.h +23 -0
- data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
- data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
- data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
- data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
- data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
- data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
- data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
- data/vendor/local/include/fribidi/fribidi-types.h +83 -0
- data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
- data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
- data/vendor/local/include/fribidi/fribidi.h +63 -0
- data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
- data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
- data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
- data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
- data/vendor/local/include/harfbuzz/hb-common.h +1 -1
- data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
- data/vendor/local/include/harfbuzz/hb-face.h +0 -1
- data/vendor/local/include/harfbuzz/hb-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
- data/vendor/local/include/harfbuzz/hb-set.h +15 -7
- data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
- data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
- data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
- data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
- data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
- data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +1 -1
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt58.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio58.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest58.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libfribidi.la +41 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +41 -0
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +5 -5
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +5 -5
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +5 -5
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +5 -5
- data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
- data/vendor/local/lib/pkgconfig/graphene-1.0.pc +16 -10
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +16 -10
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
- data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
- data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
- data/vendor/local/share/man/man1/pango-view.1 +1 -113
- metadata +87 -52
- data/vendor/local/lib/libgraphene-1.0.la +0 -41
- data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
- data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
- data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
- data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
- data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
- data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
- data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
- data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
- data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
- data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
- data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
- data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -1,113 +1 @@
|
|
1
|
-
|
2
|
-
.TH PANGO-VIEW "1" "September 2017" "pango-view (pango) 1.40.12" "User Commands"
|
3
|
-
.SH NAME
|
4
|
-
pango-view \- Pango text viewer
|
5
|
-
.SH DESCRIPTION
|
6
|
-
.SS "Usage:"
|
7
|
-
.IP
|
8
|
-
pango\-view [OPTION�\&.�] \- FILE
|
9
|
-
.SS "Help Options:"
|
10
|
-
.TP
|
11
|
-
\fB\-h\fR, \fB\-\-help\fR
|
12
|
-
Show help options
|
13
|
-
.TP
|
14
|
-
\fB\-\-help\-all\fR
|
15
|
-
Show all help options
|
16
|
-
.TP
|
17
|
-
\fB\-\-help\-cairo\fR
|
18
|
-
Options understood by the cairo backend
|
19
|
-
.SS "Cairo backend options:"
|
20
|
-
.TP
|
21
|
-
\fB\-\-annotate\fR=\fI\,1\/\fR or 2
|
22
|
-
Annotate the output
|
23
|
-
.SS "Application Options:"
|
24
|
-
.TP
|
25
|
-
\fB\-\-no\-auto\-dir\fR
|
26
|
-
No layout direction according to contents
|
27
|
-
.TP
|
28
|
-
\fB\-\-backend\fR=\fI\,cairo\/\fR/xft/ft2
|
29
|
-
Pango backend to use for rendering (default: cairo)
|
30
|
-
.TP
|
31
|
-
\fB\-\-background\fR=\fI\,red\/\fR/#rrggbb/#rrggbbaa/transparent
|
32
|
-
Set the background color
|
33
|
-
.TP
|
34
|
-
\fB\-q\fR, \fB\-\-no\-display\fR
|
35
|
-
Do not display (just write to file or whatever)
|
36
|
-
.TP
|
37
|
-
\fB\-\-dpi\fR=\fI\,number\/\fR
|
38
|
-
Set the resolution
|
39
|
-
.TP
|
40
|
-
\fB\-\-align\fR=\fI\,left\/\fR/center/right
|
41
|
-
Text alignment
|
42
|
-
.TP
|
43
|
-
\fB\-\-ellipsize\fR=\fI\,start\/\fR/middle/end
|
44
|
-
Ellipsization mode
|
45
|
-
.TP
|
46
|
-
\fB\-\-font\fR=\fI\,description\/\fR
|
47
|
-
Set the font description
|
48
|
-
.TP
|
49
|
-
\fB\-\-foreground\fR=\fI\,red\/\fR/#rrggbb/#rrggbbaa
|
50
|
-
Set the text color
|
51
|
-
.TP
|
52
|
-
\fB\-\-gravity\fR=\fI\,south\/\fR/east/north/west/auto
|
53
|
-
Base gravity: glyph rotation
|
54
|
-
.TP
|
55
|
-
\fB\-\-gravity\-hint\fR=\fI\,natural\/\fR/strong/line
|
56
|
-
Gravity hint
|
57
|
-
.TP
|
58
|
-
\fB\-\-header\fR
|
59
|
-
Display the options in the output
|
60
|
-
.TP
|
61
|
-
\fB\-\-height=\fR+points/\-numlines
|
62
|
-
Height in points (positive) or number of lines (negative) for ellipsizing
|
63
|
-
.TP
|
64
|
-
\fB\-\-hinting\fR=\fI\,none\/\fR/auto/full
|
65
|
-
Hinting style
|
66
|
-
.TP
|
67
|
-
\fB\-\-indent\fR=\fI\,points\/\fR
|
68
|
-
Width in points to indent paragraphs
|
69
|
-
.TP
|
70
|
-
\fB\-\-justify\fR
|
71
|
-
Align paragraph lines to be justified
|
72
|
-
.TP
|
73
|
-
\fB\-\-language\fR=\fI\,en_US\/\fR/etc
|
74
|
-
Language to use for font selection
|
75
|
-
.TP
|
76
|
-
\fB\-\-margin\fR=\fI\,CSS\-style\/\fR numbers in pixels
|
77
|
-
Set the margin on the output in pixels
|
78
|
-
.TP
|
79
|
-
\fB\-\-markup\fR
|
80
|
-
Interpret text as Pango markup
|
81
|
-
.TP
|
82
|
-
\fB\-o\fR, \fB\-\-output\fR=\fI\,file\/\fR
|
83
|
-
Save rendered image to output file
|
84
|
-
.TP
|
85
|
-
\fB\-\-pixels\fR
|
86
|
-
Use pixel units instead of points (sets dpi to 72)
|
87
|
-
.TP
|
88
|
-
\fB\-\-rtl\fR
|
89
|
-
Set base direction to right\-to\-left
|
90
|
-
.TP
|
91
|
-
\fB\-\-rotate\fR=\fI\,degrees\/\fR
|
92
|
-
Angle at which to rotate results
|
93
|
-
.TP
|
94
|
-
\fB\-n\fR, \fB\-\-runs\fR=\fI\,integer\/\fR
|
95
|
-
Run Pango layout engine this many times
|
96
|
-
.TP
|
97
|
-
\fB\-\-single\-par\fR
|
98
|
-
Enable single\-paragraph mode
|
99
|
-
.TP
|
100
|
-
\fB\-t\fR, \fB\-\-text\fR=\fI\,string\/\fR
|
101
|
-
Text to display (instead of a file)
|
102
|
-
.TP
|
103
|
-
\fB\-\-version\fR
|
104
|
-
Show version numbers
|
105
|
-
.TP
|
106
|
-
\fB\-\-waterfall\fR
|
107
|
-
Create a waterfall display
|
108
|
-
.TP
|
109
|
-
\fB\-w\fR, \fB\-\-width\fR=\fI\,points\/\fR
|
110
|
-
Width in points to which to wrap lines or ellipsize
|
111
|
-
.TP
|
112
|
-
\fB\-\-wrap\fR=\fI\,word\/\fR/char/word\-char
|
113
|
-
Text wrapping mode (needs a width to be set)
|
1
|
+
help2man is required to generate this file.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pango
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.2
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cairo
|
@@ -30,28 +30,28 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.2.
|
33
|
+
version: 3.2.2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.2.
|
40
|
+
version: 3.2.2
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: gobject-introspection
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.2.
|
47
|
+
version: 3.2.2
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 3.2.
|
54
|
+
version: 3.2.2
|
55
55
|
description: Ruby/Pango is a Ruby binding of pango-1.x.
|
56
56
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
57
57
|
executables: []
|
@@ -75,6 +75,7 @@ files:
|
|
75
75
|
- lib/2.2/pango.so
|
76
76
|
- lib/2.3/pango.so
|
77
77
|
- lib/2.4/pango.so
|
78
|
+
- lib/2.5/pango.so
|
78
79
|
- lib/pango.rb
|
79
80
|
- lib/pango/attr-type.rb
|
80
81
|
- lib/pango/cairo-loader.rb
|
@@ -107,6 +108,7 @@ files:
|
|
107
108
|
- test/test-rectangle.rb
|
108
109
|
- test/test-version.rb
|
109
110
|
- vendor/local/bin/derb.exe
|
111
|
+
- vendor/local/bin/fribidi.exe
|
110
112
|
- vendor/local/bin/genbrk.exe
|
111
113
|
- vendor/local/bin/genccode.exe
|
112
114
|
- vendor/local/bin/gencfu.exe
|
@@ -118,12 +120,15 @@ files:
|
|
118
120
|
- vendor/local/bin/gensprep.exe
|
119
121
|
- vendor/local/bin/hb-ot-shape-closure.exe
|
120
122
|
- vendor/local/bin/hb-shape.exe
|
123
|
+
- vendor/local/bin/hb-subset.exe
|
121
124
|
- vendor/local/bin/hb-view.exe
|
122
125
|
- vendor/local/bin/icu-config
|
123
126
|
- vendor/local/bin/icuinfo.exe
|
124
127
|
- vendor/local/bin/icupkg.exe
|
128
|
+
- vendor/local/bin/libfribidi-0.dll
|
125
129
|
- vendor/local/bin/libgraphene-1.0-0.dll
|
126
130
|
- vendor/local/bin/libharfbuzz-0.dll
|
131
|
+
- vendor/local/bin/libharfbuzz-subset-0.dll
|
127
132
|
- vendor/local/bin/libpango-1.0-0.dll
|
128
133
|
- vendor/local/bin/libpangocairo-1.0-0.dll
|
129
134
|
- vendor/local/bin/libpangoft2-1.0-0.dll
|
@@ -132,6 +137,28 @@ files:
|
|
132
137
|
- vendor/local/bin/pango-view.exe
|
133
138
|
- vendor/local/bin/pkgdata.exe
|
134
139
|
- vendor/local/bin/uconv.exe
|
140
|
+
- vendor/local/include/fribidi/fribidi-arabic.h
|
141
|
+
- vendor/local/include/fribidi/fribidi-begindecls.h
|
142
|
+
- vendor/local/include/fribidi/fribidi-bidi-types-list.h
|
143
|
+
- vendor/local/include/fribidi/fribidi-bidi-types.h
|
144
|
+
- vendor/local/include/fribidi/fribidi-bidi.h
|
145
|
+
- vendor/local/include/fribidi/fribidi-brackets.h
|
146
|
+
- vendor/local/include/fribidi/fribidi-char-sets-list.h
|
147
|
+
- vendor/local/include/fribidi/fribidi-char-sets.h
|
148
|
+
- vendor/local/include/fribidi/fribidi-common.h
|
149
|
+
- vendor/local/include/fribidi/fribidi-config.h
|
150
|
+
- vendor/local/include/fribidi/fribidi-deprecated.h
|
151
|
+
- vendor/local/include/fribidi/fribidi-enddecls.h
|
152
|
+
- vendor/local/include/fribidi/fribidi-flags.h
|
153
|
+
- vendor/local/include/fribidi/fribidi-joining-types-list.h
|
154
|
+
- vendor/local/include/fribidi/fribidi-joining-types.h
|
155
|
+
- vendor/local/include/fribidi/fribidi-joining.h
|
156
|
+
- vendor/local/include/fribidi/fribidi-mirroring.h
|
157
|
+
- vendor/local/include/fribidi/fribidi-shape.h
|
158
|
+
- vendor/local/include/fribidi/fribidi-types.h
|
159
|
+
- vendor/local/include/fribidi/fribidi-unicode-version.h
|
160
|
+
- vendor/local/include/fribidi/fribidi-unicode.h
|
161
|
+
- vendor/local/include/fribidi/fribidi.h
|
135
162
|
- vendor/local/include/graphene-1.0/graphene-box.h
|
136
163
|
- vendor/local/include/graphene-1.0/graphene-euler.h
|
137
164
|
- vendor/local/include/graphene-1.0/graphene-frustum.h
|
@@ -176,6 +203,10 @@ files:
|
|
176
203
|
- vendor/local/include/harfbuzz/hb-set.h
|
177
204
|
- vendor/local/include/harfbuzz/hb-shape-plan.h
|
178
205
|
- vendor/local/include/harfbuzz/hb-shape.h
|
206
|
+
- vendor/local/include/harfbuzz/hb-subset-glyf.hh
|
207
|
+
- vendor/local/include/harfbuzz/hb-subset-plan.hh
|
208
|
+
- vendor/local/include/harfbuzz/hb-subset-private.hh
|
209
|
+
- vendor/local/include/harfbuzz/hb-subset.h
|
179
210
|
- vendor/local/include/harfbuzz/hb-unicode.h
|
180
211
|
- vendor/local/include/harfbuzz/hb-version.h
|
181
212
|
- vendor/local/include/harfbuzz/hb.h
|
@@ -384,6 +415,7 @@ files:
|
|
384
415
|
- vendor/local/include/unicode/uvernum.h
|
385
416
|
- vendor/local/include/unicode/uversion.h
|
386
417
|
- vendor/local/include/unicode/vtzone.h
|
418
|
+
- vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake
|
387
419
|
- vendor/local/lib/girepository-1.0/Graphene-1.0.typelib
|
388
420
|
- vendor/local/lib/girepository-1.0/Pango-1.0.typelib
|
389
421
|
- vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib
|
@@ -405,10 +437,13 @@ files:
|
|
405
437
|
- vendor/local/lib/icutu58.dll
|
406
438
|
- vendor/local/lib/icuuc.dll
|
407
439
|
- vendor/local/lib/icuuc58.dll
|
440
|
+
- vendor/local/lib/libfribidi.dll.a
|
441
|
+
- vendor/local/lib/libfribidi.la
|
408
442
|
- vendor/local/lib/libgraphene-1.0.dll.a
|
409
|
-
- vendor/local/lib/libgraphene-1.0.la
|
410
443
|
- vendor/local/lib/libharfbuzz-icu.a
|
411
444
|
- vendor/local/lib/libharfbuzz-icu.la
|
445
|
+
- vendor/local/lib/libharfbuzz-subset.dll.a
|
446
|
+
- vendor/local/lib/libharfbuzz-subset.la
|
412
447
|
- vendor/local/lib/libharfbuzz.dll.a
|
413
448
|
- vendor/local/lib/libharfbuzz.la
|
414
449
|
- vendor/local/lib/libicudt.dll.a
|
@@ -425,9 +460,11 @@ files:
|
|
425
460
|
- vendor/local/lib/libpangoft2-1.0.la
|
426
461
|
- vendor/local/lib/libpangowin32-1.0.dll.a
|
427
462
|
- vendor/local/lib/libpangowin32-1.0.la
|
463
|
+
- vendor/local/lib/pkgconfig/fribidi.pc
|
428
464
|
- vendor/local/lib/pkgconfig/graphene-1.0.pc
|
429
465
|
- vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc
|
430
466
|
- vendor/local/lib/pkgconfig/harfbuzz-icu.pc
|
467
|
+
- vendor/local/lib/pkgconfig/harfbuzz-subset.pc
|
431
468
|
- vendor/local/lib/pkgconfig/harfbuzz.pc
|
432
469
|
- vendor/local/lib/pkgconfig/icu-i18n.pc
|
433
470
|
- vendor/local/lib/pkgconfig/icu-io.pc
|
@@ -436,53 +473,30 @@ files:
|
|
436
473
|
- vendor/local/lib/pkgconfig/pangocairo.pc
|
437
474
|
- vendor/local/lib/pkgconfig/pangoft2.pc
|
438
475
|
- vendor/local/lib/pkgconfig/pangowin32.pc
|
476
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/box.exe
|
477
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/euler.exe
|
478
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe
|
479
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe
|
480
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/plane.exe
|
481
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/point.exe
|
482
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe
|
483
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/quad.exe
|
484
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe
|
485
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/ray.exe
|
486
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/rect.exe
|
487
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/simd.exe
|
488
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/size.exe
|
489
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe
|
490
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe
|
491
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe
|
492
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe
|
493
|
+
- vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe
|
439
494
|
- vendor/local/share/gir-1.0/Graphene-1.0.gir
|
440
495
|
- vendor/local/share/gir-1.0/Pango-1.0.gir
|
441
496
|
- vendor/local/share/gir-1.0/PangoCairo-1.0.gir
|
442
497
|
- vendor/local/share/gir-1.0/PangoFT2-1.0.gir
|
443
|
-
- vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html
|
444
|
-
- vendor/local/share/gtk-doc/html/graphene/api-index.html
|
445
|
-
- vendor/local/share/gtk-doc/html/graphene/ch01.html
|
446
|
-
- vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html
|
447
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Box.html
|
448
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html
|
449
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html
|
450
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html
|
451
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html
|
452
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html
|
453
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Point.html
|
454
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html
|
455
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html
|
456
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html
|
457
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html
|
458
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html
|
459
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html
|
460
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html
|
461
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Size.html
|
462
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html
|
463
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html
|
464
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html
|
465
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html
|
466
|
-
- vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2
|
467
|
-
- vendor/local/share/gtk-doc/html/graphene/home.png
|
468
|
-
- vendor/local/share/gtk-doc/html/graphene/index.html
|
469
|
-
- vendor/local/share/gtk-doc/html/graphene/ix03.html
|
470
|
-
- vendor/local/share/gtk-doc/html/graphene/ix04.html
|
471
|
-
- vendor/local/share/gtk-doc/html/graphene/ix05.html
|
472
|
-
- vendor/local/share/gtk-doc/html/graphene/ix06.html
|
473
|
-
- vendor/local/share/gtk-doc/html/graphene/left-insensitive.png
|
474
|
-
- vendor/local/share/gtk-doc/html/graphene/left.png
|
475
|
-
- vendor/local/share/gtk-doc/html/graphene/object-tree.html
|
476
|
-
- vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png
|
477
|
-
- vendor/local/share/gtk-doc/html/graphene/rectangle-union.png
|
478
|
-
- vendor/local/share/gtk-doc/html/graphene/rectangle.png
|
479
|
-
- vendor/local/share/gtk-doc/html/graphene/right-insensitive.png
|
480
|
-
- vendor/local/share/gtk-doc/html/graphene/right.png
|
481
|
-
- vendor/local/share/gtk-doc/html/graphene/style.css
|
482
|
-
- vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png
|
483
|
-
- vendor/local/share/gtk-doc/html/graphene/up-insensitive.png
|
484
|
-
- vendor/local/share/gtk-doc/html/graphene/up.png
|
485
498
|
- vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png
|
499
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg
|
486
500
|
- vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html
|
487
501
|
- vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
|
488
502
|
- vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html
|
@@ -509,6 +523,7 @@ files:
|
|
509
523
|
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html
|
510
524
|
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html
|
511
525
|
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html
|
526
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html
|
512
527
|
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html
|
513
528
|
- vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
|
514
529
|
- vendor/local/share/gtk-doc/html/harfbuzz/building.html
|
@@ -617,6 +632,26 @@ files:
|
|
617
632
|
- vendor/local/share/icu/58.2/config/mh-mingw64
|
618
633
|
- vendor/local/share/icu/58.2/install-sh
|
619
634
|
- vendor/local/share/icu/58.2/mkinstalldirs
|
635
|
+
- vendor/local/share/installed-tests/graphene-1.0/box.test
|
636
|
+
- vendor/local/share/installed-tests/graphene-1.0/euler.test
|
637
|
+
- vendor/local/share/installed-tests/graphene-1.0/frustum.test
|
638
|
+
- vendor/local/share/installed-tests/graphene-1.0/matrix.test
|
639
|
+
- vendor/local/share/installed-tests/graphene-1.0/plane.test
|
640
|
+
- vendor/local/share/installed-tests/graphene-1.0/point.test
|
641
|
+
- vendor/local/share/installed-tests/graphene-1.0/point3d.test
|
642
|
+
- vendor/local/share/installed-tests/graphene-1.0/quad.test
|
643
|
+
- vendor/local/share/installed-tests/graphene-1.0/quaternion.test
|
644
|
+
- vendor/local/share/installed-tests/graphene-1.0/ray.test
|
645
|
+
- vendor/local/share/installed-tests/graphene-1.0/rect.test
|
646
|
+
- vendor/local/share/installed-tests/graphene-1.0/simd.test
|
647
|
+
- vendor/local/share/installed-tests/graphene-1.0/size.test
|
648
|
+
- vendor/local/share/installed-tests/graphene-1.0/sphere.test
|
649
|
+
- vendor/local/share/installed-tests/graphene-1.0/triangle.test
|
650
|
+
- vendor/local/share/installed-tests/graphene-1.0/vec2.test
|
651
|
+
- vendor/local/share/installed-tests/graphene-1.0/vec3.test
|
652
|
+
- vendor/local/share/installed-tests/graphene-1.0/vec4.test
|
653
|
+
- vendor/local/share/license/fribidi/fribidi/AUTHORS
|
654
|
+
- vendor/local/share/license/fribidi/fribidi/COPYING
|
620
655
|
- vendor/local/share/license/harfbuzz/AUTHORS
|
621
656
|
- vendor/local/share/license/harfbuzz/COPYING
|
622
657
|
- vendor/local/share/license/pango/AUTHORS
|
@@ -648,10 +683,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
648
683
|
requirements:
|
649
684
|
- - ">="
|
650
685
|
- !ruby/object:Gem::Version
|
651
|
-
version: '2.
|
686
|
+
version: '2.2'
|
652
687
|
- - "<"
|
653
688
|
- !ruby/object:Gem::Version
|
654
|
-
version: '2.
|
689
|
+
version: '2.6'
|
655
690
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
656
691
|
requirements:
|
657
692
|
- - ">="
|
@@ -659,7 +694,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
659
694
|
version: '0'
|
660
695
|
requirements: []
|
661
696
|
rubyforge_project:
|
662
|
-
rubygems_version: 2.
|
697
|
+
rubygems_version: 2.7.6
|
663
698
|
signing_key:
|
664
699
|
specification_version: 4
|
665
700
|
summary: Ruby/Pango is a Ruby binding of pango-1.x.
|
@@ -1,41 +0,0 @@
|
|
1
|
-
# libgraphene-1.0.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.6
|
3
|
-
#
|
4
|
-
# Please DO NOT delete this file!
|
5
|
-
# It is necessary for linking the library.
|
6
|
-
|
7
|
-
# The name that we can dlopen(3).
|
8
|
-
dlname='../bin/libgraphene-1.0-0.dll'
|
9
|
-
|
10
|
-
# Names of this library.
|
11
|
-
library_names='libgraphene-1.0.dll.a'
|
12
|
-
|
13
|
-
# The name of the static archive.
|
14
|
-
old_library=''
|
15
|
-
|
16
|
-
# Linker flags that cannot go in dependency_libs.
|
17
|
-
inherited_linker_flags=' -pthread'
|
18
|
-
|
19
|
-
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la'
|
21
|
-
|
22
|
-
# Names of additional weak libraries provided by this library
|
23
|
-
weak_library_names=''
|
24
|
-
|
25
|
-
# Version information for libgraphene-1.0.
|
26
|
-
current=600
|
27
|
-
age=600
|
28
|
-
revision=0
|
29
|
-
|
30
|
-
# Is this an already installed library?
|
31
|
-
installed=yes
|
32
|
-
|
33
|
-
# Should we warn about portability when linking against -modules?
|
34
|
-
shouldnotlink=no
|
35
|
-
|
36
|
-
# Files to dlopen/dlpreopen
|
37
|
-
dlopen=''
|
38
|
-
dlpreopen=''
|
39
|
-
|
40
|
-
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib'
|
@@ -1,57 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Annotation Glossary: Graphene Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
|
-
<link rel="home" href="index.html" title="Graphene Reference Manual">
|
8
|
-
<link rel="up" href="index.html" title="Graphene Reference Manual">
|
9
|
-
<link rel="prev" href="ix06.html" title="Index of new symbols in 1.6">
|
10
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
-
<link rel="stylesheet" href="style.css" type="text/css">
|
12
|
-
</head>
|
13
|
-
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
14
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
15
|
-
<td width="100%" align="left" class="shortcuts"><span id="nav_glossary"><a class="shortcut" href="#glsA">A</a>
|
16
|
-
<span class="dim">|</span>
|
17
|
-
<a class="shortcut" href="#glsC">C</a>
|
18
|
-
<span class="dim">|</span>
|
19
|
-
<a class="shortcut" href="#glsN">N</a>
|
20
|
-
<span class="dim">|</span>
|
21
|
-
<a class="shortcut" href="#glsO">O</a>
|
22
|
-
<span class="dim">|</span>
|
23
|
-
<a class="shortcut" href="#glsT">T</a></span></td>
|
24
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
25
|
-
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
26
|
-
<td><a accesskey="p" href="ix06.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
27
|
-
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
|
28
|
-
</tr></table>
|
29
|
-
<div class="glossary">
|
30
|
-
<div class="titlepage"><div><div><h1 class="title">
|
31
|
-
<a name="annotation-glossary"></a>Annotation Glossary</h1></div></div></div>
|
32
|
-
<a name="glsA"></a><h3 class="title">A</h3>
|
33
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-array"></a>array</span></dt>
|
34
|
-
<dd class="glossdef"><p>Parameter points to an array of items.</p></dd>
|
35
|
-
<a name="glsC"></a><h3 class="title">C</h3>
|
36
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-constructor"></a>constructor</span></dt>
|
37
|
-
<dd class="glossdef"><p>This symbol is a constructor, not a static method.</p></dd>
|
38
|
-
<a name="glsN"></a><h3 class="title">N</h3>
|
39
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-nullable"></a>nullable</span></dt>
|
40
|
-
<dd class="glossdef"><p>NULL may be passed as the value in, out, in-out; or as a return value.</p></dd>
|
41
|
-
<a name="glsO"></a><h3 class="title">O</h3>
|
42
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-optional"></a>optional</span></dt>
|
43
|
-
<dd class="glossdef"><p>NULL may be passed instead of a pointer to a location.</p></dd>
|
44
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-out"></a>out</span></dt>
|
45
|
-
<dd class="glossdef"><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd>
|
46
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-out%20caller-allocates"></a>out caller-allocates</span></dt>
|
47
|
-
<dd class="glossdef"><p>Out parameter, where caller must allocate storage.</p></dd>
|
48
|
-
<a name="glsT"></a><h3 class="title">T</h3>
|
49
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
|
50
|
-
<dd class="glossdef"><p>Free data after the code is done.</p></dd>
|
51
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
|
52
|
-
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
|
53
|
-
</div>
|
54
|
-
<div class="footer">
|
55
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
56
|
-
</body>
|
57
|
-
</html>
|