pango 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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-mingw64 +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>Pango Reference Manual
|
5
|
+
<title>Tab Stops: 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-Text-Attributes.html" title="Text Attributes">
|
10
10
|
<link rel="next" href="PangoMarkupFormat.html" title="Text Attribute Markup">
|
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">
|
@@ -82,7 +82,7 @@
|
|
82
82
|
</tr>
|
83
83
|
<tr>
|
84
84
|
<td class="function_type">
|
85
|
-
<a href="
|
85
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
86
86
|
</td>
|
87
87
|
<td class="function_name">
|
88
88
|
<a class="link" href="pango-Tab-Stops.html#pango-tab-array-get-size" title="pango_tab_array_get_size ()">pango_tab_array_get_size</a> <span class="c_punctuation">()</span>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</tr>
|
123
123
|
<tr>
|
124
124
|
<td class="function_type">
|
125
|
-
<a href="
|
125
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
126
126
|
</td>
|
127
127
|
<td class="function_name">
|
128
128
|
<a class="link" href="pango-Tab-Stops.html#pango-tab-array-get-positions-in-pixels" title="pango_tab_array_get_positions_in_pixels ()">pango_tab_array_get_positions_in_pixels</a> <span class="c_punctuation">()</span>
|
@@ -152,9 +152,9 @@
|
|
152
152
|
</div>
|
153
153
|
<div class="refsect1">
|
154
154
|
<a name="pango-Tab-Stops.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
155
|
-
<pre class="screen"> GBoxed
|
155
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
156
156
|
<span class="lineart">╰──</span> PangoTabArray
|
157
|
-
GEnum
|
157
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
158
158
|
<span class="lineart">╰──</span> PangoTabAlign
|
159
159
|
</pre>
|
160
160
|
</div>
|
@@ -169,7 +169,7 @@ that can be used to set tab stop positions in a <a class="link" href="pango-Layo
|
|
169
169
|
<a name="PANGO-TYPE-TAB-ARRAY:CAPS"></a><h3>PANGO_TYPE_TAB_ARRAY</h3>
|
170
170
|
<pre class="programlisting">#define PANGO_TYPE_TAB_ARRAY (pango_tab_array_get_type ())
|
171
171
|
</pre>
|
172
|
-
<p>The <a href="
|
172
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>.</p>
|
173
173
|
</div>
|
174
174
|
<hr>
|
175
175
|
<div class="refsect2">
|
@@ -181,12 +181,12 @@ that can be used to set tab stop positions in a <a class="link" href="pango-Layo
|
|
181
181
|
<div class="refsect2">
|
182
182
|
<a name="pango-tab-array-new"></a><h3>pango_tab_array_new ()</h3>
|
183
183
|
<pre class="programlisting"><a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="returnvalue">PangoTabArray</span></a> *
|
184
|
-
pango_tab_array_new (<em class="parameter"><code><a href="
|
185
|
-
<em class="parameter"><code><a href="
|
184
|
+
pango_tab_array_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> initial_size</code></em>,
|
185
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> positions_in_pixels</code></em>);</pre>
|
186
186
|
<p>Creates an array of <em class="parameter"><code>initial_size</code></em>
|
187
187
|
tab stops. Tab stops are specified in
|
188
188
|
pixel units if <em class="parameter"><code>positions_in_pixels</code></em>
|
189
|
-
is <a href="
|
189
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, otherwise in Pango
|
190
190
|
units. All stops are initially at position 0.</p>
|
191
191
|
<div class="refsect3">
|
192
192
|
<a name="id-1.2.6.8.4.5"></a><h4>Parameters</h4>
|
@@ -214,17 +214,16 @@ units. All stops are initially at position 0.</p>
|
|
214
214
|
<a name="id-1.2.6.8.4.6"></a><h4>Returns</h4>
|
215
215
|
<p> the newly allocated <a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>, which should
|
216
216
|
be freed with <a class="link" href="pango-Tab-Stops.html#pango-tab-array-free" title="pango_tab_array_free ()"><code class="function">pango_tab_array_free()</code></a>.</p>
|
217
|
-
<p></p>
|
218
217
|
</div>
|
219
218
|
</div>
|
220
219
|
<hr>
|
221
220
|
<div class="refsect2">
|
222
221
|
<a name="pango-tab-array-new-with-positions"></a><h3>pango_tab_array_new_with_positions ()</h3>
|
223
222
|
<pre class="programlisting"><a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="returnvalue">PangoTabArray</span></a> *
|
224
|
-
pango_tab_array_new_with_positions (<em class="parameter"><code><a href="
|
225
|
-
<em class="parameter"><code><a href="
|
223
|
+
pango_tab_array_new_with_positions (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>,
|
224
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> positions_in_pixels</code></em>,
|
226
225
|
<em class="parameter"><code><a class="link" href="pango-Tab-Stops.html#PangoTabAlign" title="enum PangoTabAlign"><span class="type">PangoTabAlign</span></a> first_alignment</code></em>,
|
227
|
-
<em class="parameter"><code><a href="
|
226
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> first_position</code></em>,
|
228
227
|
<em class="parameter"><code>...</code></em>);</pre>
|
229
228
|
<p>This is a convenience function that creates a <a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>
|
230
229
|
and allows you to specify the alignment and position of each
|
@@ -272,7 +271,6 @@ and position for <em class="parameter"><code>size</code></em>
|
|
272
271
|
<a name="id-1.2.6.8.5.6"></a><h4>Returns</h4>
|
273
272
|
<p> the newly allocated <a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>, which should
|
274
273
|
be freed with <a class="link" href="pango-Tab-Stops.html#pango-tab-array-free" title="pango_tab_array_free ()"><code class="function">pango_tab_array_free()</code></a>.</p>
|
275
|
-
<p></p>
|
276
274
|
</div>
|
277
275
|
</div>
|
278
276
|
<hr>
|
@@ -300,7 +298,6 @@ pango_tab_array_copy (<em class="parameter"><code><a class="link" href="pango-Ta
|
|
300
298
|
<a name="id-1.2.6.8.6.6"></a><h4>Returns</h4>
|
301
299
|
<p> the newly allocated <a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>, which should
|
302
300
|
be freed with <a class="link" href="pango-Tab-Stops.html#pango-tab-array-free" title="pango_tab_array_free ()"><code class="function">pango_tab_array_free()</code></a>.</p>
|
303
|
-
<p></p>
|
304
301
|
</div>
|
305
302
|
</div>
|
306
303
|
<hr>
|
@@ -328,7 +325,7 @@ pango_tab_array_free (<em class="parameter"><code><a class="link" href="pango-Ta
|
|
328
325
|
<hr>
|
329
326
|
<div class="refsect2">
|
330
327
|
<a name="pango-tab-array-get-size"></a><h3>pango_tab_array_get_size ()</h3>
|
331
|
-
<pre class="programlisting"><a href="
|
328
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
332
329
|
pango_tab_array_get_size (<em class="parameter"><code><a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *tab_array</code></em>);</pre>
|
333
330
|
<p>Gets the number of tab stops in <em class="parameter"><code>tab_array</code></em>
|
334
331
|
.</p>
|
@@ -350,7 +347,6 @@ pango_tab_array_get_size (<em class="parameter"><code><a class="link" href="pang
|
|
350
347
|
<div class="refsect3">
|
351
348
|
<a name="id-1.2.6.8.8.6"></a><h4>Returns</h4>
|
352
349
|
<p> the number of tab stops in the array.</p>
|
353
|
-
<p></p>
|
354
350
|
</div>
|
355
351
|
</div>
|
356
352
|
<hr>
|
@@ -358,7 +354,7 @@ pango_tab_array_get_size (<em class="parameter"><code><a class="link" href="pang
|
|
358
354
|
<a name="pango-tab-array-resize"></a><h3>pango_tab_array_resize ()</h3>
|
359
355
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
360
356
|
pango_tab_array_resize (<em class="parameter"><code><a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *tab_array</code></em>,
|
361
|
-
<em class="parameter"><code><a href="
|
357
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> new_size</code></em>);</pre>
|
362
358
|
<p>Resizes a tab array. You must subsequently initialize any tabs that
|
363
359
|
were added as a result of growing the array.</p>
|
364
360
|
<div class="refsect3">
|
@@ -389,9 +385,9 @@ were added as a result of growing the array.</p>
|
|
389
385
|
<a name="pango-tab-array-set-tab"></a><h3>pango_tab_array_set_tab ()</h3>
|
390
386
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
391
387
|
pango_tab_array_set_tab (<em class="parameter"><code><a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *tab_array</code></em>,
|
392
|
-
<em class="parameter"><code><a href="
|
388
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tab_index</code></em>,
|
393
389
|
<em class="parameter"><code><a class="link" href="pango-Tab-Stops.html#PangoTabAlign" title="enum PangoTabAlign"><span class="type">PangoTabAlign</span></a> alignment</code></em>,
|
394
|
-
<em class="parameter"><code><a href="
|
390
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> location</code></em>);</pre>
|
395
391
|
<p>Sets the alignment and location of a tab stop.
|
396
392
|
<em class="parameter"><code>alignment</code></em>
|
397
393
|
must always be <a class="link" href="pango-Tab-Stops.html#PANGO-TAB-LEFT:CAPS"><span class="type">PANGO_TAB_LEFT</span></a> in the current
|
@@ -434,9 +430,9 @@ implementation.</p>
|
|
434
430
|
<a name="pango-tab-array-get-tab"></a><h3>pango_tab_array_get_tab ()</h3>
|
435
431
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
436
432
|
pango_tab_array_get_tab (<em class="parameter"><code><a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *tab_array</code></em>,
|
437
|
-
<em class="parameter"><code><a href="
|
433
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tab_index</code></em>,
|
438
434
|
<em class="parameter"><code><a class="link" href="pango-Tab-Stops.html#PangoTabAlign" title="enum PangoTabAlign"><span class="type">PangoTabAlign</span></a> *alignment</code></em>,
|
439
|
-
<em class="parameter"><code><a href="
|
435
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *location</code></em>);</pre>
|
440
436
|
<p>Gets the alignment and position of a tab stop.</p>
|
441
437
|
<div class="refsect3">
|
442
438
|
<a name="id-1.2.6.8.11.5"></a><h4>Parameters</h4>
|
@@ -459,12 +455,12 @@ pango_tab_array_get_tab (<em class="parameter"><code><a class="link" href="pango
|
|
459
455
|
</tr>
|
460
456
|
<tr>
|
461
457
|
<td class="parameter_name"><p>alignment</p></td>
|
462
|
-
<td class="parameter_description"><p> location to store alignment, or <a href="
|
458
|
+
<td class="parameter_description"><p> location to store alignment, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
463
459
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
464
460
|
</tr>
|
465
461
|
<tr>
|
466
462
|
<td class="parameter_name"><p>location</p></td>
|
467
|
-
<td class="parameter_description"><p> location to store tab position, or <a href="
|
463
|
+
<td class="parameter_description"><p> location to store tab position, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
468
464
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
469
465
|
</tr>
|
470
466
|
</tbody>
|
@@ -477,8 +473,8 @@ pango_tab_array_get_tab (<em class="parameter"><code><a class="link" href="pango
|
|
477
473
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
478
474
|
pango_tab_array_get_tabs (<em class="parameter"><code><a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *tab_array</code></em>,
|
479
475
|
<em class="parameter"><code><a class="link" href="pango-Tab-Stops.html#PangoTabAlign" title="enum PangoTabAlign"><span class="type">PangoTabAlign</span></a> **alignments</code></em>,
|
480
|
-
<em class="parameter"><code><a href="
|
481
|
-
<p>If non-<a href="
|
476
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> **locations</code></em>);</pre>
|
477
|
+
<p>If non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>alignments</code></em>
|
482
478
|
and <em class="parameter"><code>locations</code></em>
|
483
479
|
are filled with allocated
|
484
480
|
arrays of length <a class="link" href="pango-Tab-Stops.html#pango-tab-array-get-size" title="pango_tab_array_get_size ()"><code class="function">pango_tab_array_get_size()</code></a>. You must free the
|
@@ -500,13 +496,13 @@ returned array.</p>
|
|
500
496
|
<tr>
|
501
497
|
<td class="parameter_name"><p>alignments</p></td>
|
502
498
|
<td class="parameter_description"><p> location to store an array of tab
|
503
|
-
stop alignments, or <a href="
|
499
|
+
stop alignments, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
504
500
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
505
501
|
</tr>
|
506
502
|
<tr>
|
507
503
|
<td class="parameter_name"><p>locations</p></td>
|
508
504
|
<td class="parameter_description"><p> location to store an array
|
509
|
-
of tab positions, or <a href="
|
505
|
+
of tab positions, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
510
506
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
|
511
507
|
</tr>
|
512
508
|
</tbody>
|
@@ -516,10 +512,10 @@ of tab positions, or <a href="http://library.gnome.org/devel/glib/unstable/glib-
|
|
516
512
|
<hr>
|
517
513
|
<div class="refsect2">
|
518
514
|
<a name="pango-tab-array-get-positions-in-pixels"></a><h3>pango_tab_array_get_positions_in_pixels ()</h3>
|
519
|
-
<pre class="programlisting"><a href="
|
515
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
520
516
|
pango_tab_array_get_positions_in_pixels
|
521
517
|
(<em class="parameter"><code><a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *tab_array</code></em>);</pre>
|
522
|
-
<p>Returns <a href="
|
518
|
+
<p>Returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tab positions are in pixels, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if they are
|
523
519
|
in Pango units.</p>
|
524
520
|
<div class="refsect3">
|
525
521
|
<a name="id-1.2.6.8.13.5"></a><h4>Parameters</h4>
|
@@ -539,7 +535,6 @@ in Pango units.</p>
|
|
539
535
|
<div class="refsect3">
|
540
536
|
<a name="id-1.2.6.8.13.6"></a><h4>Returns</h4>
|
541
537
|
<p> whether positions are in pixels.</p>
|
542
|
-
<p></p>
|
543
538
|
</div>
|
544
539
|
</div>
|
545
540
|
</div>
|
@@ -576,7 +571,6 @@ of tab stops. Each tab stop has an alignment and a position.</p>
|
|
576
571
|
</div>
|
577
572
|
</div>
|
578
573
|
<div class="footer">
|
579
|
-
<hr>
|
580
|
-
Generated by GTK-Doc V1.21.1</div>
|
574
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
581
575
|
</body>
|
582
576
|
</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>Text Attributes: 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-Fonts.html" title="Fonts">
|
10
10
|
<link rel="next" href="pango-Tab-Stops.html" title="Tab Stops">
|
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">
|
@@ -46,7 +46,7 @@
|
|
46
46
|
</tr>
|
47
47
|
<tr>
|
48
48
|
<td class="function_type">
|
49
|
-
<a href="
|
49
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
50
50
|
</td>
|
51
51
|
<td class="function_name">
|
52
52
|
<a class="link" href="pango-Text-Attributes.html#pango-parse-markup" title="pango_parse_markup ()">pango_parse_markup</a> <span class="c_punctuation">()</span>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
</tr>
|
55
55
|
<tr>
|
56
56
|
<td class="function_type">
|
57
|
-
<a href="
|
57
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#GMarkupParseContext"><span class="returnvalue">GMarkupParseContext</span></a> *
|
58
58
|
</td>
|
59
59
|
<td class="function_name">
|
60
60
|
<a class="link" href="pango-Text-Attributes.html#pango-markup-parser-new" title="pango_markup_parser_new ()">pango_markup_parser_new</a> <span class="c_punctuation">()</span>
|
@@ -62,7 +62,7 @@
|
|
62
62
|
</tr>
|
63
63
|
<tr>
|
64
64
|
<td class="function_type">
|
65
|
-
<a href="
|
65
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
66
66
|
</td>
|
67
67
|
<td class="function_name">
|
68
68
|
<a class="link" href="pango-Text-Attributes.html#pango-markup-parser-finish" title="pango_markup_parser_finish ()">pango_markup_parser_finish</a> <span class="c_punctuation">()</span>
|
@@ -101,7 +101,7 @@
|
|
101
101
|
</tr>
|
102
102
|
<tr>
|
103
103
|
<td class="function_type">
|
104
|
-
<a href="
|
104
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
105
105
|
</td>
|
106
106
|
<td class="function_name">
|
107
107
|
<a class="link" href="pango-Text-Attributes.html#pango-attribute-equal" title="pango_attribute_equal ()">pango_attribute_equal</a> <span class="c_punctuation">()</span>
|
@@ -257,7 +257,7 @@
|
|
257
257
|
</tr>
|
258
258
|
<tr>
|
259
259
|
<td class="function_type">
|
260
|
-
<a href="
|
260
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
|
261
261
|
</td>
|
262
262
|
<td class="function_name">
|
263
263
|
<span class="c_punctuation">(</span><a class="link" href="pango-Text-Attributes.html#PangoAttrDataCopyFunc" title="PangoAttrDataCopyFunc ()">*PangoAttrDataCopyFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -341,7 +341,31 @@
|
|
341
341
|
</tr>
|
342
342
|
<tr>
|
343
343
|
<td class="function_type">
|
344
|
-
<a href="
|
344
|
+
<a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
345
|
+
</td>
|
346
|
+
<td class="function_name">
|
347
|
+
<a class="link" href="pango-Text-Attributes.html#pango-attr-font-features-new" title="pango_attr_font_features_new ()">pango_attr_font_features_new</a> <span class="c_punctuation">()</span>
|
348
|
+
</td>
|
349
|
+
</tr>
|
350
|
+
<tr>
|
351
|
+
<td class="function_type">
|
352
|
+
<a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
353
|
+
</td>
|
354
|
+
<td class="function_name">
|
355
|
+
<a class="link" href="pango-Text-Attributes.html#pango-attr-foreground-alpha-new" title="pango_attr_foreground_alpha_new ()">pango_attr_foreground_alpha_new</a> <span class="c_punctuation">()</span>
|
356
|
+
</td>
|
357
|
+
</tr>
|
358
|
+
<tr>
|
359
|
+
<td class="function_type">
|
360
|
+
<a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
361
|
+
</td>
|
362
|
+
<td class="function_name">
|
363
|
+
<a class="link" href="pango-Text-Attributes.html#pango-attr-background-alpha-new" title="pango_attr_background_alpha_new ()">pango_attr_background_alpha_new</a> <span class="c_punctuation">()</span>
|
364
|
+
</td>
|
365
|
+
</tr>
|
366
|
+
<tr>
|
367
|
+
<td class="function_type">
|
368
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
345
369
|
</td>
|
346
370
|
<td class="function_name">
|
347
371
|
<a class="link" href="pango-Text-Attributes.html#pango-color-parse" title="pango_color_parse ()">pango_color_parse</a> <span class="c_punctuation">()</span>
|
@@ -365,7 +389,7 @@
|
|
365
389
|
</tr>
|
366
390
|
<tr>
|
367
391
|
<td class="function_type">
|
368
|
-
<a href="
|
392
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
369
393
|
</td>
|
370
394
|
<td class="function_name">
|
371
395
|
<a class="link" href="pango-Text-Attributes.html#pango-color-to-string" title="pango_color_to_string ()">pango_color_to_string</a> <span class="c_punctuation">()</span>
|
@@ -445,7 +469,7 @@
|
|
445
469
|
</tr>
|
446
470
|
<tr>
|
447
471
|
<td class="function_type">
|
448
|
-
<a href="
|
472
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
449
473
|
</td>
|
450
474
|
<td class="function_name">
|
451
475
|
<span class="c_punctuation">(</span><a class="link" href="pango-Text-Attributes.html#PangoAttrFilterFunc" title="PangoAttrFilterFunc ()">*PangoAttrFilterFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -469,7 +493,7 @@
|
|
469
493
|
</tr>
|
470
494
|
<tr>
|
471
495
|
<td class="function_type">
|
472
|
-
<a href="
|
496
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
473
497
|
</td>
|
474
498
|
<td class="function_name">
|
475
499
|
<a class="link" href="pango-Text-Attributes.html#pango-attr-iterator-next" title="pango_attr_iterator_next ()">pango_attr_iterator_next</a> <span class="c_punctuation">()</span>
|
@@ -501,7 +525,7 @@
|
|
501
525
|
</tr>
|
502
526
|
<tr>
|
503
527
|
<td class="function_type">
|
504
|
-
<a href="
|
528
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
505
529
|
</td>
|
506
530
|
<td class="function_name">
|
507
531
|
<a class="link" href="pango-Text-Attributes.html#pango-attr-iterator-get-attrs" title="pango_attr_iterator_get_attrs ()">pango_attr_iterator_get_attrs</a> <span class="c_punctuation">()</span>
|
@@ -579,6 +603,10 @@
|
|
579
603
|
<td class="function_name"><a class="link" href="pango-Text-Attributes.html#PangoAttrSize" title="struct PangoAttrSize">PangoAttrSize</a></td>
|
580
604
|
</tr>
|
581
605
|
<tr>
|
606
|
+
<td class="datatype_keyword">struct</td>
|
607
|
+
<td class="function_name"><a class="link" href="pango-Text-Attributes.html#PangoAttrFontFeatures" title="struct PangoAttrFontFeatures">PangoAttrFontFeatures</a></td>
|
608
|
+
</tr>
|
609
|
+
<tr>
|
582
610
|
<td class="datatype_keyword">enum</td>
|
583
611
|
<td class="function_name"><a class="link" href="pango-Text-Attributes.html#PangoUnderline" title="enum PangoUnderline">PangoUnderline</a></td>
|
584
612
|
</tr>
|
@@ -607,10 +635,10 @@
|
|
607
635
|
</div>
|
608
636
|
<div class="refsect1">
|
609
637
|
<a name="pango-Text-Attributes.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
610
|
-
<pre class="screen"> GBoxed
|
638
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
611
639
|
<span class="lineart">├──</span> PangoAttrList
|
612
640
|
<span class="lineart">╰──</span> PangoColor
|
613
|
-
GEnum
|
641
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
614
642
|
<span class="lineart">├──</span> PangoAttrType
|
615
643
|
<span class="lineart">╰──</span> PangoUnderline
|
616
644
|
</pre>
|
@@ -633,14 +661,14 @@ of attributes applied to a portion of text.</p>
|
|
633
661
|
<hr>
|
634
662
|
<div class="refsect2">
|
635
663
|
<a name="pango-parse-markup"></a><h3>pango_parse_markup ()</h3>
|
636
|
-
<pre class="programlisting"><a href="
|
664
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
637
665
|
pango_parse_markup (<em class="parameter"><code>const <span class="type">char</span> *markup_text</code></em>,
|
638
666
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
639
|
-
<em class="parameter"><code><a href="
|
667
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> accel_marker</code></em>,
|
640
668
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> **attr_list</code></em>,
|
641
669
|
<em class="parameter"><code><span class="type">char</span> **text</code></em>,
|
642
|
-
<em class="parameter"><code><a href="
|
643
|
-
<em class="parameter"><code><a href="
|
670
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> *accel_char</code></em>,
|
671
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
644
672
|
<p>Parses marked-up text (see</p>
|
645
673
|
<a href="PangoMarkupFormat.html">markup format</a>) to create
|
646
674
|
<p>a plain-text string and an attribute list.</p>
|
@@ -687,22 +715,22 @@ for <em class="parameter"><code>error</code></em>
|
|
687
715
|
</tr>
|
688
716
|
<tr>
|
689
717
|
<td class="parameter_name"><p>attr_list</p></td>
|
690
|
-
<td class="parameter_description"><p> address of return location for a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, or <a href="
|
718
|
+
<td class="parameter_description"><p> address of return location for a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
691
719
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
692
720
|
</tr>
|
693
721
|
<tr>
|
694
722
|
<td class="parameter_name"><p>text</p></td>
|
695
|
-
<td class="parameter_description"><p> address of return location for text with tags stripped, or <a href="
|
723
|
+
<td class="parameter_description"><p> address of return location for text with tags stripped, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
696
724
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
697
725
|
</tr>
|
698
726
|
<tr>
|
699
727
|
<td class="parameter_name"><p>accel_char</p></td>
|
700
|
-
<td class="parameter_description"><p> address of return location for accelerator char, or <a href="
|
728
|
+
<td class="parameter_description"><p> address of return location for accelerator char, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
701
729
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
702
730
|
</tr>
|
703
731
|
<tr>
|
704
732
|
<td class="parameter_name"><p>error</p></td>
|
705
|
-
<td class="parameter_description"><p>address of return location for errors, or <a href="
|
733
|
+
<td class="parameter_description"><p>address of return location for errors, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
706
734
|
<td class="parameter_annotations"> </td>
|
707
735
|
</tr>
|
708
736
|
</tbody>
|
@@ -710,16 +738,15 @@ for <em class="parameter"><code>error</code></em>
|
|
710
738
|
</div>
|
711
739
|
<div class="refsect3">
|
712
740
|
<a name="id-1.2.5.9.3.11"></a><h4>Returns</h4>
|
713
|
-
<p> <a href="
|
714
|
-
is set, otherwise <a href="
|
715
|
-
<p></p>
|
741
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
|
742
|
+
is set, otherwise <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a></p>
|
716
743
|
</div>
|
717
744
|
</div>
|
718
745
|
<hr>
|
719
746
|
<div class="refsect2">
|
720
747
|
<a name="pango-markup-parser-new"></a><h3>pango_markup_parser_new ()</h3>
|
721
|
-
<pre class="programlisting"><a href="
|
722
|
-
pango_markup_parser_new (<em class="parameter"><code><a href="
|
748
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#GMarkupParseContext"><span class="returnvalue">GMarkupParseContext</span></a> *
|
749
|
+
pango_markup_parser_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> accel_marker</code></em>);</pre>
|
723
750
|
<p>Parses marked-up text (see</p>
|
724
751
|
<a href="PangoMarkupFormat.html">markup format</a>) to create
|
725
752
|
<p>a plain-text string and an attribute list.</p>
|
@@ -735,10 +762,10 @@ when calling <code class="function">finish()</code>. Two <em class="parameter"><
|
|
735
762
|
characters following each
|
736
763
|
other produce a single literal <em class="parameter"><code>accel_marker</code></em>
|
737
764
|
character.</p>
|
738
|
-
<p>To feed markup to the parser, use <a href="
|
739
|
-
on the returned <a href="
|
765
|
+
<p>To feed markup to the parser, use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-parse"><code class="function">g_markup_parse_context_parse()</code></a>
|
766
|
+
on the returned <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#GMarkupParseContext"><span class="type">GMarkupParseContext</span></a>. When done with feeding markup
|
740
767
|
to the parser, use <a class="link" href="pango-Text-Attributes.html#pango-markup-parser-finish" title="pango_markup_parser_finish ()"><code class="function">pango_markup_parser_finish()</code></a> to get the data out
|
741
|
-
of it, and then use <a href="
|
768
|
+
of it, and then use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-free"><code class="function">g_markup_parse_context_free()</code></a> to free it.</p>
|
742
769
|
<p>This function is designed for applications that read pango markup
|
743
770
|
from streams. To simply parse a string containing pango markup,
|
744
771
|
the simpler <a class="link" href="pango-Text-Attributes.html#pango-parse-markup" title="pango_parse_markup ()"><code class="function">pango_parse_markup()</code></a> API is recommended instead.</p>
|
@@ -759,25 +786,25 @@ the simpler <a class="link" href="pango-Text-Attributes.html#pango-parse-markup"
|
|
759
786
|
</div>
|
760
787
|
<div class="refsect3">
|
761
788
|
<a name="id-1.2.5.9.4.11"></a><h4>Returns</h4>
|
762
|
-
<p> a <a href="
|
763
|
-
destroyed with <a href="
|
789
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#GMarkupParseContext"><span class="type">GMarkupParseContext</span></a> that should be
|
790
|
+
destroyed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-free"><code class="function">g_markup_parse_context_free()</code></a>. </p>
|
764
791
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
765
792
|
</div>
|
766
|
-
<p class="since">Since 1.31.0</p>
|
793
|
+
<p class="since">Since: <a class="link" href="api-index-1-31-0.html#api-index-1.31.0">1.31.0</a></p>
|
767
794
|
</div>
|
768
795
|
<hr>
|
769
796
|
<div class="refsect2">
|
770
797
|
<a name="pango-markup-parser-finish"></a><h3>pango_markup_parser_finish ()</h3>
|
771
|
-
<pre class="programlisting"><a href="
|
772
|
-
pango_markup_parser_finish (<em class="parameter"><code><a href="
|
798
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
799
|
+
pango_markup_parser_finish (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#GMarkupParseContext"><span class="type">GMarkupParseContext</span></a> *context</code></em>,
|
773
800
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> **attr_list</code></em>,
|
774
801
|
<em class="parameter"><code><span class="type">char</span> **text</code></em>,
|
775
|
-
<em class="parameter"><code><a href="
|
776
|
-
<em class="parameter"><code><a href="
|
777
|
-
<p>After feeding a pango markup parser some data with <a href="
|
802
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> *accel_char</code></em>,
|
803
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
804
|
+
<p>After feeding a pango markup parser some data with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-parse"><code class="function">g_markup_parse_context_parse()</code></a>,
|
778
805
|
use this function to get the list of pango attributes and text out of the
|
779
806
|
markup. This function will not free <em class="parameter"><code>context</code></em>
|
780
|
-
, use <a href="
|
807
|
+
, use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-free"><code class="function">g_markup_parse_context_free()</code></a>
|
781
808
|
to do so.</p>
|
782
809
|
<div class="refsect3">
|
783
810
|
<a name="id-1.2.5.9.5.5"></a><h4>Parameters</h4>
|
@@ -795,22 +822,22 @@ to do so.</p>
|
|
795
822
|
</tr>
|
796
823
|
<tr>
|
797
824
|
<td class="parameter_name"><p>attr_list</p></td>
|
798
|
-
<td class="parameter_description"><p> address of return location for a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, or <a href="
|
825
|
+
<td class="parameter_description"><p> address of return location for a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
799
826
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
800
827
|
</tr>
|
801
828
|
<tr>
|
802
829
|
<td class="parameter_name"><p>text</p></td>
|
803
|
-
<td class="parameter_description"><p> address of return location for text with tags stripped, or <a href="
|
830
|
+
<td class="parameter_description"><p> address of return location for text with tags stripped, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
804
831
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
805
832
|
</tr>
|
806
833
|
<tr>
|
807
834
|
<td class="parameter_name"><p>accel_char</p></td>
|
808
|
-
<td class="parameter_description"><p> address of return location for accelerator char, or <a href="
|
835
|
+
<td class="parameter_description"><p> address of return location for accelerator char, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
809
836
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
810
837
|
</tr>
|
811
838
|
<tr>
|
812
839
|
<td class="parameter_name"><p>error</p></td>
|
813
|
-
<td class="parameter_description"><p>address of return location for errors, or <a href="
|
840
|
+
<td class="parameter_description"><p>address of return location for errors, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
814
841
|
<td class="parameter_annotations"> </td>
|
815
842
|
</tr>
|
816
843
|
</tbody>
|
@@ -818,17 +845,16 @@ to do so.</p>
|
|
818
845
|
</div>
|
819
846
|
<div class="refsect3">
|
820
847
|
<a name="id-1.2.5.9.5.6"></a><h4>Returns</h4>
|
821
|
-
<p> <a href="
|
822
|
-
is set, otherwise <a href="
|
823
|
-
<p></p>
|
848
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
|
849
|
+
is set, otherwise <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a></p>
|
824
850
|
</div>
|
825
|
-
<p class="since">Since 1.31.0</p>
|
851
|
+
<p class="since">Since: <a class="link" href="api-index-1-31-0.html#api-index-1.31.0">1.31.0</a></p>
|
826
852
|
</div>
|
827
853
|
<hr>
|
828
854
|
<div class="refsect2">
|
829
855
|
<a name="pango-attr-type-register"></a><h3>pango_attr_type_register ()</h3>
|
830
856
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttrType" title="enum PangoAttrType"><span class="returnvalue">PangoAttrType</span></a>
|
831
|
-
pango_attr_type_register (<em class="parameter"><code>const <a href="
|
857
|
+
pango_attr_type_register (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
832
858
|
<p>Allocate a new attribute type ID. The attribute type name can be accessed
|
833
859
|
later by using <a class="link" href="pango-Text-Attributes.html#pango-attr-type-get-name" title="pango_attr_type_get_name ()"><code class="function">pango_attr_type_get_name()</code></a>.</p>
|
834
860
|
<div class="refsect3">
|
@@ -849,7 +875,6 @@ later by using <a class="link" href="pango-Text-Attributes.html#pango-attr-type-
|
|
849
875
|
<div class="refsect3">
|
850
876
|
<a name="id-1.2.5.9.6.6"></a><h4>Returns</h4>
|
851
877
|
<p> the new type ID.</p>
|
852
|
-
<p></p>
|
853
878
|
</div>
|
854
879
|
</div>
|
855
880
|
<hr>
|
@@ -859,7 +884,7 @@ later by using <a class="link" href="pango-Text-Attributes.html#pango-attr-type-
|
|
859
884
|
pango_attr_type_get_name (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrType" title="enum PangoAttrType"><span class="type">PangoAttrType</span></a> type</code></em>);</pre>
|
860
885
|
<p>Fetches the attribute type name passed in when registering the type using
|
861
886
|
<a class="link" href="pango-Text-Attributes.html#pango-attr-type-register" title="pango_attr_type_register ()"><code class="function">pango_attr_type_register()</code></a>.</p>
|
862
|
-
<p>The returned value is an interned string (see <a href="
|
887
|
+
<p>The returned value is an interned string (see <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#g-intern-string"><code class="function">g_intern_string()</code></a> for what
|
863
888
|
that means) that should not be modified or freed.</p>
|
864
889
|
<div class="refsect3">
|
865
890
|
<a name="id-1.2.5.9.7.6"></a><h4>Parameters</h4>
|
@@ -878,12 +903,12 @@ that means) that should not be modified or freed.</p>
|
|
878
903
|
</div>
|
879
904
|
<div class="refsect3">
|
880
905
|
<a name="id-1.2.5.9.7.7"></a><h4>Returns</h4>
|
881
|
-
<p> the type ID name (which may be <a href="
|
882
|
-
|
883
|
-
a built-in Pango attribute type or invalid. </p>
|
884
|
-
<p></p>
|
906
|
+
<p> the type ID name (which may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>), or
|
907
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>type</code></em>
|
908
|
+
is a built-in Pango attribute type or invalid. </p>
|
909
|
+
<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>
|
885
910
|
</div>
|
886
|
-
<p class="since">Since 1.22</p>
|
911
|
+
<p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
|
887
912
|
</div>
|
888
913
|
<hr>
|
889
914
|
<div class="refsect2">
|
@@ -920,7 +945,7 @@ to the entire text by default.</p>
|
|
920
945
|
</tbody>
|
921
946
|
</table></div>
|
922
947
|
</div>
|
923
|
-
<p class="since">Since 1.20</p>
|
948
|
+
<p class="since">Since: <a class="link" href="api-index-1-20.html#api-index-1.20">1.20</a></p>
|
924
949
|
</div>
|
925
950
|
<hr>
|
926
951
|
<div class="refsect2">
|
@@ -953,7 +978,7 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
953
978
|
<hr>
|
954
979
|
<div class="refsect2">
|
955
980
|
<a name="pango-attribute-equal"></a><h3>pango_attribute_equal ()</h3>
|
956
|
-
<pre class="programlisting"><a href="
|
981
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
957
982
|
pango_attribute_equal (<em class="parameter"><code>const <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a> *attr1</code></em>,
|
958
983
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a> *attr2</code></em>);</pre>
|
959
984
|
<p>Compare two attributes for equality. This compares only the
|
@@ -983,8 +1008,7 @@ attributes apply to.</p>
|
|
983
1008
|
</div>
|
984
1009
|
<div class="refsect3">
|
985
1010
|
<a name="id-1.2.5.9.10.6"></a><h4>Returns</h4>
|
986
|
-
<p> <a href="
|
987
|
-
<p></p>
|
1011
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the two attributes have the same value.</p>
|
988
1012
|
</div>
|
989
1013
|
</div>
|
990
1014
|
<hr>
|
@@ -1230,9 +1254,8 @@ pango_attr_size_new_absolute (<em class="parameter"><code><span class="type">int
|
|
1230
1254
|
<a name="id-1.2.5.9.19.6"></a><h4>Returns</h4>
|
1231
1255
|
<p> the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>, which should be
|
1232
1256
|
freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>.</p>
|
1233
|
-
<p></p>
|
1234
1257
|
</div>
|
1235
|
-
<p class="since">Since 1.8</p>
|
1258
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
1236
1259
|
</div>
|
1237
1260
|
<hr>
|
1238
1261
|
<div class="refsect2">
|
@@ -1268,9 +1291,9 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1268
1291
|
<div class="refsect2">
|
1269
1292
|
<a name="pango-attr-foreground-new"></a><h3>pango_attr_foreground_new ()</h3>
|
1270
1293
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1271
|
-
pango_attr_foreground_new (<em class="parameter"><code><a href="
|
1272
|
-
<em class="parameter"><code><a href="
|
1273
|
-
<em class="parameter"><code><a href="
|
1294
|
+
pango_attr_foreground_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> red</code></em>,
|
1295
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> green</code></em>,
|
1296
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> blue</code></em>);</pre>
|
1274
1297
|
<p>Create a new foreground color attribute.</p>
|
1275
1298
|
<div class="refsect3">
|
1276
1299
|
<a name="id-1.2.5.9.21.5"></a><h4>Parameters</h4>
|
@@ -1310,9 +1333,9 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1310
1333
|
<div class="refsect2">
|
1311
1334
|
<a name="pango-attr-background-new"></a><h3>pango_attr_background_new ()</h3>
|
1312
1335
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1313
|
-
pango_attr_background_new (<em class="parameter"><code><a href="
|
1314
|
-
<em class="parameter"><code><a href="
|
1315
|
-
<em class="parameter"><code><a href="
|
1336
|
+
pango_attr_background_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> red</code></em>,
|
1337
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> green</code></em>,
|
1338
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> blue</code></em>);</pre>
|
1316
1339
|
<p>Create a new background color attribute.</p>
|
1317
1340
|
<div class="refsect3">
|
1318
1341
|
<a name="id-1.2.5.9.22.5"></a><h4>Parameters</h4>
|
@@ -1352,7 +1375,7 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1352
1375
|
<div class="refsect2">
|
1353
1376
|
<a name="pango-attr-strikethrough-new"></a><h3>pango_attr_strikethrough_new ()</h3>
|
1354
1377
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1355
|
-
pango_attr_strikethrough_new (<em class="parameter"><code><a href="
|
1378
|
+
pango_attr_strikethrough_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> strikethrough</code></em>);</pre>
|
1356
1379
|
<p>Create a new strike-through attribute.</p>
|
1357
1380
|
<div class="refsect3">
|
1358
1381
|
<a name="id-1.2.5.9.23.5"></a><h4>Parameters</h4>
|
@@ -1364,7 +1387,7 @@ pango_attr_strikethrough_new (<em class="parameter"><code><a href="http://librar
|
|
1364
1387
|
</colgroup>
|
1365
1388
|
<tbody><tr>
|
1366
1389
|
<td class="parameter_name"><p>strikethrough</p></td>
|
1367
|
-
<td class="parameter_description"><p><a href="
|
1390
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the text should be struck-through.</p></td>
|
1368
1391
|
<td class="parameter_annotations"> </td>
|
1369
1392
|
</tr></tbody>
|
1370
1393
|
</table></div>
|
@@ -1380,9 +1403,9 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1380
1403
|
<div class="refsect2">
|
1381
1404
|
<a name="pango-attr-strikethrough-color-new"></a><h3>pango_attr_strikethrough_color_new ()</h3>
|
1382
1405
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1383
|
-
pango_attr_strikethrough_color_new (<em class="parameter"><code><a href="
|
1384
|
-
<em class="parameter"><code><a href="
|
1385
|
-
<em class="parameter"><code><a href="
|
1406
|
+
pango_attr_strikethrough_color_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> red</code></em>,
|
1407
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> green</code></em>,
|
1408
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> blue</code></em>);</pre>
|
1386
1409
|
<p>Create a new strikethrough color attribute. This attribute
|
1387
1410
|
modifies the color of strikethrough lines. If not set, strikethrough
|
1388
1411
|
lines will use the foreground color.</p>
|
@@ -1419,7 +1442,7 @@ lines will use the foreground color.</p>
|
|
1419
1442
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1420
1443
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1421
1444
|
</div>
|
1422
|
-
<p class="since">Since 1.8</p>
|
1445
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
1423
1446
|
</div>
|
1424
1447
|
<hr>
|
1425
1448
|
<div class="refsect2">
|
@@ -1453,9 +1476,9 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1453
1476
|
<div class="refsect2">
|
1454
1477
|
<a name="pango-attr-underline-color-new"></a><h3>pango_attr_underline_color_new ()</h3>
|
1455
1478
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1456
|
-
pango_attr_underline_color_new (<em class="parameter"><code><a href="
|
1457
|
-
<em class="parameter"><code><a href="
|
1458
|
-
<em class="parameter"><code><a href="
|
1479
|
+
pango_attr_underline_color_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> red</code></em>,
|
1480
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> green</code></em>,
|
1481
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> blue</code></em>);</pre>
|
1459
1482
|
<p>Create a new underline color attribute. This attribute
|
1460
1483
|
modifies the color of underlines. If not set, underlines
|
1461
1484
|
will use the foreground color.</p>
|
@@ -1492,7 +1515,7 @@ will use the foreground color.</p>
|
|
1492
1515
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1493
1516
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1494
1517
|
</div>
|
1495
|
-
<p class="since">Since 1.8</p>
|
1518
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
1496
1519
|
</div>
|
1497
1520
|
<hr>
|
1498
1521
|
<div class="refsect2">
|
@@ -1545,9 +1568,9 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1545
1568
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1546
1569
|
pango_attr_shape_new_with_data (<em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoRectangle" title="struct PangoRectangle"><span class="type">PangoRectangle</span></a> *ink_rect</code></em>,
|
1547
1570
|
<em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoRectangle" title="struct PangoRectangle"><span class="type">PangoRectangle</span></a> *logical_rect</code></em>,
|
1548
|
-
<em class="parameter"><code><a href="
|
1571
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
1549
1572
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrDataCopyFunc" title="PangoAttrDataCopyFunc ()"><span class="type">PangoAttrDataCopyFunc</span></a> copy_func</code></em>,
|
1550
|
-
<em class="parameter"><code><a href="
|
1573
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy_func</code></em>);</pre>
|
1551
1574
|
<p>Like <a class="link" href="pango-Text-Attributes.html#pango-attr-shape-new" title="pango_attr_shape_new ()"><code class="function">pango_attr_shape_new()</code></a>, but a user data pointer is also
|
1552
1575
|
provided; this pointer can be accessed when later
|
1553
1576
|
rendering the glyph.</p>
|
@@ -1579,7 +1602,7 @@ rendering the glyph.</p>
|
|
1579
1602
|
<td class="parameter_name"><p>copy_func</p></td>
|
1580
1603
|
<td class="parameter_description"><p> function to copy <em class="parameter"><code>data</code></em>
|
1581
1604
|
when the
|
1582
|
-
attribute is copied. If <a href="
|
1605
|
+
attribute is copied. If <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>data</code></em>
|
1583
1606
|
is simply
|
1584
1607
|
copied as a pointer. </p></td>
|
1585
1608
|
<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>
|
@@ -1588,7 +1611,7 @@ copied as a pointer. </p></td>
|
|
1588
1611
|
<td class="parameter_name"><p>destroy_func</p></td>
|
1589
1612
|
<td class="parameter_description"><p> function to free <em class="parameter"><code>data</code></em>
|
1590
1613
|
when the
|
1591
|
-
attribute is freed, or <a href="
|
1614
|
+
attribute is freed, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1592
1615
|
<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>
|
1593
1616
|
</tr>
|
1594
1617
|
</tbody>
|
@@ -1598,15 +1621,14 @@ attribute is freed, or <a href="http://library.gnome.org/devel/glib/unstable/gli
|
|
1598
1621
|
<a name="id-1.2.5.9.29.6"></a><h4>Returns</h4>
|
1599
1622
|
<p> the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>, which should be
|
1600
1623
|
freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>.</p>
|
1601
|
-
<p></p>
|
1602
1624
|
</div>
|
1603
|
-
<p class="since">Since 1.8</p>
|
1625
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
1604
1626
|
</div>
|
1605
1627
|
<hr>
|
1606
1628
|
<div class="refsect2">
|
1607
1629
|
<a name="PangoAttrDataCopyFunc"></a><h3>PangoAttrDataCopyFunc ()</h3>
|
1608
|
-
<pre class="programlisting"><a href="
|
1609
|
-
<span class="c_punctuation">(</span>*PangoAttrDataCopyFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="
|
1630
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
|
1631
|
+
<span class="c_punctuation">(</span>*PangoAttrDataCopyFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> user_data</code></em>);</pre>
|
1610
1632
|
<p>Type of a function that can duplicate user data for an attribute.</p>
|
1611
1633
|
<div class="refsect3">
|
1612
1634
|
<a name="id-1.2.5.9.30.5"></a><h4>Parameters</h4>
|
@@ -1627,7 +1649,6 @@ freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-dest
|
|
1627
1649
|
<a name="id-1.2.5.9.30.6"></a><h4>Returns</h4>
|
1628
1650
|
<p> new copy of <em class="parameter"><code>user_data</code></em>
|
1629
1651
|
.</p>
|
1630
|
-
<p></p>
|
1631
1652
|
</div>
|
1632
1653
|
</div>
|
1633
1654
|
<hr>
|
@@ -1766,13 +1787,13 @@ of the text, in Pango units.</p></td>
|
|
1766
1787
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1767
1788
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1768
1789
|
</div>
|
1769
|
-
<p class="since">Since 1.6</p>
|
1790
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
1770
1791
|
</div>
|
1771
1792
|
<hr>
|
1772
1793
|
<div class="refsect2">
|
1773
1794
|
<a name="pango-attr-fallback-new"></a><h3>pango_attr_fallback_new ()</h3>
|
1774
1795
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1775
|
-
pango_attr_fallback_new (<em class="parameter"><code><a href="
|
1796
|
+
pango_attr_fallback_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable_fallback</code></em>);</pre>
|
1776
1797
|
<p>Create a new font fallback attribute.</p>
|
1777
1798
|
<p>If fallback is disabled, characters will only be used from the
|
1778
1799
|
closest matching font on the system. No fallback will be done to
|
@@ -1788,7 +1809,7 @@ text.</p>
|
|
1788
1809
|
</colgroup>
|
1789
1810
|
<tbody><tr>
|
1790
1811
|
<td class="parameter_name"><p>enable_fallback</p></td>
|
1791
|
-
<td class="parameter_description"><p><a href="
|
1812
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we should fall back on other fonts
|
1792
1813
|
for characters the active font is missing.</p></td>
|
1793
1814
|
<td class="parameter_annotations"> </td>
|
1794
1815
|
</tr></tbody>
|
@@ -1800,7 +1821,7 @@ for characters the active font is missing.</p></td>
|
|
1800
1821
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1801
1822
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1802
1823
|
</div>
|
1803
|
-
<p class="since">Since 1.4</p>
|
1824
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
1804
1825
|
</div>
|
1805
1826
|
<hr>
|
1806
1827
|
<div class="refsect2">
|
@@ -1829,7 +1850,7 @@ pango_attr_gravity_new (<em class="parameter"><code><a class="link" href="pango-
|
|
1829
1850
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1830
1851
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1831
1852
|
</div>
|
1832
|
-
<p class="since">Since 1.16</p>
|
1853
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1833
1854
|
</div>
|
1834
1855
|
<hr>
|
1835
1856
|
<div class="refsect2">
|
@@ -1858,12 +1879,99 @@ pango_attr_gravity_hint_new (<em class="parameter"><code><a class="link" href="p
|
|
1858
1879
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1859
1880
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1860
1881
|
</div>
|
1861
|
-
<p class="since">Since 1.16</p>
|
1882
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1883
|
+
</div>
|
1884
|
+
<hr>
|
1885
|
+
<div class="refsect2">
|
1886
|
+
<a name="pango-attr-font-features-new"></a><h3>pango_attr_font_features_new ()</h3>
|
1887
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1888
|
+
pango_attr_font_features_new (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *features</code></em>);</pre>
|
1889
|
+
<p>Create a new font features tag attribute.</p>
|
1890
|
+
<div class="refsect3">
|
1891
|
+
<a name="id-1.2.5.9.44.5"></a><h4>Parameters</h4>
|
1892
|
+
<div class="informaltable"><table width="100%" border="0">
|
1893
|
+
<colgroup>
|
1894
|
+
<col width="150px" class="parameters_name">
|
1895
|
+
<col class="parameters_description">
|
1896
|
+
<col width="200px" class="parameters_annotations">
|
1897
|
+
</colgroup>
|
1898
|
+
<tbody><tr>
|
1899
|
+
<td class="parameter_name"><p>features</p></td>
|
1900
|
+
<td class="parameter_description"><p>a string with OpenType font features, in CSS syntax</p></td>
|
1901
|
+
<td class="parameter_annotations"> </td>
|
1902
|
+
</tr></tbody>
|
1903
|
+
</table></div>
|
1904
|
+
</div>
|
1905
|
+
<div class="refsect3">
|
1906
|
+
<a name="id-1.2.5.9.44.6"></a><h4>Returns</h4>
|
1907
|
+
<p> the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1908
|
+
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1909
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1910
|
+
</div>
|
1911
|
+
<p class="since">Since: <a class="link" href="api-index-1-38.html#api-index-1.38">1.38</a></p>
|
1912
|
+
</div>
|
1913
|
+
<hr>
|
1914
|
+
<div class="refsect2">
|
1915
|
+
<a name="pango-attr-foreground-alpha-new"></a><h3>pango_attr_foreground_alpha_new ()</h3>
|
1916
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1917
|
+
pango_attr_foreground_alpha_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> alpha</code></em>);</pre>
|
1918
|
+
<p>Create a new foreground alpha attribute.</p>
|
1919
|
+
<div class="refsect3">
|
1920
|
+
<a name="id-1.2.5.9.45.5"></a><h4>Parameters</h4>
|
1921
|
+
<div class="informaltable"><table width="100%" border="0">
|
1922
|
+
<colgroup>
|
1923
|
+
<col width="150px" class="parameters_name">
|
1924
|
+
<col class="parameters_description">
|
1925
|
+
<col width="200px" class="parameters_annotations">
|
1926
|
+
</colgroup>
|
1927
|
+
<tbody><tr>
|
1928
|
+
<td class="parameter_name"><p>alpha</p></td>
|
1929
|
+
<td class="parameter_description"><p>the alpha value, between 1 and 65536</p></td>
|
1930
|
+
<td class="parameter_annotations"> </td>
|
1931
|
+
</tr></tbody>
|
1932
|
+
</table></div>
|
1933
|
+
</div>
|
1934
|
+
<div class="refsect3">
|
1935
|
+
<a name="id-1.2.5.9.45.6"></a><h4>Returns</h4>
|
1936
|
+
<p> the new allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1937
|
+
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1938
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1939
|
+
</div>
|
1940
|
+
<p class="since">Since: <a class="link" href="api-index-1-38.html#api-index-1.38">1.38</a></p>
|
1941
|
+
</div>
|
1942
|
+
<hr>
|
1943
|
+
<div class="refsect2">
|
1944
|
+
<a name="pango-attr-background-alpha-new"></a><h3>pango_attr_background_alpha_new ()</h3>
|
1945
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1946
|
+
pango_attr_background_alpha_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> alpha</code></em>);</pre>
|
1947
|
+
<p>Create a new background alpha attribute.</p>
|
1948
|
+
<div class="refsect3">
|
1949
|
+
<a name="id-1.2.5.9.46.5"></a><h4>Parameters</h4>
|
1950
|
+
<div class="informaltable"><table width="100%" border="0">
|
1951
|
+
<colgroup>
|
1952
|
+
<col width="150px" class="parameters_name">
|
1953
|
+
<col class="parameters_description">
|
1954
|
+
<col width="200px" class="parameters_annotations">
|
1955
|
+
</colgroup>
|
1956
|
+
<tbody><tr>
|
1957
|
+
<td class="parameter_name"><p>alpha</p></td>
|
1958
|
+
<td class="parameter_description"><p>the alpha value, between 1 and 65536</p></td>
|
1959
|
+
<td class="parameter_annotations"> </td>
|
1960
|
+
</tr></tbody>
|
1961
|
+
</table></div>
|
1962
|
+
</div>
|
1963
|
+
<div class="refsect3">
|
1964
|
+
<a name="id-1.2.5.9.46.6"></a><h4>Returns</h4>
|
1965
|
+
<p> the new allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1966
|
+
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1967
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1968
|
+
</div>
|
1969
|
+
<p class="since">Since: <a class="link" href="api-index-1-38.html#api-index-1.38">1.38</a></p>
|
1862
1970
|
</div>
|
1863
1971
|
<hr>
|
1864
1972
|
<div class="refsect2">
|
1865
1973
|
<a name="pango-color-parse"></a><h3>pango_color_parse ()</h3>
|
1866
|
-
<pre class="programlisting"><a href="
|
1974
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1867
1975
|
pango_color_parse (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> *color</code></em>,
|
1868
1976
|
<em class="parameter"><code>const <span class="type">char</span> *spec</code></em>);</pre>
|
1869
1977
|
<p>Fill in the fields of a color from a string specification. The
|
@@ -1875,7 +1983,7 @@ form '#rgb' '#rrggbb' '#rrrgggbbb' or '#rrrrggggbbbb' where
|
|
1875
1983
|
components of the color, respectively. (White in the four
|
1876
1984
|
forms is '#fff' '#ffffff' '#fffffffff' and '#ffffffffffff')</p>
|
1877
1985
|
<div class="refsect3">
|
1878
|
-
<a name="id-1.2.5.9.
|
1986
|
+
<a name="id-1.2.5.9.47.5"></a><h4>Parameters</h4>
|
1879
1987
|
<div class="informaltable"><table width="100%" border="0">
|
1880
1988
|
<colgroup>
|
1881
1989
|
<col width="150px" class="parameters_name">
|
@@ -1885,8 +1993,9 @@ forms is '#fff' '#ffffff' '#fffffffff' and '#ffffffffffff')</p>
|
|
1885
1993
|
<tbody>
|
1886
1994
|
<tr>
|
1887
1995
|
<td class="parameter_name"><p>color</p></td>
|
1888
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> structure in which to store the
|
1889
|
-
<
|
1996
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> structure in which to store the
|
1997
|
+
result, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1998
|
+
<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>
|
1890
1999
|
</tr>
|
1891
2000
|
<tr>
|
1892
2001
|
<td class="parameter_name"><p>spec</p></td>
|
@@ -1897,10 +2006,9 @@ forms is '#fff' '#ffffff' '#fffffffff' and '#ffffffffffff')</p>
|
|
1897
2006
|
</table></div>
|
1898
2007
|
</div>
|
1899
2008
|
<div class="refsect3">
|
1900
|
-
<a name="id-1.2.5.9.
|
1901
|
-
<p> <a href="
|
2009
|
+
<a name="id-1.2.5.9.47.6"></a><h4>Returns</h4>
|
2010
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if parsing of the specifier succeeded,
|
1902
2011
|
otherwise false.</p>
|
1903
|
-
<p></p>
|
1904
2012
|
</div>
|
1905
2013
|
</div>
|
1906
2014
|
<hr>
|
@@ -1914,7 +2022,7 @@ pango_color_copy (<em class="parameter"><code>const <a class="link" href="pango-
|
|
1914
2022
|
not that useful otherwise (since colors can just be copied
|
1915
2023
|
by assignment in C).</p>
|
1916
2024
|
<div class="refsect3">
|
1917
|
-
<a name="id-1.2.5.9.
|
2025
|
+
<a name="id-1.2.5.9.48.5"></a><h4>Parameters</h4>
|
1918
2026
|
<div class="informaltable"><table width="100%" border="0">
|
1919
2027
|
<colgroup>
|
1920
2028
|
<col width="150px" class="parameters_name">
|
@@ -1923,18 +2031,18 @@ by assignment in C).</p>
|
|
1923
2031
|
</colgroup>
|
1924
2032
|
<tbody><tr>
|
1925
2033
|
<td class="parameter_name"><p>src</p></td>
|
1926
|
-
<td class="parameter_description"><p>color to copy, may be <a href="
|
1927
|
-
<td class="parameter_annotations">
|
2034
|
+
<td class="parameter_description"><p> color to copy, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2035
|
+
<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>
|
1928
2036
|
</tr></tbody>
|
1929
2037
|
</table></div>
|
1930
2038
|
</div>
|
1931
2039
|
<div class="refsect3">
|
1932
|
-
<a name="id-1.2.5.9.
|
1933
|
-
<p> the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a>, which
|
1934
|
-
be freed with <a class="link" href="pango-Text-Attributes.html#pango-color-free" title="pango_color_free ()"><code class="function">pango_color_free()</code></a>, or <a href="
|
1935
|
-
|
1936
|
-
was <a href="
|
1937
|
-
<p></p>
|
2040
|
+
<a name="id-1.2.5.9.48.6"></a><h4>Returns</h4>
|
2041
|
+
<p> the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a>, which
|
2042
|
+
should be freed with <a class="link" href="pango-Text-Attributes.html#pango-color-free" title="pango_color_free ()"><code class="function">pango_color_free()</code></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
2043
|
+
<em class="parameter"><code>src</code></em>
|
2044
|
+
was <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
2045
|
+
<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>
|
1938
2046
|
</div>
|
1939
2047
|
</div>
|
1940
2048
|
<hr>
|
@@ -1944,7 +2052,7 @@ was <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.h
|
|
1944
2052
|
pango_color_free (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> *color</code></em>);</pre>
|
1945
2053
|
<p>Frees a color allocated by <a class="link" href="pango-Text-Attributes.html#pango-color-copy" title="pango_color_copy ()"><code class="function">pango_color_copy()</code></a>.</p>
|
1946
2054
|
<div class="refsect3">
|
1947
|
-
<a name="id-1.2.5.9.
|
2055
|
+
<a name="id-1.2.5.9.49.5"></a><h4>Parameters</h4>
|
1948
2056
|
<div class="informaltable"><table width="100%" border="0">
|
1949
2057
|
<colgroup>
|
1950
2058
|
<col width="150px" class="parameters_name">
|
@@ -1953,8 +2061,8 @@ pango_color_free (<em class="parameter"><code><a class="link" href="pango-Text-A
|
|
1953
2061
|
</colgroup>
|
1954
2062
|
<tbody><tr>
|
1955
2063
|
<td class="parameter_name"><p>color</p></td>
|
1956
|
-
<td class="parameter_description"><p>an allocated <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a>, may be <a href="
|
1957
|
-
<td class="parameter_annotations">
|
2064
|
+
<td class="parameter_description"><p> an allocated <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2065
|
+
<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>
|
1958
2066
|
</tr></tbody>
|
1959
2067
|
</table></div>
|
1960
2068
|
</div>
|
@@ -1962,7 +2070,7 @@ pango_color_free (<em class="parameter"><code><a class="link" href="pango-Text-A
|
|
1962
2070
|
<hr>
|
1963
2071
|
<div class="refsect2">
|
1964
2072
|
<a name="pango-color-to-string"></a><h3>pango_color_to_string ()</h3>
|
1965
|
-
<pre class="programlisting"><a href="
|
2073
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1966
2074
|
pango_color_to_string (<em class="parameter"><code>const <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> *color</code></em>);</pre>
|
1967
2075
|
<p>Returns a textual specification of <em class="parameter"><code>color</code></em>
|
1968
2076
|
in the hexadecimal form
|
@@ -1970,7 +2078,7 @@ pango_color_to_string (<em class="parameter"><code>const <a class="link" href="p
|
|
1970
2078
|
<code class="literal">g</code> and <code class="literal">b</code> are hex digits representing
|
1971
2079
|
the red, green, and blue components respectively.</p>
|
1972
2080
|
<div class="refsect3">
|
1973
|
-
<a name="id-1.2.5.9.
|
2081
|
+
<a name="id-1.2.5.9.50.5"></a><h4>Parameters</h4>
|
1974
2082
|
<div class="informaltable"><table width="100%" border="0">
|
1975
2083
|
<colgroup>
|
1976
2084
|
<col width="150px" class="parameters_name">
|
@@ -1985,11 +2093,10 @@ the red, green, and blue components respectively.</p>
|
|
1985
2093
|
</table></div>
|
1986
2094
|
</div>
|
1987
2095
|
<div class="refsect3">
|
1988
|
-
<a name="id-1.2.5.9.
|
1989
|
-
<p> a newly-allocated text string that must be freed with <a href="
|
1990
|
-
<p></p>
|
2096
|
+
<a name="id-1.2.5.9.50.6"></a><h4>Returns</h4>
|
2097
|
+
<p> a newly-allocated text string that must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
1991
2098
|
</div>
|
1992
|
-
<p class="since">Since 1.16</p>
|
2099
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1993
2100
|
</div>
|
1994
2101
|
<hr>
|
1995
2102
|
<div class="refsect2">
|
@@ -1998,7 +2105,7 @@ the red, green, and blue components respectively.</p>
|
|
1998
2105
|
pango_attr_list_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1999
2106
|
<p>Create a new empty attribute list with a reference count of one.</p>
|
2000
2107
|
<div class="refsect3">
|
2001
|
-
<a name="id-1.2.5.9.
|
2108
|
+
<a name="id-1.2.5.9.51.5"></a><h4>Returns</h4>
|
2002
2109
|
<p> the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>,
|
2003
2110
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attr-list-unref" title="pango_attr_list_unref ()"><code class="function">pango_attr_list_unref()</code></a>. </p>
|
2004
2111
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2011,7 +2118,7 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
2011
2118
|
pango_attr_list_ref (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *list</code></em>);</pre>
|
2012
2119
|
<p>Increase the reference count of the given attribute list by one.</p>
|
2013
2120
|
<div class="refsect3">
|
2014
|
-
<a name="id-1.2.5.9.
|
2121
|
+
<a name="id-1.2.5.9.52.5"></a><h4>Parameters</h4>
|
2015
2122
|
<div class="informaltable"><table width="100%" border="0">
|
2016
2123
|
<colgroup>
|
2017
2124
|
<col width="150px" class="parameters_name">
|
@@ -2020,17 +2127,16 @@ pango_attr_list_ref (<em class="parameter"><code><a class="link" href="pango-Tex
|
|
2020
2127
|
</colgroup>
|
2021
2128
|
<tbody><tr>
|
2022
2129
|
<td class="parameter_name"><p>list</p></td>
|
2023
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, may be <a href="
|
2024
|
-
<td class="parameter_annotations">
|
2130
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2131
|
+
<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>
|
2025
2132
|
</tr></tbody>
|
2026
2133
|
</table></div>
|
2027
2134
|
</div>
|
2028
2135
|
<div class="refsect3">
|
2029
|
-
<a name="id-1.2.5.9.
|
2136
|
+
<a name="id-1.2.5.9.52.6"></a><h4>Returns</h4>
|
2030
2137
|
<p> The attribute list passed in</p>
|
2031
|
-
<p></p>
|
2032
2138
|
</div>
|
2033
|
-
<p class="since">Since 1.10</p>
|
2139
|
+
<p class="since">Since: <a class="link" href="api-index-1-10.html#api-index-1.10">1.10</a></p>
|
2034
2140
|
</div>
|
2035
2141
|
<hr>
|
2036
2142
|
<div class="refsect2">
|
@@ -2041,7 +2147,7 @@ pango_attr_list_unref (<em class="parameter"><code><a class="link" href="pango-T
|
|
2041
2147
|
If the result is zero, free the attribute list and the attributes
|
2042
2148
|
it contains.</p>
|
2043
2149
|
<div class="refsect3">
|
2044
|
-
<a name="id-1.2.5.9.
|
2150
|
+
<a name="id-1.2.5.9.53.5"></a><h4>Parameters</h4>
|
2045
2151
|
<div class="informaltable"><table width="100%" border="0">
|
2046
2152
|
<colgroup>
|
2047
2153
|
<col width="150px" class="parameters_name">
|
@@ -2050,8 +2156,8 @@ it contains.</p>
|
|
2050
2156
|
</colgroup>
|
2051
2157
|
<tbody><tr>
|
2052
2158
|
<td class="parameter_name"><p>list</p></td>
|
2053
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, may be <a href="
|
2054
|
-
<td class="parameter_annotations">
|
2159
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2160
|
+
<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>
|
2055
2161
|
</tr></tbody>
|
2056
2162
|
</table></div>
|
2057
2163
|
</div>
|
@@ -2064,7 +2170,7 @@ pango_attr_list_copy (<em class="parameter"><code><a class="link" href="pango-Te
|
|
2064
2170
|
<p>Copy <em class="parameter"><code>list</code></em>
|
2065
2171
|
and return an identical new list.</p>
|
2066
2172
|
<div class="refsect3">
|
2067
|
-
<a name="id-1.2.5.9.
|
2173
|
+
<a name="id-1.2.5.9.54.5"></a><h4>Parameters</h4>
|
2068
2174
|
<div class="informaltable"><table width="100%" border="0">
|
2069
2175
|
<colgroup>
|
2070
2176
|
<col width="150px" class="parameters_name">
|
@@ -2073,19 +2179,19 @@ pango_attr_list_copy (<em class="parameter"><code><a class="link" href="pango-Te
|
|
2073
2179
|
</colgroup>
|
2074
2180
|
<tbody><tr>
|
2075
2181
|
<td class="parameter_name"><p>list</p></td>
|
2076
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, may be <a href="
|
2077
|
-
<td class="parameter_annotations">
|
2182
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2183
|
+
<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>
|
2078
2184
|
</tr></tbody>
|
2079
2185
|
</table></div>
|
2080
2186
|
</div>
|
2081
2187
|
<div class="refsect3">
|
2082
|
-
<a name="id-1.2.5.9.
|
2188
|
+
<a name="id-1.2.5.9.54.6"></a><h4>Returns</h4>
|
2083
2189
|
<p> the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, with a
|
2084
2190
|
reference count of one, which should
|
2085
2191
|
be freed with <a class="link" href="pango-Text-Attributes.html#pango-attr-list-unref" title="pango_attr_list_unref ()"><code class="function">pango_attr_list_unref()</code></a>.
|
2086
|
-
Returns <a href="
|
2087
|
-
was <a href="
|
2088
|
-
<p></p>
|
2192
|
+
Returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>list</code></em>
|
2193
|
+
was <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
2194
|
+
<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>
|
2089
2195
|
</div>
|
2090
2196
|
</div>
|
2091
2197
|
<hr>
|
@@ -2099,7 +2205,7 @@ be inserted after all other attributes with a matching
|
|
2099
2205
|
<em class="parameter"><code>start_index</code></em>
|
2100
2206
|
.</p>
|
2101
2207
|
<div class="refsect3">
|
2102
|
-
<a name="id-1.2.5.9.
|
2208
|
+
<a name="id-1.2.5.9.55.5"></a><h4>Parameters</h4>
|
2103
2209
|
<div class="informaltable"><table width="100%" border="0">
|
2104
2210
|
<colgroup>
|
2105
2211
|
<col width="150px" class="parameters_name">
|
@@ -2133,7 +2239,7 @@ be inserted before all other attributes with a matching
|
|
2133
2239
|
<em class="parameter"><code>start_index</code></em>
|
2134
2240
|
.</p>
|
2135
2241
|
<div class="refsect3">
|
2136
|
-
<a name="id-1.2.5.9.
|
2242
|
+
<a name="id-1.2.5.9.56.5"></a><h4>Parameters</h4>
|
2137
2243
|
<div class="informaltable"><table width="100%" border="0">
|
2138
2244
|
<colgroup>
|
2139
2245
|
<col width="150px" class="parameters_name">
|
@@ -2171,7 +2277,7 @@ for large lists). However, <a class="link" href="pango-Text-Attributes.html#pang
|
|
2171
2277
|
suitable for continually changing a set of attributes
|
2172
2278
|
since it never removes or combines existing attributes.</p>
|
2173
2279
|
<div class="refsect3">
|
2174
|
-
<a name="id-1.2.5.9.
|
2280
|
+
<a name="id-1.2.5.9.57.6"></a><h4>Parameters</h4>
|
2175
2281
|
<div class="informaltable"><table width="100%" border="0">
|
2176
2282
|
<colgroup>
|
2177
2283
|
<col width="150px" class="parameters_name">
|
@@ -2200,8 +2306,8 @@ value is assumed by the list. </p></td>
|
|
2200
2306
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2201
2307
|
pango_attr_list_splice (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *list</code></em>,
|
2202
2308
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *other</code></em>,
|
2203
|
-
<em class="parameter"><code><a href="
|
2204
|
-
<em class="parameter"><code><a href="
|
2309
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> pos</code></em>,
|
2310
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>);</pre>
|
2205
2311
|
<p>This function opens up a hole in <em class="parameter"><code>list</code></em>
|
2206
2312
|
, fills it in with attributes from
|
2207
2313
|
the left, and then merges <em class="parameter"><code>other</code></em>
|
@@ -2218,7 +2324,7 @@ of each attribute in <em class="parameter"><code>other</code></em>
|
|
2218
2324
|
<p>This operation proves useful for, for instance, inserting
|
2219
2325
|
a pre-edit string in the middle of an edit buffer.</p>
|
2220
2326
|
<div class="refsect3">
|
2221
|
-
<a name="id-1.2.5.9.
|
2327
|
+
<a name="id-1.2.5.9.58.7"></a><h4>Parameters</h4>
|
2222
2328
|
<div class="informaltable"><table width="100%" border="0">
|
2223
2329
|
<colgroup>
|
2224
2330
|
<col width="150px" class="parameters_name">
|
@@ -2260,14 +2366,14 @@ may only be present at some subsection of this range)</p></td>
|
|
2260
2366
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="returnvalue">PangoAttrList</span></a> *
|
2261
2367
|
pango_attr_list_filter (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *list</code></em>,
|
2262
2368
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrFilterFunc" title="PangoAttrFilterFunc ()"><span class="type">PangoAttrFilterFunc</span></a> func</code></em>,
|
2263
|
-
<em class="parameter"><code><a href="
|
2369
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
2264
2370
|
<p>Given a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> and callback function, removes any elements
|
2265
2371
|
of <em class="parameter"><code>list</code></em>
|
2266
2372
|
for which <em class="parameter"><code>func</code></em>
|
2267
|
-
returns <a href="
|
2373
|
+
returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and inserts them into
|
2268
2374
|
a new list.</p>
|
2269
2375
|
<div class="refsect3">
|
2270
|
-
<a name="id-1.2.5.9.
|
2376
|
+
<a name="id-1.2.5.9.59.5"></a><h4>Parameters</h4>
|
2271
2377
|
<div class="informaltable"><table width="100%" border="0">
|
2272
2378
|
<colgroup>
|
2273
2379
|
<col width="150px" class="parameters_name">
|
@@ -2282,7 +2388,7 @@ a new list.</p>
|
|
2282
2388
|
</tr>
|
2283
2389
|
<tr>
|
2284
2390
|
<td class="parameter_name"><p>func</p></td>
|
2285
|
-
<td class="parameter_description"><p> callback function; returns <a href="
|
2391
|
+
<td class="parameter_description"><p> callback function; returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
|
2286
2392
|
if an attribute should be filtered out. </p></td>
|
2287
2393
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>][<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> data]</span></td>
|
2288
2394
|
</tr>
|
@@ -2296,22 +2402,22 @@ if an attribute should be filtered out. </p></td>
|
|
2296
2402
|
</table></div>
|
2297
2403
|
</div>
|
2298
2404
|
<div class="refsect3">
|
2299
|
-
<a name="id-1.2.5.9.
|
2300
|
-
<p> the new <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> or
|
2301
|
-
no attributes of the given types were found. </p>
|
2302
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2405
|
+
<a name="id-1.2.5.9.59.6"></a><h4>Returns</h4>
|
2406
|
+
<p> the new <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> or
|
2407
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no attributes of the given types were found. </p>
|
2408
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</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>
|
2303
2409
|
</div>
|
2304
|
-
<p class="since">Since 1.2</p>
|
2410
|
+
<p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
|
2305
2411
|
</div>
|
2306
2412
|
<hr>
|
2307
2413
|
<div class="refsect2">
|
2308
2414
|
<a name="PangoAttrFilterFunc"></a><h3>PangoAttrFilterFunc ()</h3>
|
2309
|
-
<pre class="programlisting"><a href="
|
2415
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2310
2416
|
<span class="c_punctuation">(</span>*PangoAttrFilterFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a> *attribute</code></em>,
|
2311
|
-
<em class="parameter"><code><a href="
|
2417
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
2312
2418
|
<p>Type of a function filtering a list of attributes.</p>
|
2313
2419
|
<div class="refsect3">
|
2314
|
-
<a name="id-1.2.5.9.
|
2420
|
+
<a name="id-1.2.5.9.60.5"></a><h4>Parameters</h4>
|
2315
2421
|
<div class="informaltable"><table width="100%" border="0">
|
2316
2422
|
<colgroup>
|
2317
2423
|
<col width="150px" class="parameters_name">
|
@@ -2333,10 +2439,9 @@ no attributes of the given types were found. </p>
|
|
2333
2439
|
</table></div>
|
2334
2440
|
</div>
|
2335
2441
|
<div class="refsect3">
|
2336
|
-
<a name="id-1.2.5.9.
|
2337
|
-
<p> <a href="
|
2338
|
-
filtering, <a href="
|
2339
|
-
<p></p>
|
2442
|
+
<a name="id-1.2.5.9.60.6"></a><h4>Returns</h4>
|
2443
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the attribute should be selected for
|
2444
|
+
filtering, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2340
2445
|
</div>
|
2341
2446
|
</div>
|
2342
2447
|
<hr>
|
@@ -2348,7 +2453,7 @@ pango_attr_list_get_iterator (<em class="parameter"><code><a class="link" href="
|
|
2348
2453
|
<em class="parameter"><code>list</code></em>
|
2349
2454
|
must not be modified until this iterator is freed.</p>
|
2350
2455
|
<div class="refsect3">
|
2351
|
-
<a name="id-1.2.5.9.
|
2456
|
+
<a name="id-1.2.5.9.61.5"></a><h4>Parameters</h4>
|
2352
2457
|
<div class="informaltable"><table width="100%" border="0">
|
2353
2458
|
<colgroup>
|
2354
2459
|
<col width="150px" class="parameters_name">
|
@@ -2363,7 +2468,7 @@ pango_attr_list_get_iterator (<em class="parameter"><code><a class="link" href="
|
|
2363
2468
|
</table></div>
|
2364
2469
|
</div>
|
2365
2470
|
<div class="refsect3">
|
2366
|
-
<a name="id-1.2.5.9.
|
2471
|
+
<a name="id-1.2.5.9.61.6"></a><h4>Returns</h4>
|
2367
2472
|
<p> the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a>, which should
|
2368
2473
|
be freed with <a class="link" href="pango-Text-Attributes.html#pango-attr-iterator-destroy" title="pango_attr_iterator_destroy ()"><code class="function">pango_attr_iterator_destroy()</code></a>. </p>
|
2369
2474
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2376,7 +2481,7 @@ be freed with <a class="link" href="pango-Text-Attributes.html#pango-attr-iterat
|
|
2376
2481
|
pango_attr_iterator_copy (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *iterator</code></em>);</pre>
|
2377
2482
|
<p>Copy a <a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a></p>
|
2378
2483
|
<div class="refsect3">
|
2379
|
-
<a name="id-1.2.5.9.
|
2484
|
+
<a name="id-1.2.5.9.62.5"></a><h4>Parameters</h4>
|
2380
2485
|
<div class="informaltable"><table width="100%" border="0">
|
2381
2486
|
<colgroup>
|
2382
2487
|
<col width="150px" class="parameters_name">
|
@@ -2391,7 +2496,7 @@ pango_attr_iterator_copy (<em class="parameter"><code><a class="link" href="pang
|
|
2391
2496
|
</table></div>
|
2392
2497
|
</div>
|
2393
2498
|
<div class="refsect3">
|
2394
|
-
<a name="id-1.2.5.9.
|
2499
|
+
<a name="id-1.2.5.9.62.6"></a><h4>Returns</h4>
|
2395
2500
|
<p> the newly allocated
|
2396
2501
|
<a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a>, which should be freed with
|
2397
2502
|
<a class="link" href="pango-Text-Attributes.html#pango-attr-iterator-destroy" title="pango_attr_iterator_destroy ()"><code class="function">pango_attr_iterator_destroy()</code></a>. </p>
|
@@ -2401,11 +2506,11 @@ pango_attr_iterator_copy (<em class="parameter"><code><a class="link" href="pang
|
|
2401
2506
|
<hr>
|
2402
2507
|
<div class="refsect2">
|
2403
2508
|
<a name="pango-attr-iterator-next"></a><h3>pango_attr_iterator_next ()</h3>
|
2404
|
-
<pre class="programlisting"><a href="
|
2509
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2405
2510
|
pango_attr_iterator_next (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *iterator</code></em>);</pre>
|
2406
2511
|
<p>Advance the iterator until the next change of style.</p>
|
2407
2512
|
<div class="refsect3">
|
2408
|
-
<a name="id-1.2.5.9.
|
2513
|
+
<a name="id-1.2.5.9.63.5"></a><h4>Parameters</h4>
|
2409
2514
|
<div class="informaltable"><table width="100%" border="0">
|
2410
2515
|
<colgroup>
|
2411
2516
|
<col width="150px" class="parameters_name">
|
@@ -2420,9 +2525,8 @@ pango_attr_iterator_next (<em class="parameter"><code><a class="link" href="pang
|
|
2420
2525
|
</table></div>
|
2421
2526
|
</div>
|
2422
2527
|
<div class="refsect3">
|
2423
|
-
<a name="id-1.2.5.9.
|
2424
|
-
<p> <a href="
|
2425
|
-
<p></p>
|
2528
|
+
<a name="id-1.2.5.9.63.6"></a><h4>Returns</h4>
|
2529
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the iterator is at the end of the list, otherwise <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a></p>
|
2426
2530
|
</div>
|
2427
2531
|
</div>
|
2428
2532
|
<hr>
|
@@ -2430,15 +2534,15 @@ pango_attr_iterator_next (<em class="parameter"><code><a class="link" href="pang
|
|
2430
2534
|
<a name="pango-attr-iterator-range"></a><h3>pango_attr_iterator_range ()</h3>
|
2431
2535
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2432
2536
|
pango_attr_iterator_range (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *iterator</code></em>,
|
2433
|
-
<em class="parameter"><code><a href="
|
2434
|
-
<em class="parameter"><code><a href="
|
2537
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start</code></em>,
|
2538
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end</code></em>);</pre>
|
2435
2539
|
<p>Get the range of the current segment. Note that the
|
2436
2540
|
stored return values are signed, not unsigned like
|
2437
2541
|
the values in <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>. To deal with this API
|
2438
2542
|
oversight, stored return values that wouldn't fit into
|
2439
|
-
a signed integer are clamped to <a href="
|
2543
|
+
a signed integer are clamped to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#G-MAXINT:CAPS"><code class="literal">G_MAXINT</code></a>.</p>
|
2440
2544
|
<div class="refsect3">
|
2441
|
-
<a name="id-1.2.5.9.
|
2545
|
+
<a name="id-1.2.5.9.64.5"></a><h4>Parameters</h4>
|
2442
2546
|
<div class="informaltable"><table width="100%" border="0">
|
2443
2547
|
<colgroup>
|
2444
2548
|
<col width="150px" class="parameters_name">
|
@@ -2476,7 +2580,7 @@ location. When multiple attributes of the same type overlap,
|
|
2476
2580
|
the attribute whose range starts closest to the current location
|
2477
2581
|
is used.</p>
|
2478
2582
|
<div class="refsect3">
|
2479
|
-
<a name="id-1.2.5.9.
|
2583
|
+
<a name="id-1.2.5.9.65.5"></a><h4>Parameters</h4>
|
2480
2584
|
<div class="informaltable"><table width="100%" border="0">
|
2481
2585
|
<colgroup>
|
2482
2586
|
<col width="150px" class="parameters_name">
|
@@ -2498,11 +2602,11 @@ is used.</p>
|
|
2498
2602
|
</table></div>
|
2499
2603
|
</div>
|
2500
2604
|
<div class="refsect3">
|
2501
|
-
<a name="id-1.2.5.9.
|
2502
|
-
<p> the current attribute of the given type,
|
2503
|
-
no attribute of that type applies to the
|
2504
|
-
location
|
2505
|
-
<p></p>
|
2605
|
+
<a name="id-1.2.5.9.65.6"></a><h4>Returns</h4>
|
2606
|
+
<p> the current attribute of the given type,
|
2607
|
+
or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no attribute of that type applies to the
|
2608
|
+
current location. </p>
|
2609
|
+
<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>
|
2506
2610
|
</div>
|
2507
2611
|
</div>
|
2508
2612
|
<hr>
|
@@ -2512,10 +2616,10 @@ location.</p>
|
|
2512
2616
|
pango_attr_iterator_get_font (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *iterator</code></em>,
|
2513
2617
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
2514
2618
|
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> **language</code></em>,
|
2515
|
-
<em class="parameter"><code><a href="
|
2619
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **extra_attrs</code></em>);</pre>
|
2516
2620
|
<p>Get the font and other attributes at the current iterator position.</p>
|
2517
2621
|
<div class="refsect3">
|
2518
|
-
<a name="id-1.2.5.9.
|
2622
|
+
<a name="id-1.2.5.9.66.5"></a><h4>Parameters</h4>
|
2519
2623
|
<div class="informaltable"><table width="100%" border="0">
|
2520
2624
|
<colgroup>
|
2521
2625
|
<col width="150px" class="parameters_name">
|
@@ -2540,13 +2644,13 @@ so if you plan to keep it around, you must call:
|
|
2540
2644
|
</tr>
|
2541
2645
|
<tr>
|
2542
2646
|
<td class="parameter_name"><p>language</p></td>
|
2543
|
-
<td class="parameter_description"><p> if non-<a href="
|
2647
|
+
<td class="parameter_description"><p> if non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, location to store language tag for item, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2544
2648
|
if none is found. </p></td>
|
2545
2649
|
<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>
|
2546
2650
|
</tr>
|
2547
2651
|
<tr>
|
2548
2652
|
<td class="parameter_name"><p>extra_attrs</p></td>
|
2549
|
-
<td class="parameter_description"><p> if non-<a href="
|
2653
|
+
<td class="parameter_description"><p> if non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
|
2550
2654
|
location in which to store a list of non-font
|
2551
2655
|
attributes at the the current position; only the highest priority
|
2552
2656
|
value of each attribute will be added to this list. In order
|
@@ -2561,12 +2665,12 @@ each member. </p></td>
|
|
2561
2665
|
<hr>
|
2562
2666
|
<div class="refsect2">
|
2563
2667
|
<a name="pango-attr-iterator-get-attrs"></a><h3>pango_attr_iterator_get_attrs ()</h3>
|
2564
|
-
<pre class="programlisting"><a href="
|
2668
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
2565
2669
|
pango_attr_iterator_get_attrs (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *iterator</code></em>);</pre>
|
2566
2670
|
<p>Gets a list of all attributes at the current position of the
|
2567
2671
|
iterator.</p>
|
2568
2672
|
<div class="refsect3">
|
2569
|
-
<a name="id-1.2.5.9.
|
2673
|
+
<a name="id-1.2.5.9.67.5"></a><h4>Parameters</h4>
|
2570
2674
|
<div class="informaltable"><table width="100%" border="0">
|
2571
2675
|
<colgroup>
|
2572
2676
|
<col width="150px" class="parameters_name">
|
@@ -2581,14 +2685,14 @@ iterator.</p>
|
|
2581
2685
|
</table></div>
|
2582
2686
|
</div>
|
2583
2687
|
<div class="refsect3">
|
2584
|
-
<a name="id-1.2.5.9.
|
2688
|
+
<a name="id-1.2.5.9.67.6"></a><h4>Returns</h4>
|
2585
2689
|
<p> a list of
|
2586
2690
|
all attributes for the current range.
|
2587
2691
|
To free this value, call <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a> on
|
2588
|
-
each value and <a href="
|
2692
|
+
each value and <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a> on the list. </p>
|
2589
2693
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Attribute][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2590
2694
|
</div>
|
2591
|
-
<p class="since">Since 1.2</p>
|
2695
|
+
<p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
|
2592
2696
|
</div>
|
2593
2697
|
<hr>
|
2594
2698
|
<div class="refsect2">
|
@@ -2597,7 +2701,7 @@ each value and <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly
|
|
2597
2701
|
pango_attr_iterator_destroy (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *iterator</code></em>);</pre>
|
2598
2702
|
<p>Destroy a <a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> and free all associated memory.</p>
|
2599
2703
|
<div class="refsect3">
|
2600
|
-
<a name="id-1.2.5.9.
|
2704
|
+
<a name="id-1.2.5.9.68.5"></a><h4>Parameters</h4>
|
2601
2705
|
<div class="informaltable"><table width="100%" border="0">
|
2602
2706
|
<colgroup>
|
2603
2707
|
<col width="150px" class="parameters_name">
|
@@ -2793,6 +2897,27 @@ attribute is listed in parentheses after the description.</p>
|
|
2793
2897
|
</td>
|
2794
2898
|
<td class="enum_member_annotations"> </td>
|
2795
2899
|
</tr>
|
2900
|
+
<tr>
|
2901
|
+
<td class="enum_member_name"><p><a name="PANGO-ATTR-FONT-FEATURES:CAPS"></a>PANGO_ATTR_FONT_FEATURES</p></td>
|
2902
|
+
<td class="enum_member_description">
|
2903
|
+
<p>OpenType font features (<a class="link" href="pango-Text-Attributes.html#PangoAttrString" title="struct PangoAttrString"><span class="type">PangoAttrString</span></a>). Since 1.38</p>
|
2904
|
+
</td>
|
2905
|
+
<td class="enum_member_annotations"> </td>
|
2906
|
+
</tr>
|
2907
|
+
<tr>
|
2908
|
+
<td class="enum_member_name"><p><a name="PANGO-ATTR-FOREGROUND-ALPHA:CAPS"></a>PANGO_ATTR_FOREGROUND_ALPHA</p></td>
|
2909
|
+
<td class="enum_member_description">
|
2910
|
+
<p>foreground alpha (<a class="link" href="pango-Text-Attributes.html#PangoAttrInt" title="struct PangoAttrInt"><span class="type">PangoAttrInt</span></a>). Since 1.38</p>
|
2911
|
+
</td>
|
2912
|
+
<td class="enum_member_annotations"> </td>
|
2913
|
+
</tr>
|
2914
|
+
<tr>
|
2915
|
+
<td class="enum_member_name"><p><a name="PANGO-ATTR-BACKGROUND-ALPHA:CAPS"></a>PANGO_ATTR_BACKGROUND_ALPHA</p></td>
|
2916
|
+
<td class="enum_member_description">
|
2917
|
+
<p>background alpha (<a class="link" href="pango-Text-Attributes.html#PangoAttrInt" title="struct PangoAttrInt"><span class="type">PangoAttrInt</span></a>). Since 1.38</p>
|
2918
|
+
</td>
|
2919
|
+
<td class="enum_member_annotations"> </td>
|
2920
|
+
</tr>
|
2796
2921
|
</tbody>
|
2797
2922
|
</table></div>
|
2798
2923
|
</div>
|
@@ -2858,7 +2983,7 @@ attributes. Particular types of attributes include this structure
|
|
2858
2983
|
as their initial portion. The common portion of the attribute holds
|
2859
2984
|
the range to which the value in the type-specific part of the attribute
|
2860
2985
|
applies and should be initialized using <a class="link" href="pango-Text-Attributes.html#pango-attribute-init" title="pango_attribute_init ()"><code class="function">pango_attribute_init()</code></a>.
|
2861
|
-
By default an attribute will have an all-inclusive range of [0,<a href="
|
2986
|
+
By default an attribute will have an all-inclusive range of [0,<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#G-MAXUINT:CAPS"><code class="literal">G_MAXUINT</code></a>].</p>
|
2862
2987
|
<div class="refsect3">
|
2863
2988
|
<a name="id-1.2.5.10.4.5"></a><h4>Members</h4>
|
2864
2989
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -2874,12 +2999,12 @@ By default an attribute will have an all-inclusive range of [0,<a href="http://l
|
|
2874
2999
|
<td class="struct_member_annotations"> </td>
|
2875
3000
|
</tr>
|
2876
3001
|
<tr>
|
2877
|
-
<td class="struct_member_name"><p><a href="
|
3002
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="PangoAttribute.start-index"></a>start_index</code></em>;</p></td>
|
2878
3003
|
<td class="struct_member_description"><p>the start index of the range (in bytes).</p></td>
|
2879
3004
|
<td class="struct_member_annotations"> </td>
|
2880
3005
|
</tr>
|
2881
3006
|
<tr>
|
2882
|
-
<td class="struct_member_name"><p><a href="
|
3007
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="PangoAttribute.end-index"></a>end_index</code></em>;</p></td>
|
2883
3008
|
<td class="struct_member_description"><p>end index of the range (in bytes). The character at this index
|
2884
3009
|
is not included in the range.</p></td>
|
2885
3010
|
<td class="struct_member_annotations"> </td>
|
@@ -2895,7 +3020,7 @@ is not included in the range.</p></td>
|
|
2895
3020
|
</pre>
|
2896
3021
|
<p>This value can be used to set the start_index member of a <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>
|
2897
3022
|
such that the attribute covers from the beginning of the text.</p>
|
2898
|
-
<p class="since">Since 1.24</p>
|
3023
|
+
<p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
|
2899
3024
|
</div>
|
2900
3025
|
<hr>
|
2901
3026
|
<div class="refsect2">
|
@@ -2904,7 +3029,7 @@ such that the attribute covers from the beginning of the text.</p>
|
|
2904
3029
|
</pre>
|
2905
3030
|
<p>This value can be used to set the end_index member of a <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>
|
2906
3031
|
such that the attribute covers to the end of the text.</p>
|
2907
|
-
<p class="since">Since 1.24</p>
|
3032
|
+
<p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
|
2908
3033
|
</div>
|
2909
3034
|
<hr>
|
2910
3035
|
<div class="refsect2">
|
@@ -3144,7 +3269,7 @@ impose shape restrictions.</p>
|
|
3144
3269
|
<td class="struct_member_annotations"> </td>
|
3145
3270
|
</tr>
|
3146
3271
|
<tr>
|
3147
|
-
<td class="struct_member_name"><p><a href="
|
3272
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> <em class="structfield"><code><a name="PangoAttrShape.data"></a>data</code></em>;</p></td>
|
3148
3273
|
<td class="struct_member_description"><p>user data set (see <a class="link" href="pango-Text-Attributes.html#pango-attr-shape-new-with-data" title="pango_attr_shape_new_with_data ()"><code class="function">pango_attr_shape_new_with_data()</code></a>)</p></td>
|
3149
3274
|
<td class="struct_member_annotations"> </td>
|
3150
3275
|
</tr>
|
@@ -3154,7 +3279,7 @@ impose shape restrictions.</p>
|
|
3154
3279
|
<td class="struct_member_annotations"> </td>
|
3155
3280
|
</tr>
|
3156
3281
|
<tr>
|
3157
|
-
<td class="struct_member_name"><p><a href="
|
3282
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> <em class="structfield"><code><a name="PangoAttrShape.destroy-func"></a>destroy_func</code></em>;</p></td>
|
3158
3283
|
<td class="struct_member_description"><p>destroy function for the user data</p></td>
|
3159
3284
|
<td class="struct_member_annotations"> </td>
|
3160
3285
|
</tr>
|
@@ -3194,16 +3319,50 @@ set font size.</p>
|
|
3194
3319
|
<td class="struct_member_annotations"> </td>
|
3195
3320
|
</tr>
|
3196
3321
|
<tr>
|
3197
|
-
<td class="struct_member_name"><p><a href="
|
3322
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="PangoAttrSize.absolute"></a>absolute</code></em> : 1;</p></td>
|
3198
3323
|
<td class="struct_member_description"><p>whether the font size is in device units or points.
|
3199
3324
|
This field is only present for compatibility with Pango-1.8.0
|
3200
3325
|
(<a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-ABSOLUTE-SIZE:CAPS"><code class="literal">PANGO_ATTR_ABSOLUTE_SIZE</code></a> was added in 1.8.1); and always will
|
3201
|
-
be <a href="
|
3326
|
+
be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> for <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-SIZE:CAPS"><code class="literal">PANGO_ATTR_SIZE</code></a> and <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-ABSOLUTE-SIZE:CAPS"><code class="literal">PANGO_ATTR_ABSOLUTE_SIZE</code></a>.</p></td>
|
3327
|
+
<td class="struct_member_annotations"> </td>
|
3328
|
+
</tr>
|
3329
|
+
</tbody>
|
3330
|
+
</table></div>
|
3331
|
+
</div>
|
3332
|
+
</div>
|
3333
|
+
<hr>
|
3334
|
+
<div class="refsect2">
|
3335
|
+
<a name="PangoAttrFontFeatures"></a><h3>struct PangoAttrFontFeatures</h3>
|
3336
|
+
<pre class="programlisting">struct PangoAttrFontFeatures {
|
3337
|
+
PangoAttribute attr;
|
3338
|
+
gchar *features;
|
3339
|
+
};
|
3340
|
+
</pre>
|
3341
|
+
<p>The <a class="link" href="pango-Text-Attributes.html#PangoAttrFontFeatures" title="struct PangoAttrFontFeatures"><span class="type">PangoAttrFontFeatures</span></a> structure is used to represent OpenType
|
3342
|
+
font features as an attribute.</p>
|
3343
|
+
<div class="refsect3">
|
3344
|
+
<a name="id-1.2.5.10.15.5"></a><h4>Members</h4>
|
3345
|
+
<div class="informaltable"><table width="100%" border="0">
|
3346
|
+
<colgroup>
|
3347
|
+
<col width="300px" class="struct_members_name">
|
3348
|
+
<col class="struct_members_description">
|
3349
|
+
<col width="200px" class="struct_members_annotations">
|
3350
|
+
</colgroup>
|
3351
|
+
<tbody>
|
3352
|
+
<tr>
|
3353
|
+
<td class="struct_member_name"><p><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a> <em class="structfield"><code><a name="PangoAttrFontFeatures.attr"></a>attr</code></em>;</p></td>
|
3354
|
+
<td class="struct_member_description"><p>the common portion of the attribute</p></td>
|
3355
|
+
<td class="struct_member_annotations"> </td>
|
3356
|
+
</tr>
|
3357
|
+
<tr>
|
3358
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="PangoAttrFontFeatures.features"></a>features</code></em>;</p></td>
|
3359
|
+
<td class="struct_member_description"><p>the featues, as a string in CSS syntax</p></td>
|
3202
3360
|
<td class="struct_member_annotations"> </td>
|
3203
3361
|
</tr>
|
3204
3362
|
</tbody>
|
3205
3363
|
</table></div>
|
3206
3364
|
</div>
|
3365
|
+
<p class="since">Since: <a class="link" href="api-index-1-38.html#api-index-1.38">1.38</a></p>
|
3207
3366
|
</div>
|
3208
3367
|
<hr>
|
3209
3368
|
<div class="refsect2">
|
@@ -3212,7 +3371,7 @@ be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
3212
3371
|
whether text should be underlined, and if so, the type
|
3213
3372
|
of underlining.</p>
|
3214
3373
|
<div class="refsect3">
|
3215
|
-
<a name="id-1.2.5.10.
|
3374
|
+
<a name="id-1.2.5.10.16.4"></a><h4>Members</h4>
|
3216
3375
|
<div class="informaltable"><table width="100%" border="0">
|
3217
3376
|
<colgroup>
|
3218
3377
|
<col width="300px" class="enum_members_name">
|
@@ -3280,7 +3439,7 @@ be used. This type of underlining is available since Pango 1.4.</p>
|
|
3280
3439
|
<p>The <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> structure is used to
|
3281
3440
|
represent a color in an uncalibrated RGB color-space.</p>
|
3282
3441
|
<div class="refsect3">
|
3283
|
-
<a name="id-1.2.5.10.
|
3442
|
+
<a name="id-1.2.5.10.17.5"></a><h4>Members</h4>
|
3284
3443
|
<div class="informaltable"><table width="100%" border="0">
|
3285
3444
|
<colgroup>
|
3286
3445
|
<col width="300px" class="struct_members_name">
|
@@ -3289,17 +3448,17 @@ represent a color in an uncalibrated RGB color-space.</p>
|
|
3289
3448
|
</colgroup>
|
3290
3449
|
<tbody>
|
3291
3450
|
<tr>
|
3292
|
-
<td class="struct_member_name"><p><a href="
|
3451
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="PangoColor-struct.red"></a>red</code></em>;</p></td>
|
3293
3452
|
<td class="struct_member_description"><p>value of red component</p></td>
|
3294
3453
|
<td class="struct_member_annotations"> </td>
|
3295
3454
|
</tr>
|
3296
3455
|
<tr>
|
3297
|
-
<td class="struct_member_name"><p><a href="
|
3456
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="PangoColor-struct.green"></a>green</code></em>;</p></td>
|
3298
3457
|
<td class="struct_member_description"><p>value of green component</p></td>
|
3299
3458
|
<td class="struct_member_annotations"> </td>
|
3300
3459
|
</tr>
|
3301
3460
|
<tr>
|
3302
|
-
<td class="struct_member_name"><p><a href="
|
3461
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="PangoColor-struct.blue"></a>blue</code></em>;</p></td>
|
3303
3462
|
<td class="struct_member_description"><p>value of blue component</p></td>
|
3304
3463
|
<td class="struct_member_annotations"> </td>
|
3305
3464
|
</tr>
|
@@ -3312,7 +3471,7 @@ represent a color in an uncalibrated RGB color-space.</p>
|
|
3312
3471
|
<a name="PANGO-TYPE-COLOR:CAPS"></a><h3>PANGO_TYPE_COLOR</h3>
|
3313
3472
|
<pre class="programlisting">#define PANGO_TYPE_COLOR pango_color_get_type ()
|
3314
3473
|
</pre>
|
3315
|
-
<p>The <a href="
|
3474
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a>.</p>
|
3316
3475
|
</div>
|
3317
3476
|
<hr>
|
3318
3477
|
<div class="refsect2">
|
@@ -3333,7 +3492,7 @@ for more than one paragraph of text.</p>
|
|
3333
3492
|
<a name="PANGO-TYPE-ATTR-LIST:CAPS"></a><h3>PANGO_TYPE_ATTR_LIST</h3>
|
3334
3493
|
<pre class="programlisting">#define PANGO_TYPE_ATTR_LIST pango_attr_list_get_type ()
|
3335
3494
|
</pre>
|
3336
|
-
<p>The <a href="
|
3495
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>.</p>
|
3337
3496
|
</div>
|
3338
3497
|
<hr>
|
3339
3498
|
<div class="refsect2">
|
@@ -3350,7 +3509,6 @@ attributes currently in effect can be queried.</p>
|
|
3350
3509
|
</div>
|
3351
3510
|
</div>
|
3352
3511
|
<div class="footer">
|
3353
|
-
<hr>
|
3354
|
-
Generated by GTK-Doc V1.21.1</div>
|
3512
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
3355
3513
|
</body>
|
3356
3514
|
</html>
|