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>Miscellaneous Utilities: Pango Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="pango-Modules.html" title="Modules">
|
10
10
|
<link rel="next" href="pango-Version-Checking.html" title="Version Checking">
|
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">
|
@@ -57,7 +57,7 @@
|
|
57
57
|
</tr>
|
58
58
|
<tr>
|
59
59
|
<td class="function_type">
|
60
|
-
<a href="
|
60
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
61
61
|
</td>
|
62
62
|
<td class="function_name">
|
63
63
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-read-line" title="pango_read_line ()">pango_read_line</a> <span class="c_punctuation">()</span>
|
@@ -65,7 +65,7 @@
|
|
65
65
|
</tr>
|
66
66
|
<tr>
|
67
67
|
<td class="function_type">
|
68
|
-
<a href="
|
68
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
69
69
|
</td>
|
70
70
|
<td class="function_name">
|
71
71
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-skip-space" title="pango_skip_space ()">pango_skip_space</a> <span class="c_punctuation">()</span>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
</tr>
|
74
74
|
<tr>
|
75
75
|
<td class="function_type">
|
76
|
-
<a href="
|
76
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
77
77
|
</td>
|
78
78
|
<td class="function_name">
|
79
79
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-word" title="pango_scan_word ()">pango_scan_word</a> <span class="c_punctuation">()</span>
|
@@ -81,7 +81,7 @@
|
|
81
81
|
</tr>
|
82
82
|
<tr>
|
83
83
|
<td class="function_type">
|
84
|
-
<a href="
|
84
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
85
85
|
</td>
|
86
86
|
<td class="function_name">
|
87
87
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-string" title="pango_scan_string ()">pango_scan_string</a> <span class="c_punctuation">()</span>
|
@@ -89,7 +89,7 @@
|
|
89
89
|
</tr>
|
90
90
|
<tr>
|
91
91
|
<td class="function_type">
|
92
|
-
<a href="
|
92
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
93
93
|
</td>
|
94
94
|
<td class="function_name">
|
95
95
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-int" title="pango_scan_int ()">pango_scan_int</a> <span class="c_punctuation">()</span>
|
@@ -121,7 +121,7 @@
|
|
121
121
|
</tr>
|
122
122
|
<tr>
|
123
123
|
<td class="function_type">
|
124
|
-
<a href="
|
124
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
125
125
|
</td>
|
126
126
|
<td class="function_name">
|
127
127
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-enum" title="pango_parse_enum ()">pango_parse_enum</a> <span class="c_punctuation">()</span>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
</tr>
|
130
130
|
<tr>
|
131
131
|
<td class="function_type">
|
132
|
-
<a href="
|
132
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
133
133
|
</td>
|
134
134
|
<td class="function_name">
|
135
135
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-style" title="pango_parse_style ()">pango_parse_style</a> <span class="c_punctuation">()</span>
|
@@ -137,7 +137,7 @@
|
|
137
137
|
</tr>
|
138
138
|
<tr>
|
139
139
|
<td class="function_type">
|
140
|
-
<a href="
|
140
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
141
141
|
</td>
|
142
142
|
<td class="function_name">
|
143
143
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-variant" title="pango_parse_variant ()">pango_parse_variant</a> <span class="c_punctuation">()</span>
|
@@ -145,7 +145,7 @@
|
|
145
145
|
</tr>
|
146
146
|
<tr>
|
147
147
|
<td class="function_type">
|
148
|
-
<a href="
|
148
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
149
149
|
</td>
|
150
150
|
<td class="function_name">
|
151
151
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-weight" title="pango_parse_weight ()">pango_parse_weight</a> <span class="c_punctuation">()</span>
|
@@ -153,7 +153,7 @@
|
|
153
153
|
</tr>
|
154
154
|
<tr>
|
155
155
|
<td class="function_type">
|
156
|
-
<a href="
|
156
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
157
157
|
</td>
|
158
158
|
<td class="function_name">
|
159
159
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-stretch" title="pango_parse_stretch ()">pango_parse_stretch</a> <span class="c_punctuation">()</span>
|
@@ -175,7 +175,7 @@
|
|
175
175
|
</tr>
|
176
176
|
<tr>
|
177
177
|
<td class="function_type">
|
178
|
-
<a href="
|
178
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> *
|
179
179
|
</td>
|
180
180
|
<td class="function_name">
|
181
181
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-log2vis-get-embedding-levels" title="pango_log2vis_get_embedding_levels ()">pango_log2vis_get_embedding_levels</a> <span class="c_punctuation">()</span>
|
@@ -183,7 +183,7 @@
|
|
183
183
|
</tr>
|
184
184
|
<tr>
|
185
185
|
<td class="function_type">
|
186
|
-
<a href="
|
186
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
187
187
|
</td>
|
188
188
|
<td class="function_name">
|
189
189
|
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-is-zero-width" title="pango_is_zero_width ()">pango_is_zero_width</a> <span class="c_punctuation">()</span>
|
@@ -211,10 +211,11 @@ backends and modules, but may be useful for other purposes too.</p>
|
|
211
211
|
<a name="pango-split-file-list"></a><h3>pango_split_file_list ()</h3>
|
212
212
|
<pre class="programlisting"><span class="returnvalue">char</span> **
|
213
213
|
pango_split_file_list (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>);</pre>
|
214
|
-
<
|
214
|
+
<div class="warning"><p><code class="literal">pango_split_file_list</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
215
|
+
<p>Splits a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"><code class="literal">G_SEARCHPATH_SEPARATOR</code></a>-separated list of files, stripping
|
215
216
|
white space and substituting ~/ with $HOME/.</p>
|
216
217
|
<div class="refsect3">
|
217
|
-
<a name="id-1.4.12.5.2.
|
218
|
+
<a name="id-1.4.12.5.2.6"></a><h4>Parameters</h4>
|
218
219
|
<div class="informaltable"><table width="100%" border="0">
|
219
220
|
<colgroup>
|
220
221
|
<col width="150px" class="parameters_name">
|
@@ -223,15 +224,15 @@ white space and substituting ~/ with $HOME/.</p>
|
|
223
224
|
</colgroup>
|
224
225
|
<tbody><tr>
|
225
226
|
<td class="parameter_name"><p>str</p></td>
|
226
|
-
<td class="parameter_description"><p>a <a href="
|
227
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"><code class="literal">G_SEARCHPATH_SEPARATOR</code></a> separated list of filenames</p></td>
|
227
228
|
<td class="parameter_annotations"> </td>
|
228
229
|
</tr></tbody>
|
229
230
|
</table></div>
|
230
231
|
</div>
|
231
232
|
<div class="refsect3">
|
232
|
-
<a name="id-1.4.12.5.2.
|
233
|
+
<a name="id-1.4.12.5.2.7"></a><h4>Returns</h4>
|
233
234
|
<p> a list of
|
234
|
-
strings to be freed with <a href="
|
235
|
+
strings to be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>. </p>
|
235
236
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></p>
|
236
237
|
</div>
|
237
238
|
</div>
|
@@ -240,9 +241,10 @@ strings to be freed with <a href="http://library.gnome.org/devel/glib/unstable/g
|
|
240
241
|
<a name="pango-trim-string"></a><h3>pango_trim_string ()</h3>
|
241
242
|
<pre class="programlisting"><span class="returnvalue">char</span> *
|
242
243
|
pango_trim_string (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>);</pre>
|
244
|
+
<div class="warning"><p><code class="literal">pango_trim_string</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
243
245
|
<p>Trims leading and trailing whitespace from a string.</p>
|
244
246
|
<div class="refsect3">
|
245
|
-
<a name="id-1.4.12.5.3.
|
247
|
+
<a name="id-1.4.12.5.3.6"></a><h4>Parameters</h4>
|
246
248
|
<div class="informaltable"><table width="100%" border="0">
|
247
249
|
<colgroup>
|
248
250
|
<col width="150px" class="parameters_name">
|
@@ -257,17 +259,17 @@ pango_trim_string (<em class="parameter"><code>const <span class="type">char</sp
|
|
257
259
|
</table></div>
|
258
260
|
</div>
|
259
261
|
<div class="refsect3">
|
260
|
-
<a name="id-1.4.12.5.3.
|
261
|
-
<p> A newly-allocated string that must be freed with <a href="
|
262
|
-
<p></p>
|
262
|
+
<a name="id-1.4.12.5.3.7"></a><h4>Returns</h4>
|
263
|
+
<p> A newly-allocated string that must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a></p>
|
263
264
|
</div>
|
264
265
|
</div>
|
265
266
|
<hr>
|
266
267
|
<div class="refsect2">
|
267
268
|
<a name="pango-read-line"></a><h3>pango_read_line ()</h3>
|
268
|
-
<pre class="programlisting"><a href="
|
269
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
269
270
|
pango_read_line (<em class="parameter"><code><span class="type">FILE</span> *stream</code></em>,
|
270
|
-
<em class="parameter"><code><a href="
|
271
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Strings.html#GString"><span class="type">GString</span></a> *str</code></em>);</pre>
|
272
|
+
<div class="warning"><p><code class="literal">pango_read_line</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
271
273
|
<p>Reads an entire line from a file into a buffer. Lines may
|
272
274
|
be delimited with '\n', '\r', '\n\r', or '\r\n'. The delimiter
|
273
275
|
is not written into the buffer. Text after a '#' character is treated as
|
@@ -276,7 +278,7 @@ a comment and skipped. '\' can be used to escape a # character.
|
|
276
278
|
any other character is ignored and written into the output buffer
|
277
279
|
unmodified.</p>
|
278
280
|
<div class="refsect3">
|
279
|
-
<a name="id-1.4.12.5.4.
|
281
|
+
<a name="id-1.4.12.5.4.6"></a><h4>Parameters</h4>
|
280
282
|
<div class="informaltable"><table width="100%" border="0">
|
281
283
|
<colgroup>
|
282
284
|
<col width="150px" class="parameters_name">
|
@@ -291,28 +293,28 @@ unmodified.</p>
|
|
291
293
|
</tr>
|
292
294
|
<tr>
|
293
295
|
<td class="parameter_name"><p>str</p></td>
|
294
|
-
<td class="parameter_description"><p> <a href="
|
296
|
+
<td class="parameter_description"><p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Strings.html#GString"><span class="type">GString</span></a> buffer into which to write the result. </p></td>
|
295
297
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
296
298
|
</tr>
|
297
299
|
</tbody>
|
298
300
|
</table></div>
|
299
301
|
</div>
|
300
302
|
<div class="refsect3">
|
301
|
-
<a name="id-1.4.12.5.4.
|
303
|
+
<a name="id-1.4.12.5.4.7"></a><h4>Returns</h4>
|
302
304
|
<p> 0 if the stream was already at an <code class="literal">EOF</code> character, otherwise
|
303
305
|
the number of lines read (this is useful for maintaining
|
304
306
|
a line number counter which doesn't combine lines with '\')</p>
|
305
|
-
<p></p>
|
306
307
|
</div>
|
307
308
|
</div>
|
308
309
|
<hr>
|
309
310
|
<div class="refsect2">
|
310
311
|
<a name="pango-skip-space"></a><h3>pango_skip_space ()</h3>
|
311
|
-
<pre class="programlisting"><a href="
|
312
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
312
313
|
pango_skip_space (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>);</pre>
|
314
|
+
<div class="warning"><p><code class="literal">pango_skip_space</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
313
315
|
<p>Skips 0 or more characters of white space.</p>
|
314
316
|
<div class="refsect3">
|
315
|
-
<a name="id-1.4.12.5.5.
|
317
|
+
<a name="id-1.4.12.5.5.6"></a><h4>Parameters</h4>
|
316
318
|
<div class="informaltable"><table width="100%" border="0">
|
317
319
|
<colgroup>
|
318
320
|
<col width="150px" class="parameters_name">
|
@@ -327,23 +329,23 @@ pango_skip_space (<em class="parameter"><code>const <span class="type">char</spa
|
|
327
329
|
</table></div>
|
328
330
|
</div>
|
329
331
|
<div class="refsect3">
|
330
|
-
<a name="id-1.4.12.5.5.
|
331
|
-
<p> <a href="
|
332
|
+
<a name="id-1.4.12.5.5.7"></a><h4>Returns</h4>
|
333
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if skipping the white space leaves
|
332
334
|
the position at a '\0' character.</p>
|
333
|
-
<p></p>
|
334
335
|
</div>
|
335
336
|
</div>
|
336
337
|
<hr>
|
337
338
|
<div class="refsect2">
|
338
339
|
<a name="pango-scan-word"></a><h3>pango_scan_word ()</h3>
|
339
|
-
<pre class="programlisting"><a href="
|
340
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
340
341
|
pango_scan_word (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
|
341
|
-
<em class="parameter"><code><a href="
|
342
|
-
<
|
342
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Strings.html#GString"><span class="type">GString</span></a> *out</code></em>);</pre>
|
343
|
+
<div class="warning"><p><code class="literal">pango_scan_word</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
344
|
+
<p>Scans a word into a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Strings.html#GString"><span class="type">GString</span></a> buffer. A word consists
|
343
345
|
of [A-Za-z_] followed by zero or more [A-Za-z_0-9]
|
344
346
|
Leading white space is skipped.</p>
|
345
347
|
<div class="refsect3">
|
346
|
-
<a name="id-1.4.12.5.6.
|
348
|
+
<a name="id-1.4.12.5.6.6"></a><h4>Parameters</h4>
|
347
349
|
<div class="informaltable"><table width="100%" border="0">
|
348
350
|
<colgroup>
|
349
351
|
<col width="150px" class="parameters_name">
|
@@ -358,30 +360,30 @@ Leading white space is skipped.</p>
|
|
358
360
|
</tr>
|
359
361
|
<tr>
|
360
362
|
<td class="parameter_name"><p>out</p></td>
|
361
|
-
<td class="parameter_description"><p> a <a href="
|
363
|
+
<td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Strings.html#GString"><span class="type">GString</span></a> into which to write the result. </p></td>
|
362
364
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
363
365
|
</tr>
|
364
366
|
</tbody>
|
365
367
|
</table></div>
|
366
368
|
</div>
|
367
369
|
<div class="refsect3">
|
368
|
-
<a name="id-1.4.12.5.6.
|
369
|
-
<p> <a href="
|
370
|
-
<p></p>
|
370
|
+
<a name="id-1.4.12.5.6.7"></a><h4>Returns</h4>
|
371
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if a parse error occurred.</p>
|
371
372
|
</div>
|
372
373
|
</div>
|
373
374
|
<hr>
|
374
375
|
<div class="refsect2">
|
375
376
|
<a name="pango-scan-string"></a><h3>pango_scan_string ()</h3>
|
376
|
-
<pre class="programlisting"><a href="
|
377
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
377
378
|
pango_scan_string (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
|
378
|
-
<em class="parameter"><code><a href="
|
379
|
-
<
|
379
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Strings.html#GString"><span class="type">GString</span></a> *out</code></em>);</pre>
|
380
|
+
<div class="warning"><p><code class="literal">pango_scan_string</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
381
|
+
<p>Scans a string into a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Strings.html#GString"><span class="type">GString</span></a> buffer. The string may either
|
380
382
|
be a sequence of non-white-space characters, or a quoted
|
381
383
|
string with '"'. Instead a quoted string, '\"' represents
|
382
384
|
a literal quote. Leading white space outside of quotes is skipped.</p>
|
383
385
|
<div class="refsect3">
|
384
|
-
<a name="id-1.4.12.5.7.
|
386
|
+
<a name="id-1.4.12.5.7.6"></a><h4>Parameters</h4>
|
385
387
|
<div class="informaltable"><table width="100%" border="0">
|
386
388
|
<colgroup>
|
387
389
|
<col width="150px" class="parameters_name">
|
@@ -396,28 +398,28 @@ a literal quote. Leading white space outside of quotes is skipped.</p>
|
|
396
398
|
</tr>
|
397
399
|
<tr>
|
398
400
|
<td class="parameter_name"><p>out</p></td>
|
399
|
-
<td class="parameter_description"><p> a <a href="
|
401
|
+
<td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Strings.html#GString"><span class="type">GString</span></a> into which to write the result. </p></td>
|
400
402
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
401
403
|
</tr>
|
402
404
|
</tbody>
|
403
405
|
</table></div>
|
404
406
|
</div>
|
405
407
|
<div class="refsect3">
|
406
|
-
<a name="id-1.4.12.5.7.
|
407
|
-
<p> <a href="
|
408
|
-
<p></p>
|
408
|
+
<a name="id-1.4.12.5.7.7"></a><h4>Returns</h4>
|
409
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if a parse error occurred.</p>
|
409
410
|
</div>
|
410
411
|
</div>
|
411
412
|
<hr>
|
412
413
|
<div class="refsect2">
|
413
414
|
<a name="pango-scan-int"></a><h3>pango_scan_int ()</h3>
|
414
|
-
<pre class="programlisting"><a href="
|
415
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
415
416
|
pango_scan_int (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
|
416
417
|
<em class="parameter"><code><span class="type">int</span> *out</code></em>);</pre>
|
418
|
+
<div class="warning"><p><code class="literal">pango_scan_int</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
417
419
|
<p>Scans an integer.
|
418
420
|
Leading white space is skipped.</p>
|
419
421
|
<div class="refsect3">
|
420
|
-
<a name="id-1.4.12.5.8.
|
422
|
+
<a name="id-1.4.12.5.8.6"></a><h4>Parameters</h4>
|
421
423
|
<div class="informaltable"><table width="100%" border="0">
|
422
424
|
<colgroup>
|
423
425
|
<col width="150px" class="parameters_name">
|
@@ -439,9 +441,8 @@ Leading white space is skipped.</p>
|
|
439
441
|
</table></div>
|
440
442
|
</div>
|
441
443
|
<div class="refsect3">
|
442
|
-
<a name="id-1.4.12.5.8.
|
443
|
-
<p> <a href="
|
444
|
-
<p></p>
|
444
|
+
<a name="id-1.4.12.5.8.7"></a><h4>Returns</h4>
|
445
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if a parse error occurred.</p>
|
445
446
|
</div>
|
446
447
|
</div>
|
447
448
|
<hr>
|
@@ -449,11 +450,10 @@ Leading white space is skipped.</p>
|
|
449
450
|
<a name="pango-config-key-get"></a><h3>pango_config_key_get ()</h3>
|
450
451
|
<pre class="programlisting"><span class="returnvalue">char</span> *
|
451
452
|
pango_config_key_get (<em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre>
|
452
|
-
<p>
|
453
|
-
|
454
|
-
$XDG_CONFIG_HOME/pango/pangorc, and getenv (PANGO_RC_FILE).)</p>
|
453
|
+
<div class="warning"><p><code class="literal">pango_config_key_get</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
454
|
+
<p>Do not use. Does not do anything.</p>
|
455
455
|
<div class="refsect3">
|
456
|
-
<a name="id-1.4.12.5.9.
|
456
|
+
<a name="id-1.4.12.5.9.6"></a><h4>Parameters</h4>
|
457
457
|
<div class="informaltable"><table width="100%" border="0">
|
458
458
|
<colgroup>
|
459
459
|
<col width="150px" class="parameters_name">
|
@@ -468,10 +468,8 @@ pango_config_key_get (<em class="parameter"><code>const <span class="type">char<
|
|
468
468
|
</table></div>
|
469
469
|
</div>
|
470
470
|
<div class="refsect3">
|
471
|
-
<a name="id-1.4.12.5.9.
|
472
|
-
<p>
|
473
|
-
newly-allocated string and must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
474
|
-
<p></p>
|
471
|
+
<a name="id-1.4.12.5.9.7"></a><h4>Returns</h4>
|
472
|
+
<p> <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>
|
475
473
|
</div>
|
476
474
|
</div>
|
477
475
|
<hr>
|
@@ -479,10 +477,10 @@ newly-allocated string and must be freed with <a href="http://library.gnome.org/
|
|
479
477
|
<a name="pango-config-key-get-system"></a><h3>pango_config_key_get_system ()</h3>
|
480
478
|
<pre class="programlisting"><span class="returnvalue">char</span> *
|
481
479
|
pango_config_key_get_system (<em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre>
|
482
|
-
<p>
|
483
|
-
|
480
|
+
<div class="warning"><p><code class="literal">pango_config_key_get_system</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
481
|
+
<p>Do not use. Does not do anything.</p>
|
484
482
|
<div class="refsect3">
|
485
|
-
<a name="id-1.4.12.5.10.
|
483
|
+
<a name="id-1.4.12.5.10.6"></a><h4>Parameters</h4>
|
486
484
|
<div class="informaltable"><table width="100%" border="0">
|
487
485
|
<colgroup>
|
488
486
|
<col width="150px" class="parameters_name">
|
@@ -497,10 +495,8 @@ in $sysconfdir/pango/pangorc.</p>
|
|
497
495
|
</table></div>
|
498
496
|
</div>
|
499
497
|
<div class="refsect3">
|
500
|
-
<a name="id-1.4.12.5.10.
|
501
|
-
<p>
|
502
|
-
newly-allocated string and must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
503
|
-
<p></p>
|
498
|
+
<a name="id-1.4.12.5.10.7"></a><h4>Returns</h4>
|
499
|
+
<p> <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>
|
504
500
|
</div>
|
505
501
|
</div>
|
506
502
|
<hr>
|
@@ -553,27 +549,28 @@ array. </p></td>
|
|
553
549
|
<hr>
|
554
550
|
<div class="refsect2">
|
555
551
|
<a name="pango-parse-enum"></a><h3>pango_parse_enum ()</h3>
|
556
|
-
<pre class="programlisting"><a href="
|
557
|
-
pango_parse_enum (<em class="parameter"><code><a href="
|
552
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
553
|
+
pango_parse_enum (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>,
|
558
554
|
<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
559
555
|
<em class="parameter"><code><span class="type">int</span> *value</code></em>,
|
560
|
-
<em class="parameter"><code><a href="
|
556
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>,
|
561
557
|
<em class="parameter"><code><span class="type">char</span> **possible_values</code></em>);</pre>
|
558
|
+
<div class="warning"><p><code class="literal">pango_parse_enum</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
562
559
|
<p>Parses an enum type and stores the result in <em class="parameter"><code>value</code></em>
|
563
560
|
.</p>
|
564
561
|
<p>If <em class="parameter"><code>str</code></em>
|
565
562
|
does not match the nick name of any of the possible values for the
|
566
|
-
enum and is not an integer, <a href="
|
563
|
+
enum and is not an integer, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned, a warning is issued
|
567
564
|
if <em class="parameter"><code>warn</code></em>
|
568
|
-
is <a href="
|
565
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, and a
|
569
566
|
string representing the list of possible values is stored in
|
570
567
|
<em class="parameter"><code>possible_values</code></em>
|
571
568
|
. The list is slash-separated, eg.
|
572
569
|
"none/start/middle/end". If failed and <em class="parameter"><code>possible_values</code></em>
|
573
|
-
is not <a href="
|
574
|
-
returned string should be freed using <a href="
|
570
|
+
is not <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>,
|
571
|
+
returned string should be freed using <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>
|
575
572
|
<div class="refsect3">
|
576
|
-
<a name="id-1.4.12.5.12.
|
573
|
+
<a name="id-1.4.12.5.12.8"></a><h4>Parameters</h4>
|
577
574
|
<div class="informaltable"><table width="100%" border="0">
|
578
575
|
<colgroup>
|
579
576
|
<col width="150px" class="parameters_name">
|
@@ -588,42 +585,41 @@ returned string should be freed using <a href="http://library.gnome.org/devel/gl
|
|
588
585
|
</tr>
|
589
586
|
<tr>
|
590
587
|
<td class="parameter_name"><p>str</p></td>
|
591
|
-
<td class="parameter_description"><p> string to parse. May be <a href="
|
588
|
+
<td class="parameter_description"><p> string to parse. 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>
|
592
589
|
<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>
|
593
590
|
</tr>
|
594
591
|
<tr>
|
595
592
|
<td class="parameter_name"><p>value</p></td>
|
596
|
-
<td class="parameter_description"><p> integer to store the result in, or <a href="
|
593
|
+
<td class="parameter_description"><p> integer to store the result in, 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>
|
597
594
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
598
595
|
</tr>
|
599
596
|
<tr>
|
600
597
|
<td class="parameter_name"><p>warn</p></td>
|
601
|
-
<td class="parameter_description"><p>if <a href="
|
598
|
+
<td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, issue a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> on bad input.</p></td>
|
602
599
|
<td class="parameter_annotations"> </td>
|
603
600
|
</tr>
|
604
601
|
<tr>
|
605
602
|
<td class="parameter_name"><p>possible_values</p></td>
|
606
|
-
<td class="parameter_description"><p> place to store list of possible values on failure, or <a href="
|
603
|
+
<td class="parameter_description"><p> place to store list of possible values on failure, 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>
|
607
604
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
608
605
|
</tr>
|
609
606
|
</tbody>
|
610
607
|
</table></div>
|
611
608
|
</div>
|
612
609
|
<div class="refsect3">
|
613
|
-
<a name="id-1.4.12.5.12.
|
614
|
-
<p> <a href="
|
610
|
+
<a name="id-1.4.12.5.12.9"></a><h4>Returns</h4>
|
611
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em>
|
615
612
|
was successfully parsed.</p>
|
616
|
-
<p></p>
|
617
613
|
</div>
|
618
|
-
<p class="since">Since 1.16</p>
|
614
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
619
615
|
</div>
|
620
616
|
<hr>
|
621
617
|
<div class="refsect2">
|
622
618
|
<a name="pango-parse-style"></a><h3>pango_parse_style ()</h3>
|
623
|
-
<pre class="programlisting"><a href="
|
619
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
624
620
|
pango_parse_style (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
625
621
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStyle" title="enum PangoStyle"><span class="type">PangoStyle</span></a> *style</code></em>,
|
626
|
-
<em class="parameter"><code><a href="
|
622
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);</pre>
|
627
623
|
<p>Parses a font style. The allowed values are "normal",
|
628
624
|
"italic" and "oblique", case variations being
|
629
625
|
ignored.</p>
|
@@ -649,7 +645,7 @@ in. </p></td>
|
|
649
645
|
</tr>
|
650
646
|
<tr>
|
651
647
|
<td class="parameter_name"><p>warn</p></td>
|
652
|
-
<td class="parameter_description"><p>if <a href="
|
648
|
+
<td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, issue a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> on bad input.</p></td>
|
653
649
|
<td class="parameter_annotations"> </td>
|
654
650
|
</tr>
|
655
651
|
</tbody>
|
@@ -657,18 +653,17 @@ in. </p></td>
|
|
657
653
|
</div>
|
658
654
|
<div class="refsect3">
|
659
655
|
<a name="id-1.4.12.5.13.6"></a><h4>Returns</h4>
|
660
|
-
<p> <a href="
|
656
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em>
|
661
657
|
was successfully parsed.</p>
|
662
|
-
<p></p>
|
663
658
|
</div>
|
664
659
|
</div>
|
665
660
|
<hr>
|
666
661
|
<div class="refsect2">
|
667
662
|
<a name="pango-parse-variant"></a><h3>pango_parse_variant ()</h3>
|
668
|
-
<pre class="programlisting"><a href="
|
663
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
669
664
|
pango_parse_variant (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
670
665
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoVariant" title="enum PangoVariant"><span class="type">PangoVariant</span></a> *variant</code></em>,
|
671
|
-
<em class="parameter"><code><a href="
|
666
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);</pre>
|
672
667
|
<p>Parses a font variant. The allowed values are "normal"
|
673
668
|
and "smallcaps" or "small_caps", case variations being
|
674
669
|
ignored.</p>
|
@@ -694,7 +689,7 @@ result in. </p></td>
|
|
694
689
|
</tr>
|
695
690
|
<tr>
|
696
691
|
<td class="parameter_name"><p>warn</p></td>
|
697
|
-
<td class="parameter_description"><p>if <a href="
|
692
|
+
<td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, issue a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> on bad input.</p></td>
|
698
693
|
<td class="parameter_annotations"> </td>
|
699
694
|
</tr>
|
700
695
|
</tbody>
|
@@ -702,18 +697,17 @@ result in. </p></td>
|
|
702
697
|
</div>
|
703
698
|
<div class="refsect3">
|
704
699
|
<a name="id-1.4.12.5.14.6"></a><h4>Returns</h4>
|
705
|
-
<p> <a href="
|
700
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em>
|
706
701
|
was successfully parsed.</p>
|
707
|
-
<p></p>
|
708
702
|
</div>
|
709
703
|
</div>
|
710
704
|
<hr>
|
711
705
|
<div class="refsect2">
|
712
706
|
<a name="pango-parse-weight"></a><h3>pango_parse_weight ()</h3>
|
713
|
-
<pre class="programlisting"><a href="
|
707
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
714
708
|
pango_parse_weight (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
715
709
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoWeight" title="enum PangoWeight"><span class="type">PangoWeight</span></a> *weight</code></em>,
|
716
|
-
<em class="parameter"><code><a href="
|
710
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);</pre>
|
717
711
|
<p>Parses a font weight. The allowed values are "heavy",
|
718
712
|
"ultrabold", "bold", "normal", "light", "ultraleight"
|
719
713
|
and integers. Case variations are ignored.</p>
|
@@ -739,7 +733,7 @@ in. </p></td>
|
|
739
733
|
</tr>
|
740
734
|
<tr>
|
741
735
|
<td class="parameter_name"><p>warn</p></td>
|
742
|
-
<td class="parameter_description"><p>if <a href="
|
736
|
+
<td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, issue a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> on bad input.</p></td>
|
743
737
|
<td class="parameter_annotations"> </td>
|
744
738
|
</tr>
|
745
739
|
</tbody>
|
@@ -747,18 +741,17 @@ in. </p></td>
|
|
747
741
|
</div>
|
748
742
|
<div class="refsect3">
|
749
743
|
<a name="id-1.4.12.5.15.6"></a><h4>Returns</h4>
|
750
|
-
<p> <a href="
|
744
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em>
|
751
745
|
was successfully parsed.</p>
|
752
|
-
<p></p>
|
753
746
|
</div>
|
754
747
|
</div>
|
755
748
|
<hr>
|
756
749
|
<div class="refsect2">
|
757
750
|
<a name="pango-parse-stretch"></a><h3>pango_parse_stretch ()</h3>
|
758
|
-
<pre class="programlisting"><a href="
|
751
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
759
752
|
pango_parse_stretch (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
|
760
753
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStretch" title="enum PangoStretch"><span class="type">PangoStretch</span></a> *stretch</code></em>,
|
761
|
-
<em class="parameter"><code><a href="
|
754
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);</pre>
|
762
755
|
<p>Parses a font stretch. The allowed values are
|
763
756
|
"ultra_condensed", "extra_condensed", "condensed",
|
764
757
|
"semi_condensed", "normal", "semi_expanded", "expanded",
|
@@ -786,7 +779,7 @@ result in. </p></td>
|
|
786
779
|
</tr>
|
787
780
|
<tr>
|
788
781
|
<td class="parameter_name"><p>warn</p></td>
|
789
|
-
<td class="parameter_description"><p>if <a href="
|
782
|
+
<td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, issue a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> on bad input.</p></td>
|
790
783
|
<td class="parameter_annotations"> </td>
|
791
784
|
</tr>
|
792
785
|
</tbody>
|
@@ -794,9 +787,8 @@ result in. </p></td>
|
|
794
787
|
</div>
|
795
788
|
<div class="refsect3">
|
796
789
|
<a name="id-1.4.12.5.16.6"></a><h4>Returns</h4>
|
797
|
-
<p> <a href="
|
790
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em>
|
798
791
|
was successfully parsed.</p>
|
799
|
-
<p></p>
|
800
792
|
</div>
|
801
793
|
</div>
|
802
794
|
<hr>
|
@@ -804,15 +796,13 @@ was successfully parsed.</p>
|
|
804
796
|
<a name="pango-get-sysconf-subdirectory"></a><h3>pango_get_sysconf_subdirectory ()</h3>
|
805
797
|
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
806
798
|
pango_get_sysconf_subdirectory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
807
|
-
<p>
|
808
|
-
|
809
|
-
|
810
|
-
at run time from the DLL's location).</p>
|
799
|
+
<div class="warning"><p><code class="literal">pango_get_sysconf_subdirectory</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
800
|
+
<p>Returns the name of the "pango" subdirectory of SYSCONFDIR
|
801
|
+
(which is set at compile time).</p>
|
811
802
|
<div class="refsect3">
|
812
|
-
<a name="id-1.4.12.5.17.
|
803
|
+
<a name="id-1.4.12.5.17.6"></a><h4>Returns</h4>
|
813
804
|
<p> the Pango sysconf directory. The returned string should
|
814
805
|
not be freed.</p>
|
815
|
-
<p></p>
|
816
806
|
</div>
|
817
807
|
</div>
|
818
808
|
<hr>
|
@@ -820,22 +810,20 @@ not be freed.</p>
|
|
820
810
|
<a name="pango-get-lib-subdirectory"></a><h3>pango_get_lib_subdirectory ()</h3>
|
821
811
|
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
822
812
|
pango_get_lib_subdirectory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
823
|
-
<p>
|
824
|
-
|
825
|
-
|
826
|
-
at run time from the DLL's location).</p>
|
813
|
+
<div class="warning"><p><code class="literal">pango_get_lib_subdirectory</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
814
|
+
<p>Returns the name of the "pango" subdirectory of LIBDIR
|
815
|
+
(which is set at compile time).</p>
|
827
816
|
<div class="refsect3">
|
828
|
-
<a name="id-1.4.12.5.18.
|
817
|
+
<a name="id-1.4.12.5.18.6"></a><h4>Returns</h4>
|
829
818
|
<p> the Pango lib directory. The returned string should
|
830
819
|
not be freed.</p>
|
831
|
-
<p></p>
|
832
820
|
</div>
|
833
821
|
</div>
|
834
822
|
<hr>
|
835
823
|
<div class="refsect2">
|
836
824
|
<a name="pango-log2vis-get-embedding-levels"></a><h3>pango_log2vis_get_embedding_levels ()</h3>
|
837
|
-
<pre class="programlisting"><a href="
|
838
|
-
pango_log2vis_get_embedding_levels (<em class="parameter"><code>const <a href="
|
825
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> *
|
826
|
+
pango_log2vis_get_embedding_levels (<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>,
|
839
827
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
840
828
|
<em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="type">PangoDirection</span></a> *pbase_dir</code></em>);</pre>
|
841
829
|
<p>This will return the bidirectional embedding levels of the input paragraph
|
@@ -876,20 +864,19 @@ is nul-terminated and the length should be calculated.</p></td>
|
|
876
864
|
<a name="id-1.4.12.5.19.8"></a><h4>Returns</h4>
|
877
865
|
<p> a newly allocated array of embedding levels, one item per
|
878
866
|
character (not byte), that should be freed using g_free.</p>
|
879
|
-
<p></p>
|
880
867
|
</div>
|
881
|
-
<p class="since">Since 1.4</p>
|
868
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
882
869
|
</div>
|
883
870
|
<hr>
|
884
871
|
<div class="refsect2">
|
885
872
|
<a name="pango-is-zero-width"></a><h3>pango_is_zero_width ()</h3>
|
886
|
-
<pre class="programlisting"><a href="
|
887
|
-
pango_is_zero_width (<em class="parameter"><code><a href="
|
873
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
874
|
+
pango_is_zero_width (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> ch</code></em>);</pre>
|
888
875
|
<p>Checks <em class="parameter"><code>ch</code></em>
|
889
876
|
to see if it is a character that should not be
|
890
877
|
normally rendered on the screen. This includes all Unicode characters
|
891
878
|
with "ZERO WIDTH" in their name, as well as <em class="firstterm">bidi</em> formatting characters, and
|
892
|
-
a few other ones. This is totally different from <a href="
|
879
|
+
a few other ones. This is totally different from <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#g-unichar-iszerowidth"><code class="function">g_unichar_iszerowidth()</code></a>
|
893
880
|
and is at best misnamed.</p>
|
894
881
|
<div class="refsect3">
|
895
882
|
<a name="id-1.4.12.5.20.5"></a><h4>Parameters</h4>
|
@@ -908,11 +895,10 @@ and is at best misnamed.</p>
|
|
908
895
|
</div>
|
909
896
|
<div class="refsect3">
|
910
897
|
<a name="id-1.4.12.5.20.6"></a><h4>Returns</h4>
|
911
|
-
<p> <a href="
|
912
|
-
is a zero-width character, <a href="
|
913
|
-
<p></p>
|
898
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>ch</code></em>
|
899
|
+
is a zero-width character, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
914
900
|
</div>
|
915
|
-
<p class="since">Since 1.10</p>
|
901
|
+
<p class="since">Since: <a class="link" href="api-index-1-10.html#api-index-1.10">1.10</a></p>
|
916
902
|
</div>
|
917
903
|
<hr>
|
918
904
|
<div class="refsect2">
|
@@ -951,7 +937,7 @@ of rounding.</p>
|
|
951
937
|
</tbody>
|
952
938
|
</table></div>
|
953
939
|
</div>
|
954
|
-
<p class="since">Since 1.12</p>
|
940
|
+
<p class="since">Since: <a class="link" href="api-index-1-12.html#api-index-1.12">1.12</a></p>
|
955
941
|
</div>
|
956
942
|
</div>
|
957
943
|
<div class="refsect1">
|
@@ -959,7 +945,6 @@ of rounding.</p>
|
|
959
945
|
</div>
|
960
946
|
</div>
|
961
947
|
<div class="footer">
|
962
|
-
<hr>
|
963
|
-
Generated by GTK-Doc V1.21.1</div>
|
948
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
964
949
|
</body>
|
965
950
|
</html>
|