pango 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +29 -3
- data/ext/pango/extconf.rb +7 -0
- data/ext/pango/rbpangocairo.c +12 -0
- data/ext/pango/rbpangofontmap.c +22 -3
- data/lib/1.9/pango.so +0 -0
- data/lib/2.0/pango.so +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/libgcc_s_sjlj-1.dll +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/libstdc++-6.dll +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +1 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +127 -0
- data/vendor/local/include/harfbuzz/hb-buffer.h +323 -0
- data/vendor/local/include/harfbuzz/hb-common.h +317 -0
- data/vendor/local/include/harfbuzz/hb-font.h +454 -0
- data/vendor/local/include/harfbuzz/hb-ft.h +62 -0
- data/vendor/local/include/harfbuzz/hb-glib.h +52 -0
- data/vendor/local/include/harfbuzz/hb-gobject.h +69 -0
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +293 -0
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +59 -0
- data/vendor/local/include/harfbuzz/hb-ot.h +49 -0
- data/vendor/local/include/harfbuzz/hb-set.h +152 -0
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +89 -0
- data/vendor/local/include/harfbuzz/hb-shape.h +81 -0
- data/vendor/local/include/harfbuzz/hb-unicode.h +357 -0
- data/vendor/local/include/harfbuzz/hb-uniscribe.h +49 -0
- data/vendor/local/include/harfbuzz/hb-version.h +66 -0
- data/vendor/local/include/harfbuzz/hb.h +45 -0
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +242 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-decoder.h +110 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +153 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +289 -0
- data/vendor/local/include/pango-1.0/pango/pangoft2.h +120 -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/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +41 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +1 -1
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +2 -2
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +41 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +1 -1
- 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-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 +41 -0
- 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-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/pkgconfig/harfbuzz.pc +11 -0
- data/vendor/local/lib/pkgconfig/pango.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +12 -0
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +1 -1
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +22 -1
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +349 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +17 -17
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +22 -22
- data/vendor/local/share/gtk-doc/html/pango/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +15 -15
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +30 -30
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +123 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +15 -15
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +56 -56
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +130 -130
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +76 -76
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +101 -101
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +38 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +35 -35
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +135 -135
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +75 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +8 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +22 -22
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +35 -35
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +11 -11
- data/vendor/local/share/license/harfbuzz/AUTHORS +8 -0
- data/vendor/local/share/license/harfbuzz/COPYING +36 -0
- data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/pango-view.1 +1 -1
- metadata +50 -8
@@ -57,8 +57,8 @@ enum <a class="link" href="pango-Fonts.html#PangoFontMask-enum" t
|
|
57
57
|
<a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * <a class="link" href="pango-Fonts.html#pango-font-description-copy" title="pango_font_description_copy ()">pango_font_description_copy</a> (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
58
58
|
<a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * <a class="link" href="pango-Fonts.html#pango-font-description-copy-static" title="pango_font_description_copy_static ()">pango_font_description_copy_static</a>
|
59
59
|
(<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
60
|
-
<span class="returnvalue">guint</span> <a class="link" href="pango-Fonts.html#pango-font-description-hash" title="pango_font_description_hash ()">pango_font_description_hash</a> (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
61
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="pango-Fonts.html#pango-font-description-equal" title="pango_font_description_equal ()">pango_font_description_equal</a> (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc1</code></em>,
|
60
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="pango-Fonts.html#pango-font-description-hash" title="pango_font_description_hash ()">pango_font_description_hash</a> (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
61
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Fonts.html#pango-font-description-equal" title="pango_font_description_equal ()">pango_font_description_equal</a> (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc1</code></em>,
|
62
62
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc2</code></em>);
|
63
63
|
<span class="returnvalue">void</span> <a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()">pango_font_description_free</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
64
64
|
<span class="returnvalue">void</span> <a class="link" href="pango-Fonts.html#pango-font-descriptions-free" title="pango_font_descriptions_free ()">pango_font_descriptions_free</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> **descs</code></em>,
|
@@ -82,12 +82,12 @@ const <span class="returnvalue">char</span> * <a class="link" href="pango
|
|
82
82
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a> stretch</code></em>);
|
83
83
|
<a class="link" href="pango-Fonts.html#PangoStretch"><span class="returnvalue">PangoStretch</span></a> <a class="link" href="pango-Fonts.html#pango-font-description-get-stretch" title="pango_font_description_get_stretch ()">pango_font_description_get_stretch</a> (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
84
84
|
<span class="returnvalue">void</span> <a class="link" href="pango-Fonts.html#pango-font-description-set-size" title="pango_font_description_set_size ()">pango_font_description_set_size</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
85
|
-
<em class="parameter"><code><span class="type">gint</span> size</code></em>);
|
86
|
-
<span class="returnvalue">gint</span> <a class="link" href="pango-Fonts.html#pango-font-description-get-size" title="pango_font_description_get_size ()">pango_font_description_get_size</a> (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
85
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);
|
86
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="pango-Fonts.html#pango-font-description-get-size" title="pango_font_description_get_size ()">pango_font_description_get_size</a> (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
87
87
|
<span class="returnvalue">void</span> <a class="link" href="pango-Fonts.html#pango-font-description-set-absolute-size" title="pango_font_description_set_absolute_size ()">pango_font_description_set_absolute_size</a>
|
88
88
|
(<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
89
89
|
<em class="parameter"><code><span class="type">double</span> size</code></em>);
|
90
|
-
<span class="returnvalue">gboolean</span> <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>
|
90
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <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>
|
91
91
|
(<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
92
92
|
<span class="returnvalue">void</span> <a class="link" href="pango-Fonts.html#pango-font-description-set-gravity" title="pango_font_description_set_gravity ()">pango_font_description_set_gravity</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
93
93
|
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> gravity</code></em>);
|
@@ -98,11 +98,11 @@ const <span class="returnvalue">char</span> * <a class="link" href="pango
|
|
98
98
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMask"><span class="type">PangoFontMask</span></a> to_unset</code></em>);
|
99
99
|
<span class="returnvalue">void</span> <a class="link" href="pango-Fonts.html#pango-font-description-merge" title="pango_font_description_merge ()">pango_font_description_merge</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
100
100
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc_to_merge</code></em>,
|
101
|
-
<em class="parameter"><code><span class="type">gboolean</span> replace_existing</code></em>);
|
101
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> replace_existing</code></em>);
|
102
102
|
<span class="returnvalue">void</span> <a class="link" href="pango-Fonts.html#pango-font-description-merge-static" title="pango_font_description_merge_static ()">pango_font_description_merge_static</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
103
103
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc_to_merge</code></em>,
|
104
|
-
<em class="parameter"><code><span class="type">gboolean</span> replace_existing</code></em>);
|
105
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="pango-Fonts.html#pango-font-description-better-match" title="pango_font_description_better_match ()">pango_font_description_better_match</a> (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
104
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> replace_existing</code></em>);
|
105
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Fonts.html#pango-font-description-better-match" title="pango_font_description_better_match ()">pango_font_description_better_match</a> (<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
106
106
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *old_match</code></em>,
|
107
107
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *new_match</code></em>);
|
108
108
|
<a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * <a class="link" href="pango-Fonts.html#pango-font-description-from-string" title="pango_font_description_from_string ()">pango_font_description_from_string</a>
|
@@ -135,7 +135,7 @@ struct <a class="link" href="pango-Fonts.html#PangoFontMetrics-stru
|
|
135
135
|
#define <a class="link" href="pango-Fonts.html#PANGO-IS-FONT:CAPS" title="PANGO_IS_FONT()">PANGO_IS_FONT</a> (object)
|
136
136
|
<a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="returnvalue">PangoEngineShape</span></a> * <a class="link" href="pango-Fonts.html#pango-font-find-shaper" title="pango_font_find_shaper ()">pango_font_find_shaper</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
137
137
|
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>,
|
138
|
-
<em class="parameter"><code><span class="type">guint32</span> ch</code></em>);
|
138
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ch</code></em>);
|
139
139
|
<a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * <a class="link" href="pango-Fonts.html#pango-font-describe" title="pango_font_describe ()">pango_font_describe</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);
|
140
140
|
<a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * <a class="link" href="pango-Fonts.html#pango-font-describe-with-absolute-size" title="pango_font_describe_with_absolute_size ()">pango_font_describe_with_absolute_size</a>
|
141
141
|
(<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);
|
@@ -154,7 +154,7 @@ struct <a class="link" href="pango-Fonts.html#PangoFontFamily-struc
|
|
154
154
|
#define <a class="link" href="pango-Fonts.html#PANGO-FONT-FAMILY:CAPS" title="PANGO_FONT_FAMILY()">PANGO_FONT_FAMILY</a> (object)
|
155
155
|
#define <a class="link" href="pango-Fonts.html#PANGO-IS-FONT-FAMILY:CAPS" title="PANGO_IS_FONT_FAMILY()">PANGO_IS_FONT_FAMILY</a> (object)
|
156
156
|
const <span class="returnvalue">char</span> * <a class="link" href="pango-Fonts.html#pango-font-family-get-name" title="pango_font_family_get_name ()">pango_font_family_get_name</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *family</code></em>);
|
157
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="pango-Fonts.html#pango-font-family-is-monospace" title="pango_font_family_is_monospace ()">pango_font_family_is_monospace</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *family</code></em>);
|
157
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Fonts.html#pango-font-family-is-monospace" title="pango_font_family_is_monospace ()">pango_font_family_is_monospace</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *family</code></em>);
|
158
158
|
<span class="returnvalue">void</span> <a class="link" href="pango-Fonts.html#pango-font-family-list-faces" title="pango_font_family_list_faces ()">pango_font_family_list_faces</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *family</code></em>,
|
159
159
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> ***faces</code></em>,
|
160
160
|
<em class="parameter"><code><span class="type">int</span> *n_faces</code></em>);
|
@@ -168,7 +168,7 @@ const <span class="returnvalue">char</span> * <a class="link" href="pango
|
|
168
168
|
<em class="parameter"><code><span class="type">int</span> **sizes</code></em>,
|
169
169
|
<em class="parameter"><code><span class="type">int</span> *n_sizes</code></em>);
|
170
170
|
<a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * <a class="link" href="pango-Fonts.html#pango-font-face-describe" title="pango_font_face_describe ()">pango_font_face_describe</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> *face</code></em>);
|
171
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="pango-Fonts.html#pango-font-face-is-synthesized" title="pango_font_face_is_synthesized ()">pango_font_face_is_synthesized</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> *face</code></em>);
|
171
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Fonts.html#pango-font-face-is-synthesized" title="pango_font_face_is_synthesized ()">pango_font_face_is_synthesized</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> *face</code></em>);
|
172
172
|
|
173
173
|
<a class="link" href="pango-Fonts.html#PangoFontMap-struct" title="PangoFontMap">PangoFontMap</a>;
|
174
174
|
#define <a class="link" href="pango-Fonts.html#PANGO-TYPE-FONT-MAP:CAPS" title="PANGO_TYPE_FONT_MAP">PANGO_TYPE_FONT_MAP</a>
|
@@ -191,20 +191,20 @@ struct <a class="link" href="pango-Fonts.html#PangoFontMapClass" ti
|
|
191
191
|
<em class="parameter"><code><span class="type">int</span> *n_families</code></em>);
|
192
192
|
const <span class="returnvalue">char</span> * <a class="link" href="pango-Fonts.html#pango-font-map-get-shape-engine-type" title="pango_font_map_get_shape_engine_type ()">pango_font_map_get_shape_engine_type</a>
|
193
193
|
(<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> *fontmap</code></em>);
|
194
|
-
<span class="returnvalue">guint</span> <a class="link" href="pango-Fonts.html#pango-font-map-get-serial" title="pango_font_map_get_serial ()">pango_font_map_get_serial</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> *fontmap</code></em>);
|
194
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="pango-Fonts.html#pango-font-map-get-serial" title="pango_font_map_get_serial ()">pango_font_map_get_serial</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> *fontmap</code></em>);
|
195
195
|
|
196
196
|
struct <a class="link" href="pango-Fonts.html#PangoFontset-struct" title="struct PangoFontset">PangoFontset</a>;
|
197
197
|
#define <a class="link" href="pango-Fonts.html#PANGO-TYPE-FONTSET:CAPS" title="PANGO_TYPE_FONTSET">PANGO_TYPE_FONTSET</a>
|
198
198
|
struct <a class="link" href="pango-Fonts.html#PangoFontsetClass" title="struct PangoFontsetClass">PangoFontsetClass</a>;
|
199
199
|
<a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> * <a class="link" href="pango-Fonts.html#pango-fontset-get-font" title="pango_fontset_get_font ()">pango_fontset_get_font</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
|
200
|
-
<em class="parameter"><code><span class="type">guint</span> wc</code></em>);
|
200
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> wc</code></em>);
|
201
201
|
<a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="returnvalue">PangoFontMetrics</span></a> * <a class="link" href="pango-Fonts.html#pango-fontset-get-metrics" title="pango_fontset_get_metrics ()">pango_fontset_get_metrics</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>);
|
202
|
-
<span class="returnvalue">gboolean</span> (<a class="link" href="pango-Fonts.html#PangoFontsetForeachFunc" title="PangoFontsetForeachFunc ()">*PangoFontsetForeachFunc</a>) (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
|
202
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="pango-Fonts.html#PangoFontsetForeachFunc" title="PangoFontsetForeachFunc ()">*PangoFontsetForeachFunc</a>) (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
|
203
203
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
204
|
-
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
204
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
205
205
|
<span class="returnvalue">void</span> <a class="link" href="pango-Fonts.html#pango-fontset-foreach" title="pango_fontset_foreach ()">pango_fontset_foreach</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
|
206
206
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontsetForeachFunc" title="PangoFontsetForeachFunc ()"><span class="type">PangoFontsetForeachFunc</span></a> func</code></em>,
|
207
|
-
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
|
207
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
|
208
208
|
<a class="link" href="pango-Fonts.html#PangoFontsetSimple-struct" title="PangoFontsetSimple">PangoFontsetSimple</a>;
|
209
209
|
#define <a class="link" href="pango-Fonts.html#PANGO-TYPE-FONTSET-SIMPLE:CAPS" title="PANGO_TYPE_FONTSET_SIMPLE">PANGO_TYPE_FONTSET_SIMPLE</a>
|
210
210
|
<a class="link" href="pango-Fonts.html#PangoFontsetSimple"><span class="returnvalue">PangoFontsetSimple</span></a> * <a class="link" href="pango-Fonts.html#pango-fontset-simple-new" title="pango_fontset_simple_new ()">pango_fontset_simple_new</a> (<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);
|
@@ -244,30 +244,30 @@ struct <a class="link" href="pango-Fonts.html#PangoFontsetClass" ti
|
|
244
244
|
+----PangoFontMetrics
|
245
245
|
</pre>
|
246
246
|
<pre class="synopsis">
|
247
|
-
GObject
|
247
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
248
248
|
+----PangoFont
|
249
249
|
+----<a class="link" href="PangoFcFont.html" title="PangoFcFont">PangoFcFont</a>
|
250
250
|
</pre>
|
251
251
|
<pre class="synopsis">
|
252
|
-
GObject
|
252
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
253
253
|
+----PangoFontFamily
|
254
254
|
</pre>
|
255
255
|
<pre class="synopsis">
|
256
|
-
GObject
|
256
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
257
257
|
+----PangoFontFace
|
258
258
|
</pre>
|
259
259
|
<pre class="synopsis">
|
260
|
-
GObject
|
260
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
261
261
|
+----PangoFontMap
|
262
262
|
+----<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap">PangoFcFontMap</a>
|
263
263
|
</pre>
|
264
264
|
<pre class="synopsis">
|
265
|
-
GObject
|
265
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
266
266
|
+----PangoFontset
|
267
267
|
+----<a class="link" href="pango-Fonts.html#PangoFontsetSimple">PangoFontsetSimple</a>
|
268
268
|
</pre>
|
269
269
|
<pre class="synopsis">
|
270
|
-
GObject
|
270
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
271
271
|
+----<a class="link" href="pango-Fonts.html#PangoFontset">PangoFontset</a>
|
272
272
|
+----PangoFontsetSimple
|
273
273
|
</pre>
|
@@ -310,7 +310,7 @@ the characteristics of a font to load.
|
|
310
310
|
<pre class="programlisting">#define PANGO_TYPE_FONT_DESCRIPTION (pango_font_description_get_type ())
|
311
311
|
</pre>
|
312
312
|
<p>
|
313
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>.
|
313
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
314
314
|
</p>
|
315
315
|
</div>
|
316
316
|
<hr>
|
@@ -355,7 +355,7 @@ An enumeration specifying the various slant styles possible for a font.
|
|
355
355
|
<pre class="programlisting">#define PANGO_TYPE_STYLE (pango_style_get_type ())
|
356
356
|
</pre>
|
357
357
|
<p>
|
358
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoStyle"><span class="type">PangoStyle</span></a>.
|
358
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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#PangoStyle"><span class="type">PangoStyle</span></a>.
|
359
359
|
</p>
|
360
360
|
</div>
|
361
361
|
<hr>
|
@@ -449,7 +449,7 @@ value ranging from 100 to 900, but there are some predefined values:
|
|
449
449
|
<pre class="programlisting">#define PANGO_TYPE_WEIGHT (pango_weight_get_type ())
|
450
450
|
</pre>
|
451
451
|
<p>
|
452
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoWeight"><span class="type">PangoWeight</span></a>.
|
452
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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#PangoWeight"><span class="type">PangoWeight</span></a>.
|
453
453
|
</p>
|
454
454
|
</div>
|
455
455
|
<hr>
|
@@ -489,7 +489,7 @@ An enumeration specifying capitalization variant of the font.
|
|
489
489
|
<pre class="programlisting">#define PANGO_TYPE_VARIANT (pango_variant_get_type ())
|
490
490
|
</pre>
|
491
491
|
<p>
|
492
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoVariant"><span class="type">PangoVariant</span></a>.
|
492
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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#PangoVariant"><span class="type">PangoVariant</span></a>.
|
493
493
|
</p>
|
494
494
|
</div>
|
495
495
|
<hr>
|
@@ -571,7 +571,7 @@ within a family.
|
|
571
571
|
<pre class="programlisting">#define PANGO_TYPE_STRETCH (pango_stretch_get_type ())
|
572
572
|
</pre>
|
573
573
|
<p>
|
574
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a>.
|
574
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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#PangoStretch"><span class="type">PangoStretch</span></a>.
|
575
575
|
</p>
|
576
576
|
</div>
|
577
577
|
<hr>
|
@@ -641,7 +641,7 @@ The bits in a <a class="link" href="pango-Fonts.html#PangoFontMask"><span class=
|
|
641
641
|
<pre class="programlisting">#define PANGO_TYPE_FONT_MASK (pango_font_mask_get_type ())
|
642
642
|
</pre>
|
643
643
|
<p>
|
644
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontMask"><span class="type">PangoFontMask</span></a>.
|
644
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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#PangoFontMask"><span class="type">PangoFontMask</span></a>.
|
645
645
|
</p>
|
646
646
|
</div>
|
647
647
|
<hr>
|
@@ -678,14 +678,14 @@ Make a copy of a <a class="link" href="pango-Fonts.html#PangoFontDescription"><s
|
|
678
678
|
<tbody>
|
679
679
|
<tr>
|
680
680
|
<td><p><span class="term"><em class="parameter"><code>desc</code></em> :</span></p></td>
|
681
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <code class="literal">NULL</code>
|
681
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
682
682
|
</td>
|
683
683
|
</tr>
|
684
684
|
<tr>
|
685
685
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
686
686
|
<td>the newly allocated <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, which should
|
687
|
-
be freed with <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 <code class="literal">NULL</code>
|
688
|
-
if <em class="parameter"><code>desc</code></em> was <code class="literal">NULL</code>.</td>
|
687
|
+
be freed with <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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
688
|
+
if <em class="parameter"><code>desc</code></em> was <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
689
689
|
</tr>
|
690
690
|
</tbody>
|
691
691
|
</table></div>
|
@@ -709,14 +709,14 @@ when the copy is only needed temporarily.
|
|
709
709
|
<tbody>
|
710
710
|
<tr>
|
711
711
|
<td><p><span class="term"><em class="parameter"><code>desc</code></em> :</span></p></td>
|
712
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <code class="literal">NULL</code>
|
712
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
713
713
|
</td>
|
714
714
|
</tr>
|
715
715
|
<tr>
|
716
716
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
717
717
|
<td>the newly allocated <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, which should
|
718
|
-
be freed with <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 <code class="literal">NULL</code>
|
719
|
-
if <em class="parameter"><code>desc</code></em> was <code class="literal">NULL</code>.</td>
|
718
|
+
be freed with <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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
719
|
+
if <em class="parameter"><code>desc</code></em> was <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
720
720
|
</tr>
|
721
721
|
</tbody>
|
722
722
|
</table></div>
|
@@ -724,10 +724,10 @@ if <em class="parameter"><code>desc</code></em> was <code class="literal">NULL</
|
|
724
724
|
<hr>
|
725
725
|
<div class="refsect2">
|
726
726
|
<a name="pango-font-description-hash"></a><h3>pango_font_description_hash ()</h3>
|
727
|
-
<pre class="programlisting"><span class="returnvalue">guint</span> 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>
|
727
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> 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>
|
728
728
|
<p>
|
729
729
|
Computes a hash of a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> structure suitable
|
730
|
-
to be used, for example, as an argument to <code class="function">g_hash_table_new()</code>.
|
730
|
+
to be used, for example, as an argument to <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
731
731
|
The hash value is independent of <em class="parameter"><code>desc->mask</code></em>.
|
732
732
|
</p>
|
733
733
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -751,14 +751,14 @@ The hash value is independent of <em class="parameter"><code>desc->mask</code
|
|
751
751
|
<hr>
|
752
752
|
<div class="refsect2">
|
753
753
|
<a name="pango-font-description-equal"></a><h3>pango_font_description_equal ()</h3>
|
754
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> 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>,
|
754
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
|
755
755
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc2</code></em>);</pre>
|
756
756
|
<p>
|
757
757
|
Compares two font descriptions for equality. Two font descriptions
|
758
758
|
are considered equal if the fonts they describe are provably identical.
|
759
759
|
This means that their masks do not have to match, as long as other fields
|
760
760
|
are all the same. (Two font descriptions may result in identical fonts
|
761
|
-
being loaded, but still compare <code class="literal">FALSE</code>.)
|
761
|
+
being loaded, but still compare <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.)
|
762
762
|
</p>
|
763
763
|
<div class="variablelist"><table border="0" class="variablelist">
|
764
764
|
<colgroup>
|
@@ -779,8 +779,8 @@ being loaded, but still compare <code class="literal">FALSE</code>.)
|
|
779
779
|
<tr>
|
780
780
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
781
781
|
<td>
|
782
|
-
<code class="literal">TRUE</code> if the two font descriptions are identical,
|
783
|
-
<code class="literal">FALSE</code> otherwise.</td>
|
782
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the two font descriptions are identical,
|
783
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
784
784
|
</tr>
|
785
785
|
</tbody>
|
786
786
|
</table></div>
|
@@ -799,7 +799,7 @@ Frees a font description.
|
|
799
799
|
</colgroup>
|
800
800
|
<tbody><tr>
|
801
801
|
<td><p><span class="term"><em class="parameter"><code>desc</code></em> :</span></p></td>
|
802
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <code class="literal">NULL</code>
|
802
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
803
803
|
</td>
|
804
804
|
</tr></tbody>
|
805
805
|
</table></div>
|
@@ -821,7 +821,7 @@ Frees an array of font descriptions.
|
|
821
821
|
<tr>
|
822
822
|
<td><p><span class="term"><em class="parameter"><code>descs</code></em> :</span></p></td>
|
823
823
|
<td>a pointer
|
824
|
-
to an array of <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <code class="literal">NULL</code>. <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>
|
824
|
+
to an array of <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, may be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <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>
|
825
825
|
</td>
|
826
826
|
</tr>
|
827
827
|
<tr>
|
@@ -914,7 +914,7 @@ Gets the family name field of a font description. See
|
|
914
914
|
<tr>
|
915
915
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
916
916
|
<td>the family name field for the font description, or
|
917
|
-
<code class="literal">NULL</code> if not previously set. This has the same life-time
|
917
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/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 has the same life-time
|
918
918
|
as the font description itself and should not be freed.</td>
|
919
919
|
</tr>
|
920
920
|
</tbody>
|
@@ -1150,7 +1150,7 @@ the field was explicitly set or not.</td>
|
|
1150
1150
|
<div class="refsect2">
|
1151
1151
|
<a name="pango-font-description-set-size"></a><h3>pango_font_description_set_size ()</h3>
|
1152
1152
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1153
|
-
<em class="parameter"><code><span class="type">gint</span> size</code></em>);</pre>
|
1153
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
|
1154
1154
|
<p>
|
1155
1155
|
Sets the size field of a font description in fractional points. This is mutually
|
1156
1156
|
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>.
|
@@ -1182,7 +1182,7 @@ a particular size in device units.</td>
|
|
1182
1182
|
<hr>
|
1183
1183
|
<div class="refsect2">
|
1184
1184
|
<a name="pango-font-description-get-size"></a><h3>pango_font_description_get_size ()</h3>
|
1185
|
-
<pre class="programlisting"><span class="returnvalue">gint</span> 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>
|
1185
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
1186
1186
|
<p>
|
1187
1187
|
Gets the size field of a font description.
|
1188
1188
|
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>.
|
@@ -1245,7 +1245,7 @@ value of 10 * PANGO_SCALE gives a 10 pixel font.</td>
|
|
1245
1245
|
<hr>
|
1246
1246
|
<div class="refsect2">
|
1247
1247
|
<a name="pango-font-description-get-size-is-absolute"></a><h3>pango_font_description_get_size_is_absolute ()</h3>
|
1248
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> pango_font_description_get_size_is_absolute
|
1248
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_font_description_get_size_is_absolute
|
1249
1249
|
(<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
|
1250
1250
|
<p>
|
1251
1251
|
Determines whether the size of the font is in points (not absolute) or device units (absolute).
|
@@ -1394,15 +1394,15 @@ fields will get back to their default values.
|
|
1394
1394
|
<a name="pango-font-description-merge"></a><h3>pango_font_description_merge ()</h3>
|
1395
1395
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1396
1396
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc_to_merge</code></em>,
|
1397
|
-
<em class="parameter"><code><span class="type">gboolean</span> replace_existing</code></em>);</pre>
|
1397
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> replace_existing</code></em>);</pre>
|
1398
1398
|
<p>
|
1399
1399
|
Merges the fields that are set in <em class="parameter"><code>desc_to_merge</code></em> into the fields in
|
1400
|
-
<em class="parameter"><code>desc</code></em>. If <em class="parameter"><code>replace_existing</code></em> is <code class="literal">FALSE</code>, only fields in <em class="parameter"><code>desc</code></em> that
|
1401
|
-
are not already set are affected. If <code class="literal">TRUE</code>, then fields that are
|
1400
|
+
<em class="parameter"><code>desc</code></em>. If <em class="parameter"><code>replace_existing</code></em> is <a href="/home/kou/work/ruby/ruby-gnome2.win32/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> that
|
1401
|
+
are not already set are affected. If <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then fields that are
|
1402
1402
|
already set will be replaced as well.
|
1403
1403
|
</p>
|
1404
1404
|
<p>
|
1405
|
-
If <em class="parameter"><code>desc_to_merge</code></em> is <code class="literal">NULL</code>, this function performs nothing.
|
1405
|
+
If <em class="parameter"><code>desc_to_merge</code></em> is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this function performs nothing.
|
1406
1406
|
</p>
|
1407
1407
|
<div class="variablelist"><table border="0" class="variablelist">
|
1408
1408
|
<colgroup>
|
@@ -1417,12 +1417,12 @@ If <em class="parameter"><code>desc_to_merge</code></em> is <code class="literal
|
|
1417
1417
|
</tr>
|
1418
1418
|
<tr>
|
1419
1419
|
<td><p><span class="term"><em class="parameter"><code>desc_to_merge</code></em> :</span></p></td>
|
1420
|
-
<td>the <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> to merge from, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1420
|
+
<td>the <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> to merge from, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1421
1421
|
</td>
|
1422
1422
|
</tr>
|
1423
1423
|
<tr>
|
1424
1424
|
<td><p><span class="term"><em class="parameter"><code>replace_existing</code></em> :</span></p></td>
|
1425
|
-
<td>if <code class="literal">TRUE</code>, replace fields in <em class="parameter"><code>desc</code></em> with the
|
1425
|
+
<td>if <a href="/home/kou/work/ruby/ruby-gnome2.win32/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> with the
|
1426
1426
|
corresponding values from <em class="parameter"><code>desc_to_merge</code></em>, even if they
|
1427
1427
|
are already exist.</td>
|
1428
1428
|
</tr>
|
@@ -1434,7 +1434,7 @@ are already exist.</td>
|
|
1434
1434
|
<a name="pango-font-description-merge-static"></a><h3>pango_font_description_merge_static ()</h3>
|
1435
1435
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1436
1436
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc_to_merge</code></em>,
|
1437
|
-
<em class="parameter"><code><span class="type">gboolean</span> replace_existing</code></em>);</pre>
|
1437
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> replace_existing</code></em>);</pre>
|
1438
1438
|
<p>
|
1439
1439
|
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
|
1440
1440
|
of the family name and other allocated fields. <em class="parameter"><code>desc</code></em> can only be
|
@@ -1458,7 +1458,7 @@ to be used when the merged font description is only needed temporarily.
|
|
1458
1458
|
</tr>
|
1459
1459
|
<tr>
|
1460
1460
|
<td><p><span class="term"><em class="parameter"><code>replace_existing</code></em> :</span></p></td>
|
1461
|
-
<td>if <code class="literal">TRUE</code>, replace fields in <em class="parameter"><code>desc</code></em> with the
|
1461
|
+
<td>if <a href="/home/kou/work/ruby/ruby-gnome2.win32/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> with the
|
1462
1462
|
corresponding values from <em class="parameter"><code>desc_to_merge</code></em>, even if they
|
1463
1463
|
are already exist.</td>
|
1464
1464
|
</tr>
|
@@ -1468,12 +1468,12 @@ are already exist.</td>
|
|
1468
1468
|
<hr>
|
1469
1469
|
<div class="refsect2">
|
1470
1470
|
<a name="pango-font-description-better-match"></a><h3>pango_font_description_better_match ()</h3>
|
1471
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> 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>,
|
1471
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
|
1472
1472
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *old_match</code></em>,
|
1473
1473
|
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *new_match</code></em>);</pre>
|
1474
1474
|
<p>
|
1475
1475
|
Determines if the style attributes of <em class="parameter"><code>new_match</code></em> are a closer match
|
1476
|
-
for <em class="parameter"><code>desc</code></em> than those of <em class="parameter"><code>old_match</code></em> are, or if <em class="parameter"><code>old_match</code></em> is <code class="literal">NULL</code>,
|
1476
|
+
for <em class="parameter"><code>desc</code></em> than those of <em class="parameter"><code>old_match</code></em> are, or if <em class="parameter"><code>old_match</code></em> is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
|
1477
1477
|
determines if <em class="parameter"><code>new_match</code></em> is a match at all.
|
1478
1478
|
Approximate matching is done for
|
1479
1479
|
weight and style; other style attributes must match exactly.
|
@@ -1498,7 +1498,7 @@ Note that <em class="parameter"><code>old_match</code></em> must match <em class
|
|
1498
1498
|
</tr>
|
1499
1499
|
<tr>
|
1500
1500
|
<td><p><span class="term"><em class="parameter"><code>old_match</code></em> :</span></p></td>
|
1501
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1501
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1502
1502
|
</td>
|
1503
1503
|
</tr>
|
1504
1504
|
<tr>
|
@@ -1509,7 +1509,7 @@ Note that <em class="parameter"><code>old_match</code></em> must match <em class
|
|
1509
1509
|
<tr>
|
1510
1510
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1511
1511
|
<td>
|
1512
|
-
<code class="literal">TRUE</code> if <em class="parameter"><code>new_match</code></em> is a better match</td>
|
1512
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>new_match</code></em> is a better match</td>
|
1513
1513
|
</tr>
|
1514
1514
|
</tbody>
|
1515
1515
|
</table></div>
|
@@ -1528,7 +1528,7 @@ describes one of style, variant, weight, stretch, or gravity, and SIZE
|
|
1528
1528
|
is a decimal number (size in points) or optionally followed by the
|
1529
1529
|
unit modifier "px" for absolute size. Any one of the options may
|
1530
1530
|
be absent. If FAMILY-LIST is absent, then the family_name field of
|
1531
|
-
the resulting font description will be initialized to <code class="literal">NULL</code>. If
|
1531
|
+
the resulting font description will be initialized to <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If
|
1532
1532
|
STYLE-OPTIONS is missing, then all style options will be set to the
|
1533
1533
|
default values. If SIZE is missing, the size in the resulting font
|
1534
1534
|
description will be set to 0.
|
@@ -1574,7 +1574,7 @@ last word of the list is a valid style option.
|
|
1574
1574
|
</tr>
|
1575
1575
|
<tr>
|
1576
1576
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1577
|
-
<td>a new string that must be freed with <code class="function">g_free()</code>.</td>
|
1577
|
+
<td>a new string that must be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
1578
1578
|
</tr>
|
1579
1579
|
</tbody>
|
1580
1580
|
</table></div>
|
@@ -1602,7 +1602,7 @@ characters that are untypical in filenames, and in lower case only.
|
|
1602
1602
|
</tr>
|
1603
1603
|
<tr>
|
1604
1604
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1605
|
-
<td>a new string that must be freed with <code class="function">g_free()</code>.</td>
|
1605
|
+
<td>a new string that must be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
1606
1606
|
</tr>
|
1607
1607
|
</tbody>
|
1608
1608
|
</table></div>
|
@@ -1637,7 +1637,7 @@ of their meaning.
|
|
1637
1637
|
<pre class="programlisting">#define PANGO_TYPE_FONT_METRICS (pango_font_metrics_get_type ())
|
1638
1638
|
</pre>
|
1639
1639
|
<p>
|
1640
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a>.
|
1640
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
1641
1641
|
</p>
|
1642
1642
|
</div>
|
1643
1643
|
<hr>
|
@@ -1655,7 +1655,7 @@ Increase the reference count of a font metrics structure by one.
|
|
1655
1655
|
<tbody>
|
1656
1656
|
<tr>
|
1657
1657
|
<td><p><span class="term"><em class="parameter"><code>metrics</code></em> :</span></p></td>
|
1658
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <code class="literal">NULL</code>
|
1658
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1659
1659
|
</td>
|
1660
1660
|
</tr>
|
1661
1661
|
<tr>
|
@@ -1681,7 +1681,7 @@ memory.
|
|
1681
1681
|
</colgroup>
|
1682
1682
|
<tbody><tr>
|
1683
1683
|
<td><p><span class="term"><em class="parameter"><code>metrics</code></em> :</span></p></td>
|
1684
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <code class="literal">NULL</code>
|
1684
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> structure, may be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1685
1685
|
</td>
|
1686
1686
|
</tr></tbody>
|
1687
1687
|
</table></div>
|
@@ -1936,7 +1936,7 @@ which the implementation fills in.
|
|
1936
1936
|
<pre class="programlisting">#define PANGO_TYPE_FONT (pango_font_get_type ())
|
1937
1937
|
</pre>
|
1938
1938
|
<p>
|
1939
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.
|
1939
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
1940
1940
|
</p>
|
1941
1941
|
</div>
|
1942
1942
|
<hr>
|
@@ -1945,7 +1945,7 @@ The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts
|
|
1945
1945
|
<pre class="programlisting">#define PANGO_FONT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT, PangoFont))
|
1946
1946
|
</pre>
|
1947
1947
|
<p>
|
1948
|
-
Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.
|
1948
|
+
Casts a <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
1949
1949
|
</p>
|
1950
1950
|
<div class="variablelist"><table border="0" class="variablelist">
|
1951
1951
|
<colgroup>
|
@@ -1954,7 +1954,7 @@ Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts
|
|
1954
1954
|
</colgroup>
|
1955
1955
|
<tbody><tr>
|
1956
1956
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
1957
|
-
<td>a <span class="type">GObject</span>.</td>
|
1957
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
1958
1958
|
</tr></tbody>
|
1959
1959
|
</table></div>
|
1960
1960
|
</div>
|
@@ -1964,7 +1964,7 @@ Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts
|
|
1964
1964
|
<pre class="programlisting">#define PANGO_IS_FONT(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FONT))
|
1965
1965
|
</pre>
|
1966
1966
|
<p>
|
1967
|
-
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>object</code></em> is a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.
|
1967
|
+
Returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em> is a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.
|
1968
1968
|
</p>
|
1969
1969
|
<div class="variablelist"><table border="0" class="variablelist">
|
1970
1970
|
<colgroup>
|
@@ -1973,7 +1973,7 @@ Returns <code class="literal">TRUE</code> if <em class="parameter"><code>object<
|
|
1973
1973
|
</colgroup>
|
1974
1974
|
<tbody><tr>
|
1975
1975
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
1976
|
-
<td>a <span class="type">GObject</span>.</td>
|
1976
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
1977
1977
|
</tr></tbody>
|
1978
1978
|
</table></div>
|
1979
1979
|
</div>
|
@@ -1982,7 +1982,7 @@ Returns <code class="literal">TRUE</code> if <em class="parameter"><code>object<
|
|
1982
1982
|
<a name="pango-font-find-shaper"></a><h3>pango_font_find_shaper ()</h3>
|
1983
1983
|
<pre class="programlisting"><a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="returnvalue">PangoEngineShape</span></a> * 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>,
|
1984
1984
|
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>,
|
1985
|
-
<em class="parameter"><code><span class="type">guint32</span> ch</code></em>);</pre>
|
1985
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ch</code></em>);</pre>
|
1986
1986
|
<p>
|
1987
1987
|
Finds the best matching shaper for a font for a particular
|
1988
1988
|
language tag and character point.
|
@@ -2118,7 +2118,7 @@ from the extents rectangle to more traditional font metrics. The units
|
|
2118
2118
|
of the rectangles are in 1/PANGO_SCALE of a device unit.
|
2119
2119
|
</p>
|
2120
2120
|
<p>
|
2121
|
-
If <em class="parameter"><code>font</code></em> is <code class="literal">NULL</code>, this function gracefully sets some sane values in the
|
2121
|
+
If <em class="parameter"><code>font</code></em> is <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
|
2122
2122
|
output variables and returns.
|
2123
2123
|
</p>
|
2124
2124
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -2139,13 +2139,13 @@ output variables and returns.
|
|
2139
2139
|
<tr>
|
2140
2140
|
<td><p><span class="term"><em class="parameter"><code>ink_rect</code></em> :</span></p></td>
|
2141
2141
|
<td>rectangle used to store the extents of the glyph
|
2142
|
-
as drawn or <code class="literal">NULL</code> to indicate that the result is not needed. <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>
|
2142
|
+
as drawn or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is not needed. <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>
|
2143
2143
|
</td>
|
2144
2144
|
</tr>
|
2145
2145
|
<tr>
|
2146
2146
|
<td><p><span class="term"><em class="parameter"><code>logical_rect</code></em> :</span></p></td>
|
2147
2147
|
<td>rectangle used to store the logical extents of
|
2148
|
-
the glyph or <code class="literal">NULL</code> to indicate that the result is not needed. <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>
|
2148
|
+
the glyph or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is not needed. <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>
|
2149
2149
|
</td>
|
2150
2150
|
</tr>
|
2151
2151
|
</tbody>
|
@@ -2163,7 +2163,7 @@ be provided to indicate that the metrics should be retrieved that
|
|
2163
2163
|
correspond to the script(s) used by that language.
|
2164
2164
|
</p>
|
2165
2165
|
<p>
|
2166
|
-
If <em class="parameter"><code>font</code></em> is <code class="literal">NULL</code>, this function gracefully sets some sane values in the
|
2166
|
+
If <em class="parameter"><code>font</code></em> is <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
|
2167
2167
|
output variables and returns.
|
2168
2168
|
</p>
|
2169
2169
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -2180,7 +2180,7 @@ output variables and returns.
|
|
2180
2180
|
<tr>
|
2181
2181
|
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
|
2182
2182
|
<td>language tag used to determine which script to get the metrics
|
2183
|
-
for, or <code class="literal">NULL</code> to indicate to get the metrics for the entire font. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2183
|
+
for, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate to get the metrics for the entire font. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2184
2184
|
</td>
|
2185
2185
|
</tr>
|
2186
2186
|
<tr>
|
@@ -2202,7 +2202,7 @@ Gets the font map for which the font was created.
|
|
2202
2202
|
Note that the font maintains a <em class="firstterm">weak</em> reference
|
2203
2203
|
to the font map, so if all references to font map are dropped, the font
|
2204
2204
|
map will be finalized even if there are fonts created with the font
|
2205
|
-
map that are still alive. In that case this function will return <code class="literal">NULL</code>.
|
2205
|
+
map that are still alive. In that case this function will return <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
2206
2206
|
It is the responsibility of the user to ensure that the font map is kept
|
2207
2207
|
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
|
2208
2208
|
a reference to the font map.
|
@@ -2215,13 +2215,13 @@ a reference to the font map.
|
|
2215
2215
|
<tbody>
|
2216
2216
|
<tr>
|
2217
2217
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
2218
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>, or <code class="literal">NULL</code>
|
2218
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2219
2219
|
</td>
|
2220
2220
|
</tr>
|
2221
2221
|
<tr>
|
2222
2222
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2223
|
-
<td>the <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> for the font, or <code class="literal">NULL</code>
|
2224
|
-
if <em class="parameter"><code>font</code></em> is <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2223
|
+
<td>the <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> for the font, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2224
|
+
if <em class="parameter"><code>font</code></em> is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2225
2225
|
</td>
|
2226
2226
|
</tr>
|
2227
2227
|
</tbody>
|
@@ -2244,7 +2244,7 @@ slant, weight, width and other aspects.
|
|
2244
2244
|
<pre class="programlisting">#define PANGO_TYPE_FONT_FAMILY (pango_font_family_get_type ())
|
2245
2245
|
</pre>
|
2246
2246
|
<p>
|
2247
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.
|
2247
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
2248
2248
|
</p>
|
2249
2249
|
</div>
|
2250
2250
|
<hr>
|
@@ -2253,7 +2253,7 @@ The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts
|
|
2253
2253
|
<pre class="programlisting">#define PANGO_FONT_FAMILY(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT_FAMILY, PangoFontFamily))
|
2254
2254
|
</pre>
|
2255
2255
|
<p>
|
2256
|
-
Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.
|
2256
|
+
Casts a <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
2257
2257
|
</p>
|
2258
2258
|
<div class="variablelist"><table border="0" class="variablelist">
|
2259
2259
|
<colgroup>
|
@@ -2262,7 +2262,7 @@ Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts
|
|
2262
2262
|
</colgroup>
|
2263
2263
|
<tbody><tr>
|
2264
2264
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
2265
|
-
<td>a <span class="type">GObject</span>.</td>
|
2265
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
2266
2266
|
</tr></tbody>
|
2267
2267
|
</table></div>
|
2268
2268
|
</div>
|
@@ -2272,7 +2272,7 @@ Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts
|
|
2272
2272
|
<pre class="programlisting">#define PANGO_IS_FONT_FAMILY(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FONT_FAMILY))
|
2273
2273
|
</pre>
|
2274
2274
|
<p>
|
2275
|
-
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>object</code></em> is a <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.
|
2275
|
+
Returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em> is a <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a>.
|
2276
2276
|
</p>
|
2277
2277
|
<div class="variablelist"><table border="0" class="variablelist">
|
2278
2278
|
<colgroup>
|
@@ -2281,7 +2281,7 @@ Returns <code class="literal">TRUE</code> if <em class="parameter"><code>object<
|
|
2281
2281
|
</colgroup>
|
2282
2282
|
<tbody><tr>
|
2283
2283
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
2284
|
-
<td>a <span class="type">GObject</span>.</td>
|
2284
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
2285
2285
|
</tr></tbody>
|
2286
2286
|
</table></div>
|
2287
2287
|
</div>
|
@@ -2316,14 +2316,14 @@ by the family object and must not be modified or freed.</td>
|
|
2316
2316
|
<hr>
|
2317
2317
|
<div class="refsect2">
|
2318
2318
|
<a name="pango-font-family-is-monospace"></a><h3>pango_font_family_is_monospace ()</h3>
|
2319
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> 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>
|
2319
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
2320
2320
|
<p>
|
2321
2321
|
A monospace font is a font designed for text display where the the
|
2322
2322
|
characters form a regular grid. For Western languages this would
|
2323
2323
|
mean that the advance width of all characters are the same, but
|
2324
2324
|
this categorization also includes Asian fonts which include
|
2325
2325
|
double-width characters: characters that occupy two grid cells.
|
2326
|
-
<code class="function">g_unichar_iswide()</code> returns a result that indicates whether a
|
2326
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/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
|
2327
2327
|
character is typically double-width in a monospace font.
|
2328
2328
|
</p>
|
2329
2329
|
<p>
|
@@ -2346,7 +2346,7 @@ by double-width characters.
|
|
2346
2346
|
<tr>
|
2347
2347
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2348
2348
|
<td>
|
2349
|
-
<code class="literal">TRUE</code> if the family is monospace.</td>
|
2349
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the family is monospace.</td>
|
2350
2350
|
</tr>
|
2351
2351
|
</tbody>
|
2352
2352
|
</table></div>
|
@@ -2377,7 +2377,7 @@ width and other aspects.
|
|
2377
2377
|
<tr>
|
2378
2378
|
<td><p><span class="term"><em class="parameter"><code>faces</code></em> :</span></p></td>
|
2379
2379
|
<td>location to store an array of pointers to <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> objects,
|
2380
|
-
or <code class="literal">NULL</code>. This array should be freed with <code class="function">g_free()</code> when it is no
|
2380
|
+
or <a href="/home/kou/work/ruby/ruby-gnome2.win32/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/kou/work/ruby/ruby-gnome2.win32/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
|
2381
2381
|
longer needed. <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>
|
2382
2382
|
</td>
|
2383
2383
|
</tr>
|
@@ -2404,7 +2404,7 @@ the same family, slant, weight, width, but varying sizes.
|
|
2404
2404
|
<pre class="programlisting">#define PANGO_TYPE_FONT_FACE (pango_font_face_get_type ())
|
2405
2405
|
</pre>
|
2406
2406
|
<p>
|
2407
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.
|
2407
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
2408
2408
|
</p>
|
2409
2409
|
</div>
|
2410
2410
|
<hr>
|
@@ -2413,7 +2413,7 @@ The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts
|
|
2413
2413
|
<pre class="programlisting">#define PANGO_FONT_FACE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT_FACE, PangoFontFace))
|
2414
2414
|
</pre>
|
2415
2415
|
<p>
|
2416
|
-
Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.
|
2416
|
+
Casts a <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
2417
2417
|
</p>
|
2418
2418
|
<div class="variablelist"><table border="0" class="variablelist">
|
2419
2419
|
<colgroup>
|
@@ -2422,7 +2422,7 @@ Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts
|
|
2422
2422
|
</colgroup>
|
2423
2423
|
<tbody><tr>
|
2424
2424
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
2425
|
-
<td>a <span class="type">GObject</span>.</td>
|
2425
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
2426
2426
|
</tr></tbody>
|
2427
2427
|
</table></div>
|
2428
2428
|
</div>
|
@@ -2432,7 +2432,7 @@ Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts
|
|
2432
2432
|
<pre class="programlisting">#define PANGO_IS_FONT_FACE(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FONT_FACE))
|
2433
2433
|
</pre>
|
2434
2434
|
<p>
|
2435
|
-
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>object</code></em> is a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.
|
2435
|
+
Returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em> is a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a>.
|
2436
2436
|
</p>
|
2437
2437
|
<div class="variablelist"><table border="0" class="variablelist">
|
2438
2438
|
<colgroup>
|
@@ -2441,7 +2441,7 @@ Returns <code class="literal">TRUE</code> if <em class="parameter"><code>object<
|
|
2441
2441
|
</colgroup>
|
2442
2442
|
<tbody><tr>
|
2443
2443
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
2444
|
-
<td>a <span class="type">GObject</span>.</td>
|
2444
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
2445
2445
|
</tr></tbody>
|
2446
2446
|
</table></div>
|
2447
2447
|
</div>
|
@@ -2481,7 +2481,7 @@ owned by the face object and must not be modified or freed.</td>
|
|
2481
2481
|
<em class="parameter"><code><span class="type">int</span> *n_sizes</code></em>);</pre>
|
2482
2482
|
<p>
|
2483
2483
|
List the available sizes for a font. This is only applicable to bitmap
|
2484
|
-
fonts. For scalable fonts, stores <code class="literal">NULL</code> at the location pointed to by
|
2484
|
+
fonts. For scalable fonts, stores <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
|
2485
2485
|
<em class="parameter"><code>sizes</code></em> and 0 at the location pointed to by <em class="parameter"><code>n_sizes</code></em>. The sizes returned
|
2486
2486
|
are in Pango units and are sorted in ascending order.
|
2487
2487
|
</p>
|
@@ -2499,7 +2499,7 @@ are in Pango units and are sorted in ascending order.
|
|
2499
2499
|
<td><p><span class="term"><em class="parameter"><code>sizes</code></em> :</span></p></td>
|
2500
2500
|
<td>location to store a pointer
|
2501
2501
|
to an array of int. This array should be freed with
|
2502
|
-
<code class="function">g_free()</code>. <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>
|
2502
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <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>
|
2503
2503
|
</td>
|
2504
2504
|
</tr>
|
2505
2505
|
<tr>
|
@@ -2543,7 +2543,7 @@ to free the result.</td>
|
|
2543
2543
|
<hr>
|
2544
2544
|
<div class="refsect2">
|
2545
2545
|
<a name="pango-font-face-is-synthesized"></a><h3>pango_font_face_is_synthesized ()</h3>
|
2546
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> 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>
|
2546
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
2547
2547
|
<p>
|
2548
2548
|
Returns whether a <a class="link" href="pango-Fonts.html#PangoFontFace"><span class="type">PangoFontFace</span></a> is synthesized by the underlying
|
2549
2549
|
font rendering engine from another face, perhaps by shearing, emboldening,
|
@@ -2593,7 +2593,7 @@ fills in.
|
|
2593
2593
|
<pre class="programlisting">#define PANGO_TYPE_FONT_MAP (pango_font_map_get_type ())
|
2594
2594
|
</pre>
|
2595
2595
|
<p>
|
2596
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.
|
2596
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
2597
2597
|
</p>
|
2598
2598
|
</div>
|
2599
2599
|
<hr>
|
@@ -2602,7 +2602,7 @@ The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts
|
|
2602
2602
|
<pre class="programlisting">#define PANGO_FONT_MAP(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONT_MAP, PangoFontMap))
|
2603
2603
|
</pre>
|
2604
2604
|
<p>
|
2605
|
-
Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.
|
2605
|
+
Casts a <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
2606
2606
|
</p>
|
2607
2607
|
<div class="variablelist"><table border="0" class="variablelist">
|
2608
2608
|
<colgroup>
|
@@ -2611,7 +2611,7 @@ Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts
|
|
2611
2611
|
</colgroup>
|
2612
2612
|
<tbody><tr>
|
2613
2613
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
2614
|
-
<td>a <span class="type">GObject</span>.</td>
|
2614
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
2615
2615
|
</tr></tbody>
|
2616
2616
|
</table></div>
|
2617
2617
|
</div>
|
@@ -2621,7 +2621,7 @@ Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts
|
|
2621
2621
|
<pre class="programlisting">#define PANGO_IS_FONT_MAP(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FONT_MAP))
|
2622
2622
|
</pre>
|
2623
2623
|
<p>
|
2624
|
-
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>object</code></em> is a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.
|
2624
|
+
Returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>object</code></em> is a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.
|
2625
2625
|
</p>
|
2626
2626
|
<div class="variablelist"><table border="0" class="variablelist">
|
2627
2627
|
<colgroup>
|
@@ -2630,7 +2630,7 @@ Returns <code class="literal">TRUE</code> if <em class="parameter"><code>object<
|
|
2630
2630
|
</colgroup>
|
2631
2631
|
<tbody><tr>
|
2632
2632
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
2633
|
-
<td>a <span class="type">GObject</span>.</td>
|
2633
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
2634
2634
|
</tr></tbody>
|
2635
2635
|
</table></div>
|
2636
2636
|
</div>
|
@@ -2669,8 +2669,8 @@ a particular <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="t
|
|
2669
2669
|
</colgroup>
|
2670
2670
|
<tbody>
|
2671
2671
|
<tr>
|
2672
|
-
<td><p><span class="term"><span class="type">GObjectClass</span> <em class="structfield"><code><a name="PangoFontMapClass.parent-class"></a>parent_class</code></em>;</span></p></td>
|
2673
|
-
<td>parent <span class="type">GObjectClass</span>.</td>
|
2672
|
+
<td><p><span class="term"><a href="/home/kou/work/ruby/ruby-gnome2.win32/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>;</span></p></td>
|
2673
|
+
<td>parent <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>.</td>
|
2674
2674
|
</tr>
|
2675
2675
|
<tr>
|
2676
2676
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFontMapClass.load-font"></a>load_font</code></em> ()</span></p></td>
|
@@ -2711,7 +2711,7 @@ See <a class="link" href="pango-Fonts.html#pango-font-map-get-serial" title="pan
|
|
2711
2711
|
<pre class="programlisting">#define PANGO_FONT_MAP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PANGO_TYPE_FONT_MAP, PangoFontMapClass))
|
2712
2712
|
</pre>
|
2713
2713
|
<p>
|
2714
|
-
Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts.html#PangoFontMapClass" title="struct PangoFontMapClass"><span class="type">PangoFontMapClass</span></a>.
|
2714
|
+
Casts a <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
2715
2715
|
</p>
|
2716
2716
|
<div class="variablelist"><table border="0" class="variablelist">
|
2717
2717
|
<colgroup>
|
@@ -2720,7 +2720,7 @@ Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts
|
|
2720
2720
|
</colgroup>
|
2721
2721
|
<tbody><tr>
|
2722
2722
|
<td><p><span class="term"><em class="parameter"><code>klass</code></em> :</span></p></td>
|
2723
|
-
<td>a <span class="type">GObject</span>.</td>
|
2723
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
2724
2724
|
</tr></tbody>
|
2725
2725
|
</table></div>
|
2726
2726
|
</div>
|
@@ -2730,7 +2730,7 @@ Casts a <span class="type">GObject</span> to a <a class="link" href="pango-Fonts
|
|
2730
2730
|
<pre class="programlisting">#define PANGO_IS_FONT_MAP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PANGO_TYPE_FONT_MAP))
|
2731
2731
|
</pre>
|
2732
2732
|
<p>
|
2733
|
-
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>klass</code></em> is a subtype of <a class="link" href="pango-Fonts.html#PangoFontMapClass" title="struct PangoFontMapClass"><span class="type">PangoFontMapClass</span></a>.
|
2733
|
+
Returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>klass</code></em> is a subtype of <a class="link" href="pango-Fonts.html#PangoFontMapClass" title="struct PangoFontMapClass"><span class="type">PangoFontMapClass</span></a>.
|
2734
2734
|
</p>
|
2735
2735
|
<div class="variablelist"><table border="0" class="variablelist">
|
2736
2736
|
<colgroup>
|
@@ -2739,7 +2739,7 @@ Returns <code class="literal">TRUE</code> if <em class="parameter"><code>klass</
|
|
2739
2739
|
</colgroup>
|
2740
2740
|
<tbody><tr>
|
2741
2741
|
<td><p><span class="term"><em class="parameter"><code>klass</code></em> :</span></p></td>
|
2742
|
-
<td>a <span class="type">GObject</span>.</td>
|
2742
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
2743
2743
|
</tr></tbody>
|
2744
2744
|
</table></div>
|
2745
2745
|
</div>
|
@@ -2791,7 +2791,7 @@ For instance, the GTK+ toolkit has, among others,
|
|
2791
2791
|
<tr>
|
2792
2792
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2793
2793
|
<td>the newly allocated <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>,
|
2794
|
-
which should be freed with <code class="function">g_object_unref()</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
2794
|
+
which should be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
2795
2795
|
</td>
|
2796
2796
|
</tr>
|
2797
2797
|
</tbody>
|
@@ -2829,7 +2829,7 @@ Load the font in the fontmap that is the closest match for <em class="parameter"
|
|
2829
2829
|
<tr>
|
2830
2830
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2831
2831
|
<td>the newly allocated <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> loaded,
|
2832
|
-
or <code class="literal">NULL</code> if no font matched. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
2832
|
+
or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no font matched. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
2833
2833
|
</td>
|
2834
2834
|
</tr>
|
2835
2835
|
</tbody>
|
@@ -2872,7 +2872,7 @@ a font matching <em class="parameter"><code>desc</code></em>.
|
|
2872
2872
|
<tr>
|
2873
2873
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2874
2874
|
<td>the newly allocated <a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a>
|
2875
|
-
loaded, or <code class="literal">NULL</code> if no font matched. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
2875
|
+
loaded, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no font matched. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
2876
2876
|
</td>
|
2877
2877
|
</tr>
|
2878
2878
|
</tbody>
|
@@ -2901,7 +2901,7 @@ List all families for a fontmap.
|
|
2901
2901
|
<tr>
|
2902
2902
|
<td><p><span class="term"><em class="parameter"><code>families</code></em> :</span></p></td>
|
2903
2903
|
<td>location to store a pointer to an array of <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *.
|
2904
|
-
This array should be freed with <code class="function">g_free()</code>. <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>
|
2904
|
+
This array should be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <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>
|
2905
2905
|
</td>
|
2906
2906
|
</tr>
|
2907
2907
|
<tr>
|
@@ -2946,7 +2946,7 @@ or freed.</td>
|
|
2946
2946
|
<hr>
|
2947
2947
|
<div class="refsect2">
|
2948
2948
|
<a name="pango-font-map-get-serial"></a><h3>pango_font_map_get_serial ()</h3>
|
2949
|
-
<pre class="programlisting"><span class="returnvalue">guint</span> 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>
|
2949
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> 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>
|
2950
2950
|
<p>
|
2951
2951
|
Returns the current serial number of <em class="parameter"><code>fontmap</code></em>. The serial number is
|
2952
2952
|
initialized to an small number larger than zero when a new fontmap
|
@@ -3000,7 +3000,7 @@ set of metrics for the entire fontset.
|
|
3000
3000
|
<pre class="programlisting">#define PANGO_TYPE_FONTSET (pango_fontset_get_type ())
|
3001
3001
|
</pre>
|
3002
3002
|
<p>
|
3003
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a>.
|
3003
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
3004
3004
|
</p>
|
3005
3005
|
</div>
|
3006
3006
|
<hr>
|
@@ -3031,8 +3031,8 @@ a particular <a class="link" href="pango-Fonts.html#PangoFontset"><span class="t
|
|
3031
3031
|
</colgroup>
|
3032
3032
|
<tbody>
|
3033
3033
|
<tr>
|
3034
|
-
<td><p><span class="term"><span class="type">GObjectClass</span> <em class="structfield"><code><a name="PangoFontsetClass.parent-class"></a>parent_class</code></em>;</span></p></td>
|
3035
|
-
<td>parent <span class="type">GObjectClass</span>.</td>
|
3034
|
+
<td><p><span class="term"><a href="/home/kou/work/ruby/ruby-gnome2.win32/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>;</span></p></td>
|
3035
|
+
<td>parent <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>.</td>
|
3036
3036
|
</tr>
|
3037
3037
|
<tr>
|
3038
3038
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFontsetClass.get-font"></a>get_font</code></em> ()</span></p></td>
|
@@ -3060,7 +3060,7 @@ in the fontset; see <a class="link" href="pango-Fonts.html#pango-fontset-get-met
|
|
3060
3060
|
<div class="refsect2">
|
3061
3061
|
<a name="pango-fontset-get-font"></a><h3>pango_fontset_get_font ()</h3>
|
3062
3062
|
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> * 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>,
|
3063
|
-
<em class="parameter"><code><span class="type">guint</span> wc</code></em>);</pre>
|
3063
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> wc</code></em>);</pre>
|
3064
3064
|
<p>
|
3065
3065
|
Returns the font in the fontset that contains the best glyph for the
|
3066
3066
|
Unicode character <em class="parameter"><code>wc</code></em>.
|
@@ -3118,9 +3118,9 @@ when finished using the object.</td>
|
|
3118
3118
|
<hr>
|
3119
3119
|
<div class="refsect2">
|
3120
3120
|
<a name="PangoFontsetForeachFunc"></a><h3>PangoFontsetForeachFunc ()</h3>
|
3121
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> (*PangoFontsetForeachFunc) (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
|
3121
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*PangoFontsetForeachFunc) (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
|
3122
3122
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
3123
|
-
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
3123
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
3124
3124
|
<p>
|
3125
3125
|
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
|
3126
3126
|
the fonts in a fontset.
|
@@ -3147,7 +3147,7 @@ the fonts in a fontset.
|
|
3147
3147
|
</tr>
|
3148
3148
|
<tr>
|
3149
3149
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3150
|
-
<td>if <code class="literal">TRUE</code>, stop iteration and return immediately.</td>
|
3150
|
+
<td>if <a href="/home/kou/work/ruby/ruby-gnome2.win32/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.</td>
|
3151
3151
|
</tr>
|
3152
3152
|
</tbody>
|
3153
3153
|
</table></div>
|
@@ -3158,10 +3158,10 @@ the fonts in a fontset.
|
|
3158
3158
|
<a name="pango-fontset-foreach"></a><h3>pango_fontset_foreach ()</h3>
|
3159
3159
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_fontset_foreach (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> *fontset</code></em>,
|
3160
3160
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontsetForeachFunc" title="PangoFontsetForeachFunc ()"><span class="type">PangoFontsetForeachFunc</span></a> func</code></em>,
|
3161
|
-
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
|
3161
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
3162
3162
|
<p>
|
3163
3163
|
Iterates through all the fonts in a fontset, calling <em class="parameter"><code>func</code></em> for
|
3164
|
-
each one. If <em class="parameter"><code>func</code></em> returns <code class="literal">TRUE</code>, that stops the iteration.
|
3164
|
+
each one. If <em class="parameter"><code>func</code></em> returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, that stops the iteration.
|
3165
3165
|
</p>
|
3166
3166
|
<div class="variablelist"><table border="0" class="variablelist">
|
3167
3167
|
<colgroup>
|
@@ -3205,7 +3205,7 @@ which the creator provides when constructing the
|
|
3205
3205
|
<pre class="programlisting">#define PANGO_TYPE_FONTSET_SIMPLE (pango_fontset_simple_get_type ())
|
3206
3206
|
</pre>
|
3207
3207
|
<p>
|
3208
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Fonts.html#PangoFontsetSimple"><span class="type">PangoFontsetSimple</span></a>.
|
3208
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>.
|
3209
3209
|
</p>
|
3210
3210
|
</div>
|
3211
3211
|
<hr>
|
@@ -3228,7 +3228,7 @@ Creates a new <a class="link" href="pango-Fonts.html#PangoFontsetSimple"><span c
|
|
3228
3228
|
<tr>
|
3229
3229
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3230
3230
|
<td>the newly allocated <a class="link" href="pango-Fonts.html#PangoFontsetSimple"><span class="type">PangoFontsetSimple</span></a>, which should
|
3231
|
-
be freed with <code class="function">g_object_unref()</code>.</td>
|
3231
|
+
be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</td>
|
3232
3232
|
</tr>
|
3233
3233
|
</tbody>
|
3234
3234
|
</table></div>
|