pango 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/pango/extconf.rb +3 -0
- data/ext/pango/rbpango.c +312 -12
- data/ext/pango/rbpango.h +33 -22
- data/ext/pango/rbpangoanalysis.c +98 -58
- data/ext/pango/rbpangoattribute.c +94 -85
- data/ext/pango/rbpangoattriterator.c +39 -28
- data/ext/pango/rbpangoattrlist.c +42 -32
- data/ext/pango/rbpangocairo.c +38 -172
- data/ext/pango/rbpangocairocontext.c +151 -0
- data/ext/pango/rbpangocolor.c +49 -38
- data/ext/pango/rbpangocontext.c +109 -102
- data/ext/pango/rbpangoconversions.h +111 -0
- data/ext/pango/rbpangocoverage.c +45 -37
- data/ext/pango/rbpangoengine.c +22 -12
- data/ext/pango/rbpangofont.c +52 -43
- data/ext/pango/rbpangofontdescription.c +102 -91
- data/ext/pango/rbpangofontface.c +32 -21
- data/ext/pango/rbpangofontfamily.c +31 -20
- data/ext/pango/rbpangofontmap.c +44 -36
- data/ext/pango/rbpangofontmetrics.c +41 -30
- data/ext/pango/rbpangofontset.c +32 -21
- data/ext/pango/rbpangofontsetsimple.c +34 -24
- data/ext/pango/rbpangoglyphinfo.c +48 -35
- data/ext/pango/rbpangoglyphitem.c +43 -33
- data/ext/pango/rbpangoglyphstring.c +59 -59
- data/ext/pango/rbpangogravity.c +34 -23
- data/ext/pango/rbpangoitem.c +43 -34
- data/ext/pango/rbpangolanguage.c +44 -34
- data/ext/pango/rbpangolayout.c +167 -160
- data/ext/pango/rbpangolayoutiter.c +70 -59
- data/ext/pango/rbpangolayoutline.c +106 -71
- data/ext/pango/rbpangologattr.c +42 -31
- data/ext/pango/rbpangomatrix.c +47 -35
- data/ext/pango/rbpangoprivate.h +53 -0
- data/ext/pango/rbpangorectangle.c +58 -49
- data/ext/pango/rbpangorenderer.c +81 -70
- data/ext/pango/rbpangoscript.c +37 -27
- data/ext/pango/rbpangoscriptiter.c +32 -22
- data/ext/pango/rbpangotabarray.c +48 -37
- data/lib/1.8/pango.so +0 -0
- data/lib/1.9/pango.so +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/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-context.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-language.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +6 -1
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-script.h +6 -6
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +6 -6
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/pango-1.0.def +2 -0
- data/vendor/local/lib/pango-1.0.lib +0 -0
- data/vendor/local/lib/pangocairo-1.0.lib +0 -0
- data/vendor/local/lib/pangoft2-1.0.lib +0 -0
- data/vendor/local/lib/pangowin32-1.0.def +1 -1
- data/vendor/local/lib/pangowin32-1.0.lib +0 -0
- data/vendor/local/lib/pkgconfig/pango.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/manifest/{pango-dev_1.28.3-1_win32.mft → pango-dev_1.29.4-1_win32.mft} +5 -5
- data/vendor/local/manifest/{pango_1.28.3-1_win32.mft → pango_1.29.4-1_win32.mft} +2 -2
- data/vendor/local/share/doc/{pango-1.28.3 → pango-1.29.4}/COPYING +0 -0
- data/vendor/local/share/doc/{pango-dev-1.28.3 → pango-dev-1.29.4}/COPYING +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +25 -27
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +19 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +42 -60
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +97 -147
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +3 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index-1.30.html +38 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-all.html +38 -40
- data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index.html +6 -5
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +71 -34
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +4 -66
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +52 -50
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +217 -278
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +40 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +37 -49
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +481 -628
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +76 -118
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +302 -452
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +492 -517
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +134 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +34 -45
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +244 -359
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +117 -122
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +112 -120
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +394 -523
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +269 -364
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +26 -40
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +72 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +97 -145
- data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +114 -188
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +114 -176
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +42 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +106 -150
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +35 -35
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -3
- data/vendor/local/share/man/man1/pango-querymodules.1 +12 -3
- data/vendor/local/share/man/man1/pango-view.1 +2 -2
- data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.log +806 -0
- data/vendor/local/src/{tml/packaging/pango_1.28.3-1_win32.sh → dieterv/packaging/pango_1.29.4-1_win32.sh} +7 -7
- metadata +19 -19
- data/ChangeLog +0 -721
- data/ext/pango/rbpangoinits.c +0 -72
- data/ext/pango/rbpangomain.c +0 -202
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +0 -799
- data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.log +0 -950
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Version Checking</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="pango-Miscellaneous-Utilities.html" title="Miscellaneous Utilities">
|
10
10
|
<link rel="next" href="tools.html" title="Pango Tools">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -80,18 +80,15 @@ Two encoded version numbers can be compared as integers.
|
|
80
80
|
<tbody>
|
81
81
|
<tr>
|
82
82
|
<td><p><span class="term"><em class="parameter"><code>major</code></em> :</span></p></td>
|
83
|
-
<td>the major component of the version number
|
84
|
-
</td>
|
83
|
+
<td>the major component of the version number</td>
|
85
84
|
</tr>
|
86
85
|
<tr>
|
87
86
|
<td><p><span class="term"><em class="parameter"><code>minor</code></em> :</span></p></td>
|
88
|
-
<td>the minor component of the version number
|
89
|
-
</td>
|
87
|
+
<td>the minor component of the version number</td>
|
90
88
|
</tr>
|
91
89
|
<tr>
|
92
90
|
<td><p><span class="term"><em class="parameter"><code>micro</code></em> :</span></p></td>
|
93
|
-
<td>the micro component of the version number
|
94
|
-
</td>
|
91
|
+
<td>the micro component of the version number</td>
|
95
92
|
</tr>
|
96
93
|
</tbody>
|
97
94
|
</table></div>
|
@@ -117,7 +114,7 @@ The major component of the version of Pango available at compile-time.
|
|
117
114
|
<hr>
|
118
115
|
<div class="refsect2">
|
119
116
|
<a name="PANGO-VERSION-MINOR:CAPS"></a><h3>PANGO_VERSION_MINOR</h3>
|
120
|
-
<pre class="programlisting">#define PANGO_VERSION_MINOR
|
117
|
+
<pre class="programlisting">#define PANGO_VERSION_MINOR 29
|
121
118
|
</pre>
|
122
119
|
<p>
|
123
120
|
The minor component of the version of Pango available at compile-time.
|
@@ -126,7 +123,7 @@ The minor component of the version of Pango available at compile-time.
|
|
126
123
|
<hr>
|
127
124
|
<div class="refsect2">
|
128
125
|
<a name="PANGO-VERSION-MICRO:CAPS"></a><h3>PANGO_VERSION_MICRO</h3>
|
129
|
-
<pre class="programlisting">#define PANGO_VERSION_MICRO
|
126
|
+
<pre class="programlisting">#define PANGO_VERSION_MICRO 4
|
130
127
|
</pre>
|
131
128
|
<p>
|
132
129
|
The micro component of the version of Pango available at compile-time.
|
@@ -135,7 +132,7 @@ The micro component of the version of Pango available at compile-time.
|
|
135
132
|
<hr>
|
136
133
|
<div class="refsect2">
|
137
134
|
<a name="PANGO-VERSION-STRING:CAPS"></a><h3>PANGO_VERSION_STRING</h3>
|
138
|
-
<pre class="programlisting">#define PANGO_VERSION_STRING "1.
|
135
|
+
<pre class="programlisting">#define PANGO_VERSION_STRING "1.29.4"
|
139
136
|
</pre>
|
140
137
|
<p>
|
141
138
|
A string literal containing the version of Pango available at compile-time.
|
@@ -154,18 +151,15 @@ the provided version number.
|
|
154
151
|
<tbody>
|
155
152
|
<tr>
|
156
153
|
<td><p><span class="term"><em class="parameter"><code>major</code></em> :</span></p></td>
|
157
|
-
<td>the major component of the version number
|
158
|
-
</td>
|
154
|
+
<td>the major component of the version number</td>
|
159
155
|
</tr>
|
160
156
|
<tr>
|
161
157
|
<td><p><span class="term"><em class="parameter"><code>minor</code></em> :</span></p></td>
|
162
|
-
<td>the minor component of the version number
|
163
|
-
</td>
|
158
|
+
<td>the minor component of the version number</td>
|
164
159
|
</tr>
|
165
160
|
<tr>
|
166
161
|
<td><p><span class="term"><em class="parameter"><code>micro</code></em> :</span></p></td>
|
167
|
-
<td>the micro component of the version number
|
168
|
-
</td>
|
162
|
+
<td>the micro component of the version number</td>
|
169
163
|
</tr>
|
170
164
|
</tbody>
|
171
165
|
</table></div>
|
@@ -187,10 +181,8 @@ A version number can be encoded into an integer using
|
|
187
181
|
<col align="left" valign="top">
|
188
182
|
<tbody><tr>
|
189
183
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
190
|
-
<td>
|
191
|
-
|
192
|
-
|
193
|
-
</td>
|
184
|
+
<td>The encoded version of Pango library
|
185
|
+
available at run time.</td>
|
194
186
|
</tr></tbody>
|
195
187
|
</table></div>
|
196
188
|
<p class="since">Since 1.16</p>
|
@@ -208,12 +200,10 @@ the version available at compile-time.
|
|
208
200
|
<col align="left" valign="top">
|
209
201
|
<tbody><tr>
|
210
202
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
211
|
-
<td>
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
</td>
|
203
|
+
<td>A string containing the version of Pango library
|
204
|
+
available at run time.
|
205
|
+
The returned string is owned by Pango and should not be modified
|
206
|
+
or freed.</td>
|
217
207
|
</tr></tbody>
|
218
208
|
</table></div>
|
219
209
|
<p class="since">Since 1.16</p>
|
@@ -248,27 +238,23 @@ For compile-time version checking use <a class="link" href="pango-Version-Checki
|
|
248
238
|
<tbody>
|
249
239
|
<tr>
|
250
240
|
<td><p><span class="term"><em class="parameter"><code>required_major</code></em> :</span></p></td>
|
251
|
-
<td>the required major version
|
252
|
-
</td>
|
241
|
+
<td>the required major version.</td>
|
253
242
|
</tr>
|
254
243
|
<tr>
|
255
244
|
<td><p><span class="term"><em class="parameter"><code>required_minor</code></em> :</span></p></td>
|
256
|
-
<td>the required minor version
|
257
|
-
</td>
|
245
|
+
<td>the required minor version.</td>
|
258
246
|
</tr>
|
259
247
|
<tr>
|
260
248
|
<td><p><span class="term"><em class="parameter"><code>required_micro</code></em> :</span></p></td>
|
261
|
-
<td>the required major version
|
262
|
-
</td>
|
249
|
+
<td>the required major version.</td>
|
263
250
|
</tr>
|
264
251
|
<tr>
|
265
252
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
266
|
-
<td>
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
</td>
|
253
|
+
<td>
|
254
|
+
<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the Pango library is compatible with the
|
255
|
+
given version, or a string describing the version mismatch.
|
256
|
+
The returned string is owned by Pango and should not be modified
|
257
|
+
or freed.</td>
|
272
258
|
</tr>
|
273
259
|
</tbody>
|
274
260
|
</table></div>
|
@@ -278,6 +264,6 @@ For compile-time version checking use <a class="link" href="pango-Version-Checki
|
|
278
264
|
</div>
|
279
265
|
<div class="footer">
|
280
266
|
<hr>
|
281
|
-
Generated by GTK-Doc V1.
|
267
|
+
Generated by GTK-Doc V1.18</div>
|
282
268
|
</body>
|
283
269
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Vertical Text</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="pango.html" title="Basic Pango Interfaces">
|
9
9
|
<link rel="prev" href="pango-Bidirectional-Text.html" title="Bidirectional Text">
|
10
10
|
<link rel="next" href="rendering.html" title="Rendering with Pango">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -24,6 +24,8 @@
|
|
24
24
|
<a href="#pango-Vertical-Text.synopsis" class="shortcut">Top</a>
|
25
25
|
|
|
26
26
|
<a href="#pango-Vertical-Text.description" class="shortcut">Description</a>
|
27
|
+
|
|
28
|
+
<a href="#pango-Vertical-Text.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
27
29
|
</td></tr>
|
28
30
|
</table>
|
29
31
|
<div class="refentry">
|
@@ -37,19 +39,30 @@
|
|
37
39
|
</tr></table></div>
|
38
40
|
<div class="refsynopsisdiv">
|
39
41
|
<a name="pango-Vertical-Text.synopsis"></a><h2>Synopsis</h2>
|
40
|
-
<pre class="synopsis">enum <a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity">PangoGravity</a>;
|
41
|
-
enum <a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title="enum PangoGravityHint">PangoGravityHint</a>;
|
42
|
+
<a name="PangoGravity"></a><a name="PangoGravityHint"></a><pre class="synopsis">enum <a class="link" href="pango-Vertical-Text.html#PangoGravity-enum" title="enum PangoGravity">PangoGravity</a>;
|
43
|
+
enum <a class="link" href="pango-Vertical-Text.html#PangoGravityHint-enum" title="enum PangoGravityHint">PangoGravityHint</a>;
|
42
44
|
#define <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-IS-VERTICAL:CAPS" title="PANGO_GRAVITY_IS_VERTICAL()">PANGO_GRAVITY_IS_VERTICAL</a> (gravity)
|
43
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
44
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
45
|
-
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
46
|
-
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint"
|
47
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
48
|
-
(<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoScript"
|
49
|
-
<em class="parameter"><code><span class="type">gboolean</span> wide</code></em>,
|
50
|
-
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
51
|
-
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint"
|
52
|
-
<span class="returnvalue">double</span> <a class="link" href="pango-Vertical-Text.html#pango-gravity-to-rotation" title="pango_gravity_to_rotation ()">pango_gravity_to_rotation</a> (<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
45
|
+
<a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="returnvalue">PangoGravity</span></a> <a class="link" href="pango-Vertical-Text.html#pango-gravity-get-for-matrix" title="pango_gravity_get_for_matrix ()">pango_gravity_get_for_matrix</a> (<em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>);
|
46
|
+
<a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="returnvalue">PangoGravity</span></a> <a class="link" href="pango-Vertical-Text.html#pango-gravity-get-for-script" title="pango_gravity_get_for_script ()">pango_gravity_get_for_script</a> (<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoScript"><span class="type">PangoScript</span></a> script</code></em>,
|
47
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> base_gravity</code></em>,
|
48
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint"><span class="type">PangoGravityHint</span></a> hint</code></em>);
|
49
|
+
<a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="returnvalue">PangoGravity</span></a> <a class="link" href="pango-Vertical-Text.html#pango-gravity-get-for-script-and-width" title="pango_gravity_get_for_script_and_width ()">pango_gravity_get_for_script_and_width</a>
|
50
|
+
(<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoScript"><span class="type">PangoScript</span></a> script</code></em>,
|
51
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wide</code></em>,
|
52
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> base_gravity</code></em>,
|
53
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint"><span class="type">PangoGravityHint</span></a> hint</code></em>);
|
54
|
+
<span class="returnvalue">double</span> <a class="link" href="pango-Vertical-Text.html#pango-gravity-to-rotation" title="pango_gravity_to_rotation ()">pango_gravity_to_rotation</a> (<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> gravity</code></em>);
|
55
|
+
</pre>
|
56
|
+
</div>
|
57
|
+
<div class="refsect1">
|
58
|
+
<a name="pango-Vertical-Text.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
59
|
+
<pre class="synopsis">
|
60
|
+
GEnum
|
61
|
+
+----PangoGravity
|
62
|
+
</pre>
|
63
|
+
<pre class="synopsis">
|
64
|
+
GEnum
|
65
|
+
+----PangoGravityHint
|
53
66
|
</pre>
|
54
67
|
</div>
|
55
68
|
<div class="refsect1">
|
@@ -91,7 +104,7 @@ on the current matrix set on context, and is derived using
|
|
91
104
|
</p>
|
92
105
|
<p>
|
93
106
|
The next thing an application may want to set on the context is the
|
94
|
-
<em class="firstterm">gravity hint</em>. A <a class="link" href="pango-Vertical-Text.html#PangoGravityHint"
|
107
|
+
<em class="firstterm">gravity hint</em>. A <a class="link" href="pango-Vertical-Text.html#PangoGravityHint"><span class="type">PangoGravityHint</span></a> instructs how
|
95
108
|
different scripts should react to the set base gravity.
|
96
109
|
</p>
|
97
110
|
<p>
|
@@ -109,7 +122,7 @@ and gravity hint using <a class="link" href="pango-Text-Attributes.html#pango-at
|
|
109
122
|
<div class="refsect1">
|
110
123
|
<a name="pango-Vertical-Text.details"></a><h2>Details</h2>
|
111
124
|
<div class="refsect2">
|
112
|
-
<a name="PangoGravity"></a><h3>enum PangoGravity</h3>
|
125
|
+
<a name="PangoGravity-enum"></a><h3>enum PangoGravity</h3>
|
113
126
|
<pre class="programlisting">typedef enum {
|
114
127
|
PANGO_GRAVITY_SOUTH,
|
115
128
|
PANGO_GRAVITY_EAST,
|
@@ -119,17 +132,17 @@ and gravity hint using <a class="link" href="pango-Text-Attributes.html#pango-at
|
|
119
132
|
} PangoGravity;
|
120
133
|
</pre>
|
121
134
|
<p>
|
122
|
-
The <a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
135
|
+
The <a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> type represents the orientation of glyphs in a segment
|
123
136
|
of text. This is useful when rendering vertical text layouts. In
|
124
137
|
those situations, the layout is rotated using a non-identity PangoMatrix,
|
125
|
-
and then glyph orientation is controlled using <a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
138
|
+
and then glyph orientation is controlled using <a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a>.
|
126
139
|
Not every value in this enumeration makes sense for every usage of
|
127
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
140
|
+
<a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a>; for example, <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-AUTO:CAPS"><code class="literal">PANGO_GRAVITY_AUTO</code></a> only can be passed to
|
128
141
|
<a class="link" href="pango-Text-Processing.html#pango-context-set-base-gravity" title="pango_context_set_base_gravity ()"><code class="function">pango_context_set_base_gravity()</code></a> and can only be returned by
|
129
142
|
<a class="link" href="pango-Text-Processing.html#pango-context-get-base-gravity" title="pango_context_get_base_gravity ()"><code class="function">pango_context_get_base_gravity()</code></a>.
|
130
143
|
</p>
|
131
144
|
<p>
|
132
|
-
See also: <a class="link" href="pango-Vertical-Text.html#PangoGravityHint"
|
145
|
+
See also: <a class="link" href="pango-Vertical-Text.html#PangoGravityHint"><span class="type">PangoGravityHint</span></a>
|
133
146
|
</p>
|
134
147
|
<div class="variablelist"><table border="0">
|
135
148
|
<col align="left" valign="top">
|
@@ -165,7 +178,7 @@ See also: <a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title
|
|
165
178
|
</div>
|
166
179
|
<hr>
|
167
180
|
<div class="refsect2">
|
168
|
-
<a name="PangoGravityHint"></a><h3>enum PangoGravityHint</h3>
|
181
|
+
<a name="PangoGravityHint-enum"></a><h3>enum PangoGravityHint</h3>
|
169
182
|
<pre class="programlisting">typedef enum {
|
170
183
|
PANGO_GRAVITY_HINT_NATURAL,
|
171
184
|
PANGO_GRAVITY_HINT_STRONG,
|
@@ -173,12 +186,12 @@ See also: <a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title
|
|
173
186
|
} PangoGravityHint;
|
174
187
|
</pre>
|
175
188
|
<p>
|
176
|
-
The <a class="link" href="pango-Vertical-Text.html#PangoGravityHint"
|
189
|
+
The <a class="link" href="pango-Vertical-Text.html#PangoGravityHint"><span class="type">PangoGravityHint</span></a> defines how horizontal scripts should behave in a
|
177
190
|
vertical context. That is, English excerpt in a vertical paragraph for
|
178
191
|
example.
|
179
192
|
</p>
|
180
193
|
<p>
|
181
|
-
See <a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
194
|
+
See <a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a>.
|
182
195
|
</p>
|
183
196
|
<div class="variablelist"><table border="0">
|
184
197
|
<col align="left" valign="top">
|
@@ -212,22 +225,20 @@ opposite gravities and both flow top-to-bottom for example.
|
|
212
225
|
<a name="PANGO-GRAVITY-IS-VERTICAL:CAPS"></a><h3>PANGO_GRAVITY_IS_VERTICAL()</h3>
|
213
226
|
<pre class="programlisting">#define PANGO_GRAVITY_IS_VERTICAL(gravity)</pre>
|
214
227
|
<p>
|
215
|
-
Whether a <a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
228
|
+
Whether a <a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> represents vertical writing directions.
|
216
229
|
</p>
|
217
230
|
<div class="variablelist"><table border="0">
|
218
231
|
<col align="left" valign="top">
|
219
232
|
<tbody>
|
220
233
|
<tr>
|
221
234
|
<td><p><span class="term"><em class="parameter"><code>gravity</code></em> :</span></p></td>
|
222
|
-
<td>the <a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
223
|
-
</td>
|
235
|
+
<td>the <a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> to check</td>
|
224
236
|
</tr>
|
225
237
|
<tr>
|
226
238
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
227
|
-
<td>
|
228
|
-
|
229
|
-
|
230
|
-
</td>
|
239
|
+
<td>
|
240
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>gravity</code></em> is <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-EAST:CAPS"><code class="literal">PANGO_GRAVITY_EAST</code></a> or <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-WEST:CAPS"><code class="literal">PANGO_GRAVITY_WEST</code></a>,
|
241
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
231
242
|
</tr>
|
232
243
|
</tbody>
|
233
244
|
</table></div>
|
@@ -236,24 +247,23 @@ Whether a <a class="link" href="pango-Vertical-Text.html#PangoGravity" title="en
|
|
236
247
|
<hr>
|
237
248
|
<div class="refsect2">
|
238
249
|
<a name="pango-gravity-get-for-matrix"></a><h3>pango_gravity_get_for_matrix ()</h3>
|
239
|
-
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
250
|
+
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="returnvalue">PangoGravity</span></a> pango_gravity_get_for_matrix (<em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>);</pre>
|
240
251
|
<p>
|
241
252
|
Finds the gravity that best matches the rotation component
|
242
|
-
in a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"
|
253
|
+
in a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>.
|
243
254
|
</p>
|
244
255
|
<div class="variablelist"><table border="0">
|
245
256
|
<col align="left" valign="top">
|
246
257
|
<tbody>
|
247
258
|
<tr>
|
248
259
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
249
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"
|
260
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>
|
250
261
|
</td>
|
251
262
|
</tr>
|
252
263
|
<tr>
|
253
264
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
254
|
-
<td>
|
255
|
-
<a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-AUTO:CAPS"><code class="literal">PANGO_GRAVITY_AUTO</code></a>, or <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-SOUTH:CAPS"><code class="literal">PANGO_GRAVITY_SOUTH</code></a> if <em class="parameter"><code>matrix</code></em> is <a href="/
|
256
|
-
|
265
|
+
<td>the gravity of <em class="parameter"><code>matrix</code></em>, which will never be
|
266
|
+
<a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-AUTO:CAPS"><code class="literal">PANGO_GRAVITY_AUTO</code></a>, or <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-SOUTH:CAPS"><code class="literal">PANGO_GRAVITY_SOUTH</code></a> if <em class="parameter"><code>matrix</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
257
267
|
</td>
|
258
268
|
</tr>
|
259
269
|
</tbody>
|
@@ -263,12 +273,12 @@ in a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct P
|
|
263
273
|
<hr>
|
264
274
|
<div class="refsect2">
|
265
275
|
<a name="pango-gravity-get-for-script"></a><h3>pango_gravity_get_for_script ()</h3>
|
266
|
-
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
267
|
-
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
268
|
-
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint"
|
276
|
+
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="returnvalue">PangoGravity</span></a> pango_gravity_get_for_script (<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoScript"><span class="type">PangoScript</span></a> script</code></em>,
|
277
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> base_gravity</code></em>,
|
278
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint"><span class="type">PangoGravityHint</span></a> hint</code></em>);</pre>
|
269
279
|
<p>
|
270
280
|
Based on the script, base gravity, and hint, returns actual gravity
|
271
|
-
to use in laying out a single <a class="link" href="pango-Text-Processing.html#PangoItem"
|
281
|
+
to use in laying out a single <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>.
|
272
282
|
</p>
|
273
283
|
<p>
|
274
284
|
If <em class="parameter"><code>base_gravity</code></em> is <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-AUTO:CAPS"><code class="literal">PANGO_GRAVITY_AUTO</code></a>, it is first replaced with the
|
@@ -281,25 +291,20 @@ pass <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-AUTO:CAPS"><co
|
|
281
291
|
<tr>
|
282
292
|
<td><p><span class="term"><em class="parameter"><code>script</code></em> :</span></p></td>
|
283
293
|
<td>
|
284
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoScript"
|
285
|
-
</td>
|
294
|
+
<a class="link" href="pango-Scripts-and-Languages.html#PangoScript"><span class="type">PangoScript</span></a> to query</td>
|
286
295
|
</tr>
|
287
296
|
<tr>
|
288
297
|
<td><p><span class="term"><em class="parameter"><code>base_gravity</code></em> :</span></p></td>
|
289
|
-
<td>base gravity of the paragraph
|
290
|
-
</td>
|
298
|
+
<td>base gravity of the paragraph</td>
|
291
299
|
</tr>
|
292
300
|
<tr>
|
293
301
|
<td><p><span class="term"><em class="parameter"><code>hint</code></em> :</span></p></td>
|
294
|
-
<td>orientation hint
|
295
|
-
</td>
|
302
|
+
<td>orientation hint</td>
|
296
303
|
</tr>
|
297
304
|
<tr>
|
298
305
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
299
|
-
<td>
|
300
|
-
with <em class="parameter"><code>script</code></em
|
301
|
-
|
302
|
-
</td>
|
306
|
+
<td>resolved gravity suitable to use for a run of text
|
307
|
+
with <em class="parameter"><code>script</code></em>.</td>
|
303
308
|
</tr>
|
304
309
|
</tbody>
|
305
310
|
</table></div>
|
@@ -308,15 +313,15 @@ with <em class="parameter"><code>script</code></em>.
|
|
308
313
|
<hr>
|
309
314
|
<div class="refsect2">
|
310
315
|
<a name="pango-gravity-get-for-script-and-width"></a><h3>pango_gravity_get_for_script_and_width ()</h3>
|
311
|
-
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
312
|
-
(<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoScript"
|
313
|
-
<em class="parameter"><code><span class="type">gboolean</span> wide</code></em>,
|
314
|
-
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
315
|
-
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint"
|
316
|
+
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="returnvalue">PangoGravity</span></a> pango_gravity_get_for_script_and_width
|
317
|
+
(<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoScript"><span class="type">PangoScript</span></a> script</code></em>,
|
318
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wide</code></em>,
|
319
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> base_gravity</code></em>,
|
320
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint"><span class="type">PangoGravityHint</span></a> hint</code></em>);</pre>
|
316
321
|
<p>
|
317
322
|
Based on the script, East Asian width, base gravity, and hint,
|
318
323
|
returns actual gravity to use in laying out a single character
|
319
|
-
or <a class="link" href="pango-Text-Processing.html#PangoItem"
|
324
|
+
or <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>.
|
320
325
|
</p>
|
321
326
|
<p>
|
322
327
|
This function is similar to <a class="link" href="pango-Vertical-Text.html#pango-gravity-get-for-script" title="pango_gravity_get_for_script ()"><code class="function">pango_gravity_get_for_script()</code></a> except
|
@@ -336,31 +341,26 @@ preferred gravity of <em class="parameter"><code>script</code></em>.
|
|
336
341
|
<tr>
|
337
342
|
<td><p><span class="term"><em class="parameter"><code>script</code></em> :</span></p></td>
|
338
343
|
<td>
|
339
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoScript"
|
340
|
-
</td>
|
344
|
+
<a class="link" href="pango-Scripts-and-Languages.html#PangoScript"><span class="type">PangoScript</span></a> to query</td>
|
341
345
|
</tr>
|
342
346
|
<tr>
|
343
347
|
<td><p><span class="term"><em class="parameter"><code>wide</code></em> :</span></p></td>
|
344
348
|
<td>
|
345
|
-
<code class="literal">TRUE</code> for wide characters as returned by <code class="function">g_unichar_iswide()</code>
|
349
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for wide characters as returned by <a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#g-unichar-iswide"><code class="function">g_unichar_iswide()</code></a>
|
346
350
|
</td>
|
347
351
|
</tr>
|
348
352
|
<tr>
|
349
353
|
<td><p><span class="term"><em class="parameter"><code>base_gravity</code></em> :</span></p></td>
|
350
|
-
<td>base gravity of the paragraph
|
351
|
-
</td>
|
354
|
+
<td>base gravity of the paragraph</td>
|
352
355
|
</tr>
|
353
356
|
<tr>
|
354
357
|
<td><p><span class="term"><em class="parameter"><code>hint</code></em> :</span></p></td>
|
355
|
-
<td>orientation hint
|
356
|
-
</td>
|
358
|
+
<td>orientation hint</td>
|
357
359
|
</tr>
|
358
360
|
<tr>
|
359
361
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
360
|
-
<td>
|
361
|
-
with <em class="parameter"><code>script</code></em> and <em class="parameter"><code>wide</code></em
|
362
|
-
|
363
|
-
</td>
|
362
|
+
<td>resolved gravity suitable to use for a run of text
|
363
|
+
with <em class="parameter"><code>script</code></em> and <em class="parameter"><code>wide</code></em>.</td>
|
364
364
|
</tr>
|
365
365
|
</tbody>
|
366
366
|
</table></div>
|
@@ -369,9 +369,9 @@ with <em class="parameter"><code>script</code></em> and <em class="parameter"><c
|
|
369
369
|
<hr>
|
370
370
|
<div class="refsect2">
|
371
371
|
<a name="pango-gravity-to-rotation"></a><h3>pango_gravity_to_rotation ()</h3>
|
372
|
-
<pre class="programlisting"><span class="returnvalue">double</span> pango_gravity_to_rotation (<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
372
|
+
<pre class="programlisting"><span class="returnvalue">double</span> pango_gravity_to_rotation (<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> gravity</code></em>);</pre>
|
373
373
|
<p>
|
374
|
-
Converts a <a class="link" href="pango-Vertical-Text.html#PangoGravity"
|
374
|
+
Converts a <a class="link" href="pango-Vertical-Text.html#PangoGravity"><span class="type">PangoGravity</span></a> value to its natural rotation in radians.
|
375
375
|
<em class="parameter"><code>gravity</code></em> should not be <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-AUTO:CAPS"><code class="literal">PANGO_GRAVITY_AUTO</code></a>.
|
376
376
|
</p>
|
377
377
|
<p>
|
@@ -384,14 +384,11 @@ you should multiply it by (180. / G_PI).
|
|
384
384
|
<tbody>
|
385
385
|
<tr>
|
386
386
|
<td><p><span class="term"><em class="parameter"><code>gravity</code></em> :</span></p></td>
|
387
|
-
<td>gravity to query
|
388
|
-
</td>
|
387
|
+
<td>gravity to query</td>
|
389
388
|
</tr>
|
390
389
|
<tr>
|
391
390
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
392
|
-
<td>
|
393
|
-
|
394
|
-
</td>
|
391
|
+
<td>the rotation value corresponding to <em class="parameter"><code>gravity</code></em>.</td>
|
395
392
|
</tr>
|
396
393
|
</tbody>
|
397
394
|
</table></div>
|
@@ -415,6 +412,6 @@ you should multiply it by (180. / G_PI).
|
|
415
412
|
</div>
|
416
413
|
<div class="footer">
|
417
414
|
<hr>
|
418
|
-
Generated by GTK-Doc V1.
|
415
|
+
Generated by GTK-Doc V1.18</div>
|
419
416
|
</body>
|
420
417
|
</html>
|