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>Rendering: Pango Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="pango.html" title="Basic Pango Interfaces">
|
9
9
|
<link rel="prev" href="pango.html" title="Basic Pango Interfaces">
|
10
10
|
<link rel="next" href="pango-Glyph-Storage.html" title="Glyph Storage">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -46,11 +46,15 @@
|
|
46
46
|
</tr>
|
47
47
|
<tr>
|
48
48
|
<td class="define_keyword">#define</td>
|
49
|
+
<td class="function_name"><a class="link" href="pango-Text-Processing.html#PANGO-ANALYSIS-FLAG-IS-ELLIPSIS:CAPS" title="PANGO_ANALYSIS_FLAG_IS_ELLIPSIS">PANGO_ANALYSIS_FLAG_IS_ELLIPSIS</a></td>
|
50
|
+
</tr>
|
51
|
+
<tr>
|
52
|
+
<td class="define_keyword">#define</td>
|
49
53
|
<td class="function_name"><a class="link" href="pango-Text-Processing.html#PANGO-TYPE-DIRECTION:CAPS" title="PANGO_TYPE_DIRECTION">PANGO_TYPE_DIRECTION</a></td>
|
50
54
|
</tr>
|
51
55
|
<tr>
|
52
56
|
<td class="function_type">
|
53
|
-
<a href="
|
57
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
54
58
|
</td>
|
55
59
|
<td class="function_name">
|
56
60
|
<a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()">pango_itemize</a> <span class="c_punctuation">()</span>
|
@@ -58,7 +62,7 @@
|
|
58
62
|
</tr>
|
59
63
|
<tr>
|
60
64
|
<td class="function_type">
|
61
|
-
<a href="
|
65
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
62
66
|
</td>
|
63
67
|
<td class="function_name">
|
64
68
|
<a class="link" href="pango-Text-Processing.html#pango-itemize-with-base-dir" title="pango_itemize_with_base_dir ()">pango_itemize_with_base_dir</a> <span class="c_punctuation">()</span>
|
@@ -98,7 +102,7 @@
|
|
98
102
|
</tr>
|
99
103
|
<tr>
|
100
104
|
<td class="function_type">
|
101
|
-
<a href="
|
105
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
102
106
|
</td>
|
103
107
|
<td class="function_name">
|
104
108
|
<a class="link" href="pango-Text-Processing.html#pango-reorder-items" title="pango_reorder_items ()">pango_reorder_items</a> <span class="c_punctuation">()</span>
|
@@ -122,7 +126,7 @@
|
|
122
126
|
</tr>
|
123
127
|
<tr>
|
124
128
|
<td class="function_type">
|
125
|
-
<a href="
|
129
|
+
<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>
|
126
130
|
</td>
|
127
131
|
<td class="function_name">
|
128
132
|
<a class="link" href="pango-Text-Processing.html#pango-context-get-serial" title="pango_context_get_serial ()">pango_context_get_serial</a> <span class="c_punctuation">()</span>
|
@@ -359,9 +363,9 @@
|
|
359
363
|
</div>
|
360
364
|
<div class="refsect1">
|
361
365
|
<a name="pango-Text-Processing.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
362
|
-
<pre class="screen"> GBoxed
|
366
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
363
367
|
<span class="lineart">╰──</span> PangoItem
|
364
|
-
<a href="
|
368
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
365
369
|
<span class="lineart">╰──</span> PangoContext
|
366
370
|
</pre>
|
367
371
|
</div>
|
@@ -380,7 +384,16 @@ various steps of this process.</p>
|
|
380
384
|
</pre>
|
381
385
|
<p>Whether the segment should be shifted to center around the baseline.
|
382
386
|
Used in vertical writing directions mostly.</p>
|
383
|
-
<p class="since">Since 1.16</p>
|
387
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
388
|
+
</div>
|
389
|
+
<hr>
|
390
|
+
<div class="refsect2">
|
391
|
+
<a name="PANGO-ANALYSIS-FLAG-IS-ELLIPSIS:CAPS"></a><h3>PANGO_ANALYSIS_FLAG_IS_ELLIPSIS</h3>
|
392
|
+
<pre class="programlisting">#define PANGO_ANALYSIS_FLAG_IS_ELLIPSIS (1 << 1)
|
393
|
+
</pre>
|
394
|
+
<p>This flag is used to mark runs that hold ellipsized text,
|
395
|
+
in an ellipsized layout.</p>
|
396
|
+
<p class="since">Since: 1.36.7</p>
|
384
397
|
</div>
|
385
398
|
<hr>
|
386
399
|
<div class="refsect2">
|
@@ -391,7 +404,7 @@ Used in vertical writing directions mostly.</p>
|
|
391
404
|
<hr>
|
392
405
|
<div class="refsect2">
|
393
406
|
<a name="pango-itemize"></a><h3>pango_itemize ()</h3>
|
394
|
-
<pre class="programlisting"><a href="
|
407
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
395
408
|
pango_itemize (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
396
409
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
397
410
|
<em class="parameter"><code><span class="type">int</span> start_index</code></em>,
|
@@ -416,7 +429,7 @@ the range covering the position just after <em class="parameter"><code>start_ind
|
|
416
429
|
(i.e. if itemizing in a loop, just keep passing in the same <em class="parameter"><code>cached_iter</code></em>
|
417
430
|
).</p>
|
418
431
|
<div class="refsect3">
|
419
|
-
<a name="id-1.2.2.9.
|
432
|
+
<a name="id-1.2.2.9.5.6"></a><h4>Parameters</h4>
|
420
433
|
<div class="informaltable"><table width="100%" border="0">
|
421
434
|
<colgroup>
|
422
435
|
<col width="150px" class="parameters_name">
|
@@ -457,25 +470,25 @@ This must be >= 0.</p></td>
|
|
457
470
|
</tr>
|
458
471
|
<tr>
|
459
472
|
<td class="parameter_name"><p>cached_iter</p></td>
|
460
|
-
<td class="parameter_description"><p> Cached attribute iterator, or <a href="
|
473
|
+
<td class="parameter_description"><p> Cached attribute iterator, 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>
|
461
474
|
<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>
|
462
475
|
</tr>
|
463
476
|
</tbody>
|
464
477
|
</table></div>
|
465
478
|
</div>
|
466
479
|
<div class="refsect3">
|
467
|
-
<a name="id-1.2.2.9.
|
468
|
-
<p> a <a href="
|
480
|
+
<a name="id-1.2.2.9.5.7"></a><h4>Returns</h4>
|
481
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>
|
469
482
|
structures. The items should be freed using <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a>
|
470
|
-
probably in combination with <a href="
|
471
|
-
using <a href="
|
483
|
+
probably in combination with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-foreach"><code class="function">g_list_foreach()</code></a>, and the list itself
|
484
|
+
using <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. </p>
|
472
485
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Item]</span></p>
|
473
486
|
</div>
|
474
487
|
</div>
|
475
488
|
<hr>
|
476
489
|
<div class="refsect2">
|
477
490
|
<a name="pango-itemize-with-base-dir"></a><h3>pango_itemize_with_base_dir ()</h3>
|
478
|
-
<pre class="programlisting"><a href="
|
491
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
479
492
|
pango_itemize_with_base_dir (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
480
493
|
<em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="type">PangoDirection</span></a> base_dir</code></em>,
|
481
494
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
@@ -487,7 +500,7 @@ pango_itemize_with_base_dir (<em class="parameter"><code><a class="link" href="p
|
|
487
500
|
computing bidirectional levels (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>),
|
488
501
|
is specified explicitly rather than gotten from the <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.</p>
|
489
502
|
<div class="refsect3">
|
490
|
-
<a name="id-1.2.2.9.
|
503
|
+
<a name="id-1.2.2.9.6.5"></a><h4>Parameters</h4>
|
491
504
|
<div class="informaltable"><table width="100%" border="0">
|
492
505
|
<colgroup>
|
493
506
|
<col width="150px" class="parameters_name">
|
@@ -532,21 +545,21 @@ after <em class="parameter"><code>start_index</code></em>
|
|
532
545
|
</tr>
|
533
546
|
<tr>
|
534
547
|
<td class="parameter_name"><p>cached_iter</p></td>
|
535
|
-
<td class="parameter_description"><p> Cached attribute iterator, or <a href="
|
548
|
+
<td class="parameter_description"><p> Cached attribute iterator, 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>
|
536
549
|
<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>
|
537
550
|
</tr>
|
538
551
|
</tbody>
|
539
552
|
</table></div>
|
540
553
|
</div>
|
541
554
|
<div class="refsect3">
|
542
|
-
<a name="id-1.2.2.9.
|
543
|
-
<p> a <a href="
|
555
|
+
<a name="id-1.2.2.9.6.6"></a><h4>Returns</h4>
|
556
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
|
544
557
|
<a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> structures. The items should be freed using
|
545
558
|
<a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a> probably in combination with
|
546
|
-
<a href="
|
559
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-foreach"><code class="function">g_list_foreach()</code></a>, and the list itself using <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. </p>
|
547
560
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Item]</span></p>
|
548
561
|
</div>
|
549
|
-
<p class="since">Since 1.4</p>
|
562
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
550
563
|
</div>
|
551
564
|
<hr>
|
552
565
|
<div class="refsect2">
|
@@ -555,7 +568,7 @@ after <em class="parameter"><code>start_index</code></em>
|
|
555
568
|
pango_item_free (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> *item</code></em>);</pre>
|
556
569
|
<p>Free a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> and all associated memory.</p>
|
557
570
|
<div class="refsect3">
|
558
|
-
<a name="id-1.2.2.9.
|
571
|
+
<a name="id-1.2.2.9.7.5"></a><h4>Parameters</h4>
|
559
572
|
<div class="informaltable"><table width="100%" border="0">
|
560
573
|
<colgroup>
|
561
574
|
<col width="150px" class="parameters_name">
|
@@ -564,8 +577,8 @@ pango_item_free (<em class="parameter"><code><a class="link" href="pango-Text-Pr
|
|
564
577
|
</colgroup>
|
565
578
|
<tbody><tr>
|
566
579
|
<td class="parameter_name"><p>item</p></td>
|
567
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, may be <a href="
|
568
|
-
<td class="parameter_annotations">
|
580
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</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>
|
581
|
+
<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>
|
569
582
|
</tr></tbody>
|
570
583
|
</table></div>
|
571
584
|
</div>
|
@@ -577,7 +590,7 @@ pango_item_free (<em class="parameter"><code><a class="link" href="pango-Text-Pr
|
|
577
590
|
pango_item_copy (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> *item</code></em>);</pre>
|
578
591
|
<p>Copy an existing <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> structure.</p>
|
579
592
|
<div class="refsect3">
|
580
|
-
<a name="id-1.2.2.9.
|
593
|
+
<a name="id-1.2.2.9.8.5"></a><h4>Parameters</h4>
|
581
594
|
<div class="informaltable"><table width="100%" border="0">
|
582
595
|
<colgroup>
|
583
596
|
<col width="150px" class="parameters_name">
|
@@ -586,18 +599,18 @@ pango_item_copy (<em class="parameter"><code><a class="link" href="pango-Text-Pr
|
|
586
599
|
</colgroup>
|
587
600
|
<tbody><tr>
|
588
601
|
<td class="parameter_name"><p>item</p></td>
|
589
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, may be <a href="
|
590
|
-
<td class="parameter_annotations">
|
602
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</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>
|
603
|
+
<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>
|
591
604
|
</tr></tbody>
|
592
605
|
</table></div>
|
593
606
|
</div>
|
594
607
|
<div class="refsect3">
|
595
|
-
<a name="id-1.2.2.9.
|
596
|
-
<p> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, which
|
597
|
-
be freed with <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a>, or <a href="
|
608
|
+
<a name="id-1.2.2.9.8.6"></a><h4>Returns</h4>
|
609
|
+
<p> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, which
|
610
|
+
should be freed with <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></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
|
598
611
|
<em class="parameter"><code>item</code></em>
|
599
|
-
was NULL
|
600
|
-
<p></p>
|
612
|
+
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>
|
613
|
+
<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>
|
601
614
|
</div>
|
602
615
|
</div>
|
603
616
|
<hr>
|
@@ -607,10 +620,9 @@ was NULL.</p>
|
|
607
620
|
pango_item_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
608
621
|
<p>Creates a new <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> structure initialized to default values.</p>
|
609
622
|
<div class="refsect3">
|
610
|
-
<a name="id-1.2.2.9.
|
623
|
+
<a name="id-1.2.2.9.9.5"></a><h4>Returns</h4>
|
611
624
|
<p> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, which should
|
612
625
|
be freed with <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a>.</p>
|
613
|
-
<p></p>
|
614
626
|
</div>
|
615
627
|
</div>
|
616
628
|
<hr>
|
@@ -639,7 +651,7 @@ chars, and must be provided because the text used to generate the
|
|
639
651
|
item isn't available, so <a class="link" href="pango-Text-Processing.html#pango-item-split" title="pango_item_split ()"><code class="function">pango_item_split()</code></a> can't count the char
|
640
652
|
length of the split items itself.</p>
|
641
653
|
<div class="refsect3">
|
642
|
-
<a name="id-1.2.2.9.
|
654
|
+
<a name="id-1.2.2.9.10.5"></a><h4>Parameters</h4>
|
643
655
|
<div class="informaltable"><table width="100%" border="0">
|
644
656
|
<colgroup>
|
645
657
|
<col width="150px" class="parameters_name">
|
@@ -668,23 +680,22 @@ and <em class="parameter"><code>split_index</code></em>
|
|
668
680
|
</table></div>
|
669
681
|
</div>
|
670
682
|
<div class="refsect3">
|
671
|
-
<a name="id-1.2.2.9.
|
683
|
+
<a name="id-1.2.2.9.10.6"></a><h4>Returns</h4>
|
672
684
|
<p> new item representing text before <em class="parameter"><code>split_index</code></em>
|
673
685
|
, which
|
674
686
|
should be freed with <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a>.</p>
|
675
|
-
<p></p>
|
676
687
|
</div>
|
677
688
|
</div>
|
678
689
|
<hr>
|
679
690
|
<div class="refsect2">
|
680
691
|
<a name="pango-reorder-items"></a><h3>pango_reorder_items ()</h3>
|
681
|
-
<pre class="programlisting"><a href="
|
682
|
-
pango_reorder_items (<em class="parameter"><code><a href="
|
692
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
693
|
+
pango_reorder_items (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *logical_items</code></em>);</pre>
|
683
694
|
<p>From a list of items in logical order and the associated
|
684
695
|
directional levels, produce a list in visual order.
|
685
696
|
The original list is unmodified.</p>
|
686
697
|
<div class="refsect3">
|
687
|
-
<a name="id-1.2.2.9.
|
698
|
+
<a name="id-1.2.2.9.11.5"></a><h4>Parameters</h4>
|
688
699
|
<div class="informaltable"><table width="100%" border="0">
|
689
700
|
<colgroup>
|
690
701
|
<col width="150px" class="parameters_name">
|
@@ -693,14 +704,14 @@ The original list is unmodified.</p>
|
|
693
704
|
</colgroup>
|
694
705
|
<tbody><tr>
|
695
706
|
<td class="parameter_name"><p>logical_items</p></td>
|
696
|
-
<td class="parameter_description"><p> a <a href="
|
707
|
+
<td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> in logical order. </p></td>
|
697
708
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Item]</span></td>
|
698
709
|
</tr></tbody>
|
699
710
|
</table></div>
|
700
711
|
</div>
|
701
712
|
<div class="refsect3">
|
702
|
-
<a name="id-1.2.2.9.
|
703
|
-
<p> a <a href="
|
713
|
+
<a name="id-1.2.2.9.11.6"></a><h4>Returns</h4>
|
714
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a>
|
704
715
|
of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> structures in visual order.</p>
|
705
716
|
<p>(Please open a bug if you use this function.
|
706
717
|
It is not a particularly convenient interface, and the code
|
@@ -721,13 +732,12 @@ together and hence users are recommended to use that.</p>
|
|
721
732
|
<p>If you are using Pango as part of a higher-level system,
|
722
733
|
that system may have it's own way of create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.
|
723
734
|
For instance, the GTK+ toolkit has, among others,
|
724
|
-
<a href="
|
725
|
-
<a href="
|
735
|
+
<a href="../gdk3/gdk3-Pango-Interaction.html#gdk-pango-context-get-for-screen"><code class="function">gdk_pango_context_get_for_screen()</code></a>, and
|
736
|
+
<a href="../gtk3/GtkWidget.html#gtk-widget-get-pango-context"><code class="function">gtk_widget_get_pango_context()</code></a>. Use those instead.</p>
|
726
737
|
<div class="refsect3">
|
727
|
-
<a name="id-1.2.2.9.
|
738
|
+
<a name="id-1.2.2.9.12.7"></a><h4>Returns</h4>
|
728
739
|
<p> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, which should
|
729
|
-
be freed with <a href="
|
730
|
-
<p></p>
|
740
|
+
be freed 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>
|
731
741
|
</div>
|
732
742
|
</div>
|
733
743
|
<hr>
|
@@ -742,7 +752,7 @@ for Pango, something applications won't do. Backends should
|
|
742
752
|
call this function if they have attached extra data to the context
|
743
753
|
and such data is changed.</p>
|
744
754
|
<div class="refsect3">
|
745
|
-
<a name="id-1.2.2.9.
|
755
|
+
<a name="id-1.2.2.9.13.6"></a><h4>Parameters</h4>
|
746
756
|
<div class="informaltable"><table width="100%" border="0">
|
747
757
|
<colgroup>
|
748
758
|
<col width="150px" class="parameters_name">
|
@@ -756,12 +766,12 @@ and such data is changed.</p>
|
|
756
766
|
</tr></tbody>
|
757
767
|
</table></div>
|
758
768
|
</div>
|
759
|
-
<p class="since">Since 1.32.4</p>
|
769
|
+
<p class="since">Since: <a class="link" href="api-index-1-32-4.html#api-index-1.32.4">1.32.4</a></p>
|
760
770
|
</div>
|
761
771
|
<hr>
|
762
772
|
<div class="refsect2">
|
763
773
|
<a name="pango-context-get-serial"></a><h3>pango_context_get_serial ()</h3>
|
764
|
-
<pre class="programlisting"><a href="
|
774
|
+
<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>
|
765
775
|
pango_context_get_serial (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
766
776
|
<p>Returns the current serial number of <em class="parameter"><code>context</code></em>
|
767
777
|
. The serial number is
|
@@ -774,7 +784,7 @@ can wrap, never compare it with "less than", always use "not equals".</p>
|
|
774
784
|
is only useful when implementing objects that need update when their
|
775
785
|
<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> changes, like <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>.</p>
|
776
786
|
<div class="refsect3">
|
777
|
-
<a name="id-1.2.2.9.
|
787
|
+
<a name="id-1.2.2.9.14.6"></a><h4>Parameters</h4>
|
778
788
|
<div class="informaltable"><table width="100%" border="0">
|
779
789
|
<colgroup>
|
780
790
|
<col width="150px" class="parameters_name">
|
@@ -789,12 +799,11 @@ is only useful when implementing objects that need update when their
|
|
789
799
|
</table></div>
|
790
800
|
</div>
|
791
801
|
<div class="refsect3">
|
792
|
-
<a name="id-1.2.2.9.
|
802
|
+
<a name="id-1.2.2.9.14.7"></a><h4>Returns</h4>
|
793
803
|
<p> The current serial number of <em class="parameter"><code>context</code></em>
|
794
804
|
.</p>
|
795
|
-
<p></p>
|
796
805
|
</div>
|
797
|
-
<p class="since">Since 1.32.4</p>
|
806
|
+
<p class="since">Since: <a class="link" href="api-index-1-32-4.html#api-index-1.32.4">1.32.4</a></p>
|
798
807
|
</div>
|
799
808
|
<hr>
|
800
809
|
<div class="refsect2">
|
@@ -806,7 +815,7 @@ pango_context_set_font_map (<em class="parameter"><code><a class="link" href="pa
|
|
806
815
|
This is only for internal use by Pango backends, a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> obtained
|
807
816
|
via one of the recommended methods should already have a suitable font map.</p>
|
808
817
|
<div class="refsect3">
|
809
|
-
<a name="id-1.2.2.9.
|
818
|
+
<a name="id-1.2.2.9.15.5"></a><h4>Parameters</h4>
|
810
819
|
<div class="informaltable"><table width="100%" border="0">
|
811
820
|
<colgroup>
|
812
821
|
<col width="150px" class="parameters_name">
|
@@ -835,7 +844,7 @@ via one of the recommended methods should already have a suitable font map.</p>
|
|
835
844
|
pango_context_get_font_map (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
836
845
|
<p>Gets the <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> used to look up fonts for this context.</p>
|
837
846
|
<div class="refsect3">
|
838
|
-
<a name="id-1.2.2.9.
|
847
|
+
<a name="id-1.2.2.9.16.5"></a><h4>Parameters</h4>
|
839
848
|
<div class="informaltable"><table width="100%" border="0">
|
840
849
|
<colgroup>
|
841
850
|
<col width="150px" class="parameters_name">
|
@@ -850,12 +859,12 @@ pango_context_get_font_map (<em class="parameter"><code><a class="link" href="pa
|
|
850
859
|
</table></div>
|
851
860
|
</div>
|
852
861
|
<div class="refsect3">
|
853
|
-
<a name="id-1.2.2.9.
|
862
|
+
<a name="id-1.2.2.9.16.6"></a><h4>Returns</h4>
|
854
863
|
<p> the font map for the <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.
|
855
864
|
This value is owned by Pango and should not be unreferenced. </p>
|
856
865
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
857
866
|
</div>
|
858
|
-
<p class="since">Since 1.6</p>
|
867
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
859
868
|
</div>
|
860
869
|
<hr>
|
861
870
|
<div class="refsect2">
|
@@ -864,7 +873,7 @@ This value is owned by Pango and should not be unreferenced. </p>
|
|
864
873
|
pango_context_get_font_description (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
865
874
|
<p>Retrieve the default font description for the context.</p>
|
866
875
|
<div class="refsect3">
|
867
|
-
<a name="id-1.2.2.9.
|
876
|
+
<a name="id-1.2.2.9.17.5"></a><h4>Parameters</h4>
|
868
877
|
<div class="informaltable"><table width="100%" border="0">
|
869
878
|
<colgroup>
|
870
879
|
<col width="150px" class="parameters_name">
|
@@ -879,7 +888,7 @@ pango_context_get_font_description (<em class="parameter"><code><a class="link"
|
|
879
888
|
</table></div>
|
880
889
|
</div>
|
881
890
|
<div class="refsect3">
|
882
|
-
<a name="id-1.2.2.9.
|
891
|
+
<a name="id-1.2.2.9.17.6"></a><h4>Returns</h4>
|
883
892
|
<p> a pointer to the context's default font
|
884
893
|
description. This value must not be modified or freed. </p>
|
885
894
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -893,7 +902,7 @@ pango_context_set_font_description (<em class="parameter"><code><a class="link"
|
|
893
902
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
|
894
903
|
<p>Set the default font description for the context</p>
|
895
904
|
<div class="refsect3">
|
896
|
-
<a name="id-1.2.2.9.
|
905
|
+
<a name="id-1.2.2.9.18.5"></a><h4>Parameters</h4>
|
897
906
|
<div class="informaltable"><table width="100%" border="0">
|
898
907
|
<colgroup>
|
899
908
|
<col width="150px" class="parameters_name">
|
@@ -922,7 +931,7 @@ pango_context_set_font_description (<em class="parameter"><code><a class="link"
|
|
922
931
|
pango_context_get_language (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
923
932
|
<p>Retrieves the global language tag for the context.</p>
|
924
933
|
<div class="refsect3">
|
925
|
-
<a name="id-1.2.2.9.
|
934
|
+
<a name="id-1.2.2.9.19.5"></a><h4>Parameters</h4>
|
926
935
|
<div class="informaltable"><table width="100%" border="0">
|
927
936
|
<colgroup>
|
928
937
|
<col width="150px" class="parameters_name">
|
@@ -937,9 +946,8 @@ pango_context_get_language (<em class="parameter"><code><a class="link" href="pa
|
|
937
946
|
</table></div>
|
938
947
|
</div>
|
939
948
|
<div class="refsect3">
|
940
|
-
<a name="id-1.2.2.9.
|
949
|
+
<a name="id-1.2.2.9.19.6"></a><h4>Returns</h4>
|
941
950
|
<p> the global language tag.</p>
|
942
|
-
<p></p>
|
943
951
|
</div>
|
944
952
|
</div>
|
945
953
|
<hr>
|
@@ -952,7 +960,7 @@ pango_context_set_language (<em class="parameter"><code><a class="link" href="pa
|
|
952
960
|
for the locale of the running process can be found using
|
953
961
|
<a class="link" href="pango-Scripts-and-Languages.html#pango-language-get-default" title="pango_language_get_default ()"><code class="function">pango_language_get_default()</code></a>.</p>
|
954
962
|
<div class="refsect3">
|
955
|
-
<a name="id-1.2.2.9.
|
963
|
+
<a name="id-1.2.2.9.20.5"></a><h4>Parameters</h4>
|
956
964
|
<div class="informaltable"><table width="100%" border="0">
|
957
965
|
<colgroup>
|
958
966
|
<col width="150px" class="parameters_name">
|
@@ -982,7 +990,7 @@ pango_context_get_base_dir (<em class="parameter"><code><a class="link" href="pa
|
|
982
990
|
<p>Retrieves the base direction for the context. See
|
983
991
|
<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>
|
984
992
|
<div class="refsect3">
|
985
|
-
<a name="id-1.2.2.9.
|
993
|
+
<a name="id-1.2.2.9.21.5"></a><h4>Parameters</h4>
|
986
994
|
<div class="informaltable"><table width="100%" border="0">
|
987
995
|
<colgroup>
|
988
996
|
<col width="150px" class="parameters_name">
|
@@ -997,9 +1005,8 @@ pango_context_get_base_dir (<em class="parameter"><code><a class="link" href="pa
|
|
997
1005
|
</table></div>
|
998
1006
|
</div>
|
999
1007
|
<div class="refsect3">
|
1000
|
-
<a name="id-1.2.2.9.
|
1008
|
+
<a name="id-1.2.2.9.21.6"></a><h4>Returns</h4>
|
1001
1009
|
<p> the base direction for the context.</p>
|
1002
|
-
<p></p>
|
1003
1010
|
</div>
|
1004
1011
|
</div>
|
1005
1012
|
<hr>
|
@@ -1017,7 +1024,7 @@ direction in the Unicode bidirectional algorithm. A value of
|
|
1017
1024
|
<a class="link" href="pango-Bidirectional-Text.html#PANGO-DIRECTION-WEAK-LTR:CAPS"><code class="literal">PANGO_DIRECTION_WEAK_LTR</code></a> or <a class="link" href="pango-Bidirectional-Text.html#PANGO-DIRECTION-WEAK-RTL:CAPS"><code class="literal">PANGO_DIRECTION_WEAK_RTL</code></a> is used only
|
1018
1025
|
for paragraphs that do not contain any strong characters themselves.</p>
|
1019
1026
|
<div class="refsect3">
|
1020
|
-
<a name="id-1.2.2.9.
|
1027
|
+
<a name="id-1.2.2.9.22.6"></a><h4>Parameters</h4>
|
1021
1028
|
<div class="informaltable"><table width="100%" border="0">
|
1022
1029
|
<colgroup>
|
1023
1030
|
<col width="150px" class="parameters_name">
|
@@ -1047,7 +1054,7 @@ pango_context_get_base_gravity (<em class="parameter"><code><a class="link" href
|
|
1047
1054
|
<p>Retrieves the base gravity for the context. See
|
1048
1055
|
<a class="link" href="pango-Text-Processing.html#pango-context-set-base-gravity" title="pango_context_set_base_gravity ()"><code class="function">pango_context_set_base_gravity()</code></a>.</p>
|
1049
1056
|
<div class="refsect3">
|
1050
|
-
<a name="id-1.2.2.9.
|
1057
|
+
<a name="id-1.2.2.9.23.5"></a><h4>Parameters</h4>
|
1051
1058
|
<div class="informaltable"><table width="100%" border="0">
|
1052
1059
|
<colgroup>
|
1053
1060
|
<col width="150px" class="parameters_name">
|
@@ -1062,11 +1069,10 @@ pango_context_get_base_gravity (<em class="parameter"><code><a class="link" href
|
|
1062
1069
|
</table></div>
|
1063
1070
|
</div>
|
1064
1071
|
<div class="refsect3">
|
1065
|
-
<a name="id-1.2.2.9.
|
1072
|
+
<a name="id-1.2.2.9.23.6"></a><h4>Returns</h4>
|
1066
1073
|
<p> the base gravity for the context.</p>
|
1067
|
-
<p></p>
|
1068
1074
|
</div>
|
1069
|
-
<p class="since">Since 1.16</p>
|
1075
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1070
1076
|
</div>
|
1071
1077
|
<hr>
|
1072
1078
|
<div class="refsect2">
|
@@ -1077,7 +1083,7 @@ pango_context_set_base_gravity (<em class="parameter"><code><a class="link" href
|
|
1077
1083
|
<p>Sets the base gravity for the context.</p>
|
1078
1084
|
<p>The base gravity is used in laying vertical text out.</p>
|
1079
1085
|
<div class="refsect3">
|
1080
|
-
<a name="id-1.2.2.9.
|
1086
|
+
<a name="id-1.2.2.9.24.6"></a><h4>Parameters</h4>
|
1081
1087
|
<div class="informaltable"><table width="100%" border="0">
|
1082
1088
|
<colgroup>
|
1083
1089
|
<col width="150px" class="parameters_name">
|
@@ -1098,7 +1104,7 @@ pango_context_set_base_gravity (<em class="parameter"><code><a class="link" href
|
|
1098
1104
|
</tbody>
|
1099
1105
|
</table></div>
|
1100
1106
|
</div>
|
1101
|
-
<p class="since">Since 1.16</p>
|
1107
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1102
1108
|
</div>
|
1103
1109
|
<hr>
|
1104
1110
|
<div class="refsect2">
|
@@ -1110,7 +1116,7 @@ pango_context_get_gravity (<em class="parameter"><code><a class="link" href="pan
|
|
1110
1116
|
is <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-AUTO:CAPS"><code class="literal">PANGO_GRAVITY_AUTO</code></a> for which <a class="link" href="pango-Vertical-Text.html#pango-gravity-get-for-matrix" title="pango_gravity_get_for_matrix ()"><code class="function">pango_gravity_get_for_matrix()</code></a> is used
|
1111
1117
|
to return the gravity from the current context matrix.</p>
|
1112
1118
|
<div class="refsect3">
|
1113
|
-
<a name="id-1.2.2.9.
|
1119
|
+
<a name="id-1.2.2.9.25.5"></a><h4>Parameters</h4>
|
1114
1120
|
<div class="informaltable"><table width="100%" border="0">
|
1115
1121
|
<colgroup>
|
1116
1122
|
<col width="150px" class="parameters_name">
|
@@ -1125,11 +1131,10 @@ to return the gravity from the current context matrix.</p>
|
|
1125
1131
|
</table></div>
|
1126
1132
|
</div>
|
1127
1133
|
<div class="refsect3">
|
1128
|
-
<a name="id-1.2.2.9.
|
1134
|
+
<a name="id-1.2.2.9.25.6"></a><h4>Returns</h4>
|
1129
1135
|
<p> the resolved gravity for the context.</p>
|
1130
|
-
<p></p>
|
1131
1136
|
</div>
|
1132
|
-
<p class="since">Since 1.16</p>
|
1137
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1133
1138
|
</div>
|
1134
1139
|
<hr>
|
1135
1140
|
<div class="refsect2">
|
@@ -1139,7 +1144,7 @@ pango_context_get_gravity_hint (<em class="parameter"><code><a class="link" href
|
|
1139
1144
|
<p>Retrieves the gravity hint for the context. See
|
1140
1145
|
<a class="link" href="pango-Text-Processing.html#pango-context-set-gravity-hint" title="pango_context_set_gravity_hint ()"><code class="function">pango_context_set_gravity_hint()</code></a> for details.</p>
|
1141
1146
|
<div class="refsect3">
|
1142
|
-
<a name="id-1.2.2.9.
|
1147
|
+
<a name="id-1.2.2.9.26.5"></a><h4>Parameters</h4>
|
1143
1148
|
<div class="informaltable"><table width="100%" border="0">
|
1144
1149
|
<colgroup>
|
1145
1150
|
<col width="150px" class="parameters_name">
|
@@ -1154,11 +1159,10 @@ pango_context_get_gravity_hint (<em class="parameter"><code><a class="link" href
|
|
1154
1159
|
</table></div>
|
1155
1160
|
</div>
|
1156
1161
|
<div class="refsect3">
|
1157
|
-
<a name="id-1.2.2.9.
|
1162
|
+
<a name="id-1.2.2.9.26.6"></a><h4>Returns</h4>
|
1158
1163
|
<p> the gravity hint for the context.</p>
|
1159
|
-
<p></p>
|
1160
1164
|
</div>
|
1161
|
-
<p class="since">Since 1.16</p>
|
1165
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1162
1166
|
</div>
|
1163
1167
|
<hr>
|
1164
1168
|
<div class="refsect2">
|
@@ -1171,7 +1175,7 @@ pango_context_set_gravity_hint (<em class="parameter"><code><a class="link" href
|
|
1171
1175
|
if gravity of the context as returned by <a class="link" href="pango-Text-Processing.html#pango-context-get-gravity" title="pango_context_get_gravity ()"><code class="function">pango_context_get_gravity()</code></a>
|
1172
1176
|
is set <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-EAST:CAPS"><code class="literal">PANGO_GRAVITY_EAST</code></a> or <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-WEST:CAPS"><code class="literal">PANGO_GRAVITY_WEST</code></a>.</p>
|
1173
1177
|
<div class="refsect3">
|
1174
|
-
<a name="id-1.2.2.9.
|
1178
|
+
<a name="id-1.2.2.9.27.6"></a><h4>Parameters</h4>
|
1175
1179
|
<div class="informaltable"><table width="100%" border="0">
|
1176
1180
|
<colgroup>
|
1177
1181
|
<col width="150px" class="parameters_name">
|
@@ -1192,7 +1196,7 @@ is set <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-EAST:CAPS"><
|
|
1192
1196
|
</tbody>
|
1193
1197
|
</table></div>
|
1194
1198
|
</div>
|
1195
|
-
<p class="since">Since 1.16</p>
|
1199
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1196
1200
|
</div>
|
1197
1201
|
<hr>
|
1198
1202
|
<div class="refsect2">
|
@@ -1202,7 +1206,7 @@ pango_context_get_matrix (<em class="parameter"><code><a class="link" href="pang
|
|
1202
1206
|
<p>Gets the transformation matrix that will be applied when
|
1203
1207
|
rendering with this context. See <a class="link" href="pango-Text-Processing.html#pango-context-set-matrix" title="pango_context_set_matrix ()"><code class="function">pango_context_set_matrix()</code></a>.</p>
|
1204
1208
|
<div class="refsect3">
|
1205
|
-
<a name="id-1.2.2.9.
|
1209
|
+
<a name="id-1.2.2.9.28.5"></a><h4>Parameters</h4>
|
1206
1210
|
<div class="informaltable"><table width="100%" border="0">
|
1207
1211
|
<colgroup>
|
1208
1212
|
<col width="150px" class="parameters_name">
|
@@ -1217,14 +1221,13 @@ rendering with this context. See <a class="link" href="pango-Text-Processing.htm
|
|
1217
1221
|
</table></div>
|
1218
1222
|
</div>
|
1219
1223
|
<div class="refsect3">
|
1220
|
-
<a name="id-1.2.2.9.
|
1221
|
-
<p> the matrix, or <a href="
|
1222
|
-
(which is the same as the identity matrix). The returned
|
1223
|
-
matrix is owned by Pango and must not be modified or
|
1224
|
-
|
1225
|
-
<p></p>
|
1224
|
+
<a name="id-1.2.2.9.28.6"></a><h4>Returns</h4>
|
1225
|
+
<p> the matrix, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no matrix has
|
1226
|
+
been set (which is the same as the identity matrix). The returned
|
1227
|
+
matrix is owned by Pango and must not be modified or freed. </p>
|
1228
|
+
<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>
|
1226
1229
|
</div>
|
1227
|
-
<p class="since">Since 1.6</p>
|
1230
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
1228
1231
|
</div>
|
1229
1232
|
<hr>
|
1230
1233
|
<div class="refsect2">
|
@@ -1239,7 +1242,7 @@ coordinates after the application of the matrix. So, they don't scale
|
|
1239
1242
|
with the matrix, though they may change slightly for different
|
1240
1243
|
matrices, depending on how the text is fit to the pixel grid.</p>
|
1241
1244
|
<div class="refsect3">
|
1242
|
-
<a name="id-1.2.2.9.
|
1245
|
+
<a name="id-1.2.2.9.29.5"></a><h4>Parameters</h4>
|
1243
1246
|
<div class="informaltable"><table width="100%" border="0">
|
1244
1247
|
<colgroup>
|
1245
1248
|
<col width="150px" class="parameters_name">
|
@@ -1254,14 +1257,14 @@ matrices, depending on how the text is fit to the pixel grid.</p>
|
|
1254
1257
|
</tr>
|
1255
1258
|
<tr>
|
1256
1259
|
<td class="parameter_name"><p>matrix</p></td>
|
1257
|
-
<td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="
|
1260
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset any existing
|
1258
1261
|
matrix. (No matrix set is the same as setting the identity matrix.). </p></td>
|
1259
1262
|
<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>
|
1260
1263
|
</tr>
|
1261
1264
|
</tbody>
|
1262
1265
|
</table></div>
|
1263
1266
|
</div>
|
1264
|
-
<p class="since">Since 1.6</p>
|
1267
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
1265
1268
|
</div>
|
1266
1269
|
<hr>
|
1267
1270
|
<div class="refsect2">
|
@@ -1273,7 +1276,7 @@ pango_context_load_font (<em class="parameter"><code><a class="link" href="pango
|
|
1273
1276
|
that is the closest match for <em class="parameter"><code>desc</code></em>
|
1274
1277
|
.</p>
|
1275
1278
|
<div class="refsect3">
|
1276
|
-
<a name="id-1.2.2.9.
|
1279
|
+
<a name="id-1.2.2.9.30.5"></a><h4>Parameters</h4>
|
1277
1280
|
<div class="informaltable"><table width="100%" border="0">
|
1278
1281
|
<colgroup>
|
1279
1282
|
<col width="150px" class="parameters_name">
|
@@ -1295,10 +1298,10 @@ that is the closest match for <em class="parameter"><code>desc</code></em>
|
|
1295
1298
|
</table></div>
|
1296
1299
|
</div>
|
1297
1300
|
<div class="refsect3">
|
1298
|
-
<a name="id-1.2.2.9.
|
1299
|
-
<p> the newly allocated <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>
|
1300
|
-
was loaded, or <a href="
|
1301
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1301
|
+
<a name="id-1.2.2.9.30.6"></a><h4>Returns</h4>
|
1302
|
+
<p> the newly allocated <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>
|
1303
|
+
that was loaded, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no font matched. </p>
|
1304
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1302
1305
|
</div>
|
1303
1306
|
</div>
|
1304
1307
|
<hr>
|
@@ -1312,7 +1315,7 @@ pango_context_load_fontset (<em class="parameter"><code><a class="link" href="pa
|
|
1312
1315
|
a font matching <em class="parameter"><code>desc</code></em>
|
1313
1316
|
.</p>
|
1314
1317
|
<div class="refsect3">
|
1315
|
-
<a name="id-1.2.2.9.
|
1318
|
+
<a name="id-1.2.2.9.31.5"></a><h4>Parameters</h4>
|
1316
1319
|
<div class="informaltable"><table width="100%" border="0">
|
1317
1320
|
<colgroup>
|
1318
1321
|
<col width="150px" class="parameters_name">
|
@@ -1339,10 +1342,10 @@ a font matching <em class="parameter"><code>desc</code></em>
|
|
1339
1342
|
</table></div>
|
1340
1343
|
</div>
|
1341
1344
|
<div class="refsect3">
|
1342
|
-
<a name="id-1.2.2.9.
|
1343
|
-
<p> the newly allocated
|
1344
|
-
or <a href="
|
1345
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1345
|
+
<a name="id-1.2.2.9.31.6"></a><h4>Returns</h4>
|
1346
|
+
<p> the newly allocated
|
1347
|
+
<a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> loaded, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no font matched. </p>
|
1348
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1346
1349
|
</div>
|
1347
1350
|
</div>
|
1348
1351
|
<hr>
|
@@ -1364,7 +1367,7 @@ would be used to render the string, then the returned fonts would
|
|
1364
1367
|
be a composite of the metrics for the fonts loaded for the
|
1365
1368
|
individual families.</p>
|
1366
1369
|
<div class="refsect3">
|
1367
|
-
<a name="id-1.2.2.9.
|
1370
|
+
<a name="id-1.2.2.9.32.6"></a><h4>Parameters</h4>
|
1368
1371
|
<div class="informaltable"><table width="100%" border="0">
|
1369
1372
|
<colgroup>
|
1370
1373
|
<col width="150px" class="parameters_name">
|
@@ -1379,14 +1382,14 @@ individual families.</p>
|
|
1379
1382
|
</tr>
|
1380
1383
|
<tr>
|
1381
1384
|
<td class="parameter_name"><p>desc</p></td>
|
1382
|
-
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> structure. <a href="
|
1385
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> structure. <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> means that the
|
1383
1386
|
font description from the context will be used. </p></td>
|
1384
1387
|
<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>
|
1385
1388
|
</tr>
|
1386
1389
|
<tr>
|
1387
1390
|
<td class="parameter_name"><p>language</p></td>
|
1388
1391
|
<td class="parameter_description"><p> language tag used to determine which script to get
|
1389
|
-
the metrics for. <a href="
|
1392
|
+
the metrics for. <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> means that the language tag from the context
|
1390
1393
|
will be used. If no language tag is set on the context, metrics
|
1391
1394
|
for the default language (as determined by <a class="link" href="pango-Scripts-and-Languages.html#pango-language-get-default" title="pango_language_get_default ()"><code class="function">pango_language_get_default()</code></a>)
|
1392
1395
|
will be returned. </p></td>
|
@@ -1396,10 +1399,9 @@ will be returned. </p></td>
|
|
1396
1399
|
</table></div>
|
1397
1400
|
</div>
|
1398
1401
|
<div class="refsect3">
|
1399
|
-
<a name="id-1.2.2.9.
|
1402
|
+
<a name="id-1.2.2.9.32.7"></a><h4>Returns</h4>
|
1400
1403
|
<p> a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> object. The caller must call <a class="link" href="pango-Fonts.html#pango-font-metrics-unref" title="pango_font_metrics_unref ()"><code class="function">pango_font_metrics_unref()</code></a>
|
1401
1404
|
when finished using the object.</p>
|
1402
|
-
<p></p>
|
1403
1405
|
</div>
|
1404
1406
|
</div>
|
1405
1407
|
<hr>
|
@@ -1411,7 +1413,7 @@ pango_context_list_families (<em class="parameter"><code><a class="link" href="p
|
|
1411
1413
|
<em class="parameter"><code><span class="type">int</span> *n_families</code></em>);</pre>
|
1412
1414
|
<p>List all families for a context.</p>
|
1413
1415
|
<div class="refsect3">
|
1414
|
-
<a name="id-1.2.2.9.
|
1416
|
+
<a name="id-1.2.2.9.33.5"></a><h4>Parameters</h4>
|
1415
1417
|
<div class="informaltable"><table width="100%" border="0">
|
1416
1418
|
<colgroup>
|
1417
1419
|
<col width="150px" class="parameters_name">
|
@@ -1428,7 +1430,7 @@ pango_context_list_families (<em class="parameter"><code><a class="link" href="p
|
|
1428
1430
|
<td class="parameter_name"><p>families</p></td>
|
1429
1431
|
<td class="parameter_description"><p> location to store a pointer to
|
1430
1432
|
an array of <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *. This array should be freed
|
1431
|
-
with <a href="
|
1433
|
+
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>
|
1432
1434
|
<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_families][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></td>
|
1433
1435
|
</tr>
|
1434
1436
|
<tr>
|
@@ -1445,7 +1447,7 @@ with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocatio
|
|
1445
1447
|
<div class="refsect2">
|
1446
1448
|
<a name="pango-break"></a><h3>pango_break ()</h3>
|
1447
1449
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1448
|
-
pango_break (<em class="parameter"><code>const <a href="
|
1450
|
+
pango_break (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
1449
1451
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1450
1452
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1451
1453
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
@@ -1454,7 +1456,7 @@ pango_break (<em class="parameter"><code>const <a href="http://library.gnome.org
|
|
1454
1456
|
for a string of Unicode text with a single analysis. For most
|
1455
1457
|
purposes you may want to use <a class="link" href="pango-Text-Processing.html#pango-get-log-attrs" title="pango_get_log_attrs ()"><code class="function">pango_get_log_attrs()</code></a>.</p>
|
1456
1458
|
<div class="refsect3">
|
1457
|
-
<a name="id-1.2.2.9.
|
1459
|
+
<a name="id-1.2.2.9.34.5"></a><h4>Parameters</h4>
|
1458
1460
|
<div class="informaltable"><table width="100%" border="0">
|
1459
1461
|
<colgroup>
|
1460
1462
|
<col width="150px" class="parameters_name">
|
@@ -1518,7 +1520,7 @@ paragraph; logical attributes can't be computed without context
|
|
1518
1520
|
(for example you need to see spaces on either side of a word to know
|
1519
1521
|
the word is a word).</p>
|
1520
1522
|
<div class="refsect3">
|
1521
|
-
<a name="id-1.2.2.9.
|
1523
|
+
<a name="id-1.2.2.9.35.5"></a><h4>Parameters</h4>
|
1522
1524
|
<div class="informaltable"><table width="100%" border="0">
|
1523
1525
|
<colgroup>
|
1524
1526
|
<col width="150px" class="parameters_name">
|
@@ -1568,10 +1570,10 @@ array</p></td>
|
|
1568
1570
|
<div class="refsect2">
|
1569
1571
|
<a name="pango-find-paragraph-boundary"></a><h3>pango_find_paragraph_boundary ()</h3>
|
1570
1572
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1571
|
-
pango_find_paragraph_boundary (<em class="parameter"><code>const <a href="
|
1572
|
-
<em class="parameter"><code><a href="
|
1573
|
-
<em class="parameter"><code><a href="
|
1574
|
-
<em class="parameter"><code><a href="
|
1573
|
+
pango_find_paragraph_boundary (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
1574
|
+
<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> length</code></em>,
|
1575
|
+
<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> *paragraph_delimiter_index</code></em>,
|
1576
|
+
<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> *next_paragraph_start</code></em>);</pre>
|
1575
1577
|
<p>Locates a paragraph boundary in <em class="parameter"><code>text</code></em>
|
1576
1578
|
. A boundary is caused by
|
1577
1579
|
delimiter characters, such as a newline, carriage return, carriage
|
@@ -1588,7 +1590,7 @@ index of the run of delimiters is returned in
|
|
1588
1590
|
(an index one
|
1589
1591
|
off the end).</p>
|
1590
1592
|
<div class="refsect3">
|
1591
|
-
<a name="id-1.2.2.9.
|
1593
|
+
<a name="id-1.2.2.9.36.6"></a><h4>Parameters</h4>
|
1592
1594
|
<div class="informaltable"><table width="100%" border="0">
|
1593
1595
|
<colgroup>
|
1594
1596
|
<col width="150px" class="parameters_name">
|
@@ -1627,7 +1629,7 @@ paragraph. </p></td>
|
|
1627
1629
|
<div class="refsect2">
|
1628
1630
|
<a name="pango-default-break"></a><h3>pango_default_break ()</h3>
|
1629
1631
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1630
|
-
pango_default_break (<em class="parameter"><code>const <a href="
|
1632
|
+
pango_default_break (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
1631
1633
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1632
1634
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1633
1635
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
@@ -1636,12 +1638,12 @@ pango_default_break (<em class="parameter"><code>const <a href="http://library.g
|
|
1636
1638
|
engine overrides it. Normally you should use <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>
|
1637
1639
|
instead. Unlike <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>,
|
1638
1640
|
<em class="parameter"><code>analysis</code></em>
|
1639
|
-
can be <a href="
|
1641
|
+
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>, but only do that if you know what
|
1640
1642
|
you're doing. If you need an analysis to pass to <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>,
|
1641
1643
|
you need to <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()"><code class="function">pango_itemize()</code></a>. In most cases however you should
|
1642
1644
|
simply use <a class="link" href="pango-Text-Processing.html#pango-get-log-attrs" title="pango_get_log_attrs ()"><code class="function">pango_get_log_attrs()</code></a>.</p>
|
1643
1645
|
<div class="refsect3">
|
1644
|
-
<a name="id-1.2.2.9.
|
1646
|
+
<a name="id-1.2.2.9.37.5"></a><h4>Parameters</h4>
|
1645
1647
|
<div class="informaltable"><table width="100%" border="0">
|
1646
1648
|
<colgroup>
|
1647
1649
|
<col width="150px" class="parameters_name">
|
@@ -1662,9 +1664,9 @@ is nul-terminated)</p></td>
|
|
1662
1664
|
</tr>
|
1663
1665
|
<tr>
|
1664
1666
|
<td class="parameter_name"><p>analysis</p></td>
|
1665
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> for the <em class="parameter"><code>text</code></em>
|
1666
|
-
</p></td>
|
1667
|
-
<td class="parameter_annotations">
|
1667
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> for the <em class="parameter"><code>text</code></em>
|
1668
|
+
. </p></td>
|
1669
|
+
<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>
|
1668
1670
|
</tr>
|
1669
1671
|
<tr>
|
1670
1672
|
<td class="parameter_name"><p>attrs</p></td>
|
@@ -1685,8 +1687,8 @@ is nul-terminated)</p></td>
|
|
1685
1687
|
<div class="refsect2">
|
1686
1688
|
<a name="pango-shape"></a><h3>pango_shape ()</h3>
|
1687
1689
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1688
|
-
pango_shape (<em class="parameter"><code>const <a href="
|
1689
|
-
<em class="parameter"><code><a href="
|
1690
|
+
pango_shape (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
1691
|
+
<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> length</code></em>,
|
1690
1692
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1691
1693
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
|
1692
1694
|
<p>Given a segment of text and the corresponding
|
@@ -1697,7 +1699,7 @@ in only a substring of the item from <a class="link" href="pango-Text-Processing
|
|
1697
1699
|
that API allows for shaping interaction happening across text item
|
1698
1700
|
boundaries.</p>
|
1699
1701
|
<div class="refsect3">
|
1700
|
-
<a name="id-1.2.2.9.
|
1702
|
+
<a name="id-1.2.2.9.38.6"></a><h4>Parameters</h4>
|
1701
1703
|
<div class="informaltable"><table width="100%" border="0">
|
1702
1704
|
<colgroup>
|
1703
1705
|
<col width="150px" class="parameters_name">
|
@@ -1734,10 +1736,10 @@ boundaries.</p>
|
|
1734
1736
|
<div class="refsect2">
|
1735
1737
|
<a name="pango-shape-full"></a><h3>pango_shape_full ()</h3>
|
1736
1738
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1737
|
-
pango_shape_full (<em class="parameter"><code>const <a href="
|
1738
|
-
<em class="parameter"><code><a href="
|
1739
|
-
<em class="parameter"><code>const <a href="
|
1740
|
-
<em class="parameter"><code><a href="
|
1739
|
+
pango_shape_full (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *item_text</code></em>,
|
1740
|
+
<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> item_length</code></em>,
|
1741
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *paragraph_text</code></em>,
|
1742
|
+
<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> paragraph_length</code></em>,
|
1741
1743
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1742
1744
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
|
1743
1745
|
<p>Given a segment of text and the corresponding
|
@@ -1751,9 +1753,9 @@ text of which <em class="parameter"><code>item_text</code></em>
|
|
1751
1753
|
is part of, provide the broader text as
|
1752
1754
|
<em class="parameter"><code>paragraph_text</code></em>
|
1753
1755
|
. If <em class="parameter"><code>paragraph_text</code></em>
|
1754
|
-
is <a href="
|
1756
|
+
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>, item text is used instead.</p>
|
1755
1757
|
<div class="refsect3">
|
1756
|
-
<a name="id-1.2.2.9.
|
1758
|
+
<a name="id-1.2.2.9.39.6"></a><h4>Parameters</h4>
|
1757
1759
|
<div class="informaltable"><table width="100%" border="0">
|
1758
1760
|
<colgroup>
|
1759
1761
|
<col width="150px" class="parameters_name">
|
@@ -1774,7 +1776,7 @@ text of which <em class="parameter"><code>item_text</code></em>
|
|
1774
1776
|
</tr>
|
1775
1777
|
<tr>
|
1776
1778
|
<td class="parameter_name"><p>paragraph_text</p></td>
|
1777
|
-
<td class="parameter_description"><p> text of the paragraph (see details). May be <a href="
|
1779
|
+
<td class="parameter_description"><p> text of the paragraph (see details). 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>
|
1778
1780
|
<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>
|
1779
1781
|
</tr>
|
1780
1782
|
<tr>
|
@@ -1796,7 +1798,7 @@ text of which <em class="parameter"><code>item_text</code></em>
|
|
1796
1798
|
</tbody>
|
1797
1799
|
</table></div>
|
1798
1800
|
</div>
|
1799
|
-
<p class="since">Since 1.32</p>
|
1801
|
+
<p class="since">Since: <a class="link" href="api-index-1-32.html#api-index-1.32">1.32</a></p>
|
1800
1802
|
</div>
|
1801
1803
|
</div>
|
1802
1804
|
<div class="refsect1">
|
@@ -1818,6 +1820,38 @@ used to control the itemization process.</p>
|
|
1818
1820
|
};
|
1819
1821
|
</pre>
|
1820
1822
|
<p>The <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> structure stores information about a segment of text.</p>
|
1823
|
+
<div class="refsect3">
|
1824
|
+
<a name="id-1.2.2.10.3.5"></a><h4>Members</h4>
|
1825
|
+
<div class="informaltable"><table width="100%" border="0">
|
1826
|
+
<colgroup>
|
1827
|
+
<col width="300px" class="struct_members_name">
|
1828
|
+
<col class="struct_members_description">
|
1829
|
+
<col width="200px" class="struct_members_annotations">
|
1830
|
+
</colgroup>
|
1831
|
+
<tbody>
|
1832
|
+
<tr>
|
1833
|
+
<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="PangoItem-struct.offset"></a>offset</code></em>;</p></td>
|
1834
|
+
<td class="struct_member_description"><p>byte offset of the start of this item in text.</p></td>
|
1835
|
+
<td class="struct_member_annotations"> </td>
|
1836
|
+
</tr>
|
1837
|
+
<tr>
|
1838
|
+
<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="PangoItem-struct.length"></a>length</code></em>;</p></td>
|
1839
|
+
<td class="struct_member_description"><p>length of this item in bytes.</p></td>
|
1840
|
+
<td class="struct_member_annotations"> </td>
|
1841
|
+
</tr>
|
1842
|
+
<tr>
|
1843
|
+
<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="PangoItem-struct.num-chars"></a>num_chars</code></em>;</p></td>
|
1844
|
+
<td class="struct_member_description"><p>number of Unicode characters in the item.</p></td>
|
1845
|
+
<td class="struct_member_annotations"> </td>
|
1846
|
+
</tr>
|
1847
|
+
<tr>
|
1848
|
+
<td class="struct_member_name"><p><a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> <em class="structfield"><code><a name="PangoItem-struct.analysis"></a>analysis</code></em>;</p></td>
|
1849
|
+
<td class="struct_member_description"><p>analysis results for the item.</p></td>
|
1850
|
+
<td class="struct_member_annotations"> </td>
|
1851
|
+
</tr>
|
1852
|
+
</tbody>
|
1853
|
+
</table></div>
|
1854
|
+
</div>
|
1821
1855
|
</div>
|
1822
1856
|
<hr>
|
1823
1857
|
<div class="refsect2">
|
@@ -1864,22 +1898,22 @@ the properties of a segment of text.</p>
|
|
1864
1898
|
<td class="struct_member_annotations"> </td>
|
1865
1899
|
</tr>
|
1866
1900
|
<tr>
|
1867
|
-
<td class="struct_member_name"><p><a href="
|
1901
|
+
<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#guint8"><span class="type">guint8</span></a> <em class="structfield"><code><a name="PangoAnalysis.level"></a>level</code></em>;</p></td>
|
1868
1902
|
<td class="struct_member_description"><p>the bidirectional level for this segment.</p></td>
|
1869
1903
|
<td class="struct_member_annotations"> </td>
|
1870
1904
|
</tr>
|
1871
1905
|
<tr>
|
1872
|
-
<td class="struct_member_name"><p><a href="
|
1906
|
+
<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#guint8"><span class="type">guint8</span></a> <em class="structfield"><code><a name="PangoAnalysis.gravity"></a>gravity</code></em>;</p></td>
|
1873
1907
|
<td class="struct_member_description"><p>the glyph orientation for this segment (A <a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="type">PangoGravity</span></a>).</p></td>
|
1874
1908
|
<td class="struct_member_annotations"> </td>
|
1875
1909
|
</tr>
|
1876
1910
|
<tr>
|
1877
|
-
<td class="struct_member_name"><p><a href="
|
1911
|
+
<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#guint8"><span class="type">guint8</span></a> <em class="structfield"><code><a name="PangoAnalysis.flags"></a>flags</code></em>;</p></td>
|
1878
1912
|
<td class="struct_member_description"><p>boolean flags for this segment (currently only one) (Since: 1.16).</p></td>
|
1879
1913
|
<td class="struct_member_annotations"> </td>
|
1880
1914
|
</tr>
|
1881
1915
|
<tr>
|
1882
|
-
<td class="struct_member_name"><p><a href="
|
1916
|
+
<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#guint8"><span class="type">guint8</span></a> <em class="structfield"><code><a name="PangoAnalysis.script"></a>script</code></em>;</p></td>
|
1883
1917
|
<td class="struct_member_description"><p>the detected script for this segment (A <a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript"><span class="type">PangoScript</span></a>) (Since: 1.18).</p></td>
|
1884
1918
|
<td class="struct_member_annotations"> </td>
|
1885
1919
|
</tr>
|
@@ -1889,7 +1923,7 @@ the properties of a segment of text.</p>
|
|
1889
1923
|
<td class="struct_member_annotations"> </td>
|
1890
1924
|
</tr>
|
1891
1925
|
<tr>
|
1892
|
-
<td class="struct_member_name"><p><a href="
|
1926
|
+
<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="PangoAnalysis.extra-attrs"></a>extra_attrs</code></em>;</p></td>
|
1893
1927
|
<td class="struct_member_description"><p>extra attributes for this segment.</p></td>
|
1894
1928
|
<td class="struct_member_annotations"> </td>
|
1895
1929
|
</tr>
|
@@ -1960,27 +1994,27 @@ about the attributes of a single character.</p>
|
|
1960
1994
|
</colgroup>
|
1961
1995
|
<tbody>
|
1962
1996
|
<tr>
|
1963
|
-
<td class="struct_member_name"><p><a href="
|
1997
|
+
<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="PangoLogAttr.is-line-break"></a>is_line_break</code></em> : 1;</p></td>
|
1964
1998
|
<td class="struct_member_description"><p>if set, can break line in front of character</p></td>
|
1965
1999
|
<td class="struct_member_annotations"> </td>
|
1966
2000
|
</tr>
|
1967
2001
|
<tr>
|
1968
|
-
<td class="struct_member_name"><p><a href="
|
2002
|
+
<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="PangoLogAttr.is-mandatory-break"></a>is_mandatory_break</code></em> : 1;</p></td>
|
1969
2003
|
<td class="struct_member_description"><p>if set, must break line in front of character</p></td>
|
1970
2004
|
<td class="struct_member_annotations"> </td>
|
1971
2005
|
</tr>
|
1972
2006
|
<tr>
|
1973
|
-
<td class="struct_member_name"><p><a href="
|
2007
|
+
<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="PangoLogAttr.is-char-break"></a>is_char_break</code></em> : 1;</p></td>
|
1974
2008
|
<td class="struct_member_description"><p>if set, can break here when doing character wrapping</p></td>
|
1975
2009
|
<td class="struct_member_annotations"> </td>
|
1976
2010
|
</tr>
|
1977
2011
|
<tr>
|
1978
|
-
<td class="struct_member_name"><p><a href="
|
2012
|
+
<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="PangoLogAttr.is-white"></a>is_white</code></em> : 1;</p></td>
|
1979
2013
|
<td class="struct_member_description"><p>is whitespace character</p></td>
|
1980
2014
|
<td class="struct_member_annotations"> </td>
|
1981
2015
|
</tr>
|
1982
2016
|
<tr>
|
1983
|
-
<td class="struct_member_name"><p><a href="
|
2017
|
+
<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="PangoLogAttr.is-cursor-position"></a>is_cursor_position</code></em> : 1;</p></td>
|
1984
2018
|
<td class="struct_member_description">
|
1985
2019
|
<p>if set, cursor can appear in front of character.
|
1986
2020
|
i.e. this is a grapheme boundary, or the first character
|
@@ -1991,12 +2025,12 @@ Cluster Boundaries</a> semantics.</td>
|
|
1991
2025
|
<td class="struct_member_annotations"> </td>
|
1992
2026
|
</tr>
|
1993
2027
|
<tr>
|
1994
|
-
<td class="struct_member_name"><p><a href="
|
2028
|
+
<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="PangoLogAttr.is-word-start"></a>is_word_start</code></em> : 1;</p></td>
|
1995
2029
|
<td class="struct_member_description"><p>is first character in a word</p></td>
|
1996
2030
|
<td class="struct_member_annotations"> </td>
|
1997
2031
|
</tr>
|
1998
2032
|
<tr>
|
1999
|
-
<td class="struct_member_name"><p><a href="
|
2033
|
+
<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="PangoLogAttr.is-word-end"></a>is_word_end</code></em> : 1;</p></td>
|
2000
2034
|
<td class="struct_member_description"><p>is first non-word char after a word
|
2001
2035
|
Note that in degenerate cases, you could have both <em class="parameter"><code>is_word_start</code></em>
|
2002
2036
|
and <em class="parameter"><code>is_word_end</code></em>
|
@@ -2004,7 +2038,7 @@ set for some character.</p></td>
|
|
2004
2038
|
<td class="struct_member_annotations"> </td>
|
2005
2039
|
</tr>
|
2006
2040
|
<tr>
|
2007
|
-
<td class="struct_member_name"><p><a href="
|
2041
|
+
<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="PangoLogAttr.is-sentence-boundary"></a>is_sentence_boundary</code></em> : 1;</p></td>
|
2008
2042
|
<td class="struct_member_description"><p>is a sentence boundary.
|
2009
2043
|
There are two ways to divide sentences. The first assigns all
|
2010
2044
|
inter-sentence whitespace/control/format chars to some sentence,
|
@@ -2018,12 +2052,12 @@ mark the boundaries of those sentences.</p></td>
|
|
2018
2052
|
<td class="struct_member_annotations"> </td>
|
2019
2053
|
</tr>
|
2020
2054
|
<tr>
|
2021
|
-
<td class="struct_member_name"><p><a href="
|
2055
|
+
<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="PangoLogAttr.is-sentence-start"></a>is_sentence_start</code></em> : 1;</p></td>
|
2022
2056
|
<td class="struct_member_description"><p>is first character in a sentence</p></td>
|
2023
2057
|
<td class="struct_member_annotations"> </td>
|
2024
2058
|
</tr>
|
2025
2059
|
<tr>
|
2026
|
-
<td class="struct_member_name"><p><a href="
|
2060
|
+
<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="PangoLogAttr.is-sentence-end"></a>is_sentence_end</code></em> : 1;</p></td>
|
2027
2061
|
<td class="struct_member_description"><p>is first char after a sentence.
|
2028
2062
|
Note that in degenerate cases, you could have both <em class="parameter"><code>is_sentence_start</code></em>
|
2029
2063
|
and <em class="parameter"><code>is_sentence_end</code></em>
|
@@ -2032,7 +2066,7 @@ period, so the next sentence starts right away)</p></td>
|
|
2032
2066
|
<td class="struct_member_annotations"> </td>
|
2033
2067
|
</tr>
|
2034
2068
|
<tr>
|
2035
|
-
<td class="struct_member_name"><p><a href="
|
2069
|
+
<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="PangoLogAttr.backspace-deletes-character"></a>backspace_deletes_character</code></em> : 1;</p></td>
|
2036
2070
|
<td class="struct_member_description"><p>if set, backspace deletes one character
|
2037
2071
|
rather than the entire grapheme cluster. This
|
2038
2072
|
field is only meaningful on grapheme
|
@@ -2048,13 +2082,13 @@ those following Latin, Cyrillic or Greek base characters.</p></td>
|
|
2048
2082
|
<td class="struct_member_annotations"> </td>
|
2049
2083
|
</tr>
|
2050
2084
|
<tr>
|
2051
|
-
<td class="struct_member_name"><p><a href="
|
2085
|
+
<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="PangoLogAttr.is-expandable-space"></a>is_expandable_space</code></em> : 1;</p></td>
|
2052
2086
|
<td class="struct_member_description"><p>is a whitespace character that can possibly be
|
2053
2087
|
expanded for justification purposes. (Since: 1.18)</p></td>
|
2054
2088
|
<td class="struct_member_annotations"> </td>
|
2055
2089
|
</tr>
|
2056
2090
|
<tr>
|
2057
|
-
<td class="struct_member_name"><p><a href="
|
2091
|
+
<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="PangoLogAttr.is-word-boundary"></a>is_word_boundary</code></em> : 1;</p></td>
|
2058
2092
|
<td class="struct_member_description">
|
2059
2093
|
<p>is a word boundary.
|
2060
2094
|
More specifically, means that this is not a position in the middle
|
@@ -2073,7 +2107,6 @@ Boundaries</a> semantics. (Since: 1.22)</td>
|
|
2073
2107
|
</div>
|
2074
2108
|
</div>
|
2075
2109
|
<div class="footer">
|
2076
|
-
<hr>
|
2077
|
-
Generated by GTK-Doc V1.21.1</div>
|
2110
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
2078
2111
|
</body>
|
2079
2112
|
</html>
|