pango 3.2.1-x86-mingw32 → 3.2.2-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/Rakefile +19 -3
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/lib/pango/markup.rb +1 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/fribidi.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +1 -1
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/fribidi/fribidi-arabic.h +81 -0
- data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
- data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
- data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
- data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
- data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
- data/vendor/local/include/fribidi/fribidi-common.h +146 -0
- data/vendor/local/include/fribidi/fribidi-config.h +23 -0
- data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
- data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
- data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
- data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
- data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
- data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
- data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
- data/vendor/local/include/fribidi/fribidi-types.h +83 -0
- data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
- data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
- data/vendor/local/include/fribidi/fribidi.h +63 -0
- data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
- data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
- data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
- data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
- data/vendor/local/include/harfbuzz/hb-common.h +1 -1
- data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
- data/vendor/local/include/harfbuzz/hb-face.h +0 -1
- data/vendor/local/include/harfbuzz/hb-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
- data/vendor/local/include/harfbuzz/hb-set.h +15 -7
- data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
- data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
- data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
- data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
- data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
- data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +1 -1
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt58.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio58.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest58.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libfribidi.la +41 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +41 -0
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicudt58.dll +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +5 -5
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +5 -5
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +5 -5
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +5 -5
- data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
- data/vendor/local/lib/pkgconfig/graphene-1.0.pc +17 -11
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +17 -11
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
- data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
- data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
- data/vendor/local/share/man/man1/pango-view.1 +1 -113
- metadata +87 -52
- data/vendor/local/lib/libgraphene-1.0.la +0 -41
- data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
- data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
- data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
- data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
- data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
- data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
- data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
- data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
- data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
- data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
- data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
- data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="pango-Miscellaneous-Utilities.html" title="Miscellaneous Utilities">
|
10
10
|
<link rel="next" href="pango-hierarchy.html" title="Object Hierarchy">
|
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">
|
@@ -354,7 +354,7 @@ version <em class="parameter"><code>required_major.required_minor</code></em>
|
|
354
354
|
</div>
|
355
355
|
<div class="refsect3">
|
356
356
|
<a name="pango-version-check.returns"></a><h4>Returns</h4>
|
357
|
-
<p
|
357
|
+
<p><code class="literal">NULL</code> if the Pango library is compatible
|
358
358
|
with the given version, or a string describing the version
|
359
359
|
mismatch. The returned string is owned by Pango and should not
|
360
360
|
be modified or freed. </p>
|
@@ -380,21 +380,21 @@ be modified or freed. </p>
|
|
380
380
|
<hr>
|
381
381
|
<div class="refsect2">
|
382
382
|
<a name="PANGO-VERSION-MINOR:CAPS"></a><h3>PANGO_VERSION_MINOR</h3>
|
383
|
-
<pre class="programlisting">#define PANGO_VERSION_MINOR
|
383
|
+
<pre class="programlisting">#define PANGO_VERSION_MINOR 42
|
384
384
|
</pre>
|
385
385
|
<p>The minor component of the version of Pango available at compile-time.</p>
|
386
386
|
</div>
|
387
387
|
<hr>
|
388
388
|
<div class="refsect2">
|
389
389
|
<a name="PANGO-VERSION-MICRO:CAPS"></a><h3>PANGO_VERSION_MICRO</h3>
|
390
|
-
<pre class="programlisting">#define PANGO_VERSION_MICRO
|
390
|
+
<pre class="programlisting">#define PANGO_VERSION_MICRO 0
|
391
391
|
</pre>
|
392
392
|
<p>The micro component of the version of Pango available at compile-time.</p>
|
393
393
|
</div>
|
394
394
|
<hr>
|
395
395
|
<div class="refsect2">
|
396
396
|
<a name="PANGO-VERSION-STRING:CAPS"></a><h3>PANGO_VERSION_STRING</h3>
|
397
|
-
<pre class="programlisting">#define PANGO_VERSION_STRING "1.
|
397
|
+
<pre class="programlisting">#define PANGO_VERSION_STRING "1.42.0"
|
398
398
|
</pre>
|
399
399
|
<p>A string literal containing the version of Pango available at compile-time.</p>
|
400
400
|
</div>
|
@@ -590,6 +590,6 @@ that can be used by the C pre-processor.</p>
|
|
590
590
|
</div>
|
591
591
|
</div>
|
592
592
|
<div class="footer">
|
593
|
-
<hr>Generated by GTK-Doc V1.
|
593
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
594
594
|
</body>
|
595
595
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="pango.html" title="Basic Pango Interfaces">
|
9
9
|
<link rel="prev" href="pango-Bidirectional-Text.html" title="Bidirectional Text">
|
10
10
|
<link rel="next" href="rendering.html" title="Rendering with Pango">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -108,7 +108,7 @@
|
|
108
108
|
</div>
|
109
109
|
<div class="refsect1">
|
110
110
|
<a name="pango-Vertical-Text.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
111
|
-
<pre class="screen">
|
111
|
+
<pre class="screen"> GEnum
|
112
112
|
<span class="lineart">├──</span> PangoGravity
|
113
113
|
<span class="lineart">╰──</span> PangoGravityHint
|
114
114
|
</pre>
|
@@ -176,9 +176,9 @@ and gravity hint using <a class="link" href="pango-Text-Attributes.html#pango-at
|
|
176
176
|
</div>
|
177
177
|
<div class="refsect3">
|
178
178
|
<a name="PANGO-GRAVITY-IS-IMPROPER.returns"></a><h4>Returns</h4>
|
179
|
-
<p> <
|
179
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>gravity</code></em>
|
180
180
|
is <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-WEST:CAPS"><code class="literal">PANGO_GRAVITY_WEST</code></a> or <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-NORTH:CAPS"><code class="literal">PANGO_GRAVITY_NORTH</code></a>,
|
181
|
-
<
|
181
|
+
<code class="literal">FALSE</code> otherwise.</p>
|
182
182
|
</div>
|
183
183
|
<p class="since">Since: <a class="link" href="api-index-1-32.html#api-index-1.32">1.32</a></p>
|
184
184
|
</div>
|
@@ -204,9 +204,9 @@ is <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-WEST:CAPS"><code
|
|
204
204
|
</div>
|
205
205
|
<div class="refsect3">
|
206
206
|
<a name="PANGO-GRAVITY-IS-VERTICAL.returns"></a><h4>Returns</h4>
|
207
|
-
<p> <
|
207
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>gravity</code></em>
|
208
208
|
is <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-EAST:CAPS"><code class="literal">PANGO_GRAVITY_EAST</code></a> or <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-WEST:CAPS"><code class="literal">PANGO_GRAVITY_WEST</code></a>,
|
209
|
-
<
|
209
|
+
<code class="literal">FALSE</code> otherwise.</p>
|
210
210
|
</div>
|
211
211
|
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
212
212
|
</div>
|
@@ -227,7 +227,7 @@ in a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="ty
|
|
227
227
|
</colgroup>
|
228
228
|
<tbody><tr>
|
229
229
|
<td class="parameter_name"><p>matrix</p></td>
|
230
|
-
<td class="parameter_description"><p>
|
230
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>. </p></td>
|
231
231
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
232
232
|
</tr></tbody>
|
233
233
|
</table></div>
|
@@ -237,7 +237,7 @@ in a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="ty
|
|
237
237
|
<p> the gravity of <em class="parameter"><code>matrix</code></em>
|
238
238
|
, which will never be
|
239
239
|
<a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-AUTO:CAPS"><code class="literal">PANGO_GRAVITY_AUTO</code></a>, or <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-SOUTH:CAPS"><code class="literal">PANGO_GRAVITY_SOUTH</code></a> if <em class="parameter"><code>matrix</code></em>
|
240
|
-
is <
|
240
|
+
is <code class="literal">NULL</code></p>
|
241
241
|
</div>
|
242
242
|
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
243
243
|
</div>
|
@@ -296,7 +296,7 @@ with <em class="parameter"><code>script</code></em>
|
|
296
296
|
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="returnvalue">PangoGravity</span></a>
|
297
297
|
pango_gravity_get_for_script_and_width
|
298
298
|
(<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript"><span class="type">PangoScript</span></a> script</code></em>,
|
299
|
-
<em class="parameter"><code><
|
299
|
+
<em class="parameter"><code><span class="type">gboolean</span> wide</code></em>,
|
300
300
|
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="type">PangoGravity</span></a> base_gravity</code></em>,
|
301
301
|
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title="enum PangoGravityHint"><span class="type">PangoGravityHint</span></a> hint</code></em>);</pre>
|
302
302
|
<p>Based on the script, East Asian width, base gravity, and hint,
|
@@ -328,7 +328,7 @@ preferred gravity of <em class="parameter"><code>script</code></em>
|
|
328
328
|
</tr>
|
329
329
|
<tr>
|
330
330
|
<td class="parameter_name"><p>wide</p></td>
|
331
|
-
<td class="parameter_description"><p><
|
331
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> for wide characters as returned by <code class="function">g_unichar_iswide()</code></p></td>
|
332
332
|
<td class="parameter_annotations"> </td>
|
333
333
|
</tr>
|
334
334
|
<tr>
|
@@ -511,6 +511,6 @@ opposite gravities and both flow top-to-bottom for example.</p>
|
|
511
511
|
</div>
|
512
512
|
</div>
|
513
513
|
<div class="footer">
|
514
|
-
<hr>Generated by GTK-Doc V1.
|
514
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
515
515
|
</body>
|
516
516
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rendering.html" title="Rendering with Pango">
|
9
9
|
<link rel="prev" href="rendering.html" title="Rendering with Pango">
|
10
10
|
<link rel="next" href="pango-FreeType-Fonts-and-Rendering.html" title="FreeType Fonts and Rendering">
|
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">
|
@@ -89,7 +89,7 @@
|
|
89
89
|
</tr>
|
90
90
|
<tr>
|
91
91
|
<td class="function_type">
|
92
|
-
<
|
92
|
+
<span class="returnvalue">gint</span>
|
93
93
|
</td>
|
94
94
|
<td class="function_name">
|
95
95
|
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-get-glyph-index" title="pango_win32_font_get_glyph_index ()">pango_win32_font_get_glyph_index</a> <span class="c_punctuation">()</span>
|
@@ -97,7 +97,7 @@
|
|
97
97
|
</tr>
|
98
98
|
<tr>
|
99
99
|
<td class="function_type">
|
100
|
-
<
|
100
|
+
<span class="returnvalue">gboolean</span>
|
101
101
|
</td>
|
102
102
|
<td class="function_name">
|
103
103
|
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-select-font" title="pango_win32_font_select_font ()">pango_win32_font_select_font</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-Win32-Fonts-and-Rendering.html#pango-win32-get-debug-flag" title="pango_win32_get_debug_flag ()">pango_win32_get_debug_flag</a> <span class="c_punctuation">()</span>
|
@@ -282,8 +282,8 @@ pango_win32_get_context (<em class="parameter"><code><span class="type">void</sp
|
|
282
282
|
pango_win32_render (<em class="parameter"><code><span class="type">HDC</span> hdc</code></em>,
|
283
283
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
284
284
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
285
|
-
<em class="parameter"><code><
|
286
|
-
<em class="parameter"><code><
|
285
|
+
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
286
|
+
<em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre>
|
287
287
|
<p>Render a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a Windows DC</p>
|
288
288
|
<div class="refsect3">
|
289
289
|
<a name="pango-win32-render.parameters"></a><h4>Parameters</h4>
|
@@ -357,7 +357,7 @@ transformation matrix to that passed in to this function.</p>
|
|
357
357
|
</tr>
|
358
358
|
<tr>
|
359
359
|
<td class="parameter_name"><p>matrix</p></td>
|
360
|
-
<td class="parameter_description"><p>
|
360
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code> to use an identity
|
361
361
|
transformation. </p></td>
|
362
362
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
363
363
|
</tr>
|
@@ -478,7 +478,7 @@ pango_win32_render_layout (<em class="parameter"><code><span class="type">HDC</s
|
|
478
478
|
<a name="pango-win32-get-unknown-glyph"></a><h3>pango_win32_get_unknown_glyph ()</h3>
|
479
479
|
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
|
480
480
|
pango_win32_get_unknown_glyph (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
481
|
-
<em class="parameter"><code><
|
481
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
482
482
|
<div class="warning"><p><code class="literal">pango_win32_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p></div>
|
483
483
|
<p>Returns the index of a glyph suitable for drawing <em class="parameter"><code>wc</code></em>
|
484
484
|
as an
|
@@ -515,9 +515,9 @@ unknown character.</p>
|
|
515
515
|
<hr>
|
516
516
|
<div class="refsect2">
|
517
517
|
<a name="pango-win32-font-get-glyph-index"></a><h3>pango_win32_font_get_glyph_index ()</h3>
|
518
|
-
<pre class="programlisting"><
|
518
|
+
<pre class="programlisting"><span class="returnvalue">gint</span>
|
519
519
|
pango_win32_font_get_glyph_index (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
520
|
-
<em class="parameter"><code><
|
520
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
521
521
|
<div class="warning"><p><code class="literal">pango_win32_font_get_glyph_index</code> is deprecated and should not be used in newly-written code.</p></div>
|
522
522
|
<p>Obtains the index of the glyph for <em class="parameter"><code>wc</code></em>
|
523
523
|
in <em class="parameter"><code>font</code></em>
|
@@ -554,7 +554,7 @@ covered.</p>
|
|
554
554
|
<hr>
|
555
555
|
<div class="refsect2">
|
556
556
|
<a name="pango-win32-font-select-font"></a><h3>pango_win32_font_select_font ()</h3>
|
557
|
-
<pre class="programlisting"><
|
557
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
558
558
|
pango_win32_font_select_font (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
559
559
|
<em class="parameter"><code><span class="type">HDC</span> hdc</code></em>);</pre>
|
560
560
|
<p>Selects the font into the specified DC and changes the mapping mode
|
@@ -589,7 +589,7 @@ into Pango units.</p>
|
|
589
589
|
</div>
|
590
590
|
<div class="refsect3">
|
591
591
|
<a name="pango-win32-font-select-font.returns"></a><h4>Returns</h4>
|
592
|
-
<p> <
|
592
|
+
<p> <code class="literal">TRUE</code> if the operation succeeded.</p>
|
593
593
|
</div>
|
594
594
|
</div>
|
595
595
|
<hr>
|
@@ -646,12 +646,12 @@ units.</p>
|
|
646
646
|
<hr>
|
647
647
|
<div class="refsect2">
|
648
648
|
<a name="pango-win32-get-debug-flag"></a><h3>pango_win32_get_debug_flag ()</h3>
|
649
|
-
<pre class="programlisting"><
|
649
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
650
650
|
pango_win32_get_debug_flag (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
651
651
|
<p>Returns whether debugging is turned on.</p>
|
652
652
|
<div class="refsect3">
|
653
653
|
<a name="pango-win32-get-debug-flag.returns"></a><h4>Returns</h4>
|
654
|
-
<p> <
|
654
|
+
<p> <code class="literal">TRUE</code> if debugging is turned on.</p>
|
655
655
|
</div>
|
656
656
|
<p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
|
657
657
|
</div>
|
@@ -734,7 +734,7 @@ stored</p>
|
|
734
734
|
</div>
|
735
735
|
<div class="refsect3">
|
736
736
|
<a name="pango-win32-font-cache-load.returns"></a><h4>Returns</h4>
|
737
|
-
<p>
|
737
|
+
<p>The font structure, or <code class="literal">NULL</code> if the font
|
738
738
|
could not be loaded. In order to free this structure, you must call
|
739
739
|
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-unload" title="pango_win32_font_cache_unload ()"><code class="function">pango_win32_font_cache_unload()</code></a>. </p>
|
740
740
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
@@ -773,7 +773,7 @@ stored</p>
|
|
773
773
|
</div>
|
774
774
|
<div class="refsect3">
|
775
775
|
<a name="pango-win32-font-cache-loadw.returns"></a><h4>Returns</h4>
|
776
|
-
<p>
|
776
|
+
<p>The font structure, or <code class="literal">NULL</code> if the font
|
777
777
|
could not be loaded. In order to free this structure, you must call
|
778
778
|
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-unload" title="pango_win32_font_cache_unload ()"><code class="function">pango_win32_font_cache_unload()</code></a>. </p>
|
779
779
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
@@ -887,7 +887,7 @@ to come across fonts with odd names.</p>
|
|
887
887
|
<div class="refsect3">
|
888
888
|
<a name="pango-win32-font-logfont.returns"></a><h4>Returns</h4>
|
889
889
|
<p> A newly allocated LOGFONTA struct. It must be
|
890
|
-
freed with <
|
890
|
+
freed with <code class="function">g_free()</code>.</p>
|
891
891
|
</div>
|
892
892
|
</div>
|
893
893
|
<hr>
|
@@ -914,7 +914,7 @@ pango_win32_font_logfontw (<em class="parameter"><code><a class="link" href="pan
|
|
914
914
|
<div class="refsect3">
|
915
915
|
<a name="pango-win32-font-logfontw.returns"></a><h4>Returns</h4>
|
916
916
|
<p> A newly allocated LOGFONTW struct. It must be
|
917
|
-
freed with <
|
917
|
+
freed with <code class="function">g_free()</code>.</p>
|
918
918
|
</div>
|
919
919
|
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
920
920
|
</div>
|
@@ -998,7 +998,7 @@ should be freed using <a class="link" href="pango-Fonts.html#pango-font-descript
|
|
998
998
|
<pre class="programlisting">#define PANGO_RENDER_TYPE_WIN32 "PangoRenderWin32"
|
999
999
|
</pre>
|
1000
1000
|
<p>A string constant identifying the Win32 renderer. The associated quark (see
|
1001
|
-
<
|
1001
|
+
<code class="function">g_quark_from_string()</code>) is used to identify the renderer in <a class="link" href="pango-Modules.html#pango-find-map" title="pango_find_map ()"><code class="function">pango_find_map()</code></a>.</p>
|
1002
1002
|
</div>
|
1003
1003
|
<hr>
|
1004
1004
|
<div class="refsect2">
|
@@ -1009,6 +1009,6 @@ should be freed using <a class="link" href="pango-Fonts.html#pango-font-descript
|
|
1009
1009
|
</div>
|
1010
1010
|
</div>
|
1011
1011
|
<div class="footer">
|
1012
|
-
<hr>Generated by GTK-Doc V1.
|
1012
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
1013
1013
|
</body>
|
1014
1014
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rendering.html" title="Rendering with Pango">
|
9
9
|
<link rel="prev" href="pango-FreeType-Fonts-and-Rendering.html" title="FreeType Fonts and Rendering">
|
10
10
|
<link rel="next" href="pango-Cairo-Rendering.html" title="Cairo Rendering">
|
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">
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</tr>
|
108
108
|
<tr>
|
109
109
|
<td class="function_type">
|
110
|
-
<
|
110
|
+
<span class="returnvalue">gboolean</span>
|
111
111
|
</td>
|
112
112
|
<td class="function_name">
|
113
113
|
<a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-has-char" title="pango_xft_font_has_char ()">pango_xft_font_has_char</a> <span class="c_punctuation">()</span>
|
@@ -131,7 +131,7 @@
|
|
131
131
|
</tr>
|
132
132
|
<tr>
|
133
133
|
<td class="function_type">
|
134
|
-
<
|
134
|
+
<span class="returnvalue">guint</span>
|
135
135
|
</td>
|
136
136
|
<td class="function_name">
|
137
137
|
<a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-glyph" title="pango_xft_font_get_glyph ()">pango_xft_font_get_glyph</a> <span class="c_punctuation">()</span>
|
@@ -222,12 +222,12 @@
|
|
222
222
|
</colgroup>
|
223
223
|
<tbody>
|
224
224
|
<tr>
|
225
|
-
<td class="property_type"><
|
225
|
+
<td class="property_type"><span class="type">gpointer</span></td>
|
226
226
|
<td class="property_name"><a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer--display" title="The “display” property">display</a></td>
|
227
227
|
<td class="property_flags">Write / Construct Only</td>
|
228
228
|
</tr>
|
229
229
|
<tr>
|
230
|
-
<td class="property_type"><
|
230
|
+
<td class="property_type"><span class="type">gint</span></td>
|
231
231
|
<td class="property_name"><a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer--screen" title="The “screen” property">screen</a></td>
|
232
232
|
<td class="property_flags">Write / Construct Only</td>
|
233
233
|
</tr>
|
@@ -267,7 +267,7 @@
|
|
267
267
|
</div>
|
268
268
|
<div class="refsect1">
|
269
269
|
<a name="pango-Xft-Fonts-and-Rendering.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
270
|
-
<pre class="screen">
|
270
|
+
<pre class="screen"> GObject
|
271
271
|
<span class="lineart">├──</span> <a class="link" href="pango-Fonts.html#PangoFont">PangoFont</a>
|
272
272
|
<span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="PangoFcFont.html" title="PangoFcFont">PangoFcFont</a>
|
273
273
|
<span class="lineart">│</span> <span class="lineart">╰──</span> PangoXftFont
|
@@ -379,7 +379,7 @@ the display is closed.</p>
|
|
379
379
|
</div>
|
380
380
|
<div class="refsect3">
|
381
381
|
<a name="pango-xft-get-font-map.returns"></a><h4>Returns</h4>
|
382
|
-
<p>
|
382
|
+
<p>a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> object, owned by Pango. </p>
|
383
383
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
384
384
|
</div>
|
385
385
|
<p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
|
@@ -391,8 +391,8 @@ the display is closed.</p>
|
|
391
391
|
pango_xft_set_default_substitute (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
|
392
392
|
<em class="parameter"><code><span class="type">int</span> screen</code></em>,
|
393
393
|
<em class="parameter"><code><a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftSubstituteFunc" title="PangoXftSubstituteFunc ()"><span class="type">PangoXftSubstituteFunc</span></a> func</code></em>,
|
394
|
-
<em class="parameter"><code><
|
395
|
-
<em class="parameter"><code><
|
394
|
+
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
|
395
|
+
<em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
|
396
396
|
<p>Sets a function that will be called to do final configuration
|
397
397
|
substitution on a <span class="type">FcPattern</span> before it is used to load
|
398
398
|
the font. This function can be used to do things like set
|
@@ -445,7 +445,7 @@ is no longer used.</p></td>
|
|
445
445
|
<a name="PangoXftSubstituteFunc"></a><h3>PangoXftSubstituteFunc ()</h3>
|
446
446
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
447
447
|
<span class="c_punctuation">(</span>*PangoXftSubstituteFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
|
448
|
-
<em class="parameter"><code><
|
448
|
+
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
|
449
449
|
<p>Function type for doing final config tweaking on prepared FcPatterns.</p>
|
450
450
|
<div class="refsect3">
|
451
451
|
<a name="PangoXftSubstituteFunc.parameters"></a><h4>Parameters</h4>
|
@@ -559,17 +559,17 @@ pango_xft_font_get_font (<em class="parameter"><code><a class="link" href="pango
|
|
559
559
|
</colgroup>
|
560
560
|
<tbody><tr>
|
561
561
|
<td class="parameter_name"><p>font</p></td>
|
562
|
-
<td class="parameter_description"><p>
|
562
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>. </p></td>
|
563
563
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
564
564
|
</tr></tbody>
|
565
565
|
</table></div>
|
566
566
|
</div>
|
567
567
|
<div class="refsect3">
|
568
568
|
<a name="pango-xft-font-get-font.returns"></a><h4>Returns</h4>
|
569
|
-
<p>
|
570
|
-
, or <
|
569
|
+
<p>the XftFont associated to <em class="parameter"><code>font</code></em>
|
570
|
+
, or <code class="literal">NULL</code>
|
571
571
|
if <em class="parameter"><code>font</code></em>
|
572
|
-
is <
|
572
|
+
is <code class="literal">NULL</code>. </p>
|
573
573
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
574
574
|
</div>
|
575
575
|
</div>
|
@@ -603,9 +603,9 @@ pango_xft_font_get_display (<em class="parameter"><code><a class="link" href="pa
|
|
603
603
|
<hr>
|
604
604
|
<div class="refsect2">
|
605
605
|
<a name="pango-xft-font-has-char"></a><h3>pango_xft_font_has_char ()</h3>
|
606
|
-
<pre class="programlisting"><
|
606
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
607
607
|
pango_xft_font_has_char (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
608
|
-
<em class="parameter"><code><
|
608
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
609
609
|
<div class="warning"><p><code class="literal">pango_xft_font_has_char</code> is deprecated and should not be used in newly-written code.</p></div>
|
610
610
|
<p>Determines whether <em class="parameter"><code>font</code></em>
|
611
611
|
has a glyph for the codepoint <em class="parameter"><code>wc</code></em>
|
@@ -635,7 +635,7 @@ pango_xft_font_has_char (<em class="parameter"><code><a class="link" href="pango
|
|
635
635
|
</div>
|
636
636
|
<div class="refsect3">
|
637
637
|
<a name="pango-xft-font-has-char.returns"></a><h4>Returns</h4>
|
638
|
-
<p> <
|
638
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>font</code></em>
|
639
639
|
has the requested codepoint.</p>
|
640
640
|
</div>
|
641
641
|
<p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
|
@@ -701,9 +701,9 @@ pango_xft_font_unlock_face (<em class="parameter"><code><a class="link" href="pa
|
|
701
701
|
<hr>
|
702
702
|
<div class="refsect2">
|
703
703
|
<a name="pango-xft-font-get-glyph"></a><h3>pango_xft_font_get_glyph ()</h3>
|
704
|
-
<pre class="programlisting"><
|
704
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
705
705
|
pango_xft_font_get_glyph (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
706
|
-
<em class="parameter"><code><
|
706
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
707
707
|
<div class="warning"><p><code class="literal">pango_xft_font_get_glyph</code> is deprecated and should not be used in newly-written code.</p></div>
|
708
708
|
<p>Gets the glyph index for a given Unicode character
|
709
709
|
for <em class="parameter"><code>font</code></em>
|
@@ -744,7 +744,7 @@ character does not exist in the font.</p>
|
|
744
744
|
<a name="pango-xft-font-get-unknown-glyph"></a><h3>pango_xft_font_get_unknown_glyph ()</h3>
|
745
745
|
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
|
746
746
|
pango_xft_font_get_unknown_glyph (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
747
|
-
<em class="parameter"><code><
|
747
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
748
748
|
<div class="warning"><p><code class="literal">pango_xft_font_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p></div>
|
749
749
|
<p>Returns the index of a glyph suitable for drawing <em class="parameter"><code>wc</code></em>
|
750
750
|
as an
|
@@ -813,7 +813,7 @@ to which rendering will be done</p></td>
|
|
813
813
|
<div class="refsect3">
|
814
814
|
<a name="pango-xft-renderer-new.returns"></a><h4>Returns</h4>
|
815
815
|
<p> the newly created <a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer"><span class="type">PangoXftRenderer</span></a>, which should
|
816
|
-
be freed with <
|
816
|
+
be freed with <code class="function">g_object_unref()</code>.</p>
|
817
817
|
</div>
|
818
818
|
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
819
819
|
</div>
|
@@ -888,8 +888,8 @@ pango_xft_render (<em class="parameter"><code><span class="type">XftDraw</span>
|
|
888
888
|
<em class="parameter"><code><span class="type">XftColor</span> *color</code></em>,
|
889
889
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
890
890
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
891
|
-
<em class="parameter"><code><
|
892
|
-
<em class="parameter"><code><
|
891
|
+
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
892
|
+
<em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre>
|
893
893
|
<p>Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto an <span class="type">XftDraw</span> object wrapping an X drawable.</p>
|
894
894
|
<div class="refsect3">
|
895
895
|
<a name="pango-xft-render.parameters"></a><h4>Parameters</h4>
|
@@ -943,8 +943,8 @@ pango_xft_picture_render (<em class="parameter"><code><span class="type">Display
|
|
943
943
|
<em class="parameter"><code><span class="type">Picture</span> dest_picture</code></em>,
|
944
944
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
945
945
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
946
|
-
<em class="parameter"><code><
|
947
|
-
<em class="parameter"><code><
|
946
|
+
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
947
|
+
<em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre>
|
948
948
|
<p>Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto an Xrender <span class="type">Picture</span> object.</p>
|
949
949
|
<div class="refsect3">
|
950
950
|
<a name="pango-xft-picture-render.parameters"></a><h4>Parameters</h4>
|
@@ -1039,7 +1039,7 @@ transformation matrix to that passed in to this function.</p>
|
|
1039
1039
|
</tr>
|
1040
1040
|
<tr>
|
1041
1041
|
<td class="parameter_name"><p>matrix</p></td>
|
1042
|
-
<td class="parameter_description"><p>
|
1042
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code> to use an identity
|
1043
1043
|
transformation. </p></td>
|
1044
1044
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1045
1045
|
</tr>
|
@@ -1249,14 +1249,14 @@ attributes</p></td>
|
|
1249
1249
|
<a name="pango-Xft-Fonts-and-Rendering.property-details"></a><h2>Property Details</h2>
|
1250
1250
|
<div class="refsect2">
|
1251
1251
|
<a name="PangoXftRenderer--display"></a><h3>The <code class="literal">“display”</code> property</h3>
|
1252
|
-
<pre class="programlisting"> “display” <
|
1252
|
+
<pre class="programlisting"> “display” <span class="type">gpointer</span></pre>
|
1253
1253
|
<p>The display being rendered to.</p>
|
1254
1254
|
<p>Flags: Write / Construct Only</p>
|
1255
1255
|
</div>
|
1256
1256
|
<hr>
|
1257
1257
|
<div class="refsect2">
|
1258
1258
|
<a name="PangoXftRenderer--screen"></a><h3>The <code class="literal">“screen”</code> property</h3>
|
1259
|
-
<pre class="programlisting"> “screen” <
|
1259
|
+
<pre class="programlisting"> “screen” <span class="type">gint</span></pre>
|
1260
1260
|
<p>The screen being rendered to.</p>
|
1261
1261
|
<p>Flags: Write / Construct Only</p>
|
1262
1262
|
<p>Allowed values: >= 0</p>
|
@@ -1265,6 +1265,6 @@ attributes</p></td>
|
|
1265
1265
|
</div>
|
1266
1266
|
</div>
|
1267
1267
|
<div class="footer">
|
1268
|
-
<hr>Generated by GTK-Doc V1.
|
1268
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
1269
1269
|
</body>
|
1270
1270
|
</html>
|