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
@@ -45,13 +45,13 @@ struct <a class="link" href="pango-Text-Processing.html#PangoAnalys
|
|
45
45
|
#define <a class="link" href="pango-Text-Processing.html#PANGO-ANALYSIS-FLAG-CENTERED-BASELINE:CAPS" title="PANGO_ANALYSIS_FLAG_CENTERED_BASELINE">PANGO_ANALYSIS_FLAG_CENTERED_BASELINE</a>
|
46
46
|
#define <a class="link" href="pango-Text-Processing.html#PANGO-TYPE-DIRECTION:CAPS" title="PANGO_TYPE_DIRECTION">PANGO_TYPE_DIRECTION</a>
|
47
47
|
|
48
|
-
<span class="returnvalue">GList</span> * <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()">pango_itemize</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
48
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()">pango_itemize</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
49
49
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
50
50
|
<em class="parameter"><code><span class="type">int</span> start_index</code></em>,
|
51
51
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
52
52
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>,
|
53
53
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *cached_iter</code></em>);
|
54
|
-
<span class="returnvalue">GList</span> * <a class="link" href="pango-Text-Processing.html#pango-itemize-with-base-dir" title="pango_itemize_with_base_dir ()">pango_itemize_with_base_dir</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
54
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="pango-Text-Processing.html#pango-itemize-with-base-dir" title="pango_itemize_with_base_dir ()">pango_itemize_with_base_dir</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
55
55
|
<em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a> base_dir</code></em>,
|
56
56
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
57
57
|
<em class="parameter"><code><span class="type">int</span> start_index</code></em>,
|
@@ -64,11 +64,11 @@ struct <a class="link" href="pango-Text-Processing.html#PangoAnalys
|
|
64
64
|
<a class="link" href="pango-Text-Processing.html#PangoItem"><span class="returnvalue">PangoItem</span></a> * <a class="link" href="pango-Text-Processing.html#pango-item-split" title="pango_item_split ()">pango_item_split</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> *orig</code></em>,
|
65
65
|
<em class="parameter"><code><span class="type">int</span> split_index</code></em>,
|
66
66
|
<em class="parameter"><code><span class="type">int</span> split_offset</code></em>);
|
67
|
-
<span class="returnvalue">GList</span> * <a class="link" href="pango-Text-Processing.html#pango-reorder-items" title="pango_reorder_items ()">pango_reorder_items</a> (<em class="parameter"><code><span class="type">GList</span> *logical_items</code></em>);
|
67
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="pango-Text-Processing.html#pango-reorder-items" title="pango_reorder_items ()">pango_reorder_items</a> (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *logical_items</code></em>);
|
68
68
|
|
69
69
|
<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-new" title="pango_context_new ()">pango_context_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
70
70
|
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-changed" title="pango_context_changed ()">pango_context_changed</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
71
|
-
<span class="returnvalue">guint</span> <a class="link" href="pango-Text-Processing.html#pango-context-get-serial" title="pango_context_get_serial ()">pango_context_get_serial</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
71
|
+
<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-Text-Processing.html#pango-context-get-serial" title="pango_context_get_serial ()">pango_context_get_serial</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
72
72
|
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-font-map" title="pango_context_set_font_map ()">pango_context_set_font_map</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
73
73
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> *font_map</code></em>);
|
74
74
|
<a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-get-font-map" title="pango_context_get_font_map ()">pango_context_get_font_map</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
@@ -105,7 +105,7 @@ const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="r
|
|
105
105
|
<em class="parameter"><code><span class="type">int</span> *n_families</code></em>);
|
106
106
|
|
107
107
|
|
108
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()">pango_break</a> (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
108
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()">pango_break</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
109
109
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
110
110
|
<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>,
|
111
111
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
@@ -116,25 +116,25 @@ const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="r
|
|
116
116
|
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>,
|
117
117
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *log_attrs</code></em>,
|
118
118
|
<em class="parameter"><code><span class="type">int</span> attrs_len</code></em>);
|
119
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-find-paragraph-boundary" title="pango_find_paragraph_boundary ()">pango_find_paragraph_boundary</a> (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
120
|
-
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
121
|
-
<em class="parameter"><code><span class="type">gint</span> *paragraph_delimiter_index</code></em>,
|
122
|
-
<em class="parameter"><code><span class="type">gint</span> *next_paragraph_start</code></em>);
|
123
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()">pango_default_break</a> (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
119
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-find-paragraph-boundary" title="pango_find_paragraph_boundary ()">pango_find_paragraph_boundary</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
120
|
+
<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> length</code></em>,
|
121
|
+
<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> *paragraph_delimiter_index</code></em>,
|
122
|
+
<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> *next_paragraph_start</code></em>);
|
123
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()">pango_default_break</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
124
124
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
125
125
|
<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>,
|
126
126
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
127
127
|
<em class="parameter"><code><span class="type">int</span> attrs_len</code></em>);
|
128
128
|
<a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr">PangoLogAttr</a>;
|
129
129
|
|
130
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-shape" title="pango_shape ()">pango_shape</a> (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
131
|
-
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
130
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-shape" title="pango_shape ()">pango_shape</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
131
|
+
<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> length</code></em>,
|
132
132
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
133
133
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);
|
134
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-shape-full" title="pango_shape_full ()">pango_shape_full</a> (<em class="parameter"><code>const <span class="type">gchar</span> *item_text</code></em>,
|
135
|
-
<em class="parameter"><code><span class="type">gint</span> item_length</code></em>,
|
136
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *paragraph_text</code></em>,
|
137
|
-
<em class="parameter"><code><span class="type">gint</span> paragraph_length</code></em>,
|
134
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-shape-full" title="pango_shape_full ()">pango_shape_full</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *item_text</code></em>,
|
135
|
+
<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> item_length</code></em>,
|
136
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *paragraph_text</code></em>,
|
137
|
+
<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> paragraph_length</code></em>,
|
138
138
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
139
139
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);
|
140
140
|
</pre>
|
@@ -142,7 +142,7 @@ const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="r
|
|
142
142
|
<div class="refsect1">
|
143
143
|
<a name="pango-Text-Processing.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
144
144
|
<pre class="synopsis">
|
145
|
-
GObject
|
145
|
+
<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>
|
146
146
|
+----PangoContext
|
147
147
|
</pre>
|
148
148
|
<pre class="synopsis">
|
@@ -226,19 +226,19 @@ fields:
|
|
226
226
|
<td>the font for this segment.</td>
|
227
227
|
</tr>
|
228
228
|
<tr>
|
229
|
-
<td><p><span class="term"><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.level"></a>level</code></em>;</span></p></td>
|
229
|
+
<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#guint8"><span class="type">guint8</span></a> <em class="structfield"><code><a name="PangoAnalysis.level"></a>level</code></em>;</span></p></td>
|
230
230
|
<td>the bidirectional level for this segment.</td>
|
231
231
|
</tr>
|
232
232
|
<tr>
|
233
|
-
<td><p><span class="term"><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.gravity"></a>gravity</code></em>;</span></p></td>
|
233
|
+
<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#guint8"><span class="type">guint8</span></a> <em class="structfield"><code><a name="PangoAnalysis.gravity"></a>gravity</code></em>;</span></p></td>
|
234
234
|
<td>the glyph orientation for this segment (A <a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a>).</td>
|
235
235
|
</tr>
|
236
236
|
<tr>
|
237
|
-
<td><p><span class="term"><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.flags"></a>flags</code></em>;</span></p></td>
|
237
|
+
<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#guint8"><span class="type">guint8</span></a> <em class="structfield"><code><a name="PangoAnalysis.flags"></a>flags</code></em>;</span></p></td>
|
238
238
|
<td>boolean flags for this segment (currently only one) (Since: 1.16).</td>
|
239
239
|
</tr>
|
240
240
|
<tr>
|
241
|
-
<td><p><span class="term"><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.script"></a>script</code></em>;</span></p></td>
|
241
|
+
<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#guint8"><span class="type">guint8</span></a> <em class="structfield"><code><a name="PangoAnalysis.script"></a>script</code></em>;</span></p></td>
|
242
242
|
<td>the detected script for this segment (A <a class="link" href="pango-Scripts-and-Languages.html#PangoScript"><span class="type">PangoScript</span></a>) (Since: 1.18).</td>
|
243
243
|
</tr>
|
244
244
|
<tr>
|
@@ -246,7 +246,7 @@ fields:
|
|
246
246
|
<td>the detected language for this segment.</td>
|
247
247
|
</tr>
|
248
248
|
<tr>
|
249
|
-
<td><p><span class="term"><span class="type">GSList</span> *<em class="structfield"><code><a name="PangoAnalysis.extra-attrs"></a>extra_attrs</code></em>;</span></p></td>
|
249
|
+
<td><p><span class="term"><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="type">GSList</span></a> *<em class="structfield"><code><a name="PangoAnalysis.extra-attrs"></a>extra_attrs</code></em>;</span></p></td>
|
250
250
|
<td>extra attributes for this segment.</td>
|
251
251
|
</tr>
|
252
252
|
</tbody>
|
@@ -269,13 +269,13 @@ Since: 1.16
|
|
269
269
|
<pre class="programlisting">#define PANGO_TYPE_DIRECTION (pango_direction_get_type ())
|
270
270
|
</pre>
|
271
271
|
<p>
|
272
|
-
The <span class="type">GObject</span> type for <a class="link" href="pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a>.
|
272
|
+
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-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a>.
|
273
273
|
</p>
|
274
274
|
</div>
|
275
275
|
<hr>
|
276
276
|
<div class="refsect2">
|
277
277
|
<a name="pango-itemize"></a><h3>pango_itemize ()</h3>
|
278
|
-
<pre class="programlisting"><span class="returnvalue">GList</span> * pango_itemize (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
278
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * pango_itemize (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
279
279
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
280
280
|
<em class="parameter"><code><span class="type">int</span> start_index</code></em>,
|
281
281
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
@@ -325,15 +325,15 @@ This must be >= 0.</td>
|
|
325
325
|
</tr>
|
326
326
|
<tr>
|
327
327
|
<td><p><span class="term"><em class="parameter"><code>cached_iter</code></em> :</span></p></td>
|
328
|
-
<td>Cached attribute iterator, 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>
|
328
|
+
<td>Cached attribute iterator, 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>
|
329
329
|
</td>
|
330
330
|
</tr>
|
331
331
|
<tr>
|
332
332
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
333
|
-
<td>a <span class="type">GList</span> of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>
|
333
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>
|
334
334
|
structures. The items should be freed using <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a>
|
335
|
-
probably in combination with <code class="function">g_list_foreach()</code>, and the list itself
|
336
|
-
using <code class="function">g_list_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.Item]</span>
|
335
|
+
probably in combination with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-foreach"><code class="function">g_list_foreach()</code></a>, and the list itself
|
336
|
+
using <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Item]</span>
|
337
337
|
</td>
|
338
338
|
</tr>
|
339
339
|
</tbody>
|
@@ -342,7 +342,7 @@ using <code class="function">g_list_free()</code>. <span class="annotation">[<ac
|
|
342
342
|
<hr>
|
343
343
|
<div class="refsect2">
|
344
344
|
<a name="pango-itemize-with-base-dir"></a><h3>pango_itemize_with_base_dir ()</h3>
|
345
|
-
<pre class="programlisting"><span class="returnvalue">GList</span> * pango_itemize_with_base_dir (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
345
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * pango_itemize_with_base_dir (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
346
346
|
<em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a> base_dir</code></em>,
|
347
347
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
348
348
|
<em class="parameter"><code><span class="type">int</span> start_index</code></em>,
|
@@ -388,15 +388,15 @@ after <em class="parameter"><code>start_index</code></em>. This must be >= 0.
|
|
388
388
|
</tr>
|
389
389
|
<tr>
|
390
390
|
<td><p><span class="term"><em class="parameter"><code>cached_iter</code></em> :</span></p></td>
|
391
|
-
<td>Cached attribute iterator, 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>
|
391
|
+
<td>Cached attribute iterator, 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>
|
392
392
|
</td>
|
393
393
|
</tr>
|
394
394
|
<tr>
|
395
395
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
396
|
-
<td>a <span class="type">GList</span> of
|
396
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
|
397
397
|
<a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> structures. The items should be freed using
|
398
398
|
<a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a> probably in combination with
|
399
|
-
<code class="function">g_list_foreach()</code>, and the list itself using <code class="function">g_list_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.Item]</span>
|
399
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-foreach"><code class="function">g_list_foreach()</code></a>, and the list itself using <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Item]</span>
|
400
400
|
</td>
|
401
401
|
</tr>
|
402
402
|
</tbody>
|
@@ -417,7 +417,7 @@ Free a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="
|
|
417
417
|
</colgroup>
|
418
418
|
<tbody><tr>
|
419
419
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
420
|
-
<td>a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, may be <code class="literal">NULL</code>
|
420
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</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>
|
421
421
|
</td>
|
422
422
|
</tr></tbody>
|
423
423
|
</table></div>
|
@@ -437,13 +437,13 @@ Copy an existing <a class="link" href="pango-Text-Processing.html#PangoItem"><sp
|
|
437
437
|
<tbody>
|
438
438
|
<tr>
|
439
439
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
440
|
-
<td>a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, may be <code class="literal">NULL</code>
|
440
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</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>
|
441
441
|
</td>
|
442
442
|
</tr>
|
443
443
|
<tr>
|
444
444
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
445
445
|
<td>the newly allocated <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, which should
|
446
|
-
be freed with <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a>, or <code class="literal">NULL</code> if
|
446
|
+
be freed with <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a>, or <a href="/home/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
|
447
447
|
<em class="parameter"><code>item</code></em> was NULL.</td>
|
448
448
|
</tr>
|
449
449
|
</tbody>
|
@@ -517,7 +517,7 @@ should be freed with <a class="link" href="pango-Text-Processing.html#pango-item
|
|
517
517
|
<hr>
|
518
518
|
<div class="refsect2">
|
519
519
|
<a name="pango-reorder-items"></a><h3>pango_reorder_items ()</h3>
|
520
|
-
<pre class="programlisting"><span class="returnvalue">GList</span> * pango_reorder_items (<em class="parameter"><code><span class="type">GList</span> *logical_items</code></em>);</pre>
|
520
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * pango_reorder_items (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *logical_items</code></em>);</pre>
|
521
521
|
<p>
|
522
522
|
From a list of items in logical order and the associated
|
523
523
|
directional levels, produce a list in visual order.
|
@@ -531,12 +531,12 @@ The original list is unmodified.
|
|
531
531
|
<tbody>
|
532
532
|
<tr>
|
533
533
|
<td><p><span class="term"><em class="parameter"><code>logical_items</code></em> :</span></p></td>
|
534
|
-
<td>a <span class="type">GList</span> of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> in logical order. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Item]</span>
|
534
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> in logical order. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Item]</span>
|
535
535
|
</td>
|
536
536
|
</tr>
|
537
537
|
<tr>
|
538
538
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
539
|
-
<td>a <span class="type">GList</span>
|
539
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a>
|
540
540
|
of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> structures in visual order.
|
541
541
|
(Please open a bug if you use this function.
|
542
542
|
It is not a particularly convenient interface, and the code
|
@@ -574,7 +574,7 @@ For instance, the GTK+ toolkit has, among others,
|
|
574
574
|
<tbody><tr>
|
575
575
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
576
576
|
<td>the newly allocated <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, which should
|
577
|
-
be freed with <code class="function">g_object_unref()</code>.</td>
|
577
|
+
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>
|
578
578
|
</tr></tbody>
|
579
579
|
</table></div>
|
580
580
|
</div>
|
@@ -608,7 +608,7 @@ and such data is changed.
|
|
608
608
|
<hr>
|
609
609
|
<div class="refsect2">
|
610
610
|
<a name="pango-context-get-serial"></a><h3>pango_context_get_serial ()</h3>
|
611
|
-
<pre class="programlisting"><span class="returnvalue">guint</span> pango_context_get_serial (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
611
|
+
<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_context_get_serial (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
612
612
|
<p>
|
613
613
|
Returns the current serial number of <em class="parameter"><code>context</code></em>. The serial number is
|
614
614
|
initialized to an small number larger than zero when a new context
|
@@ -1030,7 +1030,7 @@ rendering with this context. See <a class="link" href="pango-Text-Processing.htm
|
|
1030
1030
|
</tr>
|
1031
1031
|
<tr>
|
1032
1032
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1033
|
-
<td>the matrix, or <code class="literal">NULL</code> if no matrix has been set
|
1033
|
+
<td>the matrix, 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 matrix has been set
|
1034
1034
|
(which is the same as the identity matrix). The returned
|
1035
1035
|
matrix is owned by Pango and must not be modified or
|
1036
1036
|
freed.</td>
|
@@ -1065,7 +1065,7 @@ matrices, depending on how the text is fit to the pixel grid.
|
|
1065
1065
|
</tr>
|
1066
1066
|
<tr>
|
1067
1067
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
1068
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code> to unset any existing
|
1068
|
+
<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> to unset any existing
|
1069
1069
|
matrix. (No matrix set is the same as setting the identity matrix.). <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1070
1070
|
</td>
|
1071
1071
|
</tr>
|
@@ -1100,7 +1100,7 @@ that is the closest match for <em class="parameter"><code>desc</code></em>.
|
|
1100
1100
|
<tr>
|
1101
1101
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1102
1102
|
<td>the newly allocated <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> that
|
1103
|
-
was 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>
|
1103
|
+
was 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>
|
1104
1104
|
</td>
|
1105
1105
|
</tr>
|
1106
1106
|
</tbody>
|
@@ -1138,7 +1138,7 @@ a font matching <em class="parameter"><code>desc</code></em>.
|
|
1138
1138
|
<tr>
|
1139
1139
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1140
1140
|
<td>the newly allocated <a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> loaded,
|
1141
|
-
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>
|
1141
|
+
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>
|
1142
1142
|
</td>
|
1143
1143
|
</tr>
|
1144
1144
|
</tbody>
|
@@ -1178,14 +1178,14 @@ individual families.
|
|
1178
1178
|
</tr>
|
1179
1179
|
<tr>
|
1180
1180
|
<td><p><span class="term"><em class="parameter"><code>desc</code></em> :</span></p></td>
|
1181
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> structure. <code class="literal">NULL</code> means that the
|
1181
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> structure. <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> means that the
|
1182
1182
|
font description from the context will be used. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1183
1183
|
</td>
|
1184
1184
|
</tr>
|
1185
1185
|
<tr>
|
1186
1186
|
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
|
1187
1187
|
<td>language tag used to determine which script to get
|
1188
|
-
the metrics for. <code class="literal">NULL</code> means that the language tag from the context
|
1188
|
+
the metrics for. <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> means that the language tag from the context
|
1189
1189
|
will be used. If no language tag is set on the context, metrics
|
1190
1190
|
for the default language (as determined by <a class="link" href="pango-Scripts-and-Languages.html#pango-language-get-default" title="pango_language_get_default ()"><code class="function">pango_language_get_default()</code></a>)
|
1191
1191
|
will be returned. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
@@ -1223,7 +1223,7 @@ List all families for a context.
|
|
1223
1223
|
<td><p><span class="term"><em class="parameter"><code>families</code></em> :</span></p></td>
|
1224
1224
|
<td>location to store a pointer to
|
1225
1225
|
an array of <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *. This array should be freed
|
1226
|
-
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>
|
1226
|
+
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>
|
1227
1227
|
</td>
|
1228
1228
|
</tr>
|
1229
1229
|
<tr>
|
@@ -1237,7 +1237,7 @@ with <code class="function">g_free()</code>. <span class="annotation">[<acronym
|
|
1237
1237
|
<hr>
|
1238
1238
|
<div class="refsect2">
|
1239
1239
|
<a name="pango-break"></a><h3>pango_break ()</h3>
|
1240
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_break (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1240
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_break (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
1241
1241
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1242
1242
|
<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>,
|
1243
1243
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
@@ -1338,10 +1338,10 @@ per character in <em class="parameter"><code>text</code></em>, plus one extra, t
|
|
1338
1338
|
<hr>
|
1339
1339
|
<div class="refsect2">
|
1340
1340
|
<a name="pango-find-paragraph-boundary"></a><h3>pango_find_paragraph_boundary ()</h3>
|
1341
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_find_paragraph_boundary (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1342
|
-
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
1343
|
-
<em class="parameter"><code><span class="type">gint</span> *paragraph_delimiter_index</code></em>,
|
1344
|
-
<em class="parameter"><code><span class="type">gint</span> *next_paragraph_start</code></em>);</pre>
|
1341
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_find_paragraph_boundary (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
1342
|
+
<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> length</code></em>,
|
1343
|
+
<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> *paragraph_delimiter_index</code></em>,
|
1344
|
+
<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> *next_paragraph_start</code></em>);</pre>
|
1345
1345
|
<p>
|
1346
1346
|
Locates a paragraph boundary in <em class="parameter"><code>text</code></em>. A boundary is caused by
|
1347
1347
|
delimiter characters, such as a newline, carriage return, carriage
|
@@ -1387,7 +1387,7 @@ paragraph. <span class="annotation">[<acronym title="Parameter for returning res
|
|
1387
1387
|
<hr>
|
1388
1388
|
<div class="refsect2">
|
1389
1389
|
<a name="pango-default-break"></a><h3>pango_default_break ()</h3>
|
1390
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_default_break (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1390
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_default_break (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
1391
1391
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1392
1392
|
<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>,
|
1393
1393
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
@@ -1396,7 +1396,7 @@ paragraph. <span class="annotation">[<acronym title="Parameter for returning res
|
|
1396
1396
|
This is the default break algorithm, used if no language
|
1397
1397
|
engine overrides it. Normally you should use <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>
|
1398
1398
|
instead. Unlike <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>,
|
1399
|
-
<em class="parameter"><code>analysis</code></em> can be <code class="literal">NULL</code>, but only do that if you know what
|
1399
|
+
<em class="parameter"><code>analysis</code></em> can 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>, but only do that if you know what
|
1400
1400
|
you're doing. If you need an analysis to pass to <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>,
|
1401
1401
|
you need to <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()"><code class="function">pango_itemize()</code></a>. In most cases however you should
|
1402
1402
|
simply use <a class="link" href="pango-Text-Processing.html#pango-get-log-attrs" title="pango_get_log_attrs ()"><code class="function">pango_get_log_attrs()</code></a>.
|
@@ -1494,23 +1494,23 @@ about the attributes of a single character.
|
|
1494
1494
|
</colgroup>
|
1495
1495
|
<tbody>
|
1496
1496
|
<tr>
|
1497
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-line-break"></a>is_line_break</code></em> : 1;</span></p></td>
|
1497
|
+
<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="PangoLogAttr.is-line-break"></a>is_line_break</code></em> : 1;</span></p></td>
|
1498
1498
|
<td>if set, can break line in front of character</td>
|
1499
1499
|
</tr>
|
1500
1500
|
<tr>
|
1501
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-mandatory-break"></a>is_mandatory_break</code></em> : 1;</span></p></td>
|
1501
|
+
<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="PangoLogAttr.is-mandatory-break"></a>is_mandatory_break</code></em> : 1;</span></p></td>
|
1502
1502
|
<td>if set, must break line in front of character</td>
|
1503
1503
|
</tr>
|
1504
1504
|
<tr>
|
1505
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-char-break"></a>is_char_break</code></em> : 1;</span></p></td>
|
1505
|
+
<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="PangoLogAttr.is-char-break"></a>is_char_break</code></em> : 1;</span></p></td>
|
1506
1506
|
<td>if set, can break here when doing character wrapping</td>
|
1507
1507
|
</tr>
|
1508
1508
|
<tr>
|
1509
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-white"></a>is_white</code></em> : 1;</span></p></td>
|
1509
|
+
<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="PangoLogAttr.is-white"></a>is_white</code></em> : 1;</span></p></td>
|
1510
1510
|
<td>is whitespace character</td>
|
1511
1511
|
</tr>
|
1512
1512
|
<tr>
|
1513
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-cursor-position"></a>is_cursor_position</code></em> : 1;</span></p></td>
|
1513
|
+
<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="PangoLogAttr.is-cursor-position"></a>is_cursor_position</code></em> : 1;</span></p></td>
|
1514
1514
|
<td>if set, cursor can appear in front of character.
|
1515
1515
|
i.e. this is a grapheme boundary, or the first character
|
1516
1516
|
in the text.
|
@@ -1519,17 +1519,17 @@ This flag implements Unicode's
|
|
1519
1519
|
Cluster Boundaries</a> semantics.</td>
|
1520
1520
|
</tr>
|
1521
1521
|
<tr>
|
1522
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-word-start"></a>is_word_start</code></em> : 1;</span></p></td>
|
1522
|
+
<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="PangoLogAttr.is-word-start"></a>is_word_start</code></em> : 1;</span></p></td>
|
1523
1523
|
<td>is first character in a word</td>
|
1524
1524
|
</tr>
|
1525
1525
|
<tr>
|
1526
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-word-end"></a>is_word_end</code></em> : 1;</span></p></td>
|
1526
|
+
<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="PangoLogAttr.is-word-end"></a>is_word_end</code></em> : 1;</span></p></td>
|
1527
1527
|
<td>is first non-word char after a word
|
1528
1528
|
Note that in degenerate cases, you could have both <em class="parameter"><code>is_word_start</code></em>
|
1529
1529
|
and <em class="parameter"><code>is_word_end</code></em> set for some character.</td>
|
1530
1530
|
</tr>
|
1531
1531
|
<tr>
|
1532
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-sentence-boundary"></a>is_sentence_boundary</code></em> : 1;</span></p></td>
|
1532
|
+
<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="PangoLogAttr.is-sentence-boundary"></a>is_sentence_boundary</code></em> : 1;</span></p></td>
|
1533
1533
|
<td>is a sentence boundary.
|
1534
1534
|
There are two ways to divide sentences. The first assigns all
|
1535
1535
|
inter-sentence whitespace/control/format chars to some sentence,
|
@@ -1540,18 +1540,18 @@ between-sentence spaces, etc. to any sentence, so
|
|
1540
1540
|
of those sentences.</td>
|
1541
1541
|
</tr>
|
1542
1542
|
<tr>
|
1543
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-sentence-start"></a>is_sentence_start</code></em> : 1;</span></p></td>
|
1543
|
+
<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="PangoLogAttr.is-sentence-start"></a>is_sentence_start</code></em> : 1;</span></p></td>
|
1544
1544
|
<td>is first character in a sentence</td>
|
1545
1545
|
</tr>
|
1546
1546
|
<tr>
|
1547
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-sentence-end"></a>is_sentence_end</code></em> : 1;</span></p></td>
|
1547
|
+
<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="PangoLogAttr.is-sentence-end"></a>is_sentence_end</code></em> : 1;</span></p></td>
|
1548
1548
|
<td>is first char after a sentence.
|
1549
1549
|
Note that in degenerate cases, you could have both <em class="parameter"><code>is_sentence_start</code></em>
|
1550
1550
|
and <em class="parameter"><code>is_sentence_end</code></em> set for some character. (e.g. no space after a
|
1551
1551
|
period, so the next sentence starts right away)</td>
|
1552
1552
|
</tr>
|
1553
1553
|
<tr>
|
1554
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.backspace-deletes-character"></a>backspace_deletes_character</code></em> : 1;</span></p></td>
|
1554
|
+
<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="PangoLogAttr.backspace-deletes-character"></a>backspace_deletes_character</code></em> : 1;</span></p></td>
|
1555
1555
|
<td>if set, backspace deletes one character
|
1556
1556
|
rather than the entire grapheme cluster. This
|
1557
1557
|
field is only meaningful on grapheme
|
@@ -1566,12 +1566,12 @@ those following Latin, Cyrillic or Greek base
|
|
1566
1566
|
characters.</td>
|
1567
1567
|
</tr>
|
1568
1568
|
<tr>
|
1569
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-expandable-space"></a>is_expandable_space</code></em> : 1;</span></p></td>
|
1569
|
+
<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="PangoLogAttr.is-expandable-space"></a>is_expandable_space</code></em> : 1;</span></p></td>
|
1570
1570
|
<td>is a whitespace character that can possibly be
|
1571
1571
|
expanded for justification purposes. (Since: 1.18)</td>
|
1572
1572
|
</tr>
|
1573
1573
|
<tr>
|
1574
|
-
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-word-boundary"></a>is_word_boundary</code></em> : 1;</span></p></td>
|
1574
|
+
<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="PangoLogAttr.is-word-boundary"></a>is_word_boundary</code></em> : 1;</span></p></td>
|
1575
1575
|
<td>is a word boundary.
|
1576
1576
|
More specifically, means that this is not a position in the middle
|
1577
1577
|
of a word. For example, both sides of a punctuation mark are
|
@@ -1588,8 +1588,8 @@ Boundaries</a> semantics.
|
|
1588
1588
|
<hr>
|
1589
1589
|
<div class="refsect2">
|
1590
1590
|
<a name="pango-shape"></a><h3>pango_shape ()</h3>
|
1591
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_shape (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1592
|
-
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
1591
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_shape (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
1592
|
+
<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> length</code></em>,
|
1593
1593
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1594
1594
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
|
1595
1595
|
<p>
|
@@ -1634,10 +1634,10 @@ boundaries.
|
|
1634
1634
|
<hr>
|
1635
1635
|
<div class="refsect2">
|
1636
1636
|
<a name="pango-shape-full"></a><h3>pango_shape_full ()</h3>
|
1637
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_shape_full (<em class="parameter"><code>const <span class="type">gchar</span> *item_text</code></em>,
|
1638
|
-
<em class="parameter"><code><span class="type">gint</span> item_length</code></em>,
|
1639
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *paragraph_text</code></em>,
|
1640
|
-
<em class="parameter"><code><span class="type">gint</span> paragraph_length</code></em>,
|
1637
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_shape_full (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *item_text</code></em>,
|
1638
|
+
<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> item_length</code></em>,
|
1639
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *paragraph_text</code></em>,
|
1640
|
+
<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> paragraph_length</code></em>,
|
1641
1641
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1642
1642
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
|
1643
1643
|
<p>
|
@@ -1651,7 +1651,7 @@ This is similar to <a class="link" href="pango-Text-Processing.html#pango-shape"
|
|
1651
1651
|
the full paragraph text as input, which will then be used to perform
|
1652
1652
|
certain cross-item shaping interactions. If you have access to the broader
|
1653
1653
|
text of which <em class="parameter"><code>item_text</code></em> is part of, provide the broader text as
|
1654
|
-
<em class="parameter"><code>paragraph_text</code></em>. If <em class="parameter"><code>paragraph_text</code></em> is <code class="literal">NULL</code>, item text is used instead.
|
1654
|
+
<em class="parameter"><code>paragraph_text</code></em>. If <em class="parameter"><code>paragraph_text</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>, item text is used instead.
|
1655
1655
|
</p>
|
1656
1656
|
<div class="variablelist"><table border="0" class="variablelist">
|
1657
1657
|
<colgroup>
|
@@ -1669,7 +1669,7 @@ text of which <em class="parameter"><code>item_text</code></em> is part of, prov
|
|
1669
1669
|
</tr>
|
1670
1670
|
<tr>
|
1671
1671
|
<td><p><span class="term"><em class="parameter"><code>paragraph_text</code></em> :</span></p></td>
|
1672
|
-
<td>(allow-none) text of the paragraph (see details). May be <code class="literal">NULL</code>.</td>
|
1672
|
+
<td>(allow-none) text of the paragraph (see details). 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>.</td>
|
1673
1673
|
</tr>
|
1674
1674
|
<tr>
|
1675
1675
|
<td><p><span class="term"><em class="parameter"><code>paragraph_length</code></em> :</span></p></td>
|