pango 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -7
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw64 +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pango-view.1 +113 -1
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Pango Reference Manual
|
5
|
+
<title>CoreText Fonts: 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="rendering.html" title="Rendering with Pango">
|
9
9
|
<link rel="prev" href="pango-Cairo-Rendering.html" title="Cairo Rendering">
|
10
10
|
<link rel="next" href="lowlevel.html" title="Low Level Functionality">
|
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">
|
@@ -92,9 +92,8 @@ pango_core_text_font_get_ctfont (<em class="parameter"><code><span class="type">
|
|
92
92
|
<a name="id-1.3.6.6.2.6"></a><h4>Returns</h4>
|
93
93
|
<p> the CTFontRef associated to <em class="parameter"><code>font</code></em>
|
94
94
|
.</p>
|
95
|
-
<p></p>
|
96
95
|
</div>
|
97
|
-
<p class="since">Since 1.24</p>
|
96
|
+
<p class="since">Since: <a class="link" href="api-index-1-24.html#api-index-1.24">1.24</a></p>
|
98
97
|
</div>
|
99
98
|
</div>
|
100
99
|
<div class="refsect1">
|
@@ -104,12 +103,11 @@ pango_core_text_font_get_ctfont (<em class="parameter"><code><span class="type">
|
|
104
103
|
<pre class="programlisting">#define PANGO_RENDER_TYPE_CORE_TEXT "PangoRenderCoreText"
|
105
104
|
</pre>
|
106
105
|
<p>A string constant identifying the CoreText renderer. The associated quark (see
|
107
|
-
<a href="
|
106
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#g-quark-from-string"><code class="function">g_quark_from_string()</code></a>) is used to identify the renderer in <a class="link" href="pango-Modules.html#pango-find-map" title="pango_find_map ()"><code class="function">pango_find_map()</code></a>.</p>
|
108
107
|
</div>
|
109
108
|
</div>
|
110
109
|
</div>
|
111
110
|
<div class="footer">
|
112
|
-
<hr>
|
113
|
-
Generated by GTK-Doc V1.21.1</div>
|
111
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
114
112
|
</body>
|
115
113
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Pango Reference Manual
|
5
|
+
<title>Coverage Maps: 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-OpenType-Font-Handling.html" title="OpenType Font Handling">
|
10
10
|
<link rel="next" href="pango-Engines.html" title="Engines">
|
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">
|
@@ -140,7 +140,7 @@
|
|
140
140
|
</div>
|
141
141
|
<div class="refsect1">
|
142
142
|
<a name="pango-Coverage-Maps.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
143
|
-
<pre class="screen"> GEnum
|
143
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
144
144
|
<span class="lineart">╰──</span> PangoCoverageLevel
|
145
145
|
</pre>
|
146
146
|
</div>
|
@@ -170,7 +170,6 @@ pango_coverage_new (<em class="parameter"><code><span class="type">void</span></
|
|
170
170
|
initialized to <a class="link" href="pango-Coverage-Maps.html#PANGO-COVERAGE-NONE:CAPS"><code class="literal">PANGO_COVERAGE_NONE</code></a>
|
171
171
|
with a reference count of one, which
|
172
172
|
should be freed with <a class="link" href="pango-Coverage-Maps.html#pango-coverage-unref" title="pango_coverage_unref ()"><code class="function">pango_coverage_unref()</code></a>.</p>
|
173
|
-
<p></p>
|
174
173
|
</div>
|
175
174
|
</div>
|
176
175
|
<hr>
|
@@ -198,7 +197,6 @@ pango_coverage_ref (<em class="parameter"><code><a class="link" href="pango-Cove
|
|
198
197
|
<a name="id-1.4.7.7.4.6"></a><h4>Returns</h4>
|
199
198
|
<p> <em class="parameter"><code>coverage</code></em>
|
200
199
|
</p>
|
201
|
-
<p></p>
|
202
200
|
</div>
|
203
201
|
</div>
|
204
202
|
<hr>
|
@@ -289,7 +287,6 @@ pango_coverage_get (<em class="parameter"><code><a class="link" href="pango-Cove
|
|
289
287
|
<p> the coverage level of <em class="parameter"><code>coverage</code></em>
|
290
288
|
for character <em class="parameter"><code>index_</code></em>
|
291
289
|
.</p>
|
292
|
-
<p></p>
|
293
290
|
</div>
|
294
291
|
</div>
|
295
292
|
<hr>
|
@@ -369,7 +366,7 @@ pango_coverage_set (<em class="parameter"><code><a class="link" href="pango-Cove
|
|
369
366
|
<a name="pango-coverage-to-bytes"></a><h3>pango_coverage_to_bytes ()</h3>
|
370
367
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
371
368
|
pango_coverage_to_bytes (<em class="parameter"><code><a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a> *coverage</code></em>,
|
372
|
-
<em class="parameter"><code><a href="
|
369
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **bytes</code></em>,
|
373
370
|
<em class="parameter"><code><span class="type">int</span> *n_bytes</code></em>);</pre>
|
374
371
|
<p>Convert a <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a> structure into a flat binary format</p>
|
375
372
|
<div class="refsect3">
|
@@ -388,7 +385,7 @@ pango_coverage_to_bytes (<em class="parameter"><code><a class="link" href="pango
|
|
388
385
|
</tr>
|
389
386
|
<tr>
|
390
387
|
<td class="parameter_name"><p>bytes</p></td>
|
391
|
-
<td class="parameter_description"><p> location to store result (must be freed with <a href="
|
388
|
+
<td class="parameter_description"><p> location to store result (must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>). </p></td>
|
392
389
|
<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_bytes][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8]</span></td>
|
393
390
|
</tr>
|
394
391
|
<tr>
|
@@ -404,7 +401,7 @@ pango_coverage_to_bytes (<em class="parameter"><code><a class="link" href="pango
|
|
404
401
|
<div class="refsect2">
|
405
402
|
<a name="pango-coverage-from-bytes"></a><h3>pango_coverage_from_bytes ()</h3>
|
406
403
|
<pre class="programlisting"><a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="returnvalue">PangoCoverage</span></a> *
|
407
|
-
pango_coverage_from_bytes (<em class="parameter"><code><a href="
|
404
|
+
pango_coverage_from_bytes (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *bytes</code></em>,
|
408
405
|
<em class="parameter"><code><span class="type">int</span> n_bytes</code></em>);</pre>
|
409
406
|
<p>Convert data generated from <a class="link" href="pango-Coverage-Maps.html#pango-coverage-to-bytes" title="pango_coverage_to_bytes ()"><code class="function">pango_coverage_to_bytes()</code></a> back
|
410
407
|
to a <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a></p>
|
@@ -434,9 +431,9 @@ in bytes</p></td>
|
|
434
431
|
</div>
|
435
432
|
<div class="refsect3">
|
436
433
|
<a name="id-1.4.7.7.11.6"></a><h4>Returns</h4>
|
437
|
-
<p> a newly allocated
|
438
|
-
<a href="
|
439
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
434
|
+
<p> a newly allocated
|
435
|
+
<a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the data was invalid. </p>
|
436
|
+
<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>
|
440
437
|
</div>
|
441
438
|
</div>
|
442
439
|
</div>
|
@@ -502,7 +499,6 @@ to <a class="link" href="pango-Coverage-Maps.html#PangoCoverageLevel" title="enu
|
|
502
499
|
</div>
|
503
500
|
</div>
|
504
501
|
<div class="footer">
|
505
|
-
<hr>
|
506
|
-
Generated by GTK-Doc V1.21.1</div>
|
502
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
507
503
|
</body>
|
508
504
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Pango Reference Manual
|
5
|
+
<title>Engines: 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-Coverage-Maps.html" title="Coverage Maps">
|
10
10
|
<link rel="next" href="PangoEngineLang.html" title="PangoEngineLang">
|
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">
|
@@ -108,7 +108,7 @@
|
|
108
108
|
</div>
|
109
109
|
<div class="refsect1">
|
110
110
|
<a name="pango-Engines.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
111
|
-
<pre class="screen"> <a href="
|
111
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
112
112
|
<span class="lineart">╰──</span> PangoEngine
|
113
113
|
<span class="lineart">├──</span> <a class="link" href="PangoEngineLang.html" title="PangoEngineLang">PangoEngineLang</a>
|
114
114
|
<span class="lineart">╰──</span> <a class="link" href="PangoEngineShape.html" title="PangoEngineShape">PangoEngineShape</a>
|
@@ -136,12 +136,8 @@ function is used when building a catalog of all available modules.</p>
|
|
136
136
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
137
137
|
script_engine_list (<em class="parameter"><code><a class="link" href="pango-Engines.html#PangoEngineInfo" title="struct PangoEngineInfo"><span class="type">PangoEngineInfo</span></a> **engines</code></em>,
|
138
138
|
<em class="parameter"><code><span class="type">int</span> *n_engines</code></em>);</pre>
|
139
|
-
<p>
|
140
|
-
|
141
|
-
of <a class="link" href="pango-Engines.html#PangoEngineInfo" title="struct PangoEngineInfo"><span class="type">PangoEngineInfo</span></a> structures and the length of that array in
|
142
|
-
the given location.</p>
|
143
|
-
<p>Note that <a class="link" href="pango-Engines.html#script-engine-init" title="script_engine_init ()"><code class="function">script_engine_init()</code></a> will not be called before this
|
144
|
-
function.</p>
|
139
|
+
<div class="warning"><p><code class="literal">script_engine_list</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
140
|
+
<p>Do not use.</p>
|
145
141
|
<div class="refsect3">
|
146
142
|
<a name="id-1.4.8.8.2.6"></a><h4>Parameters</h4>
|
147
143
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -170,11 +166,11 @@ function.</p>
|
|
170
166
|
<div class="refsect2">
|
171
167
|
<a name="script-engine-init"></a><h3>script_engine_init ()</h3>
|
172
168
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
173
|
-
script_engine_init (<em class="parameter"><code><a href="
|
174
|
-
<p>
|
175
|
-
|
169
|
+
script_engine_init (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html"><span class="type">GTypeModule</span></a> *module</code></em>);</pre>
|
170
|
+
<div class="warning"><p><code class="literal">script_engine_init</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
171
|
+
<p>Do not use.</p>
|
176
172
|
<div class="refsect3">
|
177
|
-
<a name="id-1.4.8.8.3.
|
173
|
+
<a name="id-1.4.8.8.3.6"></a><h4>Parameters</h4>
|
178
174
|
<div class="informaltable"><table width="100%" border="0">
|
179
175
|
<colgroup>
|
180
176
|
<col width="150px" class="parameters_name">
|
@@ -183,7 +179,7 @@ GObject types in the module.</p>
|
|
183
179
|
</colgroup>
|
184
180
|
<tbody><tr>
|
185
181
|
<td class="parameter_name"><p>module</p></td>
|
186
|
-
<td class="parameter_description"><p>a <a href="
|
182
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html"><span class="type">GTypeModule</span></a> structure used to associate any
|
187
183
|
GObject types created in this module with the module.</p></td>
|
188
184
|
<td class="parameter_annotations"> </td>
|
189
185
|
</tr></tbody>
|
@@ -195,18 +191,18 @@ GObject types created in this module with the module.</p></td>
|
|
195
191
|
<a name="script-engine-exit"></a><h3>script_engine_exit ()</h3>
|
196
192
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
197
193
|
script_engine_exit (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
198
|
-
<p>
|
199
|
-
|
194
|
+
<div class="warning"><p><code class="literal">script_engine_exit</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
195
|
+
<p>Do not use.</p>
|
200
196
|
</div>
|
201
197
|
<hr>
|
202
198
|
<div class="refsect2">
|
203
199
|
<a name="script-engine-create"></a><h3>script_engine_create ()</h3>
|
204
200
|
<pre class="programlisting"><a class="link" href="pango-Engines.html#PangoEngine"><span class="returnvalue">PangoEngine</span></a> *
|
205
201
|
script_engine_create (<em class="parameter"><code>const <span class="type">char</span> *id</code></em>);</pre>
|
206
|
-
<p>
|
207
|
-
|
202
|
+
<div class="warning"><p><code class="literal">script_engine_create</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
203
|
+
<p>Do not use.</p>
|
208
204
|
<div class="refsect3">
|
209
|
-
<a name="id-1.4.8.8.5.
|
205
|
+
<a name="id-1.4.8.8.5.6"></a><h4>Parameters</h4>
|
210
206
|
<div class="informaltable"><table width="100%" border="0">
|
211
207
|
<colgroup>
|
212
208
|
<col width="150px" class="parameters_name">
|
@@ -220,15 +216,6 @@ of one of the engines implemented by the module.</p>
|
|
220
216
|
</tr></tbody>
|
221
217
|
</table></div>
|
222
218
|
</div>
|
223
|
-
<div class="refsect3">
|
224
|
-
<a name="id-1.4.8.8.5.6"></a><h4>Returns</h4>
|
225
|
-
<p> a newly created <a class="link" href="pango-Engines.html#PangoEngine"><span class="type">PangoEngine</span></a> of the specified
|
226
|
-
type, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an error occurred. (In normal operation,
|
227
|
-
a module should not return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> return is only
|
228
|
-
acceptable in the case where system misconfiguration or
|
229
|
-
bugs in the driver routine are encountered.)</p>
|
230
|
-
<p></p>
|
231
|
-
</div>
|
232
219
|
</div>
|
233
220
|
</div>
|
234
221
|
<div class="refsect1">
|
@@ -243,10 +230,11 @@ bugs in the driver routine are encountered.)</p>
|
|
243
230
|
gint n_scripts;
|
244
231
|
};
|
245
232
|
</pre>
|
233
|
+
<div class="warning"><p><code class="literal">PangoEngineInfo</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
246
234
|
<p>The <a class="link" href="pango-Engines.html#PangoEngineInfo" title="struct PangoEngineInfo"><span class="type">PangoEngineInfo</span></a> structure contains information about a particular
|
247
235
|
engine. It contains the following fields:</p>
|
248
236
|
<div class="refsect3">
|
249
|
-
<a name="id-1.4.8.9.2.
|
237
|
+
<a name="id-1.4.8.9.2.6"></a><h4>Members</h4>
|
250
238
|
<div class="informaltable"><table width="100%" border="0">
|
251
239
|
<colgroup>
|
252
240
|
<col width="300px" class="struct_members_name">
|
@@ -255,17 +243,17 @@ engine. It contains the following fields:</p>
|
|
255
243
|
</colgroup>
|
256
244
|
<tbody>
|
257
245
|
<tr>
|
258
|
-
<td class="struct_member_name"><p>const <a href="
|
246
|
+
<td class="struct_member_name"><p>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="PangoEngineInfo.id"></a>id</code></em>;</p></td>
|
259
247
|
<td class="struct_member_description"><p>a unique string ID for the engine.</p></td>
|
260
248
|
<td class="struct_member_annotations"> </td>
|
261
249
|
</tr>
|
262
250
|
<tr>
|
263
|
-
<td class="struct_member_name"><p>const <a href="
|
251
|
+
<td class="struct_member_name"><p>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="PangoEngineInfo.engine-type"></a>engine_type</code></em>;</p></td>
|
264
252
|
<td class="struct_member_description"><p>a string identifying the engine type.</p></td>
|
265
253
|
<td class="struct_member_annotations"> </td>
|
266
254
|
</tr>
|
267
255
|
<tr>
|
268
|
-
<td class="struct_member_name"><p>const <a href="
|
256
|
+
<td class="struct_member_name"><p>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="PangoEngineInfo.render-type"></a>render_type</code></em>;</p></td>
|
269
257
|
<td class="struct_member_description"><p>a string identifying the render type.</p></td>
|
270
258
|
<td class="struct_member_annotations"> </td>
|
271
259
|
</tr>
|
@@ -275,7 +263,7 @@ engine. It contains the following fields:</p>
|
|
275
263
|
<td class="struct_member_annotations"> </td>
|
276
264
|
</tr>
|
277
265
|
<tr>
|
278
|
-
<td class="struct_member_name"><p><a href="
|
266
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="PangoEngineInfo.n-scripts"></a>n_scripts</code></em>;</p></td>
|
279
267
|
<td class="struct_member_description"><p>number of items in <em class="parameter"><code>scripts</code></em>
|
280
268
|
.</p></td>
|
281
269
|
<td class="struct_member_annotations"> </td>
|
@@ -292,10 +280,11 @@ engine. It contains the following fields:</p>
|
|
292
280
|
const gchar *langs;
|
293
281
|
};
|
294
282
|
</pre>
|
283
|
+
<div class="warning"><p><code class="literal">PangoEngineScriptInfo</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
295
284
|
<p>The <a class="link" href="pango-Engines.html#PangoEngineScriptInfo" title="struct PangoEngineScriptInfo"><span class="type">PangoEngineScriptInfo</span></a> structure contains
|
296
285
|
information about how the shaper covers a particular script.</p>
|
297
286
|
<div class="refsect3">
|
298
|
-
<a name="id-1.4.8.9.3.
|
287
|
+
<a name="id-1.4.8.9.3.6"></a><h4>Members</h4>
|
299
288
|
<div class="informaltable"><table width="100%" border="0">
|
300
289
|
<colgroup>
|
301
290
|
<col width="300px" class="struct_members_name">
|
@@ -310,7 +299,7 @@ the special meaning here of "all scripts"</p></td>
|
|
310
299
|
<td class="struct_member_annotations"> </td>
|
311
300
|
</tr>
|
312
301
|
<tr>
|
313
|
-
<td class="struct_member_name"><p>const <a href="
|
302
|
+
<td class="struct_member_name"><p>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="PangoEngineScriptInfo.langs"></a>langs</code></em>;</p></td>
|
314
303
|
<td class="struct_member_description"><p>a semicolon separated list of languages that this
|
315
304
|
engine handles for this script. This may be empty,
|
316
305
|
in which case the engine is saying that it is a
|
@@ -330,6 +319,7 @@ languages for this range.</p></td>
|
|
330
319
|
<div class="refsect2">
|
331
320
|
<a name="PangoEngine-struct"></a><h3>struct PangoEngine</h3>
|
332
321
|
<pre class="programlisting">struct PangoEngine;</pre>
|
322
|
+
<div class="warning"><p><code class="literal">PangoEngine</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
333
323
|
<p><a class="link" href="pango-Engines.html#PangoEngine"><span class="type">PangoEngine</span></a> is the base class for all types of language and
|
334
324
|
script specific engines. It has no functionality by itself.</p>
|
335
325
|
</div>
|
@@ -339,6 +329,7 @@ script specific engines. It has no functionality by itself.</p>
|
|
339
329
|
<pre class="programlisting">struct PangoEngineClass {
|
340
330
|
};
|
341
331
|
</pre>
|
332
|
+
<div class="warning"><p><code class="literal">PangoEngineClass</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
342
333
|
<p>Class structure for <a class="link" href="pango-Engines.html#PangoEngine"><span class="type">PangoEngine</span></a></p>
|
343
334
|
</div>
|
344
335
|
<hr>
|
@@ -346,13 +337,13 @@ script specific engines. It has no functionality by itself.</p>
|
|
346
337
|
<a name="PANGO-RENDER-TYPE-NONE:CAPS"></a><h3>PANGO_RENDER_TYPE_NONE</h3>
|
347
338
|
<pre class="programlisting">#define PANGO_RENDER_TYPE_NONE "PangoRenderNone"
|
348
339
|
</pre>
|
340
|
+
<div class="warning"><p><code class="literal">PANGO_RENDER_TYPE_NONE</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
349
341
|
<p>A string constant defining the render type
|
350
342
|
for engines that are not rendering-system specific.</p>
|
351
343
|
</div>
|
352
344
|
</div>
|
353
345
|
</div>
|
354
346
|
<div class="footer">
|
355
|
-
<hr>
|
356
|
-
Generated by GTK-Doc V1.21.1</div>
|
347
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
357
348
|
</body>
|
358
349
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Pango Reference Manual
|
5
|
+
<title>Fonts: 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-Glyph-Storage.html" title="Glyph Storage">
|
10
10
|
<link rel="next" href="pango-Text-Attributes.html" title="Text Attributes">
|
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">
|
@@ -91,7 +91,7 @@
|
|
91
91
|
</tr>
|
92
92
|
<tr>
|
93
93
|
<td class="function_type">
|
94
|
-
<a href="
|
94
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
95
95
|
</td>
|
96
96
|
<td class="function_name">
|
97
97
|
<a class="link" href="pango-Fonts.html#pango-font-description-hash" title="pango_font_description_hash ()">pango_font_description_hash</a> <span class="c_punctuation">()</span>
|
@@ -99,7 +99,7 @@
|
|
99
99
|
</tr>
|
100
100
|
<tr>
|
101
101
|
<td class="function_type">
|
102
|
-
<a href="
|
102
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
103
103
|
</td>
|
104
104
|
<td class="function_name">
|
105
105
|
<a class="link" href="pango-Fonts.html#pango-font-description-equal" title="pango_font_description_equal ()">pango_font_description_equal</a> <span class="c_punctuation">()</span>
|
@@ -218,7 +218,7 @@
|
|
218
218
|
</tr>
|
219
219
|
<tr>
|
220
220
|
<td class="function_type">
|
221
|
-
<a href="
|
221
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
222
222
|
</td>
|
223
223
|
<td class="function_name">
|
224
224
|
<a class="link" href="pango-Fonts.html#pango-font-description-get-size" title="pango_font_description_get_size ()">pango_font_description_get_size</a> <span class="c_punctuation">()</span>
|
@@ -234,7 +234,7 @@
|
|
234
234
|
</tr>
|
235
235
|
<tr>
|
236
236
|
<td class="function_type">
|
237
|
-
<a href="
|
237
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
238
238
|
</td>
|
239
239
|
<td class="function_name">
|
240
240
|
<a class="link" href="pango-Fonts.html#pango-font-description-get-size-is-absolute" title="pango_font_description_get_size_is_absolute ()">pango_font_description_get_size_is_absolute</a> <span class="c_punctuation">()</span>
|
@@ -290,7 +290,7 @@
|
|
290
290
|
</tr>
|
291
291
|
<tr>
|
292
292
|
<td class="function_type">
|
293
|
-
<a href="
|
293
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
294
294
|
</td>
|
295
295
|
<td class="function_name">
|
296
296
|
<a class="link" href="pango-Fonts.html#pango-font-description-better-match" title="pango_font_description_better_match ()">pango_font_description_better_match</a> <span class="c_punctuation">()</span>
|
@@ -501,7 +501,7 @@
|
|
501
501
|
</tr>
|
502
502
|
<tr>
|
503
503
|
<td class="function_type">
|
504
|
-
<a href="
|
504
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
505
505
|
</td>
|
506
506
|
<td class="function_name">
|
507
507
|
<a class="link" href="pango-Fonts.html#pango-font-family-is-monospace" title="pango_font_family_is_monospace ()">pango_font_family_is_monospace</a> <span class="c_punctuation">()</span>
|
@@ -556,7 +556,7 @@
|
|
556
556
|
</tr>
|
557
557
|
<tr>
|
558
558
|
<td class="function_type">
|
559
|
-
<a href="
|
559
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
560
560
|
</td>
|
561
561
|
<td class="function_name">
|
562
562
|
<a class="link" href="pango-Fonts.html#pango-font-face-is-synthesized" title="pango_font_face_is_synthesized ()">pango_font_face_is_synthesized</a> <span class="c_punctuation">()</span>
|
@@ -637,7 +637,7 @@
|
|
637
637
|
</tr>
|
638
638
|
<tr>
|
639
639
|
<td class="function_type">
|
640
|
-
<a href="
|
640
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
641
641
|
</td>
|
642
642
|
<td class="function_name">
|
643
643
|
<a class="link" href="pango-Fonts.html#pango-font-map-get-serial" title="pango_font_map_get_serial ()">pango_font_map_get_serial</a> <span class="c_punctuation">()</span>
|
@@ -673,7 +673,7 @@
|
|
673
673
|
</tr>
|
674
674
|
<tr>
|
675
675
|
<td class="function_type">
|
676
|
-
<a href="
|
676
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
677
677
|
</td>
|
678
678
|
<td class="function_name">
|
679
679
|
<span class="c_punctuation">(</span><a class="link" href="pango-Fonts.html#PangoFontsetForeachFunc" title="PangoFontsetForeachFunc ()">*PangoFontsetForeachFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -791,19 +791,17 @@
|
|
791
791
|
</div>
|
792
792
|
<div class="refsect1">
|
793
793
|
<a name="pango-Fonts.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
794
|
-
<pre class="screen"> GBoxed
|
794
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
795
795
|
<span class="lineart">├──</span> PangoFontDescription
|
796
796
|
<span class="lineart">╰──</span> PangoFontMetrics
|
797
|
-
GEnum
|
797
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
798
798
|
<span class="lineart">├──</span> PangoStretch
|
799
799
|
<span class="lineart">├──</span> PangoStyle
|
800
800
|
<span class="lineart">├──</span> PangoVariant
|
801
801
|
<span class="lineart">╰──</span> PangoWeight
|
802
|
-
GFlags
|
802
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
|
803
803
|
<span class="lineart">╰──</span> PangoFontMask
|
804
|
-
<a href="
|
805
|
-
<span class="lineart">├──</span> <a class="link" href="pango-Fonts.html#PangoFontset">PangoFontset</a>
|
806
|
-
<span class="lineart">│</span> <span class="lineart">╰──</span> PangoFontsetSimple
|
804
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
807
805
|
<span class="lineart">├──</span> PangoFont
|
808
806
|
<span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="PangoFcFont.html" title="PangoFcFont">PangoFcFont</a>
|
809
807
|
<span class="lineart">├──</span> PangoFontFace
|
@@ -811,7 +809,7 @@
|
|
811
809
|
<span class="lineart">├──</span> PangoFontMap
|
812
810
|
<span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap">PangoFcFontMap</a>
|
813
811
|
<span class="lineart">╰──</span> PangoFontset
|
814
|
-
<span class="lineart">╰──</span>
|
812
|
+
<span class="lineart">╰──</span> PangoFontsetSimple
|
815
813
|
</pre>
|
816
814
|
</div>
|
817
815
|
<div class="refsect1">
|
@@ -838,7 +836,7 @@ to load a font of a given description.</p>
|
|
838
836
|
<a name="PANGO-TYPE-FONT-DESCRIPTION:CAPS"></a><h3>PANGO_TYPE_FONT_DESCRIPTION</h3>
|
839
837
|
<pre class="programlisting">#define PANGO_TYPE_FONT_DESCRIPTION (pango_font_description_get_type ())
|
840
838
|
</pre>
|
841
|
-
<p>The <a href="
|
839
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>.</p>
|
842
840
|
</div>
|
843
841
|
<hr>
|
844
842
|
<div class="refsect2">
|
@@ -880,7 +878,6 @@ pango_font_description_new (<em class="parameter"><code><span class="type">void<
|
|
880
878
|
<a name="id-1.2.4.16.8.5"></a><h4>Returns</h4>
|
881
879
|
<p> the newly allocated <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, which
|
882
880
|
should be freed using <a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()"><code class="function">pango_font_description_free()</code></a>.</p>
|
883
|
-
<p></p>
|
884
881
|
</div>
|
885
882
|
</div>
|
886
883
|
<hr>
|
@@ -899,18 +896,19 @@ pango_font_description_copy (<em class="parameter"><code>const <a class="link" h
|
|
899
896
|
</colgroup>
|
900
897
|
<tbody><tr>
|
901
898
|
<td class="parameter_name"><p>desc</p></td>
|
902
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="
|
903
|
-
<td class="parameter_annotations">
|
899
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
900
|
+
<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>
|
904
901
|
</tr></tbody>
|
905
902
|
</table></div>
|
906
903
|
</div>
|
907
904
|
<div class="refsect3">
|
908
905
|
<a name="id-1.2.4.16.9.6"></a><h4>Returns</h4>
|
909
|
-
<p> the newly allocated
|
910
|
-
|
911
|
-
if <em class="parameter"><code>desc</code></em>
|
912
|
-
was
|
913
|
-
<
|
906
|
+
<p> the newly allocated
|
907
|
+
<a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, which should be freed with
|
908
|
+
<a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()"><code class="function">pango_font_description_free()</code></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>desc</code></em>
|
909
|
+
was
|
910
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
911
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
914
912
|
</div>
|
915
913
|
</div>
|
916
914
|
<hr>
|
@@ -933,27 +931,28 @@ when the copy is only needed temporarily.</p>
|
|
933
931
|
</colgroup>
|
934
932
|
<tbody><tr>
|
935
933
|
<td class="parameter_name"><p>desc</p></td>
|
936
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="
|
937
|
-
<td class="parameter_annotations">
|
934
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
935
|
+
<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>
|
938
936
|
</tr></tbody>
|
939
937
|
</table></div>
|
940
938
|
</div>
|
941
939
|
<div class="refsect3">
|
942
940
|
<a name="id-1.2.4.16.10.6"></a><h4>Returns</h4>
|
943
|
-
<p> the newly allocated
|
944
|
-
|
945
|
-
if <em class="parameter"><code>desc</code></em>
|
946
|
-
was
|
947
|
-
<
|
941
|
+
<p> the newly allocated
|
942
|
+
<a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, which should be freed with
|
943
|
+
<a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()"><code class="function">pango_font_description_free()</code></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>desc</code></em>
|
944
|
+
was
|
945
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
946
|
+
<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>
|
948
947
|
</div>
|
949
948
|
</div>
|
950
949
|
<hr>
|
951
950
|
<div class="refsect2">
|
952
951
|
<a name="pango-font-description-hash"></a><h3>pango_font_description_hash ()</h3>
|
953
|
-
<pre class="programlisting"><a href="
|
952
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
954
953
|
pango_font_description_hash (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
|
955
954
|
<p>Computes a hash of a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> structure suitable
|
956
|
-
to be used, for example, as an argument to <a href="
|
955
|
+
to be used, for example, as an argument to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html#g-hash-table-new"><code class="function">g_hash_table_new()</code></a>.
|
957
956
|
The hash value is independent of <em class="parameter"><code>desc->mask</code></em>
|
958
957
|
.</p>
|
959
958
|
<div class="refsect3">
|
@@ -974,20 +973,19 @@ The hash value is independent of <em class="parameter"><code>desc->mask</code
|
|
974
973
|
<div class="refsect3">
|
975
974
|
<a name="id-1.2.4.16.11.6"></a><h4>Returns</h4>
|
976
975
|
<p> the hash value.</p>
|
977
|
-
<p></p>
|
978
976
|
</div>
|
979
977
|
</div>
|
980
978
|
<hr>
|
981
979
|
<div class="refsect2">
|
982
980
|
<a name="pango-font-description-equal"></a><h3>pango_font_description_equal ()</h3>
|
983
|
-
<pre class="programlisting"><a href="
|
981
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
984
982
|
pango_font_description_equal (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc1</code></em>,
|
985
983
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc2</code></em>);</pre>
|
986
984
|
<p>Compares two font descriptions for equality. Two font descriptions
|
987
985
|
are considered equal if the fonts they describe are provably identical.
|
988
986
|
This means that their masks do not have to match, as long as other fields
|
989
987
|
are all the same. (Two font descriptions may result in identical fonts
|
990
|
-
being loaded, but still compare <a href="
|
988
|
+
being loaded, but still compare <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.)</p>
|
991
989
|
<div class="refsect3">
|
992
990
|
<a name="id-1.2.4.16.12.5"></a><h4>Parameters</h4>
|
993
991
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -1012,9 +1010,8 @@ being loaded, but still compare <a href="http://library.gnome.org/devel/glib/uns
|
|
1012
1010
|
</div>
|
1013
1011
|
<div class="refsect3">
|
1014
1012
|
<a name="id-1.2.4.16.12.6"></a><h4>Returns</h4>
|
1015
|
-
<p> <a href="
|
1016
|
-
<a href="
|
1017
|
-
<p></p>
|
1013
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the two font descriptions are identical,
|
1014
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1018
1015
|
</div>
|
1019
1016
|
</div>
|
1020
1017
|
<hr>
|
@@ -1033,8 +1030,8 @@ pango_font_description_free (<em class="parameter"><code><a class="link" href="p
|
|
1033
1030
|
</colgroup>
|
1034
1031
|
<tbody><tr>
|
1035
1032
|
<td class="parameter_name"><p>desc</p></td>
|
1036
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="
|
1037
|
-
<td class="parameter_annotations">
|
1033
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1034
|
+
<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>
|
1038
1035
|
</tr></tbody>
|
1039
1036
|
</table></div>
|
1040
1037
|
</div>
|
@@ -1058,7 +1055,7 @@ pango_font_descriptions_free (<em class="parameter"><code><a class="link" href="
|
|
1058
1055
|
<tr>
|
1059
1056
|
<td class="parameter_name"><p>descs</p></td>
|
1060
1057
|
<td class="parameter_description"><p> a pointer
|
1061
|
-
to an array of <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="
|
1058
|
+
to an array of <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1062
1059
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_descs][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
1063
1060
|
</tr>
|
1064
1061
|
<tr>
|
@@ -1169,10 +1166,11 @@ pango_font_description_get_family (<em class="parameter"><code>const <a class="l
|
|
1169
1166
|
</div>
|
1170
1167
|
<div class="refsect3">
|
1171
1168
|
<a name="id-1.2.4.16.17.6"></a><h4>Returns</h4>
|
1172
|
-
<p> the family name field for the font
|
1173
|
-
<a href="
|
1174
|
-
as the font description itself
|
1175
|
-
|
1169
|
+
<p> the family name field for the font
|
1170
|
+
description, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not previously set. This
|
1171
|
+
has the same life-time as the font description itself
|
1172
|
+
and should not be freed. </p>
|
1173
|
+
<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>
|
1176
1174
|
</div>
|
1177
1175
|
</div>
|
1178
1176
|
<hr>
|
@@ -1239,7 +1237,6 @@ pango_font_description_get_style (<em class="parameter"><code>const <a class="li
|
|
1239
1237
|
<p> the style field for the font description.
|
1240
1238
|
Use <a class="link" href="pango-Fonts.html#pango-font-description-get-set-fields" title="pango_font_description_get_set_fields ()"><code class="function">pango_font_description_get_set_fields()</code></a> to find out if
|
1241
1239
|
the field was explicitly set or not.</p>
|
1242
|
-
<p></p>
|
1243
1240
|
</div>
|
1244
1241
|
</div>
|
1245
1242
|
<hr>
|
@@ -1300,7 +1297,6 @@ pango_font_description_get_variant (<em class="parameter"><code>const <a class="
|
|
1300
1297
|
<p> the variant field for the font description. Use
|
1301
1298
|
<a class="link" href="pango-Fonts.html#pango-font-description-get-set-fields" title="pango_font_description_get_set_fields ()"><code class="function">pango_font_description_get_set_fields()</code></a> to find out if
|
1302
1299
|
the field was explicitly set or not.</p>
|
1303
|
-
<p></p>
|
1304
1300
|
</div>
|
1305
1301
|
</div>
|
1306
1302
|
<hr>
|
@@ -1363,7 +1359,6 @@ pango_font_description_get_weight (<em class="parameter"><code>const <a class="l
|
|
1363
1359
|
<p> the weight field for the font description. Use
|
1364
1360
|
<a class="link" href="pango-Fonts.html#pango-font-description-get-set-fields" title="pango_font_description_get_set_fields ()"><code class="function">pango_font_description_get_set_fields()</code></a> to find out if
|
1365
1361
|
the field was explicitly set or not.</p>
|
1366
|
-
<p></p>
|
1367
1362
|
</div>
|
1368
1363
|
</div>
|
1369
1364
|
<hr>
|
@@ -1424,7 +1419,6 @@ See <a class="link" href="pango-Fonts.html#pango-font-description-set-stretch" t
|
|
1424
1419
|
<p> the stretch field for the font description. Use
|
1425
1420
|
<a class="link" href="pango-Fonts.html#pango-font-description-get-set-fields" title="pango_font_description_get_set_fields ()"><code class="function">pango_font_description_get_set_fields()</code></a> to find out if
|
1426
1421
|
the field was explicitly set or not.</p>
|
1427
|
-
<p></p>
|
1428
1422
|
</div>
|
1429
1423
|
</div>
|
1430
1424
|
<hr>
|
@@ -1432,7 +1426,7 @@ the field was explicitly set or not.</p>
|
|
1432
1426
|
<a name="pango-font-description-set-size"></a><h3>pango_font_description_set_size ()</h3>
|
1433
1427
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1434
1428
|
pango_font_description_set_size (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
1435
|
-
<em class="parameter"><code><a href="
|
1429
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
|
1436
1430
|
<p>Sets the size field of a font description in fractional points. This is mutually
|
1437
1431
|
exclusive with <a class="link" href="pango-Fonts.html#pango-font-description-set-absolute-size" title="pango_font_description_set_absolute_size ()"><code class="function">pango_font_description_set_absolute_size()</code></a>.</p>
|
1438
1432
|
<div class="refsect3">
|
@@ -1468,7 +1462,7 @@ a particular size in device units.</p></td>
|
|
1468
1462
|
<hr>
|
1469
1463
|
<div class="refsect2">
|
1470
1464
|
<a name="pango-font-description-get-size"></a><h3>pango_font_description_get_size ()</h3>
|
1471
|
-
<pre class="programlisting"><a href="
|
1465
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1472
1466
|
pango_font_description_get_size (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
|
1473
1467
|
<p>Gets the size field of a font description.
|
1474
1468
|
See <a class="link" href="pango-Fonts.html#pango-font-description-set-size" title="pango_font_description_set_size ()"><code class="function">pango_font_description_set_size()</code></a>.</p>
|
@@ -1495,7 +1489,6 @@ to find out which is the case. Returns 0 if the size field has not
|
|
1495
1489
|
previously been set or it has been set to 0 explicitly.
|
1496
1490
|
Use <a class="link" href="pango-Fonts.html#pango-font-description-get-set-fields" title="pango_font_description_get_set_fields ()"><code class="function">pango_font_description_get_set_fields()</code></a> to
|
1497
1491
|
find out if the field was explicitly set or not.</p>
|
1498
|
-
<p></p>
|
1499
1492
|
</div>
|
1500
1493
|
</div>
|
1501
1494
|
<hr>
|
@@ -1532,12 +1525,12 @@ value of 10 * PANGO_SCALE gives a 10 pixel font.</p></td>
|
|
1532
1525
|
</tbody>
|
1533
1526
|
</table></div>
|
1534
1527
|
</div>
|
1535
|
-
<p class="since">Since 1.8</p>
|
1528
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
1536
1529
|
</div>
|
1537
1530
|
<hr>
|
1538
1531
|
<div class="refsect2">
|
1539
1532
|
<a name="pango-font-description-get-size-is-absolute"></a><h3>pango_font_description_get_size_is_absolute ()</h3>
|
1540
|
-
<pre class="programlisting"><a href="
|
1533
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1541
1534
|
pango_font_description_get_size_is_absolute
|
1542
1535
|
(<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
|
1543
1536
|
<p>Determines whether the size of the font is in points (not absolute) or device units (absolute).
|
@@ -1562,9 +1555,8 @@ See <a class="link" href="pango-Fonts.html#pango-font-description-set-size" titl
|
|
1562
1555
|
<p> whether the size for the font description is in
|
1563
1556
|
points or device units. Use <a class="link" href="pango-Fonts.html#pango-font-description-get-set-fields" title="pango_font_description_get_set_fields ()"><code class="function">pango_font_description_get_set_fields()</code></a> to
|
1564
1557
|
find out if the size field of the font description was explicitly set or not.</p>
|
1565
|
-
<p></p>
|
1566
1558
|
</div>
|
1567
|
-
<p class="since">Since 1.8</p>
|
1559
|
+
<p class="since">Since: <a class="link" href="api-index-1-8.html#api-index-1.8">1.8</a></p>
|
1568
1560
|
</div>
|
1569
1561
|
<hr>
|
1570
1562
|
<div class="refsect2">
|
@@ -1601,7 +1593,7 @@ be set on a <a class="link" href="pango-Text-Processing.html#PangoContext"><span
|
|
1601
1593
|
</tbody>
|
1602
1594
|
</table></div>
|
1603
1595
|
</div>
|
1604
|
-
<p class="since">Since 1.16</p>
|
1596
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1605
1597
|
</div>
|
1606
1598
|
<hr>
|
1607
1599
|
<div class="refsect2">
|
@@ -1630,9 +1622,8 @@ pango_font_description_get_gravity (<em class="parameter"><code>const <a class="
|
|
1630
1622
|
<p> the gravity field for the font description. Use
|
1631
1623
|
<a class="link" href="pango-Fonts.html#pango-font-description-get-set-fields" title="pango_font_description_get_set_fields ()"><code class="function">pango_font_description_get_set_fields()</code></a> to find out if
|
1632
1624
|
the field was explicitly set or not.</p>
|
1633
|
-
<p></p>
|
1634
1625
|
</div>
|
1635
|
-
<p class="since">Since 1.16</p>
|
1626
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
1636
1627
|
</div>
|
1637
1628
|
<hr>
|
1638
1629
|
<div class="refsect2">
|
@@ -1660,7 +1651,6 @@ pango_font_description_get_set_fields (<em class="parameter"><code>const <a clas
|
|
1660
1651
|
<p> a bitmask with bits set corresponding to the
|
1661
1652
|
fields in <em class="parameter"><code>desc</code></em>
|
1662
1653
|
that have been set.</p>
|
1663
|
-
<p></p>
|
1664
1654
|
</div>
|
1665
1655
|
</div>
|
1666
1656
|
<hr>
|
@@ -1701,17 +1691,17 @@ to unset.</p></td>
|
|
1701
1691
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1702
1692
|
pango_font_description_merge (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
1703
1693
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc_to_merge</code></em>,
|
1704
|
-
<em class="parameter"><code><a href="
|
1694
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> replace_existing</code></em>);</pre>
|
1705
1695
|
<p>Merges the fields that are set in <em class="parameter"><code>desc_to_merge</code></em>
|
1706
1696
|
into the fields in
|
1707
1697
|
<em class="parameter"><code>desc</code></em>
|
1708
1698
|
. If <em class="parameter"><code>replace_existing</code></em>
|
1709
|
-
is <a href="
|
1699
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, only fields in <em class="parameter"><code>desc</code></em>
|
1710
1700
|
that
|
1711
|
-
are not already set are affected. If <a href="
|
1701
|
+
are not already set are affected. If <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then fields that are
|
1712
1702
|
already set will be replaced as well.</p>
|
1713
1703
|
<p>If <em class="parameter"><code>desc_to_merge</code></em>
|
1714
|
-
is <a href="
|
1704
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this function performs nothing.</p>
|
1715
1705
|
<div class="refsect3">
|
1716
1706
|
<a name="id-1.2.4.16.34.6"></a><h4>Parameters</h4>
|
1717
1707
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -1728,12 +1718,12 @@ already set will be replaced as well.</p>
|
|
1728
1718
|
</tr>
|
1729
1719
|
<tr>
|
1730
1720
|
<td class="parameter_name"><p>desc_to_merge</p></td>
|
1731
|
-
<td class="parameter_description"><p> the <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> to merge from, or <a href="
|
1721
|
+
<td class="parameter_description"><p> the <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> to merge from, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1732
1722
|
<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>
|
1733
1723
|
</tr>
|
1734
1724
|
<tr>
|
1735
1725
|
<td class="parameter_name"><p>replace_existing</p></td>
|
1736
|
-
<td class="parameter_description"><p>if <a href="
|
1726
|
+
<td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, replace fields in <em class="parameter"><code>desc</code></em>
|
1737
1727
|
with the
|
1738
1728
|
corresponding values from <em class="parameter"><code>desc_to_merge</code></em>
|
1739
1729
|
, even if they
|
@@ -1750,7 +1740,7 @@ are already exist.</p></td>
|
|
1750
1740
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1751
1741
|
pango_font_description_merge_static (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
1752
1742
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc_to_merge</code></em>,
|
1753
|
-
<em class="parameter"><code><a href="
|
1743
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> replace_existing</code></em>);</pre>
|
1754
1744
|
<p>Like <a class="link" href="pango-Fonts.html#pango-font-description-merge" title="pango_font_description_merge ()"><code class="function">pango_font_description_merge()</code></a>, but only a shallow copy is made
|
1755
1745
|
of the family name and other allocated fields. <em class="parameter"><code>desc</code></em>
|
1756
1746
|
can only be
|
@@ -1778,7 +1768,7 @@ to be used when the merged font description is only needed temporarily.</p>
|
|
1778
1768
|
</tr>
|
1779
1769
|
<tr>
|
1780
1770
|
<td class="parameter_name"><p>replace_existing</p></td>
|
1781
|
-
<td class="parameter_description"><p>if <a href="
|
1771
|
+
<td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, replace fields in <em class="parameter"><code>desc</code></em>
|
1782
1772
|
with the
|
1783
1773
|
corresponding values from <em class="parameter"><code>desc_to_merge</code></em>
|
1784
1774
|
, even if they
|
@@ -1792,7 +1782,7 @@ are already exist.</p></td>
|
|
1792
1782
|
<hr>
|
1793
1783
|
<div class="refsect2">
|
1794
1784
|
<a name="pango-font-description-better-match"></a><h3>pango_font_description_better_match ()</h3>
|
1795
|
-
<pre class="programlisting"><a href="
|
1785
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1796
1786
|
pango_font_description_better_match (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
1797
1787
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *old_match</code></em>,
|
1798
1788
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *new_match</code></em>);</pre>
|
@@ -1801,7 +1791,7 @@ pango_font_description_better_match (<em class="parameter"><code>const <a class=
|
|
1801
1791
|
for <em class="parameter"><code>desc</code></em>
|
1802
1792
|
than those of <em class="parameter"><code>old_match</code></em>
|
1803
1793
|
are, or if <em class="parameter"><code>old_match</code></em>
|
1804
|
-
is <a href="
|
1794
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
|
1805
1795
|
determines if <em class="parameter"><code>new_match</code></em>
|
1806
1796
|
is a match at all.
|
1807
1797
|
Approximate matching is done for
|
@@ -1829,7 +1819,7 @@ styles are equal.</p>
|
|
1829
1819
|
</tr>
|
1830
1820
|
<tr>
|
1831
1821
|
<td class="parameter_name"><p>old_match</p></td>
|
1832
|
-
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, or <a href="
|
1822
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1833
1823
|
<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>
|
1834
1824
|
</tr>
|
1835
1825
|
<tr>
|
@@ -1842,9 +1832,8 @@ styles are equal.</p>
|
|
1842
1832
|
</div>
|
1843
1833
|
<div class="refsect3">
|
1844
1834
|
<a name="id-1.2.4.16.36.7"></a><h4>Returns</h4>
|
1845
|
-
<p> <a href="
|
1835
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>new_match</code></em>
|
1846
1836
|
is a better match</p>
|
1847
|
-
<p></p>
|
1848
1837
|
</div>
|
1849
1838
|
</div>
|
1850
1839
|
<hr>
|
@@ -1855,12 +1844,12 @@ pango_font_description_from_string (<em class="parameter"><code>const <span clas
|
|
1855
1844
|
<p>Creates a new font description from a string representation in the
|
1856
1845
|
form "FAMILY-LIST [SIZE]", where FAMILY-LIST is a
|
1857
1846
|
comma separated list of families optionally terminated by a comma,
|
1858
|
-
STYLE_OPTIONS is a whitespace separated list of words where each
|
1847
|
+
STYLE_OPTIONS is a whitespace separated list of words where each word
|
1859
1848
|
describes one of style, variant, weight, stretch, or gravity, and SIZE
|
1860
1849
|
is a decimal number (size in points) or optionally followed by the
|
1861
1850
|
unit modifier "px" for absolute size. Any one of the options may
|
1862
1851
|
be absent. If FAMILY-LIST is absent, then the family_name field of
|
1863
|
-
the resulting font description will be initialized to <a href="
|
1852
|
+
the resulting font description will be initialized to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If
|
1864
1853
|
STYLE-OPTIONS is missing, then all style options will be set to the
|
1865
1854
|
default values. If SIZE is missing, the size in the resulting font
|
1866
1855
|
description will be set to 0.</p>
|
@@ -1882,7 +1871,6 @@ description will be set to 0.</p>
|
|
1882
1871
|
<div class="refsect3">
|
1883
1872
|
<a name="id-1.2.4.16.37.6"></a><h4>Returns</h4>
|
1884
1873
|
<p> a new <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>.</p>
|
1885
|
-
<p></p>
|
1886
1874
|
</div>
|
1887
1875
|
</div>
|
1888
1876
|
<hr>
|
@@ -1912,8 +1900,7 @@ last word of the list is a valid style option.</p>
|
|
1912
1900
|
</div>
|
1913
1901
|
<div class="refsect3">
|
1914
1902
|
<a name="id-1.2.4.16.38.6"></a><h4>Returns</h4>
|
1915
|
-
<p> a new string that must be freed with <a href="
|
1916
|
-
<p></p>
|
1903
|
+
<p> a new string that must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
1917
1904
|
</div>
|
1918
1905
|
</div>
|
1919
1906
|
<hr>
|
@@ -1942,8 +1929,7 @@ characters that are untypical in filenames, and in lower case only.</p>
|
|
1942
1929
|
</div>
|
1943
1930
|
<div class="refsect3">
|
1944
1931
|
<a name="id-1.2.4.16.39.6"></a><h4>Returns</h4>
|
1945
|
-
<p> a new string that must be freed with <a href="
|
1946
|
-
<p></p>
|
1932
|
+
<p> a new string that must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
1947
1933
|
</div>
|
1948
1934
|
</div>
|
1949
1935
|
<hr>
|
@@ -1951,7 +1937,7 @@ characters that are untypical in filenames, and in lower case only.</p>
|
|
1951
1937
|
<a name="PANGO-TYPE-FONT-METRICS:CAPS"></a><h3>PANGO_TYPE_FONT_METRICS</h3>
|
1952
1938
|
<pre class="programlisting">#define PANGO_TYPE_FONT_METRICS (pango_font_metrics_get_type ())
|
1953
1939
|
</pre>
|
1954
|
-
<p>The <a href="
|
1940
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a>.</p>
|
1955
1941
|
</div>
|
1956
1942
|
<hr>
|
1957
1943
|
<div class="refsect2">
|
@@ -1969,16 +1955,16 @@ pango_font_metrics_ref (<em class="parameter"><code><a class="link" href="pango-
|
|
1969
1955
|
</colgroup>
|
1970
1956
|
<tbody><tr>
|
1971
1957
|
<td class="parameter_name"><p>metrics</p></td>
|
1972
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <a href="
|
1973
|
-
<td class="parameter_annotations">
|
1958
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1959
|
+
<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>
|
1974
1960
|
</tr></tbody>
|
1975
1961
|
</table></div>
|
1976
1962
|
</div>
|
1977
1963
|
<div class="refsect3">
|
1978
1964
|
<a name="id-1.2.4.16.41.6"></a><h4>Returns</h4>
|
1979
1965
|
<p> <em class="parameter"><code>metrics</code></em>
|
1980
|
-
</p>
|
1981
|
-
<p></p>
|
1966
|
+
. </p>
|
1967
|
+
<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>
|
1982
1968
|
</div>
|
1983
1969
|
</div>
|
1984
1970
|
<hr>
|
@@ -1999,8 +1985,8 @@ memory.</p>
|
|
1999
1985
|
</colgroup>
|
2000
1986
|
<tbody><tr>
|
2001
1987
|
<td class="parameter_name"><p>metrics</p></td>
|
2002
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <a href="
|
2003
|
-
<td class="parameter_annotations">
|
1988
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1989
|
+
<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>
|
2004
1990
|
</tr></tbody>
|
2005
1991
|
</table></div>
|
2006
1992
|
</div>
|
@@ -2033,7 +2019,6 @@ where the ink will be.)</p>
|
|
2033
2019
|
<div class="refsect3">
|
2034
2020
|
<a name="id-1.2.4.16.43.6"></a><h4>Returns</h4>
|
2035
2021
|
<p> the ascent, in Pango units.</p>
|
2036
|
-
<p></p>
|
2037
2022
|
</div>
|
2038
2023
|
</div>
|
2039
2024
|
<hr>
|
@@ -2064,7 +2049,6 @@ where the ink will be.)</p>
|
|
2064
2049
|
<div class="refsect3">
|
2065
2050
|
<a name="id-1.2.4.16.44.6"></a><h4>Returns</h4>
|
2066
2051
|
<p> the descent, in Pango units.</p>
|
2067
|
-
<p></p>
|
2068
2052
|
</div>
|
2069
2053
|
</div>
|
2070
2054
|
<hr>
|
@@ -2095,7 +2079,6 @@ text will be wider and narrower than this.</p>
|
|
2095
2079
|
<div class="refsect3">
|
2096
2080
|
<a name="id-1.2.4.16.45.6"></a><h4>Returns</h4>
|
2097
2081
|
<p> the character width, in Pango units.</p>
|
2098
|
-
<p></p>
|
2099
2082
|
</div>
|
2100
2083
|
</div>
|
2101
2084
|
<hr>
|
@@ -2128,7 +2111,6 @@ is generally somewhat more accurate than the result of
|
|
2128
2111
|
<div class="refsect3">
|
2129
2112
|
<a name="id-1.2.4.16.46.6"></a><h4>Returns</h4>
|
2130
2113
|
<p> the digit width, in Pango units.</p>
|
2131
|
-
<p></p>
|
2132
2114
|
</div>
|
2133
2115
|
</div>
|
2134
2116
|
<hr>
|
@@ -2156,9 +2138,8 @@ pango_font_metrics_get_underline_thickness
|
|
2156
2138
|
<div class="refsect3">
|
2157
2139
|
<a name="id-1.2.4.16.47.6"></a><h4>Returns</h4>
|
2158
2140
|
<p> the suggested underline thickness, in Pango units.</p>
|
2159
|
-
<p></p>
|
2160
2141
|
</div>
|
2161
|
-
<p class="since">Since 1.6</p>
|
2142
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
2162
2143
|
</div>
|
2163
2144
|
<hr>
|
2164
2145
|
<div class="refsect2">
|
@@ -2189,9 +2170,8 @@ negative.</p>
|
|
2189
2170
|
<div class="refsect3">
|
2190
2171
|
<a name="id-1.2.4.16.48.6"></a><h4>Returns</h4>
|
2191
2172
|
<p> the suggested underline position, in Pango units.</p>
|
2192
|
-
<p></p>
|
2193
2173
|
</div>
|
2194
|
-
<p class="since">Since 1.6</p>
|
2174
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
2195
2175
|
</div>
|
2196
2176
|
<hr>
|
2197
2177
|
<div class="refsect2">
|
@@ -2218,9 +2198,8 @@ pango_font_metrics_get_strikethrough_thickness
|
|
2218
2198
|
<div class="refsect3">
|
2219
2199
|
<a name="id-1.2.4.16.49.6"></a><h4>Returns</h4>
|
2220
2200
|
<p> the suggested strikethrough thickness, in Pango units.</p>
|
2221
|
-
<p></p>
|
2222
2201
|
</div>
|
2223
|
-
<p class="since">Since 1.6</p>
|
2202
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
2224
2203
|
</div>
|
2225
2204
|
<hr>
|
2226
2205
|
<div class="refsect2">
|
@@ -2249,23 +2228,22 @@ baseline of the top of the strikethrough.</p>
|
|
2249
2228
|
<div class="refsect3">
|
2250
2229
|
<a name="id-1.2.4.16.50.6"></a><h4>Returns</h4>
|
2251
2230
|
<p> the suggested strikethrough position, in Pango units.</p>
|
2252
|
-
<p></p>
|
2253
2231
|
</div>
|
2254
|
-
<p class="since">Since 1.6</p>
|
2232
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
2255
2233
|
</div>
|
2256
2234
|
<hr>
|
2257
2235
|
<div class="refsect2">
|
2258
2236
|
<a name="PANGO-TYPE-FONT:CAPS"></a><h3>PANGO_TYPE_FONT</h3>
|
2259
2237
|
<pre class="programlisting">#define PANGO_TYPE_FONT (pango_font_get_type ())
|
2260
2238
|
</pre>
|
2261
|
-
<p>The <a href="
|
2239
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
|
2262
2240
|
</div>
|
2263
2241
|
<hr>
|
2264
2242
|
<div class="refsect2">
|
2265
2243
|
<a name="PANGO-FONT:CAPS"></a><h3>PANGO_FONT()</h3>
|
2266
2244
|
<pre class="programlisting">#define PANGO_FONT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT, PangoFont))
|
2267
2245
|
</pre>
|
2268
|
-
<p>Casts a <a href="
|
2246
|
+
<p>Casts a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> to a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
|
2269
2247
|
<div class="refsect3">
|
2270
2248
|
<a name="id-1.2.4.16.52.5"></a><h4>Parameters</h4>
|
2271
2249
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -2276,7 +2254,7 @@ baseline of the top of the strikethrough.</p>
|
|
2276
2254
|
</colgroup>
|
2277
2255
|
<tbody><tr>
|
2278
2256
|
<td class="parameter_name"><p>object</p></td>
|
2279
|
-
<td class="parameter_description"><p>a <a href="
|
2257
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
|
2280
2258
|
<td class="parameter_annotations"> </td>
|
2281
2259
|
</tr></tbody>
|
2282
2260
|
</table></div>
|
@@ -2297,16 +2275,15 @@ baseline of the top of the strikethrough.</p>
|
|
2297
2275
|
</colgroup>
|
2298
2276
|
<tbody><tr>
|
2299
2277
|
<td class="parameter_name"><p>object</p></td>
|
2300
|
-
<td class="parameter_description"><p>a <a href="
|
2278
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
|
2301
2279
|
<td class="parameter_annotations"> </td>
|
2302
2280
|
</tr></tbody>
|
2303
2281
|
</table></div>
|
2304
2282
|
</div>
|
2305
2283
|
<div class="refsect3">
|
2306
2284
|
<a name="id-1.2.4.16.53.5"></a><h4>Returns</h4>
|
2307
|
-
<p> <a href="
|
2285
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em>
|
2308
2286
|
is a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
|
2309
|
-
<p></p>
|
2310
2287
|
</div>
|
2311
2288
|
</div>
|
2312
2289
|
<hr>
|
@@ -2315,7 +2292,7 @@ is a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoF
|
|
2315
2292
|
<pre class="programlisting"><a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="returnvalue">PangoEngineShape</span></a> *
|
2316
2293
|
pango_font_find_shaper (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
2317
2294
|
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>,
|
2318
|
-
<em class="parameter"><code><a href="
|
2295
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ch</code></em>);</pre>
|
2319
2296
|
<p>Finds the best matching shaper for a font for a particular
|
2320
2297
|
language tag and character point.</p>
|
2321
2298
|
<div class="refsect3">
|
@@ -2348,7 +2325,6 @@ language tag and character point.</p>
|
|
2348
2325
|
<div class="refsect3">
|
2349
2326
|
<a name="id-1.2.4.16.54.6"></a><h4>Returns</h4>
|
2350
2327
|
<p> the best matching shaper.</p>
|
2351
|
-
<p></p>
|
2352
2328
|
</div>
|
2353
2329
|
</div>
|
2354
2330
|
<hr>
|
@@ -2377,7 +2353,6 @@ size in device units.</p>
|
|
2377
2353
|
<div class="refsect3">
|
2378
2354
|
<a name="id-1.2.4.16.55.6"></a><h4>Returns</h4>
|
2379
2355
|
<p> a newly-allocated <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> object.</p>
|
2380
|
-
<p></p>
|
2381
2356
|
</div>
|
2382
2357
|
</div>
|
2383
2358
|
<hr>
|
@@ -2407,9 +2382,8 @@ size in points.</p>
|
|
2407
2382
|
<div class="refsect3">
|
2408
2383
|
<a name="id-1.2.4.16.56.6"></a><h4>Returns</h4>
|
2409
2384
|
<p> a newly-allocated <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> object.</p>
|
2410
|
-
<p></p>
|
2411
2385
|
</div>
|
2412
|
-
<p class="since">Since 1.14</p>
|
2386
|
+
<p class="since">Since: <a class="link" href="api-index-1-14.html#api-index-1.14">1.14</a></p>
|
2413
2387
|
</div>
|
2414
2388
|
<hr>
|
2415
2389
|
<div class="refsect2">
|
@@ -2463,7 +2437,7 @@ coordinates extending to the right and down. The macros <a class="link" href="pa
|
|
2463
2437
|
from the extents rectangle to more traditional font metrics. The units
|
2464
2438
|
of the rectangles are in 1/PANGO_SCALE of a device unit.</p>
|
2465
2439
|
<p>If <em class="parameter"><code>font</code></em>
|
2466
|
-
is <a href="
|
2440
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this function gracefully sets some sane values in the
|
2467
2441
|
output variables and returns.</p>
|
2468
2442
|
<div class="refsect3">
|
2469
2443
|
<a name="id-1.2.4.16.58.6"></a><h4>Parameters</h4>
|
@@ -2476,8 +2450,8 @@ output variables and returns.</p>
|
|
2476
2450
|
<tbody>
|
2477
2451
|
<tr>
|
2478
2452
|
<td class="parameter_name"><p>font</p></td>
|
2479
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a
|
2480
|
-
<td class="parameter_annotations">
|
2453
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>. </p></td>
|
2454
|
+
<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>
|
2481
2455
|
</tr>
|
2482
2456
|
<tr>
|
2483
2457
|
<td class="parameter_name"><p>glyph</p></td>
|
@@ -2487,13 +2461,13 @@ output variables and returns.</p>
|
|
2487
2461
|
<tr>
|
2488
2462
|
<td class="parameter_name"><p>ink_rect</p></td>
|
2489
2463
|
<td class="parameter_description"><p> rectangle used to store the extents of the glyph
|
2490
|
-
as drawn or <a href="
|
2464
|
+
as drawn or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is not needed. </p></td>
|
2491
2465
|
<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>
|
2492
2466
|
</tr>
|
2493
2467
|
<tr>
|
2494
2468
|
<td class="parameter_name"><p>logical_rect</p></td>
|
2495
2469
|
<td class="parameter_description"><p> rectangle used to store the logical extents of
|
2496
|
-
the glyph or <a href="
|
2470
|
+
the glyph or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is not needed. </p></td>
|
2497
2471
|
<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>
|
2498
2472
|
</tr>
|
2499
2473
|
</tbody>
|
@@ -2511,7 +2485,7 @@ substantially different for different scripts, a language tag can
|
|
2511
2485
|
be provided to indicate that the metrics should be retrieved that
|
2512
2486
|
correspond to the script(s) used by that language.</p>
|
2513
2487
|
<p>If <em class="parameter"><code>font</code></em>
|
2514
|
-
is <a href="
|
2488
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this function gracefully sets some sane values in the
|
2515
2489
|
output variables and returns.</p>
|
2516
2490
|
<div class="refsect3">
|
2517
2491
|
<a name="id-1.2.4.16.59.6"></a><h4>Parameters</h4>
|
@@ -2524,13 +2498,13 @@ output variables and returns.</p>
|
|
2524
2498
|
<tbody>
|
2525
2499
|
<tr>
|
2526
2500
|
<td class="parameter_name"><p>font</p></td>
|
2527
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a
|
2528
|
-
<td class="parameter_annotations">
|
2501
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>. </p></td>
|
2502
|
+
<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>
|
2529
2503
|
</tr>
|
2530
2504
|
<tr>
|
2531
2505
|
<td class="parameter_name"><p>language</p></td>
|
2532
2506
|
<td class="parameter_description"><p> language tag used to determine which script to get the metrics
|
2533
|
-
for, or <a href="
|
2507
|
+
for, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate to get the metrics for the entire font. </p></td>
|
2534
2508
|
<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>
|
2535
2509
|
</tr>
|
2536
2510
|
</tbody>
|
@@ -2540,7 +2514,6 @@ for, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
|
|
2540
2514
|
<a name="id-1.2.4.16.59.7"></a><h4>Returns</h4>
|
2541
2515
|
<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>
|
2542
2516
|
when finished using the object.</p>
|
2543
|
-
<p></p>
|
2544
2517
|
</div>
|
2545
2518
|
</div>
|
2546
2519
|
<hr>
|
@@ -2552,7 +2525,7 @@ pango_font_get_font_map (<em class="parameter"><code><a class="link" href="pango
|
|
2552
2525
|
<p>Note that the font maintains a <em class="firstterm">weak</em> reference
|
2553
2526
|
to the font map, so if all references to font map are dropped, the font
|
2554
2527
|
map will be finalized even if there are fonts created with the font
|
2555
|
-
map that are still alive. In that case this function will return <a href="
|
2528
|
+
map that are still alive. In that case this function will return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
2556
2529
|
It is the responsibility of the user to ensure that the font map is kept
|
2557
2530
|
alive. In most uses this is not an issue as a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> holds
|
2558
2531
|
a reference to the font map.</p>
|
@@ -2566,33 +2539,33 @@ a reference to the font map.</p>
|
|
2566
2539
|
</colgroup>
|
2567
2540
|
<tbody><tr>
|
2568
2541
|
<td class="parameter_name"><p>font</p></td>
|
2569
|
-
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>, or <a href="
|
2570
|
-
<td class="parameter_annotations">
|
2542
|
+
<td class="parameter_description"><p> a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2543
|
+
<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>
|
2571
2544
|
</tr></tbody>
|
2572
2545
|
</table></div>
|
2573
2546
|
</div>
|
2574
2547
|
<div class="refsect3">
|
2575
2548
|
<a name="id-1.2.4.16.60.7"></a><h4>Returns</h4>
|
2576
|
-
<p> the <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> for the
|
2577
|
-
if <em class="parameter"><code>font</code></em>
|
2578
|
-
is <a href="
|
2579
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2549
|
+
<p> the <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> for the
|
2550
|
+
font, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>font</code></em>
|
2551
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
2552
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
2580
2553
|
</div>
|
2581
|
-
<p class="since">Since 1.10</p>
|
2554
|
+
<p class="since">Since: <a class="link" href="api-index-1-10.html#api-index-1.10">1.10</a></p>
|
2582
2555
|
</div>
|
2583
2556
|
<hr>
|
2584
2557
|
<div class="refsect2">
|
2585
2558
|
<a name="PANGO-TYPE-FONT-FAMILY:CAPS"></a><h3>PANGO_TYPE_FONT_FAMILY</h3>
|
2586
2559
|
<pre class="programlisting">#define PANGO_TYPE_FONT_FAMILY (pango_font_family_get_type ())
|
2587
2560
|
</pre>
|
2588
|
-
<p>The <a href="
|
2561
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.</p>
|
2589
2562
|
</div>
|
2590
2563
|
<hr>
|
2591
2564
|
<div class="refsect2">
|
2592
2565
|
<a name="PANGO-FONT-FAMILY:CAPS"></a><h3>PANGO_FONT_FAMILY()</h3>
|
2593
2566
|
<pre class="programlisting">#define PANGO_FONT_FAMILY(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT_FAMILY, PangoFontFamily))
|
2594
2567
|
</pre>
|
2595
|
-
<p>Casts a <a href="
|
2568
|
+
<p>Casts a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> to a <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.</p>
|
2596
2569
|
<div class="refsect3">
|
2597
2570
|
<a name="id-1.2.4.16.62.5"></a><h4>Parameters</h4>
|
2598
2571
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -2603,7 +2576,7 @@ is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
2603
2576
|
</colgroup>
|
2604
2577
|
<tbody><tr>
|
2605
2578
|
<td class="parameter_name"><p>object</p></td>
|
2606
|
-
<td class="parameter_description"><p>a <a href="
|
2579
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
|
2607
2580
|
<td class="parameter_annotations"> </td>
|
2608
2581
|
</tr></tbody>
|
2609
2582
|
</table></div>
|
@@ -2624,16 +2597,15 @@ is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
2624
2597
|
</colgroup>
|
2625
2598
|
<tbody><tr>
|
2626
2599
|
<td class="parameter_name"><p>object</p></td>
|
2627
|
-
<td class="parameter_description"><p>a <a href="
|
2600
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
|
2628
2601
|
<td class="parameter_annotations"> </td>
|
2629
2602
|
</tr></tbody>
|
2630
2603
|
</table></div>
|
2631
2604
|
</div>
|
2632
2605
|
<div class="refsect3">
|
2633
2606
|
<a name="id-1.2.4.16.63.5"></a><h4>Returns</h4>
|
2634
|
-
<p> <a href="
|
2607
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em>
|
2635
2608
|
is a <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.</p>
|
2636
|
-
<p></p>
|
2637
2609
|
</div>
|
2638
2610
|
</div>
|
2639
2611
|
<hr>
|
@@ -2663,20 +2635,19 @@ to specify that a face from this family is desired.</p>
|
|
2663
2635
|
<a name="id-1.2.4.16.64.6"></a><h4>Returns</h4>
|
2664
2636
|
<p> the name of the family. This string is owned
|
2665
2637
|
by the family object and must not be modified or freed.</p>
|
2666
|
-
<p></p>
|
2667
2638
|
</div>
|
2668
2639
|
</div>
|
2669
2640
|
<hr>
|
2670
2641
|
<div class="refsect2">
|
2671
2642
|
<a name="pango-font-family-is-monospace"></a><h3>pango_font_family_is_monospace ()</h3>
|
2672
|
-
<pre class="programlisting"><a href="
|
2643
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2673
2644
|
pango_font_family_is_monospace (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *family</code></em>);</pre>
|
2674
2645
|
<p>A monospace font is a font designed for text display where the the
|
2675
2646
|
characters form a regular grid. For Western languages this would
|
2676
2647
|
mean that the advance width of all characters are the same, but
|
2677
2648
|
this categorization also includes Asian fonts which include
|
2678
2649
|
double-width characters: characters that occupy two grid cells.
|
2679
|
-
<a href="
|
2650
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#g-unichar-iswide"><code class="function">g_unichar_iswide()</code></a> returns a result that indicates whether a
|
2680
2651
|
character is typically double-width in a monospace font.</p>
|
2681
2652
|
<p>The best way to find out the grid-cell size is to call
|
2682
2653
|
<a class="link" href="pango-Fonts.html#pango-font-metrics-get-approximate-digit-width" title="pango_font_metrics_get_approximate_digit_width ()"><code class="function">pango_font_metrics_get_approximate_digit_width()</code></a>, since the results
|
@@ -2699,10 +2670,9 @@ by double-width characters.</p>
|
|
2699
2670
|
</div>
|
2700
2671
|
<div class="refsect3">
|
2701
2672
|
<a name="id-1.2.4.16.65.7"></a><h4>Returns</h4>
|
2702
|
-
<p> <a href="
|
2703
|
-
<p></p>
|
2673
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the family is monospace.</p>
|
2704
2674
|
</div>
|
2705
|
-
<p class="since">Since 1.4</p>
|
2675
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
2706
2676
|
</div>
|
2707
2677
|
<hr>
|
2708
2678
|
<div class="refsect2">
|
@@ -2732,7 +2702,7 @@ width and other aspects.</p>
|
|
2732
2702
|
<tr>
|
2733
2703
|
<td class="parameter_name"><p>faces</p></td>
|
2734
2704
|
<td class="parameter_description"><p> location to store an array of pointers to <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> objects,
|
2735
|
-
or <a href="
|
2705
|
+
or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. This array should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when it is no
|
2736
2706
|
longer needed. </p></td>
|
2737
2707
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_faces][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></td>
|
2738
2708
|
</tr>
|
@@ -2751,14 +2721,14 @@ longer needed. </p></td>
|
|
2751
2721
|
<a name="PANGO-TYPE-FONT-FACE:CAPS"></a><h3>PANGO_TYPE_FONT_FACE</h3>
|
2752
2722
|
<pre class="programlisting">#define PANGO_TYPE_FONT_FACE (pango_font_face_get_type ())
|
2753
2723
|
</pre>
|
2754
|
-
<p>The <a href="
|
2724
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.</p>
|
2755
2725
|
</div>
|
2756
2726
|
<hr>
|
2757
2727
|
<div class="refsect2">
|
2758
2728
|
<a name="PANGO-FONT-FACE:CAPS"></a><h3>PANGO_FONT_FACE()</h3>
|
2759
2729
|
<pre class="programlisting">#define PANGO_FONT_FACE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT_FACE, PangoFontFace))
|
2760
2730
|
</pre>
|
2761
|
-
<p>Casts a <a href="
|
2731
|
+
<p>Casts a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> to a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.</p>
|
2762
2732
|
<div class="refsect3">
|
2763
2733
|
<a name="id-1.2.4.16.68.5"></a><h4>Parameters</h4>
|
2764
2734
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -2769,7 +2739,7 @@ longer needed. </p></td>
|
|
2769
2739
|
</colgroup>
|
2770
2740
|
<tbody><tr>
|
2771
2741
|
<td class="parameter_name"><p>object</p></td>
|
2772
|
-
<td class="parameter_description"><p>a <a href="
|
2742
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
|
2773
2743
|
<td class="parameter_annotations"> </td>
|
2774
2744
|
</tr></tbody>
|
2775
2745
|
</table></div>
|
@@ -2790,16 +2760,15 @@ longer needed. </p></td>
|
|
2790
2760
|
</colgroup>
|
2791
2761
|
<tbody><tr>
|
2792
2762
|
<td class="parameter_name"><p>object</p></td>
|
2793
|
-
<td class="parameter_description"><p>a <a href="
|
2763
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
|
2794
2764
|
<td class="parameter_annotations"> </td>
|
2795
2765
|
</tr></tbody>
|
2796
2766
|
</table></div>
|
2797
2767
|
</div>
|
2798
2768
|
<div class="refsect3">
|
2799
2769
|
<a name="id-1.2.4.16.69.5"></a><h4>Returns</h4>
|
2800
|
-
<p> <a href="
|
2770
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em>
|
2801
2771
|
is a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.</p>
|
2802
|
-
<p></p>
|
2803
2772
|
</div>
|
2804
2773
|
</div>
|
2805
2774
|
<hr>
|
@@ -2830,7 +2799,6 @@ for displaying to users.</p>
|
|
2830
2799
|
<a name="id-1.2.4.16.70.6"></a><h4>Returns</h4>
|
2831
2800
|
<p> the face name for the face. This string is
|
2832
2801
|
owned by the face object and must not be modified or freed.</p>
|
2833
|
-
<p></p>
|
2834
2802
|
</div>
|
2835
2803
|
</div>
|
2836
2804
|
<hr>
|
@@ -2841,7 +2809,7 @@ pango_font_face_list_sizes (<em class="parameter"><code><a class="link" href="pa
|
|
2841
2809
|
<em class="parameter"><code><span class="type">int</span> **sizes</code></em>,
|
2842
2810
|
<em class="parameter"><code><span class="type">int</span> *n_sizes</code></em>);</pre>
|
2843
2811
|
<p>List the available sizes for a font. This is only applicable to bitmap
|
2844
|
-
fonts. For scalable fonts, stores <a href="
|
2812
|
+
fonts. For scalable fonts, stores <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> at the location pointed to by
|
2845
2813
|
<em class="parameter"><code>sizes</code></em>
|
2846
2814
|
and 0 at the location pointed to by <em class="parameter"><code>n_sizes</code></em>
|
2847
2815
|
. The sizes returned
|
@@ -2862,10 +2830,9 @@ are in Pango units and are sorted in ascending order.</p>
|
|
2862
2830
|
</tr>
|
2863
2831
|
<tr>
|
2864
2832
|
<td class="parameter_name"><p>sizes</p></td>
|
2865
|
-
<td class="parameter_description"><p>
|
2866
|
-
|
2867
|
-
<
|
2868
|
-
<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_sizes]</span></td>
|
2833
|
+
<td class="parameter_description"><p> location to store a pointer to an array of int. This array
|
2834
|
+
should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p></td>
|
2835
|
+
<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_sizes][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
2869
2836
|
</tr>
|
2870
2837
|
<tr>
|
2871
2838
|
<td class="parameter_name"><p>n_sizes</p></td>
|
@@ -2876,7 +2843,7 @@ to an array of int. This array should be freed with
|
|
2876
2843
|
</tbody>
|
2877
2844
|
</table></div>
|
2878
2845
|
</div>
|
2879
|
-
<p class="since">Since 1.4</p>
|
2846
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
2880
2847
|
</div>
|
2881
2848
|
<hr>
|
2882
2849
|
<div class="refsect2">
|
@@ -2906,13 +2873,12 @@ will be unset.</p>
|
|
2906
2873
|
<p> a newly-created <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> structure
|
2907
2874
|
holding the description of the face. Use <a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()"><code class="function">pango_font_description_free()</code></a>
|
2908
2875
|
to free the result.</p>
|
2909
|
-
<p></p>
|
2910
2876
|
</div>
|
2911
2877
|
</div>
|
2912
2878
|
<hr>
|
2913
2879
|
<div class="refsect2">
|
2914
2880
|
<a name="pango-font-face-is-synthesized"></a><h3>pango_font_face_is_synthesized ()</h3>
|
2915
|
-
<pre class="programlisting"><a href="
|
2881
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2916
2882
|
pango_font_face_is_synthesized (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> *face</code></em>);</pre>
|
2917
2883
|
<p>Returns whether a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> is synthesized by the underlying
|
2918
2884
|
font rendering engine from another face, perhaps by shearing, emboldening,
|
@@ -2936,23 +2902,22 @@ or lightening it.</p>
|
|
2936
2902
|
<a name="id-1.2.4.16.73.6"></a><h4>Returns</h4>
|
2937
2903
|
<p> whether <em class="parameter"><code>face</code></em>
|
2938
2904
|
is synthesized.</p>
|
2939
|
-
<p></p>
|
2940
2905
|
</div>
|
2941
|
-
<p class="since">Since 1.18</p>
|
2906
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
2942
2907
|
</div>
|
2943
2908
|
<hr>
|
2944
2909
|
<div class="refsect2">
|
2945
2910
|
<a name="PANGO-TYPE-FONT-MAP:CAPS"></a><h3>PANGO_TYPE_FONT_MAP</h3>
|
2946
2911
|
<pre class="programlisting">#define PANGO_TYPE_FONT_MAP (pango_font_map_get_type ())
|
2947
2912
|
</pre>
|
2948
|
-
<p>The <a href="
|
2913
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.</p>
|
2949
2914
|
</div>
|
2950
2915
|
<hr>
|
2951
2916
|
<div class="refsect2">
|
2952
2917
|
<a name="PANGO-FONT-MAP:CAPS"></a><h3>PANGO_FONT_MAP()</h3>
|
2953
2918
|
<pre class="programlisting">#define PANGO_FONT_MAP(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT_MAP, PangoFontMap))
|
2954
2919
|
</pre>
|
2955
|
-
<p>Casts a <a href="
|
2920
|
+
<p>Casts a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> to a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.</p>
|
2956
2921
|
<div class="refsect3">
|
2957
2922
|
<a name="id-1.2.4.16.75.5"></a><h4>Parameters</h4>
|
2958
2923
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -2963,7 +2928,7 @@ is synthesized.</p>
|
|
2963
2928
|
</colgroup>
|
2964
2929
|
<tbody><tr>
|
2965
2930
|
<td class="parameter_name"><p>object</p></td>
|
2966
|
-
<td class="parameter_description"><p>a <a href="
|
2931
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
|
2967
2932
|
<td class="parameter_annotations"> </td>
|
2968
2933
|
</tr></tbody>
|
2969
2934
|
</table></div>
|
@@ -2984,16 +2949,15 @@ is synthesized.</p>
|
|
2984
2949
|
</colgroup>
|
2985
2950
|
<tbody><tr>
|
2986
2951
|
<td class="parameter_name"><p>object</p></td>
|
2987
|
-
<td class="parameter_description"><p>a <a href="
|
2952
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
|
2988
2953
|
<td class="parameter_annotations"> </td>
|
2989
2954
|
</tr></tbody>
|
2990
2955
|
</table></div>
|
2991
2956
|
</div>
|
2992
2957
|
<div class="refsect3">
|
2993
2958
|
<a name="id-1.2.4.16.76.5"></a><h4>Returns</h4>
|
2994
|
-
<p> <a href="
|
2959
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em>
|
2995
2960
|
is a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.</p>
|
2996
|
-
<p></p>
|
2997
2961
|
</div>
|
2998
2962
|
</div>
|
2999
2963
|
<hr>
|
@@ -3001,7 +2965,7 @@ is a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">Pan
|
|
3001
2965
|
<a name="PANGO-FONT-MAP-CLASS:CAPS"></a><h3>PANGO_FONT_MAP_CLASS()</h3>
|
3002
2966
|
<pre class="programlisting">#define PANGO_FONT_MAP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PANGO_TYPE_FONT_MAP, PangoFontMapClass))
|
3003
2967
|
</pre>
|
3004
|
-
<p>Casts a <a href="
|
2968
|
+
<p>Casts a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> to a <a class="link" href="pango-Fonts.html#PangoFontMapClass" title="struct PangoFontMapClass"><span class="type">PangoFontMapClass</span></a>.</p>
|
3005
2969
|
<div class="refsect3">
|
3006
2970
|
<a name="id-1.2.4.16.77.5"></a><h4>Parameters</h4>
|
3007
2971
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -3012,7 +2976,7 @@ is a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">Pan
|
|
3012
2976
|
</colgroup>
|
3013
2977
|
<tbody><tr>
|
3014
2978
|
<td class="parameter_name"><p>klass</p></td>
|
3015
|
-
<td class="parameter_description"><p>a <a href="
|
2979
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
|
3016
2980
|
<td class="parameter_annotations"> </td>
|
3017
2981
|
</tr></tbody>
|
3018
2982
|
</table></div>
|
@@ -3033,16 +2997,15 @@ is a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">Pan
|
|
3033
2997
|
</colgroup>
|
3034
2998
|
<tbody><tr>
|
3035
2999
|
<td class="parameter_name"><p>klass</p></td>
|
3036
|
-
<td class="parameter_description"><p>a <a href="
|
3000
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
|
3037
3001
|
<td class="parameter_annotations"> </td>
|
3038
3002
|
</tr></tbody>
|
3039
3003
|
</table></div>
|
3040
3004
|
</div>
|
3041
3005
|
<div class="refsect3">
|
3042
3006
|
<a name="id-1.2.4.16.78.5"></a><h4>Returns</h4>
|
3043
|
-
<p> <a href="
|
3007
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>klass</code></em>
|
3044
3008
|
is a subtype of <a class="link" href="pango-Fonts.html#PangoFontMapClass" title="struct PangoFontMapClass"><span class="type">PangoFontMapClass</span></a>.</p>
|
3045
|
-
<p></p>
|
3046
3009
|
</div>
|
3047
3010
|
</div>
|
3048
3011
|
<hr>
|
@@ -3069,7 +3032,6 @@ is a subtype of <a class="link" href="pango-Fonts.html#PangoFontMapClass" title=
|
|
3069
3032
|
<a name="id-1.2.4.16.79.5"></a><h4>Returns</h4>
|
3070
3033
|
<p> class of <em class="parameter"><code>obj</code></em>
|
3071
3034
|
</p>
|
3072
|
-
<p></p>
|
3073
3035
|
</div>
|
3074
3036
|
</div>
|
3075
3037
|
<hr>
|
@@ -3083,8 +3045,8 @@ to <a class="link" href="pango-Text-Processing.html#pango-context-new" title="pa
|
|
3083
3045
|
<p>If you are using Pango as part of a higher-level system,
|
3084
3046
|
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>.
|
3085
3047
|
For instance, the GTK+ toolkit has, among others,
|
3086
|
-
<a href="
|
3087
|
-
<a href="
|
3048
|
+
<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
|
3049
|
+
<a href="../gtk3/GtkWidget.html#gtk-widget-get-pango-context"><code class="function">gtk_widget_get_pango_context()</code></a>. Use those instead.</p>
|
3088
3050
|
<div class="refsect3">
|
3089
3051
|
<a name="id-1.2.4.16.80.6"></a><h4>Parameters</h4>
|
3090
3052
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -3103,10 +3065,10 @@ For instance, the GTK+ toolkit has, among others,
|
|
3103
3065
|
<div class="refsect3">
|
3104
3066
|
<a name="id-1.2.4.16.80.7"></a><h4>Returns</h4>
|
3105
3067
|
<p> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>,
|
3106
|
-
which should be freed with <a href="
|
3068
|
+
which should be freed with <a href="/home/vagrant/ruby-gnome2.win64/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>
|
3107
3069
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3108
3070
|
</div>
|
3109
|
-
<p class="since">Since 1.22</p>
|
3071
|
+
<p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
|
3110
3072
|
</div>
|
3111
3073
|
<hr>
|
3112
3074
|
<div class="refsect2">
|
@@ -3146,9 +3108,9 @@ pango_font_map_load_font (<em class="parameter"><code><a class="link" href="pang
|
|
3146
3108
|
</div>
|
3147
3109
|
<div class="refsect3">
|
3148
3110
|
<a name="id-1.2.4.16.81.6"></a><h4>Returns</h4>
|
3149
|
-
<p> the newly allocated <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>
|
3150
|
-
or <a href="
|
3151
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3111
|
+
<p> the newly allocated <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>
|
3112
|
+
loaded, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no font matched. </p>
|
3113
|
+
<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>
|
3152
3114
|
</div>
|
3153
3115
|
</div>
|
3154
3116
|
<hr>
|
@@ -3196,9 +3158,9 @@ a font matching <em class="parameter"><code>desc</code></em>
|
|
3196
3158
|
</div>
|
3197
3159
|
<div class="refsect3">
|
3198
3160
|
<a name="id-1.2.4.16.82.6"></a><h4>Returns</h4>
|
3199
|
-
<p> the newly allocated
|
3200
|
-
loaded, or <a href="
|
3201
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3161
|
+
<p> the newly allocated
|
3162
|
+
<a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> loaded, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no font matched. </p>
|
3163
|
+
<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>
|
3202
3164
|
</div>
|
3203
3165
|
</div>
|
3204
3166
|
<hr>
|
@@ -3226,7 +3188,7 @@ pango_font_map_list_families (<em class="parameter"><code><a class="link" href="
|
|
3226
3188
|
<tr>
|
3227
3189
|
<td class="parameter_name"><p>families</p></td>
|
3228
3190
|
<td class="parameter_description"><p> location to store a pointer to an array of <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *.
|
3229
|
-
This array should be freed with <a href="
|
3191
|
+
This array should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p></td>
|
3230
3192
|
<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>
|
3231
3193
|
</tr>
|
3232
3194
|
<tr>
|
@@ -3244,11 +3206,12 @@ This array should be freed with <a href="http://library.gnome.org/devel/glib/uns
|
|
3244
3206
|
<a name="pango-font-map-get-shape-engine-type"></a><h3>pango_font_map_get_shape_engine_type ()</h3>
|
3245
3207
|
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
3246
3208
|
pango_font_map_get_shape_engine_type (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> *fontmap</code></em>);</pre>
|
3209
|
+
<div class="warning"><p><code class="literal">pango_font_map_get_shape_engine_type</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
3247
3210
|
<p>Returns the render ID for shape engines for this fontmap.
|
3248
3211
|
See the <em class="structfield"><code>render_type</code></em> field of
|
3249
3212
|
<a class="link" href="pango-Engines.html#PangoEngineInfo" title="struct PangoEngineInfo"><span class="type">PangoEngineInfo</span></a>.</p>
|
3250
3213
|
<div class="refsect3">
|
3251
|
-
<a name="id-1.2.4.16.84.
|
3214
|
+
<a name="id-1.2.4.16.84.7"></a><h4>Parameters</h4>
|
3252
3215
|
<div class="informaltable"><table width="100%" border="0">
|
3253
3216
|
<colgroup>
|
3254
3217
|
<col width="150px" class="parameters_name">
|
@@ -3263,18 +3226,17 @@ See the <em class="structfield"><code>render_type</code></em> field of
|
|
3263
3226
|
</table></div>
|
3264
3227
|
</div>
|
3265
3228
|
<div class="refsect3">
|
3266
|
-
<a name="id-1.2.4.16.84.
|
3229
|
+
<a name="id-1.2.4.16.84.8"></a><h4>Returns</h4>
|
3267
3230
|
<p> the ID string for shape engines for
|
3268
3231
|
this fontmap. Owned by Pango, should not be modified
|
3269
3232
|
or freed.</p>
|
3270
|
-
<p></p>
|
3271
3233
|
</div>
|
3272
|
-
<p class="since">Since 1.4</p>
|
3234
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
3273
3235
|
</div>
|
3274
3236
|
<hr>
|
3275
3237
|
<div class="refsect2">
|
3276
3238
|
<a name="pango-font-map-get-serial"></a><h3>pango_font_map_get_serial ()</h3>
|
3277
|
-
<pre class="programlisting"><a href="
|
3239
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
3278
3240
|
pango_font_map_get_serial (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> *fontmap</code></em>);</pre>
|
3279
3241
|
<p>Returns the current serial number of <em class="parameter"><code>fontmap</code></em>
|
3280
3242
|
. The serial number is
|
@@ -3305,9 +3267,8 @@ in <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="t
|
|
3305
3267
|
<a name="id-1.2.4.16.85.8"></a><h4>Returns</h4>
|
3306
3268
|
<p> The current serial number of <em class="parameter"><code>fontmap</code></em>
|
3307
3269
|
.</p>
|
3308
|
-
<p></p>
|
3309
3270
|
</div>
|
3310
|
-
<p class="since">Since 1.32.4</p>
|
3271
|
+
<p class="since">Since: <a class="link" href="api-index-1-32-4.html#api-index-1.32.4">1.32.4</a></p>
|
3311
3272
|
</div>
|
3312
3273
|
<hr>
|
3313
3274
|
<div class="refsect2">
|
@@ -3335,21 +3296,21 @@ and such data is changed.</p>
|
|
3335
3296
|
</tr></tbody>
|
3336
3297
|
</table></div>
|
3337
3298
|
</div>
|
3338
|
-
<p class="since">Since 1.34</p>
|
3299
|
+
<p class="since">Since: <a class="link" href="api-index-1-34.html#api-index-1.34">1.34</a></p>
|
3339
3300
|
</div>
|
3340
3301
|
<hr>
|
3341
3302
|
<div class="refsect2">
|
3342
3303
|
<a name="PANGO-TYPE-FONTSET:CAPS"></a><h3>PANGO_TYPE_FONTSET</h3>
|
3343
3304
|
<pre class="programlisting">#define PANGO_TYPE_FONTSET (pango_fontset_get_type ())
|
3344
3305
|
</pre>
|
3345
|
-
<p>The <a href="
|
3306
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a>.</p>
|
3346
3307
|
</div>
|
3347
3308
|
<hr>
|
3348
3309
|
<div class="refsect2">
|
3349
3310
|
<a name="pango-fontset-get-font"></a><h3>pango_fontset_get_font ()</h3>
|
3350
3311
|
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> *
|
3351
3312
|
pango_fontset_get_font (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
|
3352
|
-
<em class="parameter"><code><a href="
|
3313
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> wc</code></em>);</pre>
|
3353
3314
|
<p>Returns the font in the fontset that contains the best glyph for the
|
3354
3315
|
Unicode character <em class="parameter"><code>wc</code></em>
|
3355
3316
|
.</p>
|
@@ -3407,16 +3368,15 @@ pango_fontset_get_metrics (<em class="parameter"><code><a class="link" href="pan
|
|
3407
3368
|
<a name="id-1.2.4.16.89.6"></a><h4>Returns</h4>
|
3408
3369
|
<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>
|
3409
3370
|
when finished using the object.</p>
|
3410
|
-
<p></p>
|
3411
3371
|
</div>
|
3412
3372
|
</div>
|
3413
3373
|
<hr>
|
3414
3374
|
<div class="refsect2">
|
3415
3375
|
<a name="PangoFontsetForeachFunc"></a><h3>PangoFontsetForeachFunc ()</h3>
|
3416
|
-
<pre class="programlisting"><a href="
|
3376
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3417
3377
|
<span class="c_punctuation">(</span>*PangoFontsetForeachFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
|
3418
3378
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
3419
|
-
<em class="parameter"><code><a href="
|
3379
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
3420
3380
|
<p>A callback function used by <a class="link" href="pango-Fonts.html#pango-fontset-foreach" title="pango_fontset_foreach ()"><code class="function">pango_fontset_foreach()</code></a> when enumerating
|
3421
3381
|
the fonts in a fontset.</p>
|
3422
3382
|
<div class="refsect3">
|
@@ -3449,10 +3409,9 @@ the fonts in a fontset.</p>
|
|
3449
3409
|
</div>
|
3450
3410
|
<div class="refsect3">
|
3451
3411
|
<a name="id-1.2.4.16.90.6"></a><h4>Returns</h4>
|
3452
|
-
<p> if <a href="
|
3453
|
-
<p></p>
|
3412
|
+
<p> if <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, stop iteration and return immediately.</p>
|
3454
3413
|
</div>
|
3455
|
-
<p class="since">Since 1.4</p>
|
3414
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
3456
3415
|
</div>
|
3457
3416
|
<hr>
|
3458
3417
|
<div class="refsect2">
|
@@ -3460,11 +3419,11 @@ the fonts in a fontset.</p>
|
|
3460
3419
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3461
3420
|
pango_fontset_foreach (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
|
3462
3421
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontsetForeachFunc" title="PangoFontsetForeachFunc ()"><span class="type">PangoFontsetForeachFunc</span></a> func</code></em>,
|
3463
|
-
<em class="parameter"><code><a href="
|
3422
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
3464
3423
|
<p>Iterates through all the fonts in a fontset, calling <em class="parameter"><code>func</code></em>
|
3465
3424
|
for
|
3466
3425
|
each one. If <em class="parameter"><code>func</code></em>
|
3467
|
-
returns <a href="
|
3426
|
+
returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, that stops the iteration.</p>
|
3468
3427
|
<div class="refsect3">
|
3469
3428
|
<a name="id-1.2.4.16.91.5"></a><h4>Parameters</h4>
|
3470
3429
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -3492,14 +3451,14 @@ each one. If <em class="parameter"><code>func</code></em>
|
|
3492
3451
|
</tbody>
|
3493
3452
|
</table></div>
|
3494
3453
|
</div>
|
3495
|
-
<p class="since">Since 1.4</p>
|
3454
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
3496
3455
|
</div>
|
3497
3456
|
<hr>
|
3498
3457
|
<div class="refsect2">
|
3499
3458
|
<a name="PANGO-TYPE-FONTSET-SIMPLE:CAPS"></a><h3>PANGO_TYPE_FONTSET_SIMPLE</h3>
|
3500
3459
|
<pre class="programlisting">#define PANGO_TYPE_FONTSET_SIMPLE (pango_fontset_simple_get_type ())
|
3501
3460
|
</pre>
|
3502
|
-
<p>The <a href="
|
3461
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> type for <a class="link" href="pango-Fonts.html#PangoFontsetSimple"><span class="type">PangoFontsetSimple</span></a>.</p>
|
3503
3462
|
</div>
|
3504
3463
|
<hr>
|
3505
3464
|
<div class="refsect2">
|
@@ -3525,8 +3484,7 @@ pango_fontset_simple_new (<em class="parameter"><code><a class="link" href="pang
|
|
3525
3484
|
<div class="refsect3">
|
3526
3485
|
<a name="id-1.2.4.16.93.6"></a><h4>Returns</h4>
|
3527
3486
|
<p> the newly allocated <a class="link" href="pango-Fonts.html#PangoFontsetSimple"><span class="type">PangoFontsetSimple</span></a>, which should
|
3528
|
-
be freed with <a href="
|
3529
|
-
<p></p>
|
3487
|
+
be freed with <a href="/home/vagrant/ruby-gnome2.win64/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>
|
3530
3488
|
</div>
|
3531
3489
|
</div>
|
3532
3490
|
<hr>
|
@@ -3584,7 +3542,6 @@ pango_fontset_simple_size (<em class="parameter"><code><a class="link" href="pan
|
|
3584
3542
|
<a name="id-1.2.4.16.95.6"></a><h4>Returns</h4>
|
3585
3543
|
<p> the size of <em class="parameter"><code>fontset</code></em>
|
3586
3544
|
.</p>
|
3587
|
-
<p></p>
|
3588
3545
|
</div>
|
3589
3546
|
</div>
|
3590
3547
|
</div>
|
@@ -3922,16 +3879,6 @@ within a family.</p>
|
|
3922
3879
|
<div class="refsect2">
|
3923
3880
|
<a name="PangoFontMetrics-struct"></a><h3>struct PangoFontMetrics</h3>
|
3924
3881
|
<pre class="programlisting">struct PangoFontMetrics {
|
3925
|
-
guint ref_count;
|
3926
|
-
|
3927
|
-
int ascent;
|
3928
|
-
int descent;
|
3929
|
-
int approximate_char_width;
|
3930
|
-
int approximate_digit_width;
|
3931
|
-
int underline_position;
|
3932
|
-
int underline_thickness;
|
3933
|
-
int strikethrough_position;
|
3934
|
-
int strikethrough_thickness;
|
3935
3882
|
};
|
3936
3883
|
</pre>
|
3937
3884
|
<p>A <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure holds the overall metric information
|
@@ -4022,8 +3969,8 @@ a particular <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="t
|
|
4022
3969
|
</colgroup>
|
4023
3970
|
<tbody>
|
4024
3971
|
<tr>
|
4025
|
-
<td class="struct_member_name"><p><a href="
|
4026
|
-
<td class="struct_member_description"><p>parent <a href="
|
3972
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="PangoFontMapClass.parent-class"></a>parent_class</code></em>;</p></td>
|
3973
|
+
<td class="struct_member_description"><p>parent <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>.</p></td>
|
4027
3974
|
<td class="struct_member_annotations"> </td>
|
4028
3975
|
</tr>
|
4029
3976
|
<tr>
|
@@ -4105,8 +4052,8 @@ a particular <a class="link" href="pango-Fonts.html#PangoFontset"><span class="t
|
|
4105
4052
|
</colgroup>
|
4106
4053
|
<tbody>
|
4107
4054
|
<tr>
|
4108
|
-
<td class="struct_member_name"><p><a href="
|
4109
|
-
<td class="struct_member_description"><p>parent <a href="
|
4055
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="PangoFontsetClass.parent-class"></a>parent_class</code></em>;</p></td>
|
4056
|
+
<td class="struct_member_description"><p>parent <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>.</p></td>
|
4110
4057
|
<td class="struct_member_annotations"> </td>
|
4111
4058
|
</tr>
|
4112
4059
|
<tr>
|
@@ -4148,7 +4095,6 @@ which the creator provides when constructing the
|
|
4148
4095
|
</div>
|
4149
4096
|
</div>
|
4150
4097
|
<div class="footer">
|
4151
|
-
<hr>
|
4152
|
-
Generated by GTK-Doc V1.21.1</div>
|
4098
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
4153
4099
|
</body>
|
4154
4100
|
</html>
|