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
@@ -96,7 +96,7 @@ struct <a class="link" href="pango-Glyph-Storage.html#PangoGlyphIte
|
|
96
96
|
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="returnvalue">PangoGlyphString</span></a> * <a class="link" href="pango-Glyph-Storage.html#pango-glyph-string-new" title="pango_glyph_string_new ()">pango_glyph_string_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
97
97
|
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="returnvalue">PangoGlyphString</span></a> * <a class="link" href="pango-Glyph-Storage.html#pango-glyph-string-copy" title="pango_glyph_string_copy ()">pango_glyph_string_copy</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *string</code></em>);
|
98
98
|
<span class="returnvalue">void</span> <a class="link" href="pango-Glyph-Storage.html#pango-glyph-string-set-size" title="pango_glyph_string_set_size ()">pango_glyph_string_set_size</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *string</code></em>,
|
99
|
-
<em class="parameter"><code><span class="type">gint</span> new_len</code></em>);
|
99
|
+
<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> new_len</code></em>);
|
100
100
|
<span class="returnvalue">void</span> <a class="link" href="pango-Glyph-Storage.html#pango-glyph-string-free" title="pango_glyph_string_free ()">pango_glyph_string_free</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *string</code></em>);
|
101
101
|
<span class="returnvalue">void</span> <a class="link" href="pango-Glyph-Storage.html#pango-glyph-string-extents" title="pango_glyph_string_extents ()">pango_glyph_string_extents</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
102
102
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
@@ -114,7 +114,7 @@ struct <a class="link" href="pango-Glyph-Storage.html#PangoGlyphIte
|
|
114
114
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
115
115
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
116
116
|
<em class="parameter"><code><span class="type">int</span> index_</code></em>,
|
117
|
-
<em class="parameter"><code><span class="type">gboolean</span> trailing</code></em>,
|
117
|
+
<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> trailing</code></em>,
|
118
118
|
<em class="parameter"><code><span class="type">int</span> *x_pos</code></em>);
|
119
119
|
<span class="returnvalue">void</span> <a class="link" href="pango-Glyph-Storage.html#pango-glyph-string-x-to-index" title="pango_glyph_string_x_to_index ()">pango_glyph_string_x_to_index</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
120
120
|
<em class="parameter"><code><span class="type">char</span> *text</code></em>,
|
@@ -135,7 +135,7 @@ struct <a class="link" href="pango-Glyph-Storage.html#PangoGlyphIte
|
|
135
135
|
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="returnvalue">PangoGlyphItem</span></a> * <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-split" title="pango_glyph_item_split ()">pango_glyph_item_split</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *orig</code></em>,
|
136
136
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
137
137
|
<em class="parameter"><code><span class="type">int</span> split_index</code></em>);
|
138
|
-
<span class="returnvalue">GSList</span> * <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-apply-attrs" title="pango_glyph_item_apply_attrs ()">pango_glyph_item_apply_attrs</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
|
138
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-apply-attrs" title="pango_glyph_item_apply_attrs ()">pango_glyph_item_apply_attrs</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
|
139
139
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
140
140
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *list</code></em>);
|
141
141
|
<span class="returnvalue">void</span> <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-letter-space" title="pango_glyph_item_letter_space ()">pango_glyph_item_letter_space</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
|
@@ -148,14 +148,14 @@ struct <a class="link" href="pango-Glyph-Storage.html#PangoGlyphIte
|
|
148
148
|
#define <a class="link" href="pango-Glyph-Storage.html#PANGO-TYPE-GLYPH-ITEM-ITER:CAPS" title="PANGO_TYPE_GLYPH_ITEM_ITER">PANGO_TYPE_GLYPH_ITEM_ITER</a>
|
149
149
|
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="returnvalue">PangoGlyphItemIter</span></a> * <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-copy" title="pango_glyph_item_iter_copy ()">pango_glyph_item_iter_copy</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *orig</code></em>);
|
150
150
|
<span class="returnvalue">void</span> <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-free" title="pango_glyph_item_iter_free ()">pango_glyph_item_iter_free</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>);
|
151
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-init-start" title="pango_glyph_item_iter_init_start ()">pango_glyph_item_iter_init_start</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>,
|
151
|
+
<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-Glyph-Storage.html#pango-glyph-item-iter-init-start" title="pango_glyph_item_iter_init_start ()">pango_glyph_item_iter_init_start</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>,
|
152
152
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
|
153
153
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>);
|
154
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-init-end" title="pango_glyph_item_iter_init_end ()">pango_glyph_item_iter_init_end</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>,
|
154
|
+
<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-Glyph-Storage.html#pango-glyph-item-iter-init-end" title="pango_glyph_item_iter_init_end ()">pango_glyph_item_iter_init_end</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>,
|
155
155
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
|
156
156
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>);
|
157
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-next-cluster" title="pango_glyph_item_iter_next_cluster ()">pango_glyph_item_iter_next_cluster</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>);
|
158
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-prev-cluster" title="pango_glyph_item_iter_prev_cluster ()">pango_glyph_item_iter_prev_cluster</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</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-Glyph-Storage.html#pango-glyph-item-iter-next-cluster" title="pango_glyph_item_iter_next_cluster ()">pango_glyph_item_iter_next_cluster</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>);
|
158
|
+
<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-Glyph-Storage.html#pango-glyph-item-iter-prev-cluster" title="pango_glyph_item_iter_prev_cluster ()">pango_glyph_item_iter_prev_cluster</a> (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>);
|
159
159
|
</pre>
|
160
160
|
</div>
|
161
161
|
<div class="refsect1">
|
@@ -526,12 +526,12 @@ as <em class="parameter"><code>nearest</code></em>.
|
|
526
526
|
<tbody>
|
527
527
|
<tr>
|
528
528
|
<td><p><span class="term"><em class="parameter"><code>inclusive</code></em> :</span></p></td>
|
529
|
-
<td>rectangle to round to pixels inclusively, 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>
|
529
|
+
<td>rectangle to round to pixels inclusively, 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>
|
530
530
|
</td>
|
531
531
|
</tr>
|
532
532
|
<tr>
|
533
533
|
<td><p><span class="term"><em class="parameter"><code>nearest</code></em> :</span></p></td>
|
534
|
-
<td>rectangle to round to nearest pixels, 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>
|
534
|
+
<td>rectangle to round to nearest pixels, 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>
|
535
535
|
</td>
|
536
536
|
</tr>
|
537
537
|
</tbody>
|
@@ -649,14 +649,14 @@ Copies a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class
|
|
649
649
|
<tbody>
|
650
650
|
<tr>
|
651
651
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
652
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, may be <code class="literal">NULL</code>
|
652
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</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>
|
653
653
|
</td>
|
654
654
|
</tr>
|
655
655
|
<tr>
|
656
656
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
657
657
|
<td>the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, which should
|
658
|
-
be freed with <a class="link" href="pango-Glyph-Storage.html#pango-matrix-free" title="pango_matrix_free ()"><code class="function">pango_matrix_free()</code></a>, or <code class="literal">NULL</code> if
|
659
|
-
<em class="parameter"><code>matrix</code></em> was <code class="literal">NULL</code>.</td>
|
658
|
+
be freed with <a class="link" href="pango-Glyph-Storage.html#pango-matrix-free" title="pango_matrix_free ()"><code class="function">pango_matrix_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> if
|
659
|
+
<em class="parameter"><code>matrix</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>
|
660
660
|
</tr>
|
661
661
|
</tbody>
|
662
662
|
</table></div>
|
@@ -676,7 +676,7 @@ Free a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="
|
|
676
676
|
</colgroup>
|
677
677
|
<tbody><tr>
|
678
678
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
679
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, may be <code class="literal">NULL</code>
|
679
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</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>
|
680
680
|
</td>
|
681
681
|
</tr></tbody>
|
682
682
|
</table></div>
|
@@ -827,7 +827,7 @@ Transforms the point (<em class="parameter"><code>x</code></em>, <em class="para
|
|
827
827
|
<tbody>
|
828
828
|
<tr>
|
829
829
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
830
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code>
|
830
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</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>
|
831
831
|
</td>
|
832
832
|
</tr>
|
833
833
|
<tr>
|
@@ -878,7 +878,7 @@ to (<em class="parameter"><code>x2</code></em>,<em class="parameter"><code>y2</c
|
|
878
878
|
<tbody>
|
879
879
|
<tr>
|
880
880
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
881
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code>
|
881
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</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>
|
882
882
|
</td>
|
883
883
|
</tr>
|
884
884
|
<tr>
|
@@ -931,12 +931,12 @@ example).
|
|
931
931
|
<tbody>
|
932
932
|
<tr>
|
933
933
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
934
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code>
|
934
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</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>
|
935
935
|
</td>
|
936
936
|
</tr>
|
937
937
|
<tr>
|
938
938
|
<td><p><span class="term"><em class="parameter"><code>rect</code></em> :</span></p></td>
|
939
|
-
<td>in/out bounding box in Pango units, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
939
|
+
<td>in/out bounding box in Pango units, 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="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
940
940
|
</td>
|
941
941
|
</tr>
|
942
942
|
</tbody>
|
@@ -972,12 +972,12 @@ using <a class="link" href="pango-Glyph-Storage.html#pango-extents-to-pixels" ti
|
|
972
972
|
<tbody>
|
973
973
|
<tr>
|
974
974
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
975
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code>
|
975
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</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>
|
976
976
|
</td>
|
977
977
|
</tr>
|
978
978
|
<tr>
|
979
979
|
<td><p><span class="term"><em class="parameter"><code>rect</code></em> :</span></p></td>
|
980
|
-
<td>in/out bounding box in device units, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
980
|
+
<td>in/out bounding box in device units, 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="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
981
981
|
</td>
|
982
982
|
</tr>
|
983
983
|
</tbody>
|
@@ -1001,13 +1001,13 @@ vector that the X coordinate is mapped to.
|
|
1001
1001
|
<tbody>
|
1002
1002
|
<tr>
|
1003
1003
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
1004
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</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>]</span>
|
1004
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</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>]</span>
|
1005
1005
|
</td>
|
1006
1006
|
</tr>
|
1007
1007
|
<tr>
|
1008
1008
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1009
1009
|
<td>the scale factor of <em class="parameter"><code>matrix</code></em> on the height of the font,
|
1010
|
-
or 1.0 if <em class="parameter"><code>matrix</code></em> is <code class="literal">NULL</code>.</td>
|
1010
|
+
or 1.0 if <em class="parameter"><code>matrix</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>.</td>
|
1011
1011
|
</tr>
|
1012
1012
|
</tbody>
|
1013
1013
|
</table></div>
|
@@ -1056,8 +1056,8 @@ on.
|
|
1056
1056
|
</pre>
|
1057
1057
|
<p>
|
1058
1058
|
The <a class="link" href="pango-Glyph-Storage.html#PANGO-GLYPH-UNKNOWN-FLAG:CAPS" title="PANGO_GLYPH_UNKNOWN_FLAG"><code class="literal">PANGO_GLYPH_UNKNOWN_FLAG</code></a> macro is a flag value that can be added to
|
1059
|
-
a <span class="type">gunichar</span> value of a valid Unicode character, to produce a <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>
|
1060
|
-
value, representing an unknown-character glyph for the respective <span class="type">gunichar</span>.
|
1059
|
+
a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> value of a valid Unicode character, to produce a <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>
|
1060
|
+
value, representing an unknown-character glyph for the respective <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a>.
|
1061
1061
|
</p>
|
1062
1062
|
</div>
|
1063
1063
|
<hr>
|
@@ -1184,7 +1184,7 @@ added in the future.
|
|
1184
1184
|
<col>
|
1185
1185
|
</colgroup>
|
1186
1186
|
<tbody><tr>
|
1187
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoGlyphVisAttr.is-cluster-start"></a>is_cluster_start</code></em> : 1;</span></p></td>
|
1187
|
+
<td><p><span class="term"><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> <em class="structfield"><code><a name="PangoGlyphVisAttr.is-cluster-start"></a>is_cluster_start</code></em> : 1;</span></p></td>
|
1188
1188
|
<td>set for the first logical glyph in each cluster. (Clusters
|
1189
1189
|
are stored in visual order, within the cluster, glyphs
|
1190
1190
|
are always ordered in logical order, since visual
|
@@ -1293,7 +1293,7 @@ None of the members of a <a class="link" href="pango-Glyph-Storage.html#PangoGly
|
|
1293
1293
|
<pre class="programlisting">#define PANGO_TYPE_GLYPH_STRING (pango_glyph_string_get_type ())
|
1294
1294
|
</pre>
|
1295
1295
|
<p>
|
1296
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>.
|
1296
|
+
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-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>.
|
1297
1297
|
</p>
|
1298
1298
|
</div>
|
1299
1299
|
<hr>
|
@@ -1330,14 +1330,14 @@ Copy a glyph string and associated storage.
|
|
1330
1330
|
<tbody>
|
1331
1331
|
<tr>
|
1332
1332
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
1333
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>, may be <code class="literal">NULL</code>
|
1333
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</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>
|
1334
1334
|
</td>
|
1335
1335
|
</tr>
|
1336
1336
|
<tr>
|
1337
1337
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1338
1338
|
<td>the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>, which
|
1339
1339
|
should be freed with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-string-free" title="pango_glyph_string_free ()"><code class="function">pango_glyph_string_free()</code></a>,
|
1340
|
-
or <code class="literal">NULL</code> if <em class="parameter"><code>string</code></em> was <code class="literal">NULL</code>.</td>
|
1340
|
+
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 <em class="parameter"><code>string</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>
|
1341
1341
|
</tr>
|
1342
1342
|
</tbody>
|
1343
1343
|
</table></div>
|
@@ -1346,7 +1346,7 @@ or <code class="literal">NULL</code> if <em class="parameter"><code>string</code
|
|
1346
1346
|
<div class="refsect2">
|
1347
1347
|
<a name="pango-glyph-string-set-size"></a><h3>pango_glyph_string_set_size ()</h3>
|
1348
1348
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_glyph_string_set_size (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *string</code></em>,
|
1349
|
-
<em class="parameter"><code><span class="type">gint</span> new_len</code></em>);</pre>
|
1349
|
+
<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> new_len</code></em>);</pre>
|
1350
1350
|
<p>
|
1351
1351
|
Resize a glyph string to the given length.
|
1352
1352
|
</p>
|
@@ -1381,7 +1381,7 @@ Free a glyph string and associated storage.
|
|
1381
1381
|
</colgroup>
|
1382
1382
|
<tbody><tr>
|
1383
1383
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
1384
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>, may be <code class="literal">NULL</code>
|
1384
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</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>
|
1385
1385
|
</td>
|
1386
1386
|
</tr></tbody>
|
1387
1387
|
</table></div>
|
@@ -1417,13 +1417,13 @@ of the rectangles.
|
|
1417
1417
|
<tr>
|
1418
1418
|
<td><p><span class="term"><em class="parameter"><code>ink_rect</code></em> :</span></p></td>
|
1419
1419
|
<td>rectangle used to store the extents of the glyph string
|
1420
|
-
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>
|
1420
|
+
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>
|
1421
1421
|
</td>
|
1422
1422
|
</tr>
|
1423
1423
|
<tr>
|
1424
1424
|
<td><p><span class="term"><em class="parameter"><code>logical_rect</code></em> :</span></p></td>
|
1425
1425
|
<td>rectangle used to store the logical extents of the
|
1426
|
-
glyph string 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>
|
1426
|
+
glyph string 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>
|
1427
1427
|
</td>
|
1428
1428
|
</tr>
|
1429
1429
|
</tbody>
|
@@ -1472,14 +1472,14 @@ indices such that start <= index < end)</td>
|
|
1472
1472
|
<tr>
|
1473
1473
|
<td><p><span class="term"><em class="parameter"><code>ink_rect</code></em> :</span></p></td>
|
1474
1474
|
<td>rectangle used to store the
|
1475
|
-
extents of the glyph string range as drawn or <code class="literal">NULL</code> to
|
1475
|
+
extents of the glyph string range 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
|
1476
1476
|
indicate that the result is not needed. <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span>
|
1477
1477
|
</td>
|
1478
1478
|
</tr>
|
1479
1479
|
<tr>
|
1480
1480
|
<td><p><span class="term"><em class="parameter"><code>logical_rect</code></em> :</span></p></td>
|
1481
1481
|
<td>rectangle used to store the
|
1482
|
-
logical extents of the glyph string range or <code class="literal">NULL</code> to
|
1482
|
+
logical extents of the glyph string range 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
|
1483
1483
|
indicate that the result is not needed. <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span>
|
1484
1484
|
</td>
|
1485
1485
|
</tr>
|
@@ -1523,7 +1523,7 @@ computes the sum of geometry.width for each glyph in the <em class="parameter"><
|
|
1523
1523
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1524
1524
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1525
1525
|
<em class="parameter"><code><span class="type">int</span> index_</code></em>,
|
1526
|
-
<em class="parameter"><code><span class="type">gboolean</span> trailing</code></em>,
|
1526
|
+
<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> trailing</code></em>,
|
1527
1527
|
<em class="parameter"><code><span class="type">int</span> *x_pos</code></em>);</pre>
|
1528
1528
|
<p>
|
1529
1529
|
Converts from character position to x position. (X position
|
@@ -1561,8 +1561,8 @@ are computed by dividing up each cluster into equal portions.
|
|
1561
1561
|
</tr>
|
1562
1562
|
<tr>
|
1563
1563
|
<td><p><span class="term"><em class="parameter"><code>trailing</code></em> :</span></p></td>
|
1564
|
-
<td>whether we should compute the result for the beginning (<code class="literal">FALSE</code>)
|
1565
|
-
or end (<code class="literal">TRUE</code>) of the character.</td>
|
1564
|
+
<td>whether we should compute the result for the beginning (<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>)
|
1565
|
+
or end (<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>) of the character.</td>
|
1566
1566
|
</tr>
|
1567
1567
|
<tr>
|
1568
1568
|
<td><p><span class="term"><em class="parameter"><code>x_pos</code></em> :</span></p></td>
|
@@ -1691,7 +1691,7 @@ with the resulting character widths. <span class="annotation">[<acronym title="P
|
|
1691
1691
|
<pre class="programlisting">#define PANGO_TYPE_GLYPH_ITEM (pango_glyph_item_get_type ())
|
1692
1692
|
</pre>
|
1693
1693
|
<p>
|
1694
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>.
|
1694
|
+
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-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>.
|
1695
1695
|
</p>
|
1696
1696
|
<p class="since">Since 1.20</p>
|
1697
1697
|
</div>
|
@@ -1710,14 +1710,14 @@ Make a deep copy of an existing <a class="link" href="pango-Glyph-Storage.html#P
|
|
1710
1710
|
<tbody>
|
1711
1711
|
<tr>
|
1712
1712
|
<td><p><span class="term"><em class="parameter"><code>orig</code></em> :</span></p></td>
|
1713
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>, may be <code class="literal">NULL</code>
|
1713
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</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>
|
1714
1714
|
</td>
|
1715
1715
|
</tr>
|
1716
1716
|
<tr>
|
1717
1717
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1718
1718
|
<td>the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>, which should
|
1719
|
-
be freed with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-free" title="pango_glyph_item_free ()"><code class="function">pango_glyph_item_free()</code></a>, or <code class="literal">NULL</code>
|
1720
|
-
if <em class="parameter"><code>orig</code></em> was <code class="literal">NULL</code>.</td>
|
1719
|
+
be freed with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-free" title="pango_glyph_item_free ()"><code class="function">pango_glyph_item_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>
|
1720
|
+
if <em class="parameter"><code>orig</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>
|
1721
1721
|
</tr>
|
1722
1722
|
</tbody>
|
1723
1723
|
</table></div>
|
@@ -1737,7 +1737,7 @@ Frees a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span cla
|
|
1737
1737
|
</colgroup>
|
1738
1738
|
<tbody><tr>
|
1739
1739
|
<td><p><span class="term"><em class="parameter"><code>glyph_item</code></em> :</span></p></td>
|
1740
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>, may be <code class="literal">NULL</code>
|
1740
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</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>
|
1741
1741
|
</td>
|
1742
1742
|
</tr></tbody>
|
1743
1743
|
</table></div>
|
@@ -1794,7 +1794,7 @@ with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-free" title
|
|
1794
1794
|
<hr>
|
1795
1795
|
<div class="refsect2">
|
1796
1796
|
<a name="pango-glyph-item-apply-attrs"></a><h3>pango_glyph_item_apply_attrs ()</h3>
|
1797
|
-
<pre class="programlisting"><span class="returnvalue">GSList</span> * pango_glyph_item_apply_attrs (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
|
1797
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * pango_glyph_item_apply_attrs (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
|
1798
1798
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
1799
1799
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *list</code></em>);</pre>
|
1800
1800
|
<p>
|
@@ -1841,7 +1841,7 @@ as one of the elements in the list.
|
|
1841
1841
|
<td>a
|
1842
1842
|
list of glyph items resulting from splitting <em class="parameter"><code>glyph_item</code></em>. Free
|
1843
1843
|
the elements using <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-free" title="pango_glyph_item_free ()"><code class="function">pango_glyph_item_free()</code></a>, the list using
|
1844
|
-
<code class="function">g_slist_free()</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.GlyphItem]</span>
|
1844
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.GlyphItem]</span>
|
1845
1845
|
</td>
|
1846
1846
|
</tr>
|
1847
1847
|
</tbody>
|
@@ -1943,7 +1943,7 @@ the resulting character widths. <span class="annotation">[<acronym title="Parame
|
|
1943
1943
|
<pre class="programlisting">#define PANGO_TYPE_GLYPH_ITEM_ITER (pango_glyph_item_iter_get_type ())
|
1944
1944
|
</pre>
|
1945
1945
|
<p>
|
1946
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>.
|
1946
|
+
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-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>.
|
1947
1947
|
</p>
|
1948
1948
|
<p class="since">Since 1.22</p>
|
1949
1949
|
</div>
|
@@ -1962,14 +1962,14 @@ Make a shallow copy of an existing <a class="link" href="pango-Glyph-Storage.htm
|
|
1962
1962
|
<tbody>
|
1963
1963
|
<tr>
|
1964
1964
|
<td><p><span class="term"><em class="parameter"><code>orig</code></em> :</span></p></td>
|
1965
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>, may be <code class="literal">NULL</code>
|
1965
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</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>
|
1966
1966
|
</td>
|
1967
1967
|
</tr>
|
1968
1968
|
<tr>
|
1969
1969
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1970
1970
|
<td>the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>, which should
|
1971
|
-
be freed with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-free" title="pango_glyph_item_iter_free ()"><code class="function">pango_glyph_item_iter_free()</code></a>, or <code class="literal">NULL</code>
|
1972
|
-
if <em class="parameter"><code>orig</code></em> was <code class="literal">NULL</code>.</td>
|
1971
|
+
be freed with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-free" title="pango_glyph_item_iter_free ()"><code class="function">pango_glyph_item_iter_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>
|
1972
|
+
if <em class="parameter"><code>orig</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>
|
1973
1973
|
</tr>
|
1974
1974
|
</tbody>
|
1975
1975
|
</table></div>
|
@@ -1989,7 +1989,7 @@ Frees a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span
|
|
1989
1989
|
</colgroup>
|
1990
1990
|
<tbody><tr>
|
1991
1991
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1992
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>, may be <code class="literal">NULL</code>
|
1992
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</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>
|
1993
1993
|
</td>
|
1994
1994
|
</tr></tbody>
|
1995
1995
|
</table></div>
|
@@ -1998,7 +1998,7 @@ Frees a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span
|
|
1998
1998
|
<hr>
|
1999
1999
|
<div class="refsect2">
|
2000
2000
|
<a name="pango-glyph-item-iter-init-start"></a><h3>pango_glyph_item_iter_init_start ()</h3>
|
2001
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> pango_glyph_item_iter_init_start (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>,
|
2001
|
+
<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_glyph_item_iter_init_start (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>,
|
2002
2002
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
|
2003
2003
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>);</pre>
|
2004
2004
|
<p>
|
@@ -2028,7 +2028,7 @@ See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span cla
|
|
2028
2028
|
<tr>
|
2029
2029
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2030
2030
|
<td>
|
2031
|
-
<code class="literal">FALSE</code> if there are no clusters in the glyph item</td>
|
2031
|
+
<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> if there are no clusters in the glyph item</td>
|
2032
2032
|
</tr>
|
2033
2033
|
</tbody>
|
2034
2034
|
</table></div>
|
@@ -2037,7 +2037,7 @@ See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span cla
|
|
2037
2037
|
<hr>
|
2038
2038
|
<div class="refsect2">
|
2039
2039
|
<a name="pango-glyph-item-iter-init-end"></a><h3>pango_glyph_item_iter_init_end ()</h3>
|
2040
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> pango_glyph_item_iter_init_end (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>,
|
2040
|
+
<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_glyph_item_iter_init_end (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>,
|
2041
2041
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
|
2042
2042
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>);</pre>
|
2043
2043
|
<p>
|
@@ -2067,7 +2067,7 @@ See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span cla
|
|
2067
2067
|
<tr>
|
2068
2068
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2069
2069
|
<td>
|
2070
|
-
<code class="literal">FALSE</code> if there are no clusters in the glyph item</td>
|
2070
|
+
<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> if there are no clusters in the glyph item</td>
|
2071
2071
|
</tr>
|
2072
2072
|
</tbody>
|
2073
2073
|
</table></div>
|
@@ -2076,7 +2076,7 @@ See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span cla
|
|
2076
2076
|
<hr>
|
2077
2077
|
<div class="refsect2">
|
2078
2078
|
<a name="pango-glyph-item-iter-next-cluster"></a><h3>pango_glyph_item_iter_next_cluster ()</h3>
|
2079
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> pango_glyph_item_iter_next_cluster (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>);</pre>
|
2079
|
+
<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_glyph_item_iter_next_cluster (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>);</pre>
|
2080
2080
|
<p>
|
2081
2081
|
Advances the iterator to the next cluster in the glyph item.
|
2082
2082
|
See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> for details of cluster orders.
|
@@ -2095,7 +2095,7 @@ See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span cla
|
|
2095
2095
|
<tr>
|
2096
2096
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2097
2097
|
<td>
|
2098
|
-
<code class="literal">TRUE</code> if the iterator was advanced, <code class="literal">FALSE</code> if we were already on the
|
2098
|
+
<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 iterator was advanced, <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> if we were already on the
|
2099
2099
|
last cluster.</td>
|
2100
2100
|
</tr>
|
2101
2101
|
</tbody>
|
@@ -2105,7 +2105,7 @@ last cluster.</td>
|
|
2105
2105
|
<hr>
|
2106
2106
|
<div class="refsect2">
|
2107
2107
|
<a name="pango-glyph-item-iter-prev-cluster"></a><h3>pango_glyph_item_iter_prev_cluster ()</h3>
|
2108
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> pango_glyph_item_iter_prev_cluster (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>);</pre>
|
2108
|
+
<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_glyph_item_iter_prev_cluster (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>);</pre>
|
2109
2109
|
<p>
|
2110
2110
|
Moves the iterator to the preceding cluster in the glyph item.
|
2111
2111
|
See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> for details of cluster orders.
|
@@ -2124,7 +2124,7 @@ See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span cla
|
|
2124
2124
|
<tr>
|
2125
2125
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2126
2126
|
<td>
|
2127
|
-
<code class="literal">TRUE</code> if the iterator was moved, <code class="literal">FALSE</code> if we were already on the
|
2127
|
+
<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 iterator was moved, <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> if we were already on the
|
2128
2128
|
first cluster.</td>
|
2129
2129
|
</tr>
|
2130
2130
|
</tbody>
|