pango 3.0.7-x86-mingw32 → 3.0.8-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 +4 -4
- data/Rakefile +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- data/vendor/local/bin/derb.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-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -7
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-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/harfbuzz/hb-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +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.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/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.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 +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pango-view.1 +113 -1
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Text Attribute Markup: Pango Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="pango.html" title="Basic Pango Interfaces">
|
9
9
|
<link rel="prev" href="pango-Tab-Stops.html" title="Tab Stops">
|
10
10
|
<link rel="next" href="pango-Layout-Objects.html" title="Layout Objects">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (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">
|
@@ -130,17 +130,42 @@ One of 'ultracondensed', 'extracondensed', 'condensed',
|
|
130
130
|
</p></td>
|
131
131
|
</tr>
|
132
132
|
<tr>
|
133
|
+
<td><p><span class="term">font_features<a href="#ftn.since_1_38" class="footnote" name="since_1_38"><sup class="footnote">[2]</sup></a></span></p></td>
|
134
|
+
<td><p>
|
135
|
+
A comma separated list of OpenType font feature settings, in the same
|
136
|
+
syntax as accepted by CSS. E.g: <code class="literal">font_features='dlig=1, -kern, afrc on'</code>
|
137
|
+
</p></td>
|
138
|
+
</tr>
|
139
|
+
<tr>
|
133
140
|
<td><p><span class="term">foreground, </span><span class="term">fgcolor<a href="PangoMarkupFormat.html#ftn.since_1_21" class="footnoteref"><sup class="footnoteref">[1]</sup></a>, </span><span class="term">color</span></p></td>
|
134
141
|
<td><p>
|
135
|
-
An RGB color specification such as '#00FF00' or a color name such as
|
136
|
-
'red'
|
142
|
+
An RGB color specification such as '#00FF00' or a color name such as
|
143
|
+
'red'.
|
144
|
+
Since 1.38, an RGBA color specification such as '#00FF007F' will
|
145
|
+
be interpreted as specifying both a foreground color and foreground alpha.
|
137
146
|
</p></td>
|
138
147
|
</tr>
|
139
148
|
<tr>
|
140
149
|
<td><p><span class="term">background, </span><span class="term">bgcolor<a href="PangoMarkupFormat.html#ftn.since_1_21" class="footnoteref"><sup class="footnoteref">[1]</sup></a></span></p></td>
|
141
150
|
<td><p>
|
142
|
-
An RGB color specification such as '#00FF00' or a color name such as
|
143
|
-
'red'
|
151
|
+
An RGB color specification such as '#00FF00' or a color name such as
|
152
|
+
'red'.
|
153
|
+
Since 1.38, an RGBA color specification such as '#00FF007F' will
|
154
|
+
be interpreted as specifying both a background color and background alpha.
|
155
|
+
</p></td>
|
156
|
+
</tr>
|
157
|
+
<tr>
|
158
|
+
<td><p><span class="term">alpha, </span><span class="term">fgalpha<a href="PangoMarkupFormat.html#ftn.since_1_38" class="footnoteref"><sup class="footnoteref">[2]</sup></a></span></p></td>
|
159
|
+
<td><p>
|
160
|
+
An alpha value for the foreground color, either a plain integer between 1 and 65536
|
161
|
+
or a percentage value like '50%'.
|
162
|
+
</p></td>
|
163
|
+
</tr>
|
164
|
+
<tr>
|
165
|
+
<td><p><span class="term">background_alpha, </span><span class="term">bgalpha<a href="PangoMarkupFormat.html#ftn.since_1_38" class="footnoteref"><sup class="footnoteref">[2]</sup></a></span></p></td>
|
166
|
+
<td><p>
|
167
|
+
An alpha value for the background color, either a plain integer between 1 and 65536
|
168
|
+
or a percentage value like '50%'.
|
144
169
|
</p></td>
|
145
170
|
</tr>
|
146
171
|
<tr>
|
@@ -292,10 +317,10 @@ Underline
|
|
292
317
|
<div class="footnotes">
|
293
318
|
<br><hr style="width:100; text-align:left;margin-left: 0">
|
294
319
|
<div id="ftn.since_1_21" class="footnote"><p><a href="#since_1_21" class="para"><sup class="para">[1] </sup></a>Since 1.21</p></div>
|
320
|
+
<div id="ftn.since_1_38" class="footnote"><p><a href="#since_1_38" class="para"><sup class="para">[2] </sup></a>Since 1.38</p></div>
|
295
321
|
</div>
|
296
322
|
</div>
|
297
323
|
<div class="footer">
|
298
|
-
<hr>
|
299
|
-
Generated by GTK-Doc V1.21.1</div>
|
324
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
300
325
|
</body>
|
301
326
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Pango Reference Manual
|
5
|
+
<title>PangoRenderer: Pango Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="lowlevel.html" title="Low Level Functionality">
|
10
10
|
<link rel="next" href="PangoFcFontMap.html" title="PangoFcFontMap">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (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">
|
@@ -153,6 +153,22 @@
|
|
153
153
|
<span class="returnvalue">void</span>
|
154
154
|
</td>
|
155
155
|
<td class="function_name">
|
156
|
+
<a class="link" href="PangoRenderer.html#pango-renderer-set-alpha" title="pango_renderer_set_alpha ()">pango_renderer_set_alpha</a> <span class="c_punctuation">()</span>
|
157
|
+
</td>
|
158
|
+
</tr>
|
159
|
+
<tr>
|
160
|
+
<td class="function_type">
|
161
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
|
162
|
+
</td>
|
163
|
+
<td class="function_name">
|
164
|
+
<a class="link" href="PangoRenderer.html#pango-renderer-get-alpha" title="pango_renderer_get_alpha ()">pango_renderer_get_alpha</a> <span class="c_punctuation">()</span>
|
165
|
+
</td>
|
166
|
+
</tr>
|
167
|
+
<tr>
|
168
|
+
<td class="function_type">
|
169
|
+
<span class="returnvalue">void</span>
|
170
|
+
</td>
|
171
|
+
<td class="function_name">
|
156
172
|
<a class="link" href="PangoRenderer.html#pango-renderer-set-matrix" title="pango_renderer_set_matrix ()">pango_renderer_set_matrix</a> <span class="c_punctuation">()</span>
|
157
173
|
</td>
|
158
174
|
</tr>
|
@@ -207,9 +223,9 @@
|
|
207
223
|
</div>
|
208
224
|
<div class="refsect1">
|
209
225
|
<a name="PangoRenderer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
210
|
-
<pre class="screen"> GEnum
|
226
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
211
227
|
<span class="lineart">╰──</span> PangoRenderPart
|
212
|
-
<a href="
|
228
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
213
229
|
<span class="lineart">╰──</span> PangoRenderer
|
214
230
|
<span class="lineart">╰──</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer">PangoXftRenderer</a>
|
215
231
|
</pre>
|
@@ -275,7 +291,7 @@ in Pango units.</p></td>
|
|
275
291
|
</tbody>
|
276
292
|
</table></div>
|
277
293
|
</div>
|
278
|
-
<p class="since">Since 1.8</p>
|
294
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
279
295
|
</div>
|
280
296
|
<hr>
|
281
297
|
<div class="refsect2">
|
@@ -321,7 +337,7 @@ in Pango units.</p></td>
|
|
321
337
|
</tbody>
|
322
338
|
</table></div>
|
323
339
|
</div>
|
324
|
-
<p class="since">Since 1.8</p>
|
340
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
325
341
|
</div>
|
326
342
|
<hr>
|
327
343
|
<div class="refsect2">
|
@@ -373,7 +389,7 @@ in Pango units.</p></td>
|
|
373
389
|
</tbody>
|
374
390
|
</table></div>
|
375
391
|
</div>
|
376
|
-
<p class="since">Since 1.8</p>
|
392
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
377
393
|
</div>
|
378
394
|
<hr>
|
379
395
|
<div class="refsect2">
|
@@ -393,7 +409,7 @@ output format supports it (PDF for example).</p>
|
|
393
409
|
indexed by <code class="literal"><em class="parameter"><code>glyph_item->item->offset</code></em>
|
394
410
|
</code>.</p>
|
395
411
|
<p>If <em class="parameter"><code>text</code></em>
|
396
|
-
is <a href="
|
412
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this simply calls <a class="link" href="PangoRenderer.html#pango-renderer-draw-glyphs" title="pango_renderer_draw_glyphs ()"><code class="function">pango_renderer_draw_glyphs()</code></a>.</p>
|
397
413
|
<p>The default implementation of this method simply falls back to
|
398
414
|
<a class="link" href="PangoRenderer.html#pango-renderer-draw-glyphs" title="pango_renderer_draw_glyphs ()"><code class="function">pango_renderer_draw_glyphs()</code></a>.</p>
|
399
415
|
<div class="refsect3">
|
@@ -413,7 +429,7 @@ indexed by <code class="literal"><em class="parameter"><code>glyph_item->item
|
|
413
429
|
<tr>
|
414
430
|
<td class="parameter_name"><p>text</p></td>
|
415
431
|
<td class="parameter_description"><p> the UTF-8 text that <em class="parameter"><code>glyph_item</code></em>
|
416
|
-
refers to, or <a href="
|
432
|
+
refers to, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
417
433
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
418
434
|
</tr>
|
419
435
|
<tr>
|
@@ -436,7 +452,7 @@ in Pango units.</p></td>
|
|
436
452
|
</tbody>
|
437
453
|
</table></div>
|
438
454
|
</div>
|
439
|
-
<p class="since">Since 1.22</p>
|
455
|
+
<p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
|
440
456
|
</div>
|
441
457
|
<hr>
|
442
458
|
<div class="refsect2">
|
@@ -495,7 +511,7 @@ specified <a class="link" href="PangoRenderer.html" title="PangoRenderer"><span
|
|
495
511
|
</tbody>
|
496
512
|
</table></div>
|
497
513
|
</div>
|
498
|
-
<p class="since">Since 1.8</p>
|
514
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
499
515
|
</div>
|
500
516
|
<hr>
|
501
517
|
<div class="refsect2">
|
@@ -551,7 +567,7 @@ in the original rectangle)</p>
|
|
551
567
|
</tbody>
|
552
568
|
</table></div>
|
553
569
|
</div>
|
554
|
-
<p class="since">Since 1.8</p>
|
570
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
555
571
|
</div>
|
556
572
|
<hr>
|
557
573
|
<div class="refsect2">
|
@@ -619,7 +635,7 @@ using the given <a class="link" href="PangoRenderer.html" title="PangoRenderer">
|
|
619
635
|
</tbody>
|
620
636
|
</table></div>
|
621
637
|
</div>
|
622
|
-
<p class="since">Since 1.8</p>
|
638
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
623
639
|
</div>
|
624
640
|
<hr>
|
625
641
|
<div class="refsect2">
|
@@ -668,7 +684,7 @@ pango_renderer_draw_glyph (<em class="parameter"><code><a class="link" href="Pan
|
|
668
684
|
</tbody>
|
669
685
|
</table></div>
|
670
686
|
</div>
|
671
|
-
<p class="since">Since 1.8</p>
|
687
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
672
688
|
</div>
|
673
689
|
<hr>
|
674
690
|
<div class="refsect2">
|
@@ -698,7 +714,7 @@ deinitialized once.</p>
|
|
698
714
|
</tr></tbody>
|
699
715
|
</table></div>
|
700
716
|
</div>
|
701
|
-
<p class="since">Since 1.8</p>
|
717
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
702
718
|
</div>
|
703
719
|
<hr>
|
704
720
|
<div class="refsect2">
|
@@ -723,7 +739,7 @@ docs for <a class="link" href="PangoRenderer.html#pango-renderer-activate" title
|
|
723
739
|
</tr></tbody>
|
724
740
|
</table></div>
|
725
741
|
</div>
|
726
|
-
<p class="since">Since 1.8</p>
|
742
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
727
743
|
</div>
|
728
744
|
<hr>
|
729
745
|
<div class="refsect2">
|
@@ -742,7 +758,7 @@ option for drawing underlines, it needs to call</p>
|
|
742
758
|
<tbody>
|
743
759
|
<tr>
|
744
760
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
745
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="PangoRenderer.html#pango-renderer-part-changed">pango_renderer_part_changed</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">render</span><span class="symbol">,</span><span class="normal"> PANGO_RENDER_PART_UNDERLINE</span><span class="symbol">);</span></pre></td>
|
761
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="PangoRenderer.html#pango-renderer-part-changed">pango_renderer_part_changed</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">render</span><span class="symbol">,</span><span class="normal"> <a href="PangoRenderer.html#PANGO-RENDER-PART-UNDERLINE:CAPS">PANGO_RENDER_PART_UNDERLINE</a></span><span class="symbol">);</span></pre></td>
|
746
762
|
</tr>
|
747
763
|
</tbody>
|
748
764
|
</table>
|
@@ -773,7 +789,7 @@ changes to colors. (See <a class="link" href="PangoRenderer.html#pango-renderer-
|
|
773
789
|
</tbody>
|
774
790
|
</table></div>
|
775
791
|
</div>
|
776
|
-
<p class="since">Since 1.8</p>
|
792
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
777
793
|
</div>
|
778
794
|
<hr>
|
779
795
|
<div class="refsect2">
|
@@ -782,7 +798,8 @@ changes to colors. (See <a class="link" href="PangoRenderer.html#pango-renderer-
|
|
782
798
|
pango_renderer_set_color (<em class="parameter"><code><a class="link" href="PangoRenderer.html" title="PangoRenderer"><span class="type">PangoRenderer</span></a> *renderer</code></em>,
|
783
799
|
<em class="parameter"><code><a class="link" href="PangoRenderer.html#PangoRenderPart" title="enum PangoRenderPart"><span class="type">PangoRenderPart</span></a> part</code></em>,
|
784
800
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> *color</code></em>);</pre>
|
785
|
-
<p>Sets the color for part of the rendering
|
801
|
+
<p>Sets the color for part of the rendering.
|
802
|
+
Also see <a class="link" href="PangoRenderer.html#pango-renderer-set-alpha" title="pango_renderer_set_alpha ()"><code class="function">pango_renderer_set_alpha()</code></a>.</p>
|
786
803
|
<div class="refsect3">
|
787
804
|
<a name="id-1.4.2.7.14.5"></a><h4>Parameters</h4>
|
788
805
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -804,13 +821,13 @@ pango_renderer_set_color (<em class="parameter"><code><a class="link" href="Pang
|
|
804
821
|
</tr>
|
805
822
|
<tr>
|
806
823
|
<td class="parameter_name"><p>color</p></td>
|
807
|
-
<td class="parameter_description"><p> the new color or <a href="
|
824
|
+
<td class="parameter_description"><p> the new color or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset the current color. </p></td>
|
808
825
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
809
826
|
</tr>
|
810
827
|
</tbody>
|
811
828
|
</table></div>
|
812
829
|
</div>
|
813
|
-
<p class="since">Since 1.8</p>
|
830
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
814
831
|
</div>
|
815
832
|
<hr>
|
816
833
|
<div class="refsect2">
|
@@ -843,12 +860,89 @@ pango_renderer_get_color (<em class="parameter"><code><a class="link" href="Pang
|
|
843
860
|
</div>
|
844
861
|
<div class="refsect3">
|
845
862
|
<a name="id-1.4.2.7.15.6"></a><h4>Returns</h4>
|
846
|
-
<p> the color for the
|
847
|
-
<a href="
|
848
|
-
environment. </p>
|
849
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
863
|
+
<p> the color for the
|
864
|
+
specified part, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it hasn't been set and should be
|
865
|
+
inherited from the environment. </p>
|
866
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<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>
|
850
867
|
</div>
|
851
|
-
<p class="since">Since 1.8</p>
|
868
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
869
|
+
</div>
|
870
|
+
<hr>
|
871
|
+
<div class="refsect2">
|
872
|
+
<a name="pango-renderer-set-alpha"></a><h3>pango_renderer_set_alpha ()</h3>
|
873
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
874
|
+
pango_renderer_set_alpha (<em class="parameter"><code><a class="link" href="PangoRenderer.html" title="PangoRenderer"><span class="type">PangoRenderer</span></a> *renderer</code></em>,
|
875
|
+
<em class="parameter"><code><a class="link" href="PangoRenderer.html#PangoRenderPart" title="enum PangoRenderPart"><span class="type">PangoRenderPart</span></a> part</code></em>,
|
876
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> alpha</code></em>);</pre>
|
877
|
+
<p>Sets the alpha for part of the rendering.
|
878
|
+
Note that the alpha may only be used if a color is
|
879
|
+
specified for <em class="parameter"><code>part</code></em>
|
880
|
+
as well.</p>
|
881
|
+
<div class="refsect3">
|
882
|
+
<a name="id-1.4.2.7.16.5"></a><h4>Parameters</h4>
|
883
|
+
<div class="informaltable"><table width="100%" border="0">
|
884
|
+
<colgroup>
|
885
|
+
<col width="150px" class="parameters_name">
|
886
|
+
<col class="parameters_description">
|
887
|
+
<col width="200px" class="parameters_annotations">
|
888
|
+
</colgroup>
|
889
|
+
<tbody>
|
890
|
+
<tr>
|
891
|
+
<td class="parameter_name"><p>renderer</p></td>
|
892
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoRenderer.html" title="PangoRenderer"><span class="type">PangoRenderer</span></a></p></td>
|
893
|
+
<td class="parameter_annotations"> </td>
|
894
|
+
</tr>
|
895
|
+
<tr>
|
896
|
+
<td class="parameter_name"><p>part</p></td>
|
897
|
+
<td class="parameter_description"><p>the part to set the alpha for</p></td>
|
898
|
+
<td class="parameter_annotations"> </td>
|
899
|
+
</tr>
|
900
|
+
<tr>
|
901
|
+
<td class="parameter_name"><p>alpha</p></td>
|
902
|
+
<td class="parameter_description"><p>an alpha value between 1 and 65536, or 0 to unset the alpha</p></td>
|
903
|
+
<td class="parameter_annotations"> </td>
|
904
|
+
</tr>
|
905
|
+
</tbody>
|
906
|
+
</table></div>
|
907
|
+
</div>
|
908
|
+
<p class="since">Since: <a class="link" href="api-index-1-38.html#api-index-1.38">1.38</a></p>
|
909
|
+
</div>
|
910
|
+
<hr>
|
911
|
+
<div class="refsect2">
|
912
|
+
<a name="pango-renderer-get-alpha"></a><h3>pango_renderer_get_alpha ()</h3>
|
913
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
|
914
|
+
pango_renderer_get_alpha (<em class="parameter"><code><a class="link" href="PangoRenderer.html" title="PangoRenderer"><span class="type">PangoRenderer</span></a> *renderer</code></em>,
|
915
|
+
<em class="parameter"><code><a class="link" href="PangoRenderer.html#PangoRenderPart" title="enum PangoRenderPart"><span class="type">PangoRenderPart</span></a> part</code></em>);</pre>
|
916
|
+
<p>Gets the current alpha for the specified part.</p>
|
917
|
+
<div class="refsect3">
|
918
|
+
<a name="id-1.4.2.7.17.5"></a><h4>Parameters</h4>
|
919
|
+
<div class="informaltable"><table width="100%" border="0">
|
920
|
+
<colgroup>
|
921
|
+
<col width="150px" class="parameters_name">
|
922
|
+
<col class="parameters_description">
|
923
|
+
<col width="200px" class="parameters_annotations">
|
924
|
+
</colgroup>
|
925
|
+
<tbody>
|
926
|
+
<tr>
|
927
|
+
<td class="parameter_name"><p>renderer</p></td>
|
928
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoRenderer.html" title="PangoRenderer"><span class="type">PangoRenderer</span></a></p></td>
|
929
|
+
<td class="parameter_annotations"> </td>
|
930
|
+
</tr>
|
931
|
+
<tr>
|
932
|
+
<td class="parameter_name"><p>part</p></td>
|
933
|
+
<td class="parameter_description"><p>the part to get the alpha for</p></td>
|
934
|
+
<td class="parameter_annotations"> </td>
|
935
|
+
</tr>
|
936
|
+
</tbody>
|
937
|
+
</table></div>
|
938
|
+
</div>
|
939
|
+
<div class="refsect3">
|
940
|
+
<a name="id-1.4.2.7.17.6"></a><h4>Returns</h4>
|
941
|
+
<p> the alpha for the specified part,
|
942
|
+
or 0 if it hasn't been set and should be
|
943
|
+
inherited from the environment.</p>
|
944
|
+
</div>
|
945
|
+
<p class="since">Since: <a class="link" href="api-index-1-38.html#api-index-1.38">1.38</a></p>
|
852
946
|
</div>
|
853
947
|
<hr>
|
854
948
|
<div class="refsect2">
|
@@ -858,7 +952,7 @@ pango_renderer_set_matrix (<em class="parameter"><code><a class="link" href="Pan
|
|
858
952
|
<em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>);</pre>
|
859
953
|
<p>Sets the transformation matrix that will be applied when rendering.</p>
|
860
954
|
<div class="refsect3">
|
861
|
-
<a name="id-1.4.2.7.
|
955
|
+
<a name="id-1.4.2.7.18.5"></a><h4>Parameters</h4>
|
862
956
|
<div class="informaltable"><table width="100%" border="0">
|
863
957
|
<colgroup>
|
864
958
|
<col width="150px" class="parameters_name">
|
@@ -873,14 +967,14 @@ pango_renderer_set_matrix (<em class="parameter"><code><a class="link" href="Pan
|
|
873
967
|
</tr>
|
874
968
|
<tr>
|
875
969
|
<td class="parameter_name"><p>matrix</p></td>
|
876
|
-
<td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="
|
970
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset any existing matrix.
|
877
971
|
(No matrix set is the same as setting the identity matrix.). </p></td>
|
878
972
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
879
973
|
</tr>
|
880
974
|
</tbody>
|
881
975
|
</table></div>
|
882
976
|
</div>
|
883
|
-
<p class="since">Since 1.8</p>
|
977
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
884
978
|
</div>
|
885
979
|
<hr>
|
886
980
|
<div class="refsect2">
|
@@ -890,7 +984,7 @@ pango_renderer_get_matrix (<em class="parameter"><code><a class="link" href="Pan
|
|
890
984
|
<p>Gets the transformation matrix that will be applied when
|
891
985
|
rendering. See <a class="link" href="PangoRenderer.html#pango-renderer-set-matrix" title="pango_renderer_set_matrix ()"><code class="function">pango_renderer_set_matrix()</code></a>.</p>
|
892
986
|
<div class="refsect3">
|
893
|
-
<a name="id-1.4.2.7.
|
987
|
+
<a name="id-1.4.2.7.19.5"></a><h4>Parameters</h4>
|
894
988
|
<div class="informaltable"><table width="100%" border="0">
|
895
989
|
<colgroup>
|
896
990
|
<col width="150px" class="parameters_name">
|
@@ -905,14 +999,13 @@ rendering. See <a class="link" href="PangoRenderer.html#pango-renderer-set-matri
|
|
905
999
|
</table></div>
|
906
1000
|
</div>
|
907
1001
|
<div class="refsect3">
|
908
|
-
<a name="id-1.4.2.7.
|
909
|
-
<p> the matrix, or <a href="
|
910
|
-
(which is the same as the identity matrix). The returned
|
911
|
-
matrix is owned by Pango and must not be modified or
|
912
|
-
|
913
|
-
<p></p>
|
1002
|
+
<a name="id-1.4.2.7.19.6"></a><h4>Returns</h4>
|
1003
|
+
<p> the matrix, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no matrix has
|
1004
|
+
been set (which is the same as the identity matrix). The returned
|
1005
|
+
matrix is owned by Pango and must not be modified or freed. </p>
|
1006
|
+
<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>
|
914
1007
|
</div>
|
915
|
-
<p class="since">Since 1.8</p>
|
1008
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
916
1009
|
</div>
|
917
1010
|
<hr>
|
918
1011
|
<div class="refsect2">
|
@@ -926,7 +1019,7 @@ methods, like in its draw_shape() for example.</p>
|
|
926
1019
|
<p>The returned layout should not be modified while still being
|
927
1020
|
rendered.</p>
|
928
1021
|
<div class="refsect3">
|
929
|
-
<a name="id-1.4.2.7.
|
1022
|
+
<a name="id-1.4.2.7.20.6"></a><h4>Parameters</h4>
|
930
1023
|
<div class="informaltable"><table width="100%" border="0">
|
931
1024
|
<colgroup>
|
932
1025
|
<col width="150px" class="parameters_name">
|
@@ -941,13 +1034,13 @@ rendered.</p>
|
|
941
1034
|
</table></div>
|
942
1035
|
</div>
|
943
1036
|
<div class="refsect3">
|
944
|
-
<a name="id-1.4.2.7.
|
945
|
-
<p> the layout, or <a href="
|
946
|
-
rendered using <em class="parameter"><code>renderer</code></em>
|
1037
|
+
<a name="id-1.4.2.7.20.7"></a><h4>Returns</h4>
|
1038
|
+
<p> the layout, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
1039
|
+
no layout is being rendered using <em class="parameter"><code>renderer</code></em>
|
947
1040
|
at this time. </p>
|
948
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1041
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<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>
|
949
1042
|
</div>
|
950
|
-
<p class="since">Since 1.20</p>
|
1043
|
+
<p class="since">Since: <a class="link" href="api-index-1-20.html#api-index-1.20">1.20</a></p>
|
951
1044
|
</div>
|
952
1045
|
<hr>
|
953
1046
|
<div class="refsect2">
|
@@ -961,7 +1054,7 @@ methods, like in its draw_shape() for example.</p>
|
|
961
1054
|
<p>The returned layout line should not be modified while still being
|
962
1055
|
rendered.</p>
|
963
1056
|
<div class="refsect3">
|
964
|
-
<a name="id-1.4.2.7.
|
1057
|
+
<a name="id-1.4.2.7.21.6"></a><h4>Parameters</h4>
|
965
1058
|
<div class="informaltable"><table width="100%" border="0">
|
966
1059
|
<colgroup>
|
967
1060
|
<col width="150px" class="parameters_name">
|
@@ -976,13 +1069,13 @@ rendered.</p>
|
|
976
1069
|
</table></div>
|
977
1070
|
</div>
|
978
1071
|
<div class="refsect3">
|
979
|
-
<a name="id-1.4.2.7.
|
980
|
-
<p> the layout line, or <a href="
|
981
|
-
layout line is being rendered using <em class="parameter"><code>renderer</code></em>
|
1072
|
+
<a name="id-1.4.2.7.21.7"></a><h4>Returns</h4>
|
1073
|
+
<p> the layout line, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1074
|
+
if no layout line is being rendered using <em class="parameter"><code>renderer</code></em>
|
982
1075
|
at this time. </p>
|
983
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1076
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<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>
|
984
1077
|
</div>
|
985
|
-
<p class="since">Since 1.20</p>
|
1078
|
+
<p class="since">Since: <a class="link" href="api-index-1-20.html#api-index-1.20">1.20</a></p>
|
986
1079
|
</div>
|
987
1080
|
</div>
|
988
1081
|
<div class="refsect1">
|
@@ -1006,13 +1099,14 @@ render Pango objects such as <a class="link" href="pango-Glyph-Storage.html#Pang
|
|
1006
1099
|
</colgroup>
|
1007
1100
|
<tbody><tr>
|
1008
1101
|
<td class="struct_member_name"><p><a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a> *<em class="structfield"><code><a name="PangoRenderer-struct.matrix"></a>matrix</code></em>;</p></td>
|
1009
|
-
<td class="struct_member_description"><p>the current transformation matrix for
|
1010
|
-
be <a href="
|
1011
|
-
|
1102
|
+
<td class="struct_member_description"><p> the current transformation matrix for
|
1103
|
+
the Renderer; may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, which should be treated the
|
1104
|
+
same as the identity matrix. </p></td>
|
1105
|
+
<td class="struct_member_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1012
1106
|
</tr></tbody>
|
1013
1107
|
</table></div>
|
1014
1108
|
</div>
|
1015
|
-
<p class="since">Since 1.8</p>
|
1109
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
1016
1110
|
</div>
|
1017
1111
|
<hr>
|
1018
1112
|
<div class="refsect2">
|
@@ -1059,7 +1153,7 @@ purposes as setting colors.</p>
|
|
1059
1153
|
</tbody>
|
1060
1154
|
</table></div>
|
1061
1155
|
</div>
|
1062
|
-
<p class="since">Since 1.8</p>
|
1156
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
1063
1157
|
</div>
|
1064
1158
|
<hr>
|
1065
1159
|
<div class="refsect2">
|
@@ -1208,12 +1302,11 @@ attributes change</p></td>
|
|
1208
1302
|
</tbody>
|
1209
1303
|
</table></div>
|
1210
1304
|
</div>
|
1211
|
-
<p class="since">Since 1.8</p>
|
1305
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
1212
1306
|
</div>
|
1213
1307
|
</div>
|
1214
1308
|
</div>
|
1215
1309
|
<div class="footer">
|
1216
|
-
<hr>
|
1217
|
-
Generated by GTK-Doc V1.21.1</div>
|
1310
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
1218
1311
|
</body>
|
1219
1312
|
</html>
|