pango 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -7
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pango-view.1 +113 -1
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Pango Reference Manual
|
5
|
+
<title>Layout Objects: 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="PangoMarkupFormat.html" title="Text Attribute Markup">
|
10
10
|
<link rel="next" href="pango-Scripts-and-Languages.html" title="Scripts and Languages">
|
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">
|
@@ -74,7 +74,7 @@
|
|
74
74
|
</tr>
|
75
75
|
<tr>
|
76
76
|
<td class="function_type">
|
77
|
-
<a href="
|
77
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
78
78
|
</td>
|
79
79
|
<td class="function_name">
|
80
80
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-get-serial" title="pango_layout_get_serial ()">pango_layout_get_serial</a> <span class="c_punctuation">()</span>
|
@@ -97,7 +97,7 @@
|
|
97
97
|
</tr>
|
98
98
|
<tr>
|
99
99
|
<td class="function_type">
|
100
|
-
<a href="
|
100
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
101
101
|
</td>
|
102
102
|
<td class="function_name">
|
103
103
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-get-character-count" title="pango_layout_get_character_count ()">pango_layout_get_character_count</a> <span class="c_punctuation">()</span>
|
@@ -200,7 +200,7 @@
|
|
200
200
|
</tr>
|
201
201
|
<tr>
|
202
202
|
<td class="function_type">
|
203
|
-
<a href="
|
203
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
204
204
|
</td>
|
205
205
|
<td class="function_name">
|
206
206
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-is-wrapped" title="pango_layout_is_wrapped ()">pango_layout_is_wrapped</a> <span class="c_punctuation">()</span>
|
@@ -228,7 +228,7 @@
|
|
228
228
|
</tr>
|
229
229
|
<tr>
|
230
230
|
<td class="function_type">
|
231
|
-
<a href="
|
231
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
232
232
|
</td>
|
233
233
|
<td class="function_name">
|
234
234
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-is-ellipsized" title="pango_layout_is_ellipsized ()">pango_layout_is_ellipsized</a> <span class="c_punctuation">()</span>
|
@@ -280,7 +280,7 @@
|
|
280
280
|
</tr>
|
281
281
|
<tr>
|
282
282
|
<td class="function_type">
|
283
|
-
<a href="
|
283
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
284
284
|
</td>
|
285
285
|
<td class="function_name">
|
286
286
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-get-justify" title="pango_layout_get_justify ()">pango_layout_get_justify</a> <span class="c_punctuation">()</span>
|
@@ -296,7 +296,7 @@
|
|
296
296
|
</tr>
|
297
297
|
<tr>
|
298
298
|
<td class="function_type">
|
299
|
-
<a href="
|
299
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
300
300
|
</td>
|
301
301
|
<td class="function_name">
|
302
302
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-get-auto-dir" title="pango_layout_get_auto_dir ()">pango_layout_get_auto_dir</a> <span class="c_punctuation">()</span>
|
@@ -344,7 +344,7 @@
|
|
344
344
|
</tr>
|
345
345
|
<tr>
|
346
346
|
<td class="function_type">
|
347
|
-
<a href="
|
347
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
348
348
|
</td>
|
349
349
|
<td class="function_name">
|
350
350
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-get-single-paragraph-mode" title="pango_layout_get_single_paragraph_mode ()">pango_layout_get_single_paragraph_mode</a> <span class="c_punctuation">()</span>
|
@@ -395,7 +395,7 @@
|
|
395
395
|
</tr>
|
396
396
|
<tr>
|
397
397
|
<td class="function_type">
|
398
|
-
<a href="
|
398
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
399
399
|
</td>
|
400
400
|
<td class="function_name">
|
401
401
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-xy-to-index" title="pango_layout_xy_to_index ()">pango_layout_xy_to_index</a> <span class="c_punctuation">()</span>
|
@@ -483,7 +483,7 @@
|
|
483
483
|
</tr>
|
484
484
|
<tr>
|
485
485
|
<td class="function_type">
|
486
|
-
<a href="
|
486
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
487
487
|
</td>
|
488
488
|
<td class="function_name">
|
489
489
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-get-lines" title="pango_layout_get_lines ()">pango_layout_get_lines</a> <span class="c_punctuation">()</span>
|
@@ -491,7 +491,7 @@
|
|
491
491
|
</tr>
|
492
492
|
<tr>
|
493
493
|
<td class="function_type">
|
494
|
-
<a href="
|
494
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
495
495
|
</td>
|
496
496
|
<td class="function_name">
|
497
497
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-get-lines-readonly" title="pango_layout_get_lines_readonly ()">pango_layout_get_lines_readonly</a> <span class="c_punctuation">()</span>
|
@@ -523,7 +523,7 @@
|
|
523
523
|
</tr>
|
524
524
|
<tr>
|
525
525
|
<td class="function_type">
|
526
|
-
<a href="
|
526
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
527
527
|
</td>
|
528
528
|
<td class="function_name">
|
529
529
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-iter-next-run" title="pango_layout_iter_next_run ()">pango_layout_iter_next_run</a> <span class="c_punctuation">()</span>
|
@@ -531,7 +531,7 @@
|
|
531
531
|
</tr>
|
532
532
|
<tr>
|
533
533
|
<td class="function_type">
|
534
|
-
<a href="
|
534
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
535
535
|
</td>
|
536
536
|
<td class="function_name">
|
537
537
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-iter-next-char" title="pango_layout_iter_next_char ()">pango_layout_iter_next_char</a> <span class="c_punctuation">()</span>
|
@@ -539,7 +539,7 @@
|
|
539
539
|
</tr>
|
540
540
|
<tr>
|
541
541
|
<td class="function_type">
|
542
|
-
<a href="
|
542
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
543
543
|
</td>
|
544
544
|
<td class="function_name">
|
545
545
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-iter-next-cluster" title="pango_layout_iter_next_cluster ()">pango_layout_iter_next_cluster</a> <span class="c_punctuation">()</span>
|
@@ -547,7 +547,7 @@
|
|
547
547
|
</tr>
|
548
548
|
<tr>
|
549
549
|
<td class="function_type">
|
550
|
-
<a href="
|
550
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
551
551
|
</td>
|
552
552
|
<td class="function_name">
|
553
553
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-iter-next-line" title="pango_layout_iter_next_line ()">pango_layout_iter_next_line</a> <span class="c_punctuation">()</span>
|
@@ -555,7 +555,7 @@
|
|
555
555
|
</tr>
|
556
556
|
<tr>
|
557
557
|
<td class="function_type">
|
558
|
-
<a href="
|
558
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
559
559
|
</td>
|
560
560
|
<td class="function_name">
|
561
561
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-iter-at-last-line" title="pango_layout_iter_at_last_line ()">pango_layout_iter_at_last_line</a> <span class="c_punctuation">()</span>
|
@@ -707,7 +707,7 @@
|
|
707
707
|
</tr>
|
708
708
|
<tr>
|
709
709
|
<td class="function_type">
|
710
|
-
<a href="
|
710
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
711
711
|
</td>
|
712
712
|
<td class="function_name">
|
713
713
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-line-x-to-index" title="pango_layout_line_x_to_index ()">pango_layout_line_x_to_index</a> <span class="c_punctuation">()</span>
|
@@ -765,14 +765,14 @@
|
|
765
765
|
</div>
|
766
766
|
<div class="refsect1">
|
767
767
|
<a name="pango-Layout-Objects.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
768
|
-
<pre class="screen"> GBoxed
|
768
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
769
769
|
<span class="lineart">├──</span> PangoLayoutIter
|
770
770
|
<span class="lineart">╰──</span> PangoLayoutLine
|
771
|
-
GEnum
|
771
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
772
772
|
<span class="lineart">├──</span> PangoAlignment
|
773
773
|
<span class="lineart">├──</span> PangoEllipsizeMode
|
774
774
|
<span class="lineart">╰──</span> PangoWrapMode
|
775
|
-
<a href="
|
775
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
776
776
|
<span class="lineart">╰──</span> PangoLayout
|
777
777
|
</pre>
|
778
778
|
</div>
|
@@ -812,8 +812,7 @@ default values for a particular <a class="link" href="pango-Text-Processing.html
|
|
812
812
|
<a name="id-1.2.8.10.2.6"></a><h4>Returns</h4>
|
813
813
|
<p> the newly allocated <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>, with a reference
|
814
814
|
count of one, which should be freed with
|
815
|
-
<a href="
|
816
|
-
<p></p>
|
815
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
817
816
|
</div>
|
818
817
|
</div>
|
819
818
|
<hr>
|
@@ -844,7 +843,7 @@ value.</p>
|
|
844
843
|
<a name="id-1.2.8.10.3.6"></a><h4>Returns</h4>
|
845
844
|
<p> the newly allocated <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>,
|
846
845
|
with a reference count of one, which should be freed
|
847
|
-
with <a href="
|
846
|
+
with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
848
847
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
849
848
|
</div>
|
850
849
|
</div>
|
@@ -905,7 +904,7 @@ to creating the layout.</p>
|
|
905
904
|
<hr>
|
906
905
|
<div class="refsect2">
|
907
906
|
<a name="pango-layout-get-serial"></a><h3>pango_layout_get_serial ()</h3>
|
908
|
-
<pre class="programlisting"><a href="
|
907
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
909
908
|
pango_layout_get_serial (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
910
909
|
<p>Returns the current serial number of <em class="parameter"><code>layout</code></em>
|
911
910
|
. The serial number is
|
@@ -936,9 +935,8 @@ To force the serial to be increased, use <a class="link" href="pango-Layout-Obje
|
|
936
935
|
<a name="id-1.2.8.10.6.7"></a><h4>Returns</h4>
|
937
936
|
<p> The current serial number of <em class="parameter"><code>layout</code></em>
|
938
937
|
.</p>
|
939
|
-
<p></p>
|
940
938
|
</div>
|
941
|
-
<p class="since">Since 1.32.4</p>
|
939
|
+
<p class="since">Since: <a class="link" href="api-index-1-32-4.html#api-index-1.32.4">1.32.4</a></p>
|
942
940
|
</div>
|
943
941
|
<hr>
|
944
942
|
<div class="refsect2">
|
@@ -1014,13 +1012,12 @@ be freed or modified.</p>
|
|
1014
1012
|
<a name="id-1.2.8.10.8.6"></a><h4>Returns</h4>
|
1015
1013
|
<p> the text in the <em class="parameter"><code>layout</code></em>
|
1016
1014
|
.</p>
|
1017
|
-
<p></p>
|
1018
1015
|
</div>
|
1019
1016
|
</div>
|
1020
1017
|
<hr>
|
1021
1018
|
<div class="refsect2">
|
1022
1019
|
<a name="pango-layout-get-character-count"></a><h3>pango_layout_get_character_count ()</h3>
|
1023
|
-
<pre class="programlisting"><a href="
|
1020
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1024
1021
|
pango_layout_get_character_count (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
1025
1022
|
<p>Returns the number of Unicode characters in the
|
1026
1023
|
the text of <em class="parameter"><code>layout</code></em>
|
@@ -1045,9 +1042,8 @@ the text of <em class="parameter"><code>layout</code></em>
|
|
1045
1042
|
<p> the number of Unicode characters
|
1046
1043
|
in the text of <em class="parameter"><code>layout</code></em>
|
1047
1044
|
</p>
|
1048
|
-
<p></p>
|
1049
1045
|
</div>
|
1050
|
-
<p class="since">Since 1.30</p>
|
1046
|
+
<p class="since">Since: <a class="link" href="api-index-1-30.html#api-index-1.30">1.30</a></p>
|
1051
1047
|
</div>
|
1052
1048
|
<hr>
|
1053
1049
|
<div class="refsect2">
|
@@ -1095,8 +1091,8 @@ null-terminated</p></td>
|
|
1095
1091
|
pango_layout_set_markup_with_accel (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
1096
1092
|
<em class="parameter"><code>const <span class="type">char</span> *markup</code></em>,
|
1097
1093
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1098
|
-
<em class="parameter"><code><a href="
|
1099
|
-
<em class="parameter"><code><a href="
|
1094
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> accel_marker</code></em>,
|
1095
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> *accel_char</code></em>);</pre>
|
1100
1096
|
<p>Sets the layout text and attribute list from marked-up text (see</p>
|
1101
1097
|
<a href="PangoMarkupFormat.html">markup format</a>). Replaces
|
1102
1098
|
<p>the current text and attribute list.</p>
|
@@ -1147,7 +1143,7 @@ null-terminated</p></td>
|
|
1147
1143
|
<tr>
|
1148
1144
|
<td class="parameter_name"><p>accel_char</p></td>
|
1149
1145
|
<td class="parameter_description"><p> return location
|
1150
|
-
for first located accelerator, or <a href="
|
1146
|
+
for first located accelerator, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1151
1147
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1152
1148
|
</tr>
|
1153
1149
|
</tbody>
|
@@ -1179,7 +1175,7 @@ References <em class="parameter"><code>attrs</code></em>
|
|
1179
1175
|
</tr>
|
1180
1176
|
<tr>
|
1181
1177
|
<td class="parameter_name"><p>attrs</p></td>
|
1182
|
-
<td class="parameter_description"><p> a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, can be <a href="
|
1178
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, can be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1183
1179
|
<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>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></td>
|
1184
1180
|
</tr>
|
1185
1181
|
</tbody>
|
@@ -1238,7 +1234,7 @@ the layout's context is used.</p>
|
|
1238
1234
|
</tr>
|
1239
1235
|
<tr>
|
1240
1236
|
<td class="parameter_name"><p>desc</p></td>
|
1241
|
-
<td class="parameter_description"><p> the new <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, or <a href="
|
1237
|
+
<td class="parameter_description"><p> the new <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset the
|
1242
1238
|
current font description. </p></td>
|
1243
1239
|
<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>
|
1244
1240
|
</tr>
|
@@ -1269,13 +1265,13 @@ pango_layout_get_font_description (<em class="parameter"><code><a class="link" h
|
|
1269
1265
|
</div>
|
1270
1266
|
<div class="refsect3">
|
1271
1267
|
<a name="id-1.2.8.10.15.6"></a><h4>Returns</h4>
|
1272
|
-
<p> a pointer to the layout's font
|
1273
|
-
or <a href="
|
1274
|
-
context is inherited. This value is owned by the layout
|
1275
|
-
|
1276
|
-
<p></p>
|
1268
|
+
<p> a pointer to the layout's font
|
1269
|
+
description, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the font description from the layout's
|
1270
|
+
context is inherited. This value is owned by the layout and must
|
1271
|
+
not be modified or freed. </p>
|
1272
|
+
<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>
|
1277
1273
|
</div>
|
1278
|
-
<p class="since">Since 1.8</p>
|
1274
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
1279
1275
|
</div>
|
1280
1276
|
<hr>
|
1281
1277
|
<div class="refsect2">
|
@@ -1333,7 +1329,6 @@ pango_layout_get_width (<em class="parameter"><code><a class="link" href="pango-
|
|
1333
1329
|
<div class="refsect3">
|
1334
1330
|
<a name="id-1.2.8.10.17.6"></a><h4>Returns</h4>
|
1335
1331
|
<p> the width in Pango units, or -1 if no width set.</p>
|
1336
|
-
<p></p>
|
1337
1332
|
</div>
|
1338
1333
|
</div>
|
1339
1334
|
<hr>
|
@@ -1390,7 +1385,7 @@ or desired number of lines if negative.</p></td>
|
|
1390
1385
|
</tbody>
|
1391
1386
|
</table></div>
|
1392
1387
|
</div>
|
1393
|
-
<p class="since">Since 1.20</p>
|
1388
|
+
<p class="since">Since: <a class="link" href="api-index-1-20.html#api-index-1.20">1.20</a></p>
|
1394
1389
|
</div>
|
1395
1390
|
<hr>
|
1396
1391
|
<div class="refsect2">
|
@@ -1418,9 +1413,8 @@ pango_layout_get_height (<em class="parameter"><code><a class="link" href="pango
|
|
1418
1413
|
<a name="id-1.2.8.10.19.6"></a><h4>Returns</h4>
|
1419
1414
|
<p> the height, in Pango units if positive, or
|
1420
1415
|
number of lines if negative.</p>
|
1421
|
-
<p></p>
|
1422
1416
|
</div>
|
1423
|
-
<p class="since">Since 1.20</p>
|
1417
|
+
<p class="since">Since: <a class="link" href="api-index-1-20.html#api-index-1.20">1.20</a></p>
|
1424
1418
|
</div>
|
1425
1419
|
<hr>
|
1426
1420
|
<div class="refsect2">
|
@@ -1480,16 +1474,15 @@ were actually wrapped.</p>
|
|
1480
1474
|
<div class="refsect3">
|
1481
1475
|
<a name="id-1.2.8.10.21.7"></a><h4>Returns</h4>
|
1482
1476
|
<p> active wrap mode.</p>
|
1483
|
-
<p></p>
|
1484
1477
|
</div>
|
1485
1478
|
</div>
|
1486
1479
|
<hr>
|
1487
1480
|
<div class="refsect2">
|
1488
1481
|
<a name="pango-layout-is-wrapped"></a><h3>pango_layout_is_wrapped ()</h3>
|
1489
|
-
<pre class="programlisting"><a href="
|
1482
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1490
1483
|
pango_layout_is_wrapped (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
1491
1484
|
<p>Queries whether the layout had to wrap any paragraphs.</p>
|
1492
|
-
<p>This returns <a href="
|
1485
|
+
<p>This returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a positive width is set on <em class="parameter"><code>layout</code></em>
|
1493
1486
|
,
|
1494
1487
|
ellipsization mode of <em class="parameter"><code>layout</code></em>
|
1495
1488
|
is set to <a class="link" href="pango-Layout-Objects.html#PANGO-ELLIPSIZE-NONE:CAPS"><code class="literal">PANGO_ELLIPSIZE_NONE</code></a>,
|
@@ -1512,11 +1505,10 @@ to be wrapped.</p>
|
|
1512
1505
|
</div>
|
1513
1506
|
<div class="refsect3">
|
1514
1507
|
<a name="id-1.2.8.10.22.7"></a><h4>Returns</h4>
|
1515
|
-
<p> <a href="
|
1508
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if any paragraphs had to be wrapped, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
1516
1509
|
otherwise.</p>
|
1517
|
-
<p></p>
|
1518
1510
|
</div>
|
1519
|
-
<p class="since">Since 1.16</p>
|
1511
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1520
1512
|
</div>
|
1521
1513
|
<hr>
|
1522
1514
|
<div class="refsect2">
|
@@ -1565,7 +1557,7 @@ See <a class="link" href="pango-Layout-Objects.html#pango-layout-set-height" tit
|
|
1565
1557
|
</tbody>
|
1566
1558
|
</table></div>
|
1567
1559
|
</div>
|
1568
|
-
<p class="since">Since 1.6</p>
|
1560
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
1569
1561
|
</div>
|
1570
1562
|
<hr>
|
1571
1563
|
<div class="refsect2">
|
@@ -1596,17 +1588,16 @@ See <a class="link" href="pango-Layout-Objects.html#pango-layout-set-ellipsize"
|
|
1596
1588
|
.</p>
|
1597
1589
|
<p>Use <a class="link" href="pango-Layout-Objects.html#pango-layout-is-ellipsized" title="pango_layout_is_ellipsized ()"><code class="function">pango_layout_is_ellipsized()</code></a> to query whether any paragraphs
|
1598
1590
|
were actually ellipsized.</p>
|
1599
|
-
<p></p>
|
1600
1591
|
</div>
|
1601
|
-
<p class="since">Since 1.6</p>
|
1592
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
1602
1593
|
</div>
|
1603
1594
|
<hr>
|
1604
1595
|
<div class="refsect2">
|
1605
1596
|
<a name="pango-layout-is-ellipsized"></a><h3>pango_layout_is_ellipsized ()</h3>
|
1606
|
-
<pre class="programlisting"><a href="
|
1597
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1607
1598
|
pango_layout_is_ellipsized (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
1608
1599
|
<p>Queries whether the layout had to ellipsize any paragraphs.</p>
|
1609
|
-
<p>This returns <a href="
|
1600
|
+
<p>This returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the ellipsization mode for <em class="parameter"><code>layout</code></em>
|
1610
1601
|
|
1611
1602
|
is not <a class="link" href="pango-Layout-Objects.html#PANGO-ELLIPSIZE-NONE:CAPS"><code class="literal">PANGO_ELLIPSIZE_NONE</code></a>, a positive width is set on <em class="parameter"><code>layout</code></em>
|
1612
1603
|
,
|
@@ -1629,11 +1620,10 @@ ellipsized.</p>
|
|
1629
1620
|
</div>
|
1630
1621
|
<div class="refsect3">
|
1631
1622
|
<a name="id-1.2.8.10.26.7"></a><h4>Returns</h4>
|
1632
|
-
<p> <a href="
|
1623
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if any paragraphs had to be ellipsized, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
1633
1624
|
otherwise.</p>
|
1634
|
-
<p></p>
|
1635
1625
|
</div>
|
1636
|
-
<p class="since">Since 1.16</p>
|
1626
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1637
1627
|
</div>
|
1638
1628
|
<hr>
|
1639
1629
|
<div class="refsect2">
|
@@ -1703,7 +1693,6 @@ indicates a hanging indentation.</p>
|
|
1703
1693
|
<div class="refsect3">
|
1704
1694
|
<a name="id-1.2.8.10.29.6"></a><h4>Returns</h4>
|
1705
1695
|
<p> the indent in Pango units.</p>
|
1706
|
-
<p></p>
|
1707
1696
|
</div>
|
1708
1697
|
</div>
|
1709
1698
|
<hr>
|
@@ -1730,7 +1719,6 @@ pango_layout_get_spacing (<em class="parameter"><code><a class="link" href="pang
|
|
1730
1719
|
<div class="refsect3">
|
1731
1720
|
<a name="id-1.2.8.10.30.6"></a><h4>Returns</h4>
|
1732
1721
|
<p> the spacing in Pango units.</p>
|
1733
|
-
<p></p>
|
1734
1722
|
</div>
|
1735
1723
|
</div>
|
1736
1724
|
<hr>
|
@@ -1769,7 +1757,7 @@ layout.</p>
|
|
1769
1757
|
<a name="pango-layout-set-justify"></a><h3>pango_layout_set_justify ()</h3>
|
1770
1758
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1771
1759
|
pango_layout_set_justify (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
1772
|
-
<em class="parameter"><code><a href="
|
1760
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> justify</code></em>);</pre>
|
1773
1761
|
<p>Sets whether each complete line should be stretched to
|
1774
1762
|
fill the entire width of the layout. This stretching is typically
|
1775
1763
|
done by adding whitespace, but for some scripts (such as Arabic),
|
@@ -1803,7 +1791,7 @@ older than 1.18.</p>
|
|
1803
1791
|
<hr>
|
1804
1792
|
<div class="refsect2">
|
1805
1793
|
<a name="pango-layout-get-justify"></a><h3>pango_layout_get_justify ()</h3>
|
1806
|
-
<pre class="programlisting"><a href="
|
1794
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1807
1795
|
pango_layout_get_justify (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
1808
1796
|
<p>Gets whether each complete line should be stretched to fill the entire
|
1809
1797
|
width of the layout.</p>
|
@@ -1825,7 +1813,6 @@ width of the layout.</p>
|
|
1825
1813
|
<div class="refsect3">
|
1826
1814
|
<a name="id-1.2.8.10.33.6"></a><h4>Returns</h4>
|
1827
1815
|
<p> the justify.</p>
|
1828
|
-
<p></p>
|
1829
1816
|
</div>
|
1830
1817
|
</div>
|
1831
1818
|
<hr>
|
@@ -1833,7 +1820,7 @@ width of the layout.</p>
|
|
1833
1820
|
<a name="pango-layout-set-auto-dir"></a><h3>pango_layout_set_auto_dir ()</h3>
|
1834
1821
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1835
1822
|
pango_layout_set_auto_dir (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
1836
|
-
<em class="parameter"><code><a href="
|
1823
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_dir</code></em>);</pre>
|
1837
1824
|
<p>Sets whether to calculate the bidirectional base direction
|
1838
1825
|
for the layout according to the contents of the layout;
|
1839
1826
|
when this flag is on (the default), then paragraphs in
|
@@ -1843,7 +1830,7 @@ when this flag is on (the default), then paragraphs in
|
|
1843
1830
|
layout, paragraphs with letters from other scripts will
|
1844
1831
|
have left-to-right layout. Paragraphs with only neutral
|
1845
1832
|
characters get their direction from the surrounding paragraphs.</p>
|
1846
|
-
<p>When <a href="
|
1833
|
+
<p>When <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, the choice between left-to-right and
|
1847
1834
|
right-to-left layout is done according to the base direction
|
1848
1835
|
of the layout's <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>. (See <a class="link" href="pango-Text-Processing.html#pango-context-set-base-dir" title="pango_context_set_base_dir ()"><code class="function">pango_context_set_base_dir()</code></a>).</p>
|
1849
1836
|
<p>When the auto-computed direction of a paragraph differs from the
|
@@ -1865,19 +1852,19 @@ base direction of the context, the interpretation of
|
|
1865
1852
|
</tr>
|
1866
1853
|
<tr>
|
1867
1854
|
<td class="parameter_name"><p>auto_dir</p></td>
|
1868
|
-
<td class="parameter_description"><p>if <a href="
|
1855
|
+
<td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, compute the bidirectional base direction
|
1869
1856
|
from the layout's contents.</p></td>
|
1870
1857
|
<td class="parameter_annotations"> </td>
|
1871
1858
|
</tr>
|
1872
1859
|
</tbody>
|
1873
1860
|
</table></div>
|
1874
1861
|
</div>
|
1875
|
-
<p class="since">Since 1.4</p>
|
1862
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
1876
1863
|
</div>
|
1877
1864
|
<hr>
|
1878
1865
|
<div class="refsect2">
|
1879
1866
|
<a name="pango-layout-get-auto-dir"></a><h3>pango_layout_get_auto_dir ()</h3>
|
1880
|
-
<pre class="programlisting"><a href="
|
1867
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1881
1868
|
pango_layout_get_auto_dir (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
1882
1869
|
<p>Gets whether to calculate the bidirectional base direction
|
1883
1870
|
for the layout according to the contents of the layout.
|
@@ -1899,11 +1886,10 @@ See <a class="link" href="pango-Layout-Objects.html#pango-layout-set-auto-dir" t
|
|
1899
1886
|
</div>
|
1900
1887
|
<div class="refsect3">
|
1901
1888
|
<a name="id-1.2.8.10.35.6"></a><h4>Returns</h4>
|
1902
|
-
<p> <a href="
|
1903
|
-
is computed from the layout's contents, <a href="
|
1904
|
-
<p></p>
|
1889
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the bidirectional base direction
|
1890
|
+
is computed from the layout's contents, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1905
1891
|
</div>
|
1906
|
-
<p class="since">Since 1.4</p>
|
1892
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
1907
1893
|
</div>
|
1908
1894
|
<hr>
|
1909
1895
|
<div class="refsect2">
|
@@ -1961,7 +1947,6 @@ positioned within the horizontal space available.</p>
|
|
1961
1947
|
<div class="refsect3">
|
1962
1948
|
<a name="id-1.2.8.10.37.6"></a><h4>Returns</h4>
|
1963
1949
|
<p> the alignment.</p>
|
1964
|
-
<p></p>
|
1965
1950
|
</div>
|
1966
1951
|
</div>
|
1967
1952
|
<hr>
|
@@ -1973,7 +1958,7 @@ pango_layout_set_tabs (<em class="parameter"><code><a class="link" href="pango-L
|
|
1973
1958
|
<p>Sets the tabs to use for <em class="parameter"><code>layout</code></em>
|
1974
1959
|
, overriding the default tabs
|
1975
1960
|
(by default, tabs are every 8 spaces). If <em class="parameter"><code>tabs</code></em>
|
1976
|
-
is <a href="
|
1961
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the default
|
1977
1962
|
tabs are reinstated. <em class="parameter"><code>tabs</code></em>
|
1978
1963
|
is copied into the layout; you must
|
1979
1964
|
free your copy of <em class="parameter"><code>tabs</code></em>
|
@@ -1994,7 +1979,7 @@ free your copy of <em class="parameter"><code>tabs</code></em>
|
|
1994
1979
|
</tr>
|
1995
1980
|
<tr>
|
1996
1981
|
<td class="parameter_name"><p>tabs</p></td>
|
1997
|
-
<td class="parameter_description"><p> a <a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>, or <a href="
|
1982
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1998
1983
|
<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>
|
1999
1984
|
</tr>
|
2000
1985
|
</tbody>
|
@@ -2008,7 +1993,7 @@ free your copy of <em class="parameter"><code>tabs</code></em>
|
|
2008
1993
|
pango_layout_get_tabs (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
2009
1994
|
<p>Gets the current <a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> used by this layout. If no
|
2010
1995
|
<a class="link" href="pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> has been set, then the default tabs are in use
|
2011
|
-
and <a href="
|
1996
|
+
and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned. Default tabs are every 8 spaces.
|
2012
1997
|
The return value should 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>
|
2013
1998
|
<div class="refsect3">
|
2014
1999
|
<a name="id-1.2.8.10.39.5"></a><h4>Parameters</h4>
|
@@ -2027,8 +2012,9 @@ The return value should be freed with <a class="link" href="pango-Tab-Stops.html
|
|
2027
2012
|
</div>
|
2028
2013
|
<div class="refsect3">
|
2029
2014
|
<a name="id-1.2.8.10.39.6"></a><h4>Returns</h4>
|
2030
|
-
<p> a copy of the tabs for this layout, or
|
2031
|
-
<
|
2015
|
+
<p> a copy of the tabs for this layout, or
|
2016
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
2017
|
+
<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>
|
2032
2018
|
</div>
|
2033
2019
|
</div>
|
2034
2020
|
<hr>
|
@@ -2037,9 +2023,9 @@ The return value should be freed with <a class="link" href="pango-Tab-Stops.html
|
|
2037
2023
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2038
2024
|
pango_layout_set_single_paragraph_mode
|
2039
2025
|
(<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
2040
|
-
<em class="parameter"><code><a href="
|
2026
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
2041
2027
|
<p>If <em class="parameter"><code>setting</code></em>
|
2042
|
-
is <a href="
|
2028
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, do not treat newlines and similar characters
|
2043
2029
|
as paragraph separators; instead, keep all text in a single paragraph,
|
2044
2030
|
and display a glyph for paragraph separator characters. Used when
|
2045
2031
|
you want to allow editing of newlines on a single text line.</p>
|
@@ -2069,7 +2055,7 @@ you want to allow editing of newlines on a single text line.</p>
|
|
2069
2055
|
<hr>
|
2070
2056
|
<div class="refsect2">
|
2071
2057
|
<a name="pango-layout-get-single-paragraph-mode"></a><h3>pango_layout_get_single_paragraph_mode ()</h3>
|
2072
|
-
<pre class="programlisting"><a href="
|
2058
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2073
2059
|
pango_layout_get_single_paragraph_mode
|
2074
2060
|
(<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
2075
2061
|
<p>Obtains the value set by <a class="link" href="pango-Layout-Objects.html#pango-layout-set-single-paragraph-mode" title="pango_layout_set_single_paragraph_mode ()"><code class="function">pango_layout_set_single_paragraph_mode()</code></a>.</p>
|
@@ -2090,9 +2076,8 @@ pango_layout_get_single_paragraph_mode
|
|
2090
2076
|
</div>
|
2091
2077
|
<div class="refsect3">
|
2092
2078
|
<a name="id-1.2.8.10.41.6"></a><h4>Returns</h4>
|
2093
|
-
<p> <a href="
|
2094
|
-
paragraph separator characters, <a href="
|
2095
|
-
<p></p>
|
2079
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the layout does not break paragraphs at
|
2080
|
+
paragraph separator characters, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2096
2081
|
</div>
|
2097
2082
|
</div>
|
2098
2083
|
<hr>
|
@@ -2133,9 +2118,8 @@ certain font supports all the characters in the string.</p>
|
|
2133
2118
|
<a name="id-1.2.8.10.43.7"></a><h4>Returns</h4>
|
2134
2119
|
<p> The number of unknown glyphs in <em class="parameter"><code>layout</code></em>
|
2135
2120
|
.</p>
|
2136
|
-
<p></p>
|
2137
2121
|
</div>
|
2138
|
-
<p class="since">Since 1.16</p>
|
2122
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
2139
2123
|
</div>
|
2140
2124
|
<hr>
|
2141
2125
|
<div class="refsect2">
|
@@ -2143,7 +2127,7 @@ certain font supports all the characters in the string.</p>
|
|
2143
2127
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2144
2128
|
pango_layout_get_log_attrs (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
2145
2129
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> **attrs</code></em>,
|
2146
|
-
<em class="parameter"><code><a href="
|
2130
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_attrs</code></em>);</pre>
|
2147
2131
|
<p>Retrieves an array of logical attributes for each character in
|
2148
2132
|
the <em class="parameter"><code>layout</code></em>
|
2149
2133
|
.</p>
|
@@ -2164,7 +2148,7 @@ the <em class="parameter"><code>layout</code></em>
|
|
2164
2148
|
<tr>
|
2165
2149
|
<td class="parameter_name"><p>attrs</p></td>
|
2166
2150
|
<td class="parameter_description"><p> location to store a pointer to an array of logical attributes
|
2167
|
-
This value must be freed with <a href="
|
2151
|
+
This value must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p></td>
|
2168
2152
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_attrs][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></td>
|
2169
2153
|
</tr>
|
2170
2154
|
<tr>
|
@@ -2185,7 +2169,7 @@ and the position after the last character.). </p></td>
|
|
2185
2169
|
<a name="pango-layout-get-log-attrs-readonly"></a><h3>pango_layout_get_log_attrs_readonly ()</h3>
|
2186
2170
|
<pre class="programlisting">const <a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="returnvalue">PangoLogAttr</span></a> *
|
2187
2171
|
pango_layout_get_log_attrs_readonly (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
2188
|
-
<em class="parameter"><code><a href="
|
2172
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_attrs</code></em>);</pre>
|
2189
2173
|
<p>Retrieves an array of logical attributes for each character in
|
2190
2174
|
the <em class="parameter"><code>layout</code></em>
|
2191
2175
|
.</p>
|
@@ -2226,7 +2210,7 @@ the array. </p></td>
|
|
2226
2210
|
<p> an array of logical attributes. </p>
|
2227
2211
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_attrs]</span></p>
|
2228
2212
|
</div>
|
2229
|
-
<p class="since">Since 1.30</p>
|
2213
|
+
<p class="since">Since: <a class="link" href="api-index-1-30.html#api-index-1.30">1.30</a></p>
|
2230
2214
|
</div>
|
2231
2215
|
<hr>
|
2232
2216
|
<div class="refsect2">
|
@@ -2276,7 +2260,7 @@ then <code class="literal">pos->width</code> will be negative.</p>
|
|
2276
2260
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2277
2261
|
pango_layout_index_to_line_x (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
2278
2262
|
<em class="parameter"><code><span class="type">int</span> index_</code></em>,
|
2279
|
-
<em class="parameter"><code><a href="
|
2263
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> trailing</code></em>,
|
2280
2264
|
<em class="parameter"><code><span class="type">int</span> *line</code></em>,
|
2281
2265
|
<em class="parameter"><code><span class="type">int</span> *x_pos</code></em>);</pre>
|
2282
2266
|
<p>Converts from byte <em class="parameter"><code>index_</code></em>
|
@@ -2305,20 +2289,20 @@ pango_layout_index_to_line_x (<em class="parameter"><code><a class="link" href="
|
|
2305
2289
|
<tr>
|
2306
2290
|
<td class="parameter_name"><p>trailing</p></td>
|
2307
2291
|
<td class="parameter_description"><p>an integer indicating the edge of the grapheme to retrieve the
|
2308
|
-
position of. If 0, the trailing edge of the grapheme, if
|
2292
|
+
position of. If > 0, the trailing edge of the grapheme, if 0,
|
2309
2293
|
the leading of the grapheme.</p></td>
|
2310
2294
|
<td class="parameter_annotations"> </td>
|
2311
2295
|
</tr>
|
2312
2296
|
<tr>
|
2313
2297
|
<td class="parameter_name"><p>line</p></td>
|
2314
2298
|
<td class="parameter_description"><p> location to store resulting line index. (which will
|
2315
|
-
between 0 and pango_layout_get_line_count(layout) - 1), or <a href="
|
2299
|
+
between 0 and pango_layout_get_line_count(layout) - 1), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2316
2300
|
<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>
|
2317
2301
|
</tr>
|
2318
2302
|
<tr>
|
2319
2303
|
<td class="parameter_name"><p>x_pos</p></td>
|
2320
2304
|
<td class="parameter_description"><p> location to store resulting position within line
|
2321
|
-
(<a class="link" href="pango-Glyph-Storage.html#PANGO-SCALE:CAPS" title="PANGO_SCALE"><code class="literal">PANGO_SCALE</code></a> units per device unit), or <a href="
|
2305
|
+
(<a class="link" href="pango-Glyph-Storage.html#PANGO-SCALE:CAPS" title="PANGO_SCALE"><code class="literal">PANGO_SCALE</code></a> units per device unit), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2322
2306
|
<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>
|
2323
2307
|
</tr>
|
2324
2308
|
</tbody>
|
@@ -2328,7 +2312,7 @@ between 0 and pango_layout_get_line_count(layout) - 1), or <a href="http://libra
|
|
2328
2312
|
<hr>
|
2329
2313
|
<div class="refsect2">
|
2330
2314
|
<a name="pango-layout-xy-to-index"></a><h3>pango_layout_xy_to_index ()</h3>
|
2331
|
-
<pre class="programlisting"><a href="
|
2315
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2332
2316
|
pango_layout_xy_to_index (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
2333
2317
|
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
2334
2318
|
<em class="parameter"><code><span class="type">int</span> y</code></em>,
|
@@ -2339,9 +2323,9 @@ index to the character at that logical position. If the
|
|
2339
2323
|
Y position is not inside the layout, the closest position is chosen
|
2340
2324
|
(the position will be clamped inside the layout). If the
|
2341
2325
|
X position is not within the layout, then the start or the
|
2342
|
-
end of the line is chosen as
|
2326
|
+
end of the line is chosen as described for <a class="link" href="pango-Layout-Objects.html#pango-layout-line-x-to-index" title="pango_layout_line_x_to_index ()"><code class="function">pango_layout_line_x_to_index()</code></a>.
|
2343
2327
|
If either the X or Y positions were not inside the layout, then the
|
2344
|
-
function returns <a href="
|
2328
|
+
function returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>; on an exact hit, it returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
2345
2329
|
<div class="refsect3">
|
2346
2330
|
<a name="id-1.2.8.10.48.5"></a><h4>Parameters</h4>
|
2347
2331
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -2378,7 +2362,7 @@ from the top edge of the layout</p></td>
|
|
2378
2362
|
<td class="parameter_description"><p> location to store a integer indicating where
|
2379
2363
|
in the grapheme the user clicked. It will either
|
2380
2364
|
be zero, or the number of characters in the
|
2381
|
-
grapheme. 0 represents the
|
2365
|
+
grapheme. 0 represents the leading edge of the grapheme. </p></td>
|
2382
2366
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2383
2367
|
</tr>
|
2384
2368
|
</tbody>
|
@@ -2386,8 +2370,7 @@ grapheme. 0 represents the trailing edge of the grapheme. </p></td>
|
|
2386
2370
|
</div>
|
2387
2371
|
<div class="refsect3">
|
2388
2372
|
<a name="id-1.2.8.10.48.6"></a><h4>Returns</h4>
|
2389
|
-
<p> <a href="
|
2390
|
-
<p></p>
|
2373
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the coordinates were inside text, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2391
2374
|
</div>
|
2392
2375
|
</div>
|
2393
2376
|
<hr>
|
@@ -2428,12 +2411,12 @@ direction of the layout are inserted.</p>
|
|
2428
2411
|
<tr>
|
2429
2412
|
<td class="parameter_name"><p>strong_pos</p></td>
|
2430
2413
|
<td class="parameter_description"><p> location to store the strong cursor position
|
2431
|
-
(may be <a href="
|
2414
|
+
(may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
|
2432
2415
|
<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>
|
2433
2416
|
</tr>
|
2434
2417
|
<tr>
|
2435
2418
|
<td class="parameter_name"><p>weak_pos</p></td>
|
2436
|
-
<td class="parameter_description"><p> location to store the weak cursor position (may be <a href="
|
2419
|
+
<td class="parameter_description"><p> location to store the weak cursor position (may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
|
2437
2420
|
<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>
|
2438
2421
|
</tr>
|
2439
2422
|
</tbody>
|
@@ -2445,7 +2428,7 @@ direction of the layout are inserted.</p>
|
|
2445
2428
|
<a name="pango-layout-move-cursor-visually"></a><h3>pango_layout_move_cursor_visually ()</h3>
|
2446
2429
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2447
2430
|
pango_layout_move_cursor_visually (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
2448
|
-
<em class="parameter"><code><a href="
|
2431
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> strong</code></em>,
|
2449
2432
|
<em class="parameter"><code><span class="type">int</span> old_index</code></em>,
|
2450
2433
|
<em class="parameter"><code><span class="type">int</span> old_trailing</code></em>,
|
2451
2434
|
<em class="parameter"><code><span class="type">int</span> direction</code></em>,
|
@@ -2495,10 +2478,10 @@ to text insertion in the base direction for the layout.</p></td>
|
|
2495
2478
|
</tr>
|
2496
2479
|
<tr>
|
2497
2480
|
<td class="parameter_name"><p>old_trailing</p></td>
|
2498
|
-
<td class="parameter_description"><p>if 0, the cursor was at the
|
2481
|
+
<td class="parameter_description"><p>if 0, the cursor was at the leading edge of the
|
2499
2482
|
grapheme indicated by <em class="parameter"><code>old_index</code></em>
|
2500
2483
|
, if > 0, the cursor
|
2501
|
-
was at the
|
2484
|
+
was at the trailing edge.</p></td>
|
2502
2485
|
<td class="parameter_annotations"> </td>
|
2503
2486
|
</tr>
|
2504
2487
|
<tr>
|
@@ -2511,7 +2494,7 @@ value indicates motion to the left.</p></td>
|
|
2511
2494
|
<td class="parameter_name"><p>new_index</p></td>
|
2512
2495
|
<td class="parameter_description"><p> location to store the new cursor byte index. A value of -1
|
2513
2496
|
indicates that the cursor has been moved off the beginning
|
2514
|
-
of the layout. A value of <a href="
|
2497
|
+
of the layout. A value of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#G-MAXINT:CAPS"><code class="literal">G_MAXINT</code></a> indicates that
|
2515
2498
|
the cursor has been moved off the end of the layout. </p></td>
|
2516
2499
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2517
2500
|
</tr>
|
@@ -2565,14 +2548,14 @@ coordinates begin at the top left corner of the layout.</p>
|
|
2565
2548
|
<tr>
|
2566
2549
|
<td class="parameter_name"><p>ink_rect</p></td>
|
2567
2550
|
<td class="parameter_description"><p> rectangle used to store the extents of the
|
2568
|
-
layout as drawn or <a href="
|
2551
|
+
layout as drawn or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is
|
2569
2552
|
not needed. </p></td>
|
2570
2553
|
<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>
|
2571
2554
|
</tr>
|
2572
2555
|
<tr>
|
2573
2556
|
<td class="parameter_name"><p>logical_rect</p></td>
|
2574
2557
|
<td class="parameter_description"><p>rectangle used to store the logical
|
2575
|
-
extents of the layout or <a href="
|
2558
|
+
extents of the layout or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the
|
2576
2559
|
result is not needed. </p></td>
|
2577
2560
|
<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>
|
2578
2561
|
</tr>
|
@@ -2612,14 +2595,14 @@ passes them as first argument to <a class="link" href="pango-Glyph-Storage.html#
|
|
2612
2595
|
<tr>
|
2613
2596
|
<td class="parameter_name"><p>ink_rect</p></td>
|
2614
2597
|
<td class="parameter_description"><p> rectangle used to store the extents of the
|
2615
|
-
layout as drawn or <a href="
|
2598
|
+
layout as drawn or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is
|
2616
2599
|
not needed. </p></td>
|
2617
2600
|
<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>
|
2618
2601
|
</tr>
|
2619
2602
|
<tr>
|
2620
2603
|
<td class="parameter_name"><p>logical_rect</p></td>
|
2621
2604
|
<td class="parameter_description"><p> rectangle used to store the logical
|
2622
|
-
extents of the layout or <a href="
|
2605
|
+
extents of the layout or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the
|
2623
2606
|
result is not needed. </p></td>
|
2624
2607
|
<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>
|
2625
2608
|
</tr>
|
@@ -2653,12 +2636,12 @@ is simply a convenience function around <a class="link" href="pango-Layout-Objec
|
|
2653
2636
|
</tr>
|
2654
2637
|
<tr>
|
2655
2638
|
<td class="parameter_name"><p>width</p></td>
|
2656
|
-
<td class="parameter_description"><p> location to store the logical width, or <a href="
|
2639
|
+
<td class="parameter_description"><p> location to store the logical width, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2657
2640
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2658
2641
|
</tr>
|
2659
2642
|
<tr>
|
2660
2643
|
<td class="parameter_name"><p>height</p></td>
|
2661
|
-
<td class="parameter_description"><p> location to store the logical height, or <a href="
|
2644
|
+
<td class="parameter_description"><p> location to store the logical height, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2662
2645
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2663
2646
|
</tr>
|
2664
2647
|
</tbody>
|
@@ -2693,12 +2676,12 @@ is simply a convenience function around
|
|
2693
2676
|
</tr>
|
2694
2677
|
<tr>
|
2695
2678
|
<td class="parameter_name"><p>width</p></td>
|
2696
|
-
<td class="parameter_description"><p> location to store the logical width, or <a href="
|
2679
|
+
<td class="parameter_description"><p> location to store the logical width, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2697
2680
|
<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>
|
2698
2681
|
</tr>
|
2699
2682
|
<tr>
|
2700
2683
|
<td class="parameter_name"><p>height</p></td>
|
2701
|
-
<td class="parameter_description"><p> location to store the logical height, or <a href="
|
2684
|
+
<td class="parameter_description"><p> location to store the logical height, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2702
2685
|
<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>
|
2703
2686
|
</tr>
|
2704
2687
|
</tbody>
|
@@ -2731,9 +2714,8 @@ pango_layout_get_baseline (<em class="parameter"><code><a class="link" href="pan
|
|
2731
2714
|
<a name="id-1.2.8.10.55.6"></a><h4>Returns</h4>
|
2732
2715
|
<p> baseline of first line, from top of <em class="parameter"><code>layout</code></em>
|
2733
2716
|
.</p>
|
2734
|
-
<p></p>
|
2735
2717
|
</div>
|
2736
|
-
<p class="since">Since 1.22</p>
|
2718
|
+
<p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
|
2737
2719
|
</div>
|
2738
2720
|
<hr>
|
2739
2721
|
<div class="refsect2">
|
@@ -2760,7 +2742,6 @@ pango_layout_get_line_count (<em class="parameter"><code><a class="link" href="p
|
|
2760
2742
|
<div class="refsect3">
|
2761
2743
|
<a name="id-1.2.8.10.56.6"></a><h4>Returns</h4>
|
2762
2744
|
<p> the line count.</p>
|
2763
|
-
<p></p>
|
2764
2745
|
</div>
|
2765
2746
|
</div>
|
2766
2747
|
<hr>
|
@@ -2797,11 +2778,12 @@ to modify the contents of the line (glyphs, glyph widths, etc.).</p>
|
|
2797
2778
|
</div>
|
2798
2779
|
<div class="refsect3">
|
2799
2780
|
<a name="id-1.2.8.10.57.7"></a><h4>Returns</h4>
|
2800
|
-
<p> the requested
|
2801
|
-
|
2802
|
-
be ref'ed and retained,
|
2803
|
-
if changes are made to the
|
2804
|
-
<
|
2781
|
+
<p> the requested
|
2782
|
+
<a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the index is out of
|
2783
|
+
range. This layout line can be ref'ed and retained,
|
2784
|
+
but will become invalid if changes are made to the
|
2785
|
+
<a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>. </p>
|
2786
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
2805
2787
|
</div>
|
2806
2788
|
</div>
|
2807
2789
|
<hr>
|
@@ -2839,19 +2821,19 @@ to modify the contents of the line (glyphs, glyph widths, etc.).</p>
|
|
2839
2821
|
</div>
|
2840
2822
|
<div class="refsect3">
|
2841
2823
|
<a name="id-1.2.8.10.58.7"></a><h4>Returns</h4>
|
2842
|
-
<p> the requested
|
2843
|
-
|
2844
|
-
be ref'ed and retained,
|
2845
|
-
if changes are made to the
|
2846
|
-
No changes should be made to the line. </p>
|
2847
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2824
|
+
<p> the requested
|
2825
|
+
<a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the index is out of
|
2826
|
+
range. This layout line can be ref'ed and retained,
|
2827
|
+
but will become invalid if changes are made to the
|
2828
|
+
<a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>. No changes should be made to the line. </p>
|
2829
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
2848
2830
|
</div>
|
2849
|
-
<p class="since">Since 1.16</p>
|
2831
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
2850
2832
|
</div>
|
2851
2833
|
<hr>
|
2852
2834
|
<div class="refsect2">
|
2853
2835
|
<a name="pango-layout-get-lines"></a><h3>pango_layout_get_lines ()</h3>
|
2854
|
-
<pre class="programlisting"><a href="
|
2836
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
2855
2837
|
pango_layout_get_lines (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
2856
2838
|
<p>Returns the lines of the <em class="parameter"><code>layout</code></em>
|
2857
2839
|
as a list.</p>
|
@@ -2874,7 +2856,7 @@ to modify the contents of the lines (glyphs, glyph widths, etc.).</p>
|
|
2874
2856
|
</div>
|
2875
2857
|
<div class="refsect3">
|
2876
2858
|
<a name="id-1.2.8.10.59.7"></a><h4>Returns</h4>
|
2877
|
-
<p> a <a href="
|
2859
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing
|
2878
2860
|
the lines in the layout. This points to internal data of the <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>
|
2879
2861
|
and must be used with care. It will become invalid on any change to the layout's
|
2880
2862
|
text or properties. </p>
|
@@ -2884,7 +2866,7 @@ text or properties. </p>
|
|
2884
2866
|
<hr>
|
2885
2867
|
<div class="refsect2">
|
2886
2868
|
<a name="pango-layout-get-lines-readonly"></a><h3>pango_layout_get_lines_readonly ()</h3>
|
2887
|
-
<pre class="programlisting"><a href="
|
2869
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
2888
2870
|
pango_layout_get_lines_readonly (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
2889
2871
|
<p>Returns the lines of the <em class="parameter"><code>layout</code></em>
|
2890
2872
|
as a list.</p>
|
@@ -2908,13 +2890,13 @@ to modify the contents of the lines (glyphs, glyph widths, etc.).</p>
|
|
2908
2890
|
</div>
|
2909
2891
|
<div class="refsect3">
|
2910
2892
|
<a name="id-1.2.8.10.60.7"></a><h4>Returns</h4>
|
2911
|
-
<p> a <a href="
|
2893
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing
|
2912
2894
|
the lines in the layout. This points to internal data of the <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> and
|
2913
2895
|
must be used with care. It will become invalid on any change to the layout's
|
2914
2896
|
text or properties. No changes should be made to the lines. </p>
|
2915
2897
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.LayoutLine][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2916
2898
|
</div>
|
2917
|
-
<p class="since">Since 1.16</p>
|
2899
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
2918
2900
|
</div>
|
2919
2901
|
<hr>
|
2920
2902
|
<div class="refsect2">
|
@@ -2941,7 +2923,6 @@ pango_layout_get_iter (<em class="parameter"><code><a class="link" href="pango-L
|
|
2941
2923
|
<a name="id-1.2.8.10.61.6"></a><h4>Returns</h4>
|
2942
2924
|
<p> the new <a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a> that should be freed using
|
2943
2925
|
<a class="link" href="pango-Layout-Objects.html#pango-layout-iter-free" title="pango_layout_iter_free ()"><code class="function">pango_layout_iter_free()</code></a>.</p>
|
2944
|
-
<p></p>
|
2945
2926
|
</div>
|
2946
2927
|
</div>
|
2947
2928
|
<hr>
|
@@ -2960,20 +2941,20 @@ pango_layout_iter_copy (<em class="parameter"><code><a class="link" href="pango-
|
|
2960
2941
|
</colgroup>
|
2961
2942
|
<tbody><tr>
|
2962
2943
|
<td class="parameter_name"><p>iter</p></td>
|
2963
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a>, may be <a href="
|
2964
|
-
<td class="parameter_annotations">
|
2944
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2945
|
+
<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>
|
2965
2946
|
</tr></tbody>
|
2966
2947
|
</table></div>
|
2967
2948
|
</div>
|
2968
2949
|
<div class="refsect3">
|
2969
2950
|
<a name="id-1.2.8.10.62.6"></a><h4>Returns</h4>
|
2970
|
-
<p> the newly allocated <a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a>,
|
2971
|
-
be freed with <a class="link" href="pango-Layout-Objects.html#pango-layout-iter-free" title="pango_layout_iter_free ()"><code class="function">pango_layout_iter_free()</code></a>,
|
2972
|
-
<em class="parameter"><code>iter</code></em>
|
2973
|
-
was <a href="
|
2974
|
-
<p></p>
|
2951
|
+
<p> the newly allocated <a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a>,
|
2952
|
+
which should be freed with <a class="link" href="pango-Layout-Objects.html#pango-layout-iter-free" title="pango_layout_iter_free ()"><code class="function">pango_layout_iter_free()</code></a>,
|
2953
|
+
or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>iter</code></em>
|
2954
|
+
was <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
2955
|
+
<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>
|
2975
2956
|
</div>
|
2976
|
-
<p class="since">Since 1.20</p>
|
2957
|
+
<p class="since">Since: <a class="link" href="api-index-1-20.html#api-index-1.20">1.20</a></p>
|
2977
2958
|
</div>
|
2978
2959
|
<hr>
|
2979
2960
|
<div class="refsect2">
|
@@ -2991,8 +2972,8 @@ pango_layout_iter_free (<em class="parameter"><code><a class="link" href="pango-
|
|
2991
2972
|
</colgroup>
|
2992
2973
|
<tbody><tr>
|
2993
2974
|
<td class="parameter_name"><p>iter</p></td>
|
2994
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a>, may be <a href="
|
2995
|
-
<td class="parameter_annotations">
|
2975
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2976
|
+
<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>
|
2996
2977
|
</tr></tbody>
|
2997
2978
|
</table></div>
|
2998
2979
|
</div>
|
@@ -3000,12 +2981,12 @@ pango_layout_iter_free (<em class="parameter"><code><a class="link" href="pango-
|
|
3000
2981
|
<hr>
|
3001
2982
|
<div class="refsect2">
|
3002
2983
|
<a name="pango-layout-iter-next-run"></a><h3>pango_layout_iter_next_run ()</h3>
|
3003
|
-
<pre class="programlisting"><a href="
|
2984
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3004
2985
|
pango_layout_iter_next_run (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a> *iter</code></em>);</pre>
|
3005
2986
|
<p>Moves <em class="parameter"><code>iter</code></em>
|
3006
2987
|
forward to the next run in visual order. If <em class="parameter"><code>iter</code></em>
|
3007
2988
|
was
|
3008
|
-
already at the end of the layout, returns <a href="
|
2989
|
+
already at the end of the layout, returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
3009
2990
|
<div class="refsect3">
|
3010
2991
|
<a name="id-1.2.8.10.64.5"></a><h4>Parameters</h4>
|
3011
2992
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -3024,18 +3005,17 @@ already at the end of the layout, returns <a href="http://library.gnome.org/deve
|
|
3024
3005
|
<div class="refsect3">
|
3025
3006
|
<a name="id-1.2.8.10.64.6"></a><h4>Returns</h4>
|
3026
3007
|
<p> whether motion was possible.</p>
|
3027
|
-
<p></p>
|
3028
3008
|
</div>
|
3029
3009
|
</div>
|
3030
3010
|
<hr>
|
3031
3011
|
<div class="refsect2">
|
3032
3012
|
<a name="pango-layout-iter-next-char"></a><h3>pango_layout_iter_next_char ()</h3>
|
3033
|
-
<pre class="programlisting"><a href="
|
3013
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3034
3014
|
pango_layout_iter_next_char (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a> *iter</code></em>);</pre>
|
3035
3015
|
<p>Moves <em class="parameter"><code>iter</code></em>
|
3036
3016
|
forward to the next character in visual order. If <em class="parameter"><code>iter</code></em>
|
3037
3017
|
was already at
|
3038
|
-
the end of the layout, returns <a href="
|
3018
|
+
the end of the layout, returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
3039
3019
|
<div class="refsect3">
|
3040
3020
|
<a name="id-1.2.8.10.65.5"></a><h4>Parameters</h4>
|
3041
3021
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -3054,18 +3034,17 @@ the end of the layout, returns <a href="http://library.gnome.org/devel/glib/unst
|
|
3054
3034
|
<div class="refsect3">
|
3055
3035
|
<a name="id-1.2.8.10.65.6"></a><h4>Returns</h4>
|
3056
3036
|
<p> whether motion was possible.</p>
|
3057
|
-
<p></p>
|
3058
3037
|
</div>
|
3059
3038
|
</div>
|
3060
3039
|
<hr>
|
3061
3040
|
<div class="refsect2">
|
3062
3041
|
<a name="pango-layout-iter-next-cluster"></a><h3>pango_layout_iter_next_cluster ()</h3>
|
3063
|
-
<pre class="programlisting"><a href="
|
3042
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3064
3043
|
pango_layout_iter_next_cluster (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a> *iter</code></em>);</pre>
|
3065
3044
|
<p>Moves <em class="parameter"><code>iter</code></em>
|
3066
3045
|
forward to the next cluster in visual order. If <em class="parameter"><code>iter</code></em>
|
3067
3046
|
|
3068
|
-
was already at the end of the layout, returns <a href="
|
3047
|
+
was already at the end of the layout, returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
3069
3048
|
<div class="refsect3">
|
3070
3049
|
<a name="id-1.2.8.10.66.5"></a><h4>Parameters</h4>
|
3071
3050
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -3084,18 +3063,17 @@ was already at the end of the layout, returns <a href="http://library.gnome.org/
|
|
3084
3063
|
<div class="refsect3">
|
3085
3064
|
<a name="id-1.2.8.10.66.6"></a><h4>Returns</h4>
|
3086
3065
|
<p> whether motion was possible.</p>
|
3087
|
-
<p></p>
|
3088
3066
|
</div>
|
3089
3067
|
</div>
|
3090
3068
|
<hr>
|
3091
3069
|
<div class="refsect2">
|
3092
3070
|
<a name="pango-layout-iter-next-line"></a><h3>pango_layout_iter_next_line ()</h3>
|
3093
|
-
<pre class="programlisting"><a href="
|
3071
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3094
3072
|
pango_layout_iter_next_line (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a> *iter</code></em>);</pre>
|
3095
3073
|
<p>Moves <em class="parameter"><code>iter</code></em>
|
3096
3074
|
forward to the start of the next line. If <em class="parameter"><code>iter</code></em>
|
3097
3075
|
is
|
3098
|
-
already on the last line, returns <a href="
|
3076
|
+
already on the last line, returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
3099
3077
|
<div class="refsect3">
|
3100
3078
|
<a name="id-1.2.8.10.67.5"></a><h4>Parameters</h4>
|
3101
3079
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -3114,13 +3092,12 @@ already on the last line, returns <a href="http://library.gnome.org/devel/glib/u
|
|
3114
3092
|
<div class="refsect3">
|
3115
3093
|
<a name="id-1.2.8.10.67.6"></a><h4>Returns</h4>
|
3116
3094
|
<p> whether motion was possible.</p>
|
3117
|
-
<p></p>
|
3118
3095
|
</div>
|
3119
3096
|
</div>
|
3120
3097
|
<hr>
|
3121
3098
|
<div class="refsect2">
|
3122
3099
|
<a name="pango-layout-iter-at-last-line"></a><h3>pango_layout_iter_at_last_line ()</h3>
|
3123
|
-
<pre class="programlisting"><a href="
|
3100
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3124
3101
|
pango_layout_iter_at_last_line (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a> *iter</code></em>);</pre>
|
3125
3102
|
<p>Determines whether <em class="parameter"><code>iter</code></em>
|
3126
3103
|
is on the last line of the layout.</p>
|
@@ -3141,9 +3118,8 @@ pango_layout_iter_at_last_line (<em class="parameter"><code><a class="link" href
|
|
3141
3118
|
</div>
|
3142
3119
|
<div class="refsect3">
|
3143
3120
|
<a name="id-1.2.8.10.68.6"></a><h4>Returns</h4>
|
3144
|
-
<p> <a href="
|
3121
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em>
|
3145
3122
|
is on the last line.</p>
|
3146
|
-
<p></p>
|
3147
3123
|
</div>
|
3148
3124
|
</div>
|
3149
3125
|
<hr>
|
@@ -3154,7 +3130,7 @@ pango_layout_iter_get_index (<em class="parameter"><code><a class="link" href="p
|
|
3154
3130
|
<p>Gets the current byte index. Note that iterating forward by char
|
3155
3131
|
moves in visual order, not logical order, so indexes may not be
|
3156
3132
|
sequential. Also, the index may be equal to the length of the text
|
3157
|
-
in the layout, if on the <a href="
|
3133
|
+
in the layout, if on the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> run (see <a class="link" href="pango-Layout-Objects.html#pango-layout-iter-get-run" title="pango_layout_iter_get_run ()"><code class="function">pango_layout_iter_get_run()</code></a>).</p>
|
3158
3134
|
<div class="refsect3">
|
3159
3135
|
<a name="id-1.2.8.10.69.5"></a><h4>Parameters</h4>
|
3160
3136
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -3173,7 +3149,6 @@ in the layout, if on the <a href="http://library.gnome.org/devel/glib/unstable/g
|
|
3173
3149
|
<div class="refsect3">
|
3174
3150
|
<a name="id-1.2.8.10.69.6"></a><h4>Returns</h4>
|
3175
3151
|
<p> current byte index.</p>
|
3176
|
-
<p></p>
|
3177
3152
|
</div>
|
3178
3153
|
</div>
|
3179
3154
|
<hr>
|
@@ -3201,7 +3176,6 @@ coordinates (origin at top left of the entire layout).</p>
|
|
3201
3176
|
<div class="refsect3">
|
3202
3177
|
<a name="id-1.2.8.10.70.6"></a><h4>Returns</h4>
|
3203
3178
|
<p> baseline of current line.</p>
|
3204
|
-
<p></p>
|
3205
3179
|
</div>
|
3206
3180
|
</div>
|
3207
3181
|
<hr>
|
@@ -3210,8 +3184,8 @@ coordinates (origin at top left of the entire layout).</p>
|
|
3210
3184
|
<pre class="programlisting"><a class="link" href="pango-Layout-Objects.html#PangoLayoutRun" title="PangoLayoutRun"><span class="returnvalue">PangoLayoutRun</span></a> *
|
3211
3185
|
pango_layout_iter_get_run (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a> *iter</code></em>);</pre>
|
3212
3186
|
<p>Gets the current run. When iterating by run, at the end of each
|
3213
|
-
line, there's a position with a <a href="
|
3214
|
-
<a href="
|
3187
|
+
line, there's a position with a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> run, so this function can return
|
3188
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> run at the end of each line ensures that all lines have
|
3215
3189
|
at least one run, even lines consisting of only a newline.</p>
|
3216
3190
|
<p>Use the faster <a class="link" href="pango-Layout-Objects.html#pango-layout-iter-get-run-readonly" title="pango_layout_iter_get_run_readonly ()"><code class="function">pango_layout_iter_get_run_readonly()</code></a> if you do not plan
|
3217
3191
|
to modify the contents of the run (glyphs, glyph widths, etc.).</p>
|
@@ -3233,7 +3207,7 @@ to modify the contents of the run (glyphs, glyph widths, etc.).</p>
|
|
3233
3207
|
<div class="refsect3">
|
3234
3208
|
<a name="id-1.2.8.10.71.7"></a><h4>Returns</h4>
|
3235
3209
|
<p> the current run. </p>
|
3236
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3210
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
3237
3211
|
</div>
|
3238
3212
|
</div>
|
3239
3213
|
<hr>
|
@@ -3242,8 +3216,8 @@ to modify the contents of the run (glyphs, glyph widths, etc.).</p>
|
|
3242
3216
|
<pre class="programlisting"><a class="link" href="pango-Layout-Objects.html#PangoLayoutRun" title="PangoLayoutRun"><span class="returnvalue">PangoLayoutRun</span></a> *
|
3243
3217
|
pango_layout_iter_get_run_readonly (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutIter"><span class="type">PangoLayoutIter</span></a> *iter</code></em>);</pre>
|
3244
3218
|
<p>Gets the current run. When iterating by run, at the end of each
|
3245
|
-
line, there's a position with a <a href="
|
3246
|
-
<a href="
|
3219
|
+
line, there's a position with a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> run, so this function can return
|
3220
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> run at the end of each line ensures that all lines have
|
3247
3221
|
at least one run, even lines consisting of only a newline.</p>
|
3248
3222
|
<p>This is a faster alternative to <a class="link" href="pango-Layout-Objects.html#pango-layout-iter-get-run" title="pango_layout_iter_get_run ()"><code class="function">pango_layout_iter_get_run()</code></a>,
|
3249
3223
|
but the user is not expected
|
@@ -3265,10 +3239,11 @@ to modify the contents of the run (glyphs, glyph widths, etc.).</p>
|
|
3265
3239
|
</div>
|
3266
3240
|
<div class="refsect3">
|
3267
3241
|
<a name="id-1.2.8.10.72.7"></a><h4>Returns</h4>
|
3268
|
-
<p> the current run, that
|
3269
|
-
|
3242
|
+
<p> the current run, that
|
3243
|
+
should not be modified. </p>
|
3244
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
3270
3245
|
</div>
|
3271
|
-
<p class="since">Since 1.16</p>
|
3246
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
3272
3247
|
</div>
|
3273
3248
|
<hr>
|
3274
3249
|
<div class="refsect2">
|
@@ -3296,7 +3271,6 @@ to modify the contents of the line (glyphs, glyph widths, etc.).</p>
|
|
3296
3271
|
<div class="refsect3">
|
3297
3272
|
<a name="id-1.2.8.10.73.7"></a><h4>Returns</h4>
|
3298
3273
|
<p> the current line.</p>
|
3299
|
-
<p></p>
|
3300
3274
|
</div>
|
3301
3275
|
</div>
|
3302
3276
|
<hr>
|
@@ -3329,7 +3303,7 @@ to modify the contents of the line (glyphs, glyph widths, etc.).</p>
|
|
3329
3303
|
modified. </p>
|
3330
3304
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3331
3305
|
</div>
|
3332
|
-
<p class="since">Since 1.16</p>
|
3306
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
3333
3307
|
</div>
|
3334
3308
|
<hr>
|
3335
3309
|
<div class="refsect2">
|
@@ -3358,7 +3332,7 @@ pango_layout_iter_get_layout (<em class="parameter"><code><a class="link" href="
|
|
3358
3332
|
. </p>
|
3359
3333
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3360
3334
|
</div>
|
3361
|
-
<p class="since">Since 1.20</p>
|
3335
|
+
<p class="since">Since: <a class="link" href="api-index-1-20.html#api-index-1.20">1.20</a></p>
|
3362
3336
|
</div>
|
3363
3337
|
<hr>
|
3364
3338
|
<div class="refsect2">
|
@@ -3419,12 +3393,12 @@ pango_layout_iter_get_cluster_extents (<em class="parameter"><code><a class="lin
|
|
3419
3393
|
</tr>
|
3420
3394
|
<tr>
|
3421
3395
|
<td class="parameter_name"><p>ink_rect</p></td>
|
3422
|
-
<td class="parameter_description"><p> rectangle to fill with ink extents, or <a href="
|
3396
|
+
<td class="parameter_description"><p> rectangle to fill with ink extents, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3423
3397
|
<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>
|
3424
3398
|
</tr>
|
3425
3399
|
<tr>
|
3426
3400
|
<td class="parameter_name"><p>logical_rect</p></td>
|
3427
|
-
<td class="parameter_description"><p> rectangle to fill with logical extents, or <a href="
|
3401
|
+
<td class="parameter_description"><p> rectangle to fill with logical extents, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3428
3402
|
<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>
|
3429
3403
|
</tr>
|
3430
3404
|
</tbody>
|
@@ -3456,12 +3430,12 @@ pango_layout_iter_get_run_extents (<em class="parameter"><code><a class="link" h
|
|
3456
3430
|
</tr>
|
3457
3431
|
<tr>
|
3458
3432
|
<td class="parameter_name"><p>ink_rect</p></td>
|
3459
|
-
<td class="parameter_description"><p> rectangle to fill with ink extents, or <a href="
|
3433
|
+
<td class="parameter_description"><p> rectangle to fill with ink extents, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3460
3434
|
<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>
|
3461
3435
|
</tr>
|
3462
3436
|
<tr>
|
3463
3437
|
<td class="parameter_name"><p>logical_rect</p></td>
|
3464
|
-
<td class="parameter_description"><p> rectangle to fill with logical extents, or <a href="
|
3438
|
+
<td class="parameter_description"><p> rectangle to fill with logical extents, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3465
3439
|
<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>
|
3466
3440
|
</tr>
|
3467
3441
|
</tbody>
|
@@ -3498,12 +3472,12 @@ entire layout).</p>
|
|
3498
3472
|
</tr>
|
3499
3473
|
<tr>
|
3500
3474
|
<td class="parameter_name"><p>y0_</p></td>
|
3501
|
-
<td class="parameter_description"><p> start of line, or <a href="
|
3475
|
+
<td class="parameter_description"><p> start of line, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3502
3476
|
<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>
|
3503
3477
|
</tr>
|
3504
3478
|
<tr>
|
3505
3479
|
<td class="parameter_name"><p>y1_</p></td>
|
3506
|
-
<td class="parameter_description"><p> end of line, or <a href="
|
3480
|
+
<td class="parameter_description"><p> end of line, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3507
3481
|
<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>
|
3508
3482
|
</tr>
|
3509
3483
|
</tbody>
|
@@ -3520,7 +3494,7 @@ pango_layout_iter_get_line_extents (<em class="parameter"><code><a class="link"
|
|
3520
3494
|
<p>Obtains the extents of the current line. <em class="parameter"><code>ink_rect</code></em>
|
3521
3495
|
or <em class="parameter"><code>logical_rect</code></em>
|
3522
3496
|
|
3523
|
-
can be <a href="
|
3497
|
+
can be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you aren't interested in them. Extents are in layout
|
3524
3498
|
coordinates (origin is the top-left corner of the entire
|
3525
3499
|
<a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>). Thus the extents returned by this function will be
|
3526
3500
|
the same width/height but not at the same x/y as the extents
|
@@ -3541,12 +3515,12 @@ returned from <a class="link" href="pango-Layout-Objects.html#pango-layout-line-
|
|
3541
3515
|
</tr>
|
3542
3516
|
<tr>
|
3543
3517
|
<td class="parameter_name"><p>ink_rect</p></td>
|
3544
|
-
<td class="parameter_description"><p> rectangle to fill with ink extents, or <a href="
|
3518
|
+
<td class="parameter_description"><p> rectangle to fill with ink extents, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3545
3519
|
<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>
|
3546
3520
|
</tr>
|
3547
3521
|
<tr>
|
3548
3522
|
<td class="parameter_name"><p>logical_rect</p></td>
|
3549
|
-
<td class="parameter_description"><p> rectangle to fill with logical extents, or <a href="
|
3523
|
+
<td class="parameter_description"><p> rectangle to fill with logical extents, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3550
3524
|
<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>
|
3551
3525
|
</tr>
|
3552
3526
|
</tbody>
|
@@ -3563,7 +3537,7 @@ pango_layout_iter_get_layout_extents (<em class="parameter"><code><a class="link
|
|
3563
3537
|
<p>Obtains the extents of the <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> being iterated
|
3564
3538
|
over. <em class="parameter"><code>ink_rect</code></em>
|
3565
3539
|
or <em class="parameter"><code>logical_rect</code></em>
|
3566
|
-
can be <a href="
|
3540
|
+
can be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you
|
3567
3541
|
aren't interested in them.</p>
|
3568
3542
|
<div class="refsect3">
|
3569
3543
|
<a name="id-1.2.8.10.81.5"></a><h4>Parameters</h4>
|
@@ -3582,13 +3556,13 @@ aren't interested in them.</p>
|
|
3582
3556
|
<tr>
|
3583
3557
|
<td class="parameter_name"><p>ink_rect</p></td>
|
3584
3558
|
<td class="parameter_description"><p> rectangle to fill with ink extents,
|
3585
|
-
or <a href="
|
3559
|
+
or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3586
3560
|
<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>
|
3587
3561
|
</tr>
|
3588
3562
|
<tr>
|
3589
3563
|
<td class="parameter_name"><p>logical_rect</p></td>
|
3590
3564
|
<td class="parameter_description"><p> rectangle to fill with logical
|
3591
|
-
extents, or <a href="
|
3565
|
+
extents, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3592
3566
|
<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>
|
3593
3567
|
</tr>
|
3594
3568
|
</tbody>
|
@@ -3611,17 +3585,16 @@ pango_layout_line_ref (<em class="parameter"><code><a class="link" href="pango-L
|
|
3611
3585
|
</colgroup>
|
3612
3586
|
<tbody><tr>
|
3613
3587
|
<td class="parameter_name"><p>line</p></td>
|
3614
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>, may be <a href="
|
3615
|
-
<td class="parameter_annotations">
|
3588
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3589
|
+
<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>
|
3616
3590
|
</tr></tbody>
|
3617
3591
|
</table></div>
|
3618
3592
|
</div>
|
3619
3593
|
<div class="refsect3">
|
3620
3594
|
<a name="id-1.2.8.10.82.6"></a><h4>Returns</h4>
|
3621
3595
|
<p> the line passed in.</p>
|
3622
|
-
<p></p>
|
3623
3596
|
</div>
|
3624
|
-
<p class="since">Since 1.10</p>
|
3597
|
+
<p class="since">Since: <a class="link" href="api-index-1-10.html#api-index-1.10">1.10</a></p>
|
3625
3598
|
</div>
|
3626
3599
|
<hr>
|
3627
3600
|
<div class="refsect2">
|
@@ -3674,13 +3647,13 @@ of the rectangles.</p>
|
|
3674
3647
|
<tr>
|
3675
3648
|
<td class="parameter_name"><p>ink_rect</p></td>
|
3676
3649
|
<td class="parameter_description"><p> rectangle used to store the extents of
|
3677
|
-
the glyph string as drawn, or <a href="
|
3650
|
+
the glyph string as drawn, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3678
3651
|
<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>
|
3679
3652
|
</tr>
|
3680
3653
|
<tr>
|
3681
3654
|
<td class="parameter_name"><p>logical_rect</p></td>
|
3682
3655
|
<td class="parameter_description"><p>rectangle used to store the logical
|
3683
|
-
extents of the glyph string, or <a href="
|
3656
|
+
extents of the glyph string, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3684
3657
|
<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>
|
3685
3658
|
</tr>
|
3686
3659
|
</tbody>
|
@@ -3719,13 +3692,13 @@ passes them as first argument to <a class="link" href="pango-Glyph-Storage.html#
|
|
3719
3692
|
<tr>
|
3720
3693
|
<td class="parameter_name"><p>ink_rect</p></td>
|
3721
3694
|
<td class="parameter_description"><p> rectangle used to store the extents of
|
3722
|
-
the glyph string as drawn, or <a href="
|
3695
|
+
the glyph string as drawn, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3723
3696
|
<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>
|
3724
3697
|
</tr>
|
3725
3698
|
<tr>
|
3726
3699
|
<td class="parameter_name"><p>logical_rect</p></td>
|
3727
3700
|
<td class="parameter_description"><p> rectangle used to store the logical
|
3728
|
-
extents of the glyph string, or <a href="
|
3701
|
+
extents of the glyph string, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3729
3702
|
<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>
|
3730
3703
|
</tr>
|
3731
3704
|
</tbody>
|
@@ -3738,7 +3711,7 @@ extents of the glyph string, or <a href="http://library.gnome.org/devel/glib/uns
|
|
3738
3711
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3739
3712
|
pango_layout_line_index_to_x (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
|
3740
3713
|
<em class="parameter"><code><span class="type">int</span> index_</code></em>,
|
3741
|
-
<em class="parameter"><code><a href="
|
3714
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> trailing</code></em>,
|
3742
3715
|
<em class="parameter"><code><span class="type">int</span> *x_pos</code></em>);</pre>
|
3743
3716
|
<p>Converts an index within a line to a X position.</p>
|
3744
3717
|
<div class="refsect3">
|
@@ -3779,7 +3752,7 @@ if 0, the leading of the grapheme.</p></td>
|
|
3779
3752
|
<hr>
|
3780
3753
|
<div class="refsect2">
|
3781
3754
|
<a name="pango-layout-line-x-to-index"></a><h3>pango_layout_line_x_to_index ()</h3>
|
3782
|
-
<pre class="programlisting"><a href="
|
3755
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3783
3756
|
pango_layout_line_x_to_index (<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
|
3784
3757
|
<em class="parameter"><code><span class="type">int</span> x_pos</code></em>,
|
3785
3758
|
<em class="parameter"><code><span class="type">int</span> *index_</code></em>,
|
@@ -3840,9 +3813,8 @@ grapheme. 0 represents the leading edge of the grapheme. </p></td>
|
|
3840
3813
|
</div>
|
3841
3814
|
<div class="refsect3">
|
3842
3815
|
<a name="id-1.2.8.10.87.6"></a><h4>Returns</h4>
|
3843
|
-
<p> <a href="
|
3844
|
-
was outside the line, <a href="
|
3845
|
-
<p></p>
|
3816
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/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>x_pos</code></em>
|
3817
|
+
was outside the line, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if inside</p>
|
3846
3818
|
</div>
|
3847
3819
|
</div>
|
3848
3820
|
<hr>
|
@@ -3897,7 +3869,7 @@ trailing edge of the last character.</p></td>
|
|
3897
3869
|
The array will be of length <code class="literal">2*n_ranges</code>,
|
3898
3870
|
with each range starting at <code class="literal">(*ranges)[2*n]</code>
|
3899
3871
|
and of width <code class="literal">(*ranges)[2*n + 1] - (*ranges)[2*n]</code>.
|
3900
|
-
This array must be freed with <a href="
|
3872
|
+
This array must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. The coordinates are relative
|
3901
3873
|
to the layout and are in Pango units. </p></td>
|
3902
3874
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_ranges][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
3903
3875
|
</tr>
|
@@ -4102,31 +4074,32 @@ code specific to each rendering system.</p>
|
|
4102
4074
|
<tbody>
|
4103
4075
|
<tr>
|
4104
4076
|
<td class="struct_member_name"><p><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *<em class="structfield"><code><a name="PangoLayoutLine-struct.layout"></a>layout</code></em>;</p></td>
|
4105
|
-
<td>
|
4106
|
-
<td>
|
4077
|
+
<td class="struct_member_description"><p> the layout this line belongs to, might be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4078
|
+
<td class="struct_member_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4107
4079
|
</tr>
|
4108
4080
|
<tr>
|
4109
|
-
<td class="struct_member_name"><p><a href="
|
4081
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="PangoLayoutLine-struct.start-index"></a>start_index</code></em>;</p></td>
|
4110
4082
|
<td class="struct_member_description"><p>start of line as byte index into layout->text</p></td>
|
4111
4083
|
<td class="struct_member_annotations"> </td>
|
4112
4084
|
</tr>
|
4113
4085
|
<tr>
|
4114
|
-
<td class="struct_member_name"><p><a href="
|
4086
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="PangoLayoutLine-struct.length"></a>length</code></em>;</p></td>
|
4115
4087
|
<td class="struct_member_description"><p>length of line in bytes</p></td>
|
4116
4088
|
<td class="struct_member_annotations"> </td>
|
4117
4089
|
</tr>
|
4118
4090
|
<tr>
|
4119
|
-
<td class="struct_member_name"><p><a href="
|
4120
|
-
<td>
|
4121
|
-
|
4091
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *<em class="structfield"><code><a name="PangoLayoutLine-struct.runs"></a>runs</code></em>;</p></td>
|
4092
|
+
<td class="struct_member_description"><p> list of runs in the
|
4093
|
+
line, from left to right. </p></td>
|
4094
|
+
<td class="struct_member_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym>]</span></td>
|
4122
4095
|
</tr>
|
4123
4096
|
<tr>
|
4124
|
-
<td class="struct_member_name"><p><a href="
|
4125
|
-
<td class="struct_member_description"><p><a href="
|
4097
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/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="PangoLayoutLine-struct.is-paragraph-start"></a>is_paragraph_start</code></em> : 1;</p></td>
|
4098
|
+
<td class="struct_member_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if this is the first line of the paragraph</p></td>
|
4126
4099
|
<td class="struct_member_annotations"> </td>
|
4127
4100
|
</tr>
|
4128
4101
|
<tr>
|
4129
|
-
<td class="struct_member_name"><p><a href="
|
4102
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/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="PangoLayoutLine-struct.resolved-dir"></a>resolved_dir</code></em> : 3;</p></td>
|
4130
4103
|
<td class="struct_member_description"><p><span class="type">Resolved</span> PangoDirection of line</p></td>
|
4131
4104
|
<td class="struct_member_annotations"> </td>
|
4132
4105
|
</tr>
|
@@ -4147,7 +4120,6 @@ See the <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span cla
|
|
4147
4120
|
</div>
|
4148
4121
|
</div>
|
4149
4122
|
<div class="footer">
|
4150
|
-
<hr>
|
4151
|
-
Generated by GTK-Doc V1.21.1</div>
|
4123
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
4152
4124
|
</body>
|
4153
4125
|
</html>
|