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
@@ -58,6 +58,7 @@ share/gtk-doc/html/pango/index-1.22.html
|
|
58
58
|
share/gtk-doc/html/pango/index-1.24.html
|
59
59
|
share/gtk-doc/html/pango/index-1.26.html
|
60
60
|
share/gtk-doc/html/pango/index-1.28.html
|
61
|
+
share/gtk-doc/html/pango/index-1.30.html
|
61
62
|
share/gtk-doc/html/pango/index-1.4.html
|
62
63
|
share/gtk-doc/html/pango/index-1.6.html
|
63
64
|
share/gtk-doc/html/pango/index-1.8.html
|
@@ -92,7 +93,6 @@ share/gtk-doc/html/pango/pango-Vertical-Text.html
|
|
92
93
|
share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html
|
93
94
|
share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html
|
94
95
|
share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html
|
95
|
-
share/gtk-doc/html/pango/pango.devhelp
|
96
96
|
share/gtk-doc/html/pango/pango.devhelp2
|
97
97
|
share/gtk-doc/html/pango/pango.html
|
98
98
|
share/gtk-doc/html/pango/PangoEngineLang.html
|
@@ -107,10 +107,10 @@ share/gtk-doc/html/pango/rotated-text.png
|
|
107
107
|
share/gtk-doc/html/pango/style.css
|
108
108
|
share/gtk-doc/html/pango/tools.html
|
109
109
|
share/gtk-doc/html/pango/up.png
|
110
|
-
share/doc/pango-dev-1.
|
110
|
+
share/doc/pango-dev-1.29.4/COPYING
|
111
111
|
bin/pango-view.exe
|
112
112
|
share/man/man1/pango-querymodules.1
|
113
113
|
share/man/man1/pango-view.1
|
114
|
-
src/
|
115
|
-
src/
|
116
|
-
manifest/pango-dev_1.
|
114
|
+
src/dieterv/packaging/pango_1.29.4-1_win32.sh
|
115
|
+
src/dieterv/packaging/pango_1.29.4-1_win32.log
|
116
|
+
manifest/pango-dev_1.29.4-1_win32.mft
|
File without changes
|
File without changes
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>PangoEngineLang</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-Engines.html" title="Engines">
|
10
10
|
<link rel="next" href="PangoEngineShape.html" title="PangoEngineShape">
|
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">
|
@@ -55,7 +55,7 @@ struct <a class="link" href="PangoEngineLang.html#PangoEngineLangCl
|
|
55
55
|
<div class="refsect1">
|
56
56
|
<a name="PangoEngineLang.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
57
57
|
<pre class="synopsis">
|
58
|
-
GObject
|
58
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
59
59
|
+----<a class="link" href="pango-Engines.html#PangoEngine">PangoEngine</a>
|
60
60
|
+----PangoEngineLang
|
61
61
|
</pre>
|
@@ -102,12 +102,11 @@ Class structure for <a class="link" href="PangoEngineLang.html" title="PangoEngi
|
|
102
102
|
<tbody><tr>
|
103
103
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoEngineLangClass.script-break"></a>script_break</code></em> ()</span></p></td>
|
104
104
|
<td>Provides a custom implementation of <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>.
|
105
|
-
If <a href="/
|
105
|
+
If <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a> is used instead. If not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, for
|
106
106
|
Pango versions before 1.16 (module interface version before 1.6.0),
|
107
107
|
this was called instead of <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a>, but in newer versions,
|
108
108
|
<a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a> is always called and this is called after that to
|
109
|
-
allow tailoring the breaking results
|
110
|
-
</td>
|
109
|
+
allow tailoring the breaking results.</td>
|
111
110
|
</tr></tbody>
|
112
111
|
</table></div>
|
113
112
|
</div>
|
@@ -152,7 +151,7 @@ function can create instances of the object as follows:
|
|
152
151
|
<tbody>
|
153
152
|
<tr>
|
154
153
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
155
|
-
<td class="listing_code"><pre class="programlisting">PangoEngine
|
154
|
+
<td class="listing_code"><pre class="programlisting"><span class="usertype">PangoEngine</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">engine </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-new">g_object_new</a></span><span class="normal"> </span><span class="symbol">(<</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">><</span><span class="normal">code</span><span class="symbol">></span><span class="normal">prefix</span><span class="symbol"></</span><span class="normal">code</span><span class="symbol">></</span><span class="normal">em</span><span class="symbol">></span><span class="normal">_type</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
|
156
155
|
</tr>
|
157
156
|
</tbody>
|
158
157
|
</table>
|
@@ -175,12 +174,12 @@ function can create instances of the object as follows:
|
|
175
174
|
</tr>
|
176
175
|
<tr>
|
177
176
|
<td><p><span class="term"><em class="parameter"><code>class_init</code></em> :</span></p></td>
|
178
|
-
<td>Class initialization function for the new type, or <a href="/
|
177
|
+
<td>Class initialization function for the new type, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
179
178
|
</td>
|
180
179
|
</tr>
|
181
180
|
<tr>
|
182
181
|
<td><p><span class="term"><em class="parameter"><code>instance_init</code></em> :</span></p></td>
|
183
|
-
<td>Instance initialization function for the new type, or <a href="/
|
182
|
+
<td>Instance initialization function for the new type, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
184
183
|
</td>
|
185
184
|
</tr>
|
186
185
|
</tbody>
|
@@ -190,6 +189,6 @@ function can create instances of the object as follows:
|
|
190
189
|
</div>
|
191
190
|
<div class="footer">
|
192
191
|
<hr>
|
193
|
-
Generated by GTK-Doc V1.
|
192
|
+
Generated by GTK-Doc V1.18</div>
|
194
193
|
</body>
|
195
194
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>PangoEngineShape</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="PangoEngineLang.html" title="PangoEngineLang">
|
10
10
|
<link rel="next" href="pango-Modules.html" title="Modules">
|
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">
|
@@ -55,7 +55,7 @@ struct <a class="link" href="PangoEngineShape.html#PangoEngineShape
|
|
55
55
|
<div class="refsect1">
|
56
56
|
<a name="PangoEngineShape.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
57
57
|
<pre class="synopsis">
|
58
|
-
GObject
|
58
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
59
59
|
+----<a class="link" href="pango-Engines.html#PangoEngine">PangoEngine</a>
|
60
60
|
+----PangoEngineShape
|
61
61
|
</pre>
|
@@ -109,30 +109,28 @@ Class structure for <a class="link" href="PangoEngineShape.html" title="PangoEng
|
|
109
109
|
<tr>
|
110
110
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoEngineShapeClass.script-shape"></a>script_shape</code></em> ()</span></p></td>
|
111
111
|
<td>Given a font, a piece of text, and a <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a>
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
</td>
|
112
|
+
structure, converts characters to glyphs and positions the
|
113
|
+
resulting glyphs. The results are stored in the <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>
|
114
|
+
that is passed in. (The implementation should resize it
|
115
|
+
appropriately using <a class="link" href="pango-Glyph-Storage.html#pango-glyph-string-set-size" title="pango_glyph_string_set_size ()"><code class="function">pango_glyph_string_set_size()</code></a>). All fields
|
116
|
+
of the <em class="parameter"><code>log_clusters</code></em> and <em class="parameter"><code>glyphs</code></em> array must be filled in, with
|
117
|
+
the exception that Pango will automatically generate
|
118
|
+
<code class="literal">glyphs->glyphs[i].attr.is_cluster_start</code>
|
119
|
+
using the <em class="parameter"><code>log_clusters</code></em> array. Each input character must occur in one
|
120
|
+
of the output logical clusters;
|
121
|
+
if no rendering is desired for a character, this may involve
|
122
|
+
inserting glyphs with the <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> ID <a class="link" href="pango-Glyph-Storage.html#PANGO-GLYPH-EMPTY:CAPS" title="PANGO_GLYPH_EMPTY"><span class="type">PANGO_GLYPH_EMPTY</span></a>, which
|
123
|
+
is guaranteed never to render. If the shaping fails for any reason,
|
124
|
+
the shaper should return with an empty (zero-size) glyph string.
|
125
|
+
If the shaper has not set the size on the glyph string yet, simply
|
126
|
+
returning signals the failure too.</td>
|
128
127
|
</tr>
|
129
128
|
<tr>
|
130
129
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoEngineShapeClass.covers"></a>covers</code></em> ()</span></p></td>
|
131
130
|
<td>Returns the characters that this engine can cover
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
</td>
|
131
|
+
with a given font for a given language. If not overridden, the default
|
132
|
+
implementation simply returns the coverage information for the
|
133
|
+
font itself unmodified.</td>
|
136
134
|
</tr>
|
137
135
|
</tbody>
|
138
136
|
</table></div>
|
@@ -178,7 +176,7 @@ function can create instances of the object as follows:
|
|
178
176
|
<tbody>
|
179
177
|
<tr>
|
180
178
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
181
|
-
<td class="listing_code"><pre class="programlisting">PangoEngine
|
179
|
+
<td class="listing_code"><pre class="programlisting"><span class="usertype">PangoEngine</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">engine </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-new">g_object_new</a></span><span class="normal"> </span><span class="symbol">(<</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">><</span><span class="normal">code</span><span class="symbol">></span><span class="normal">prefix</span><span class="symbol"></</span><span class="normal">code</span><span class="symbol">></</span><span class="normal">em</span><span class="symbol">></span><span class="normal">_type</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
|
182
180
|
</tr>
|
183
181
|
</tbody>
|
184
182
|
</table>
|
@@ -201,12 +199,12 @@ function can create instances of the object as follows:
|
|
201
199
|
</tr>
|
202
200
|
<tr>
|
203
201
|
<td><p><span class="term"><em class="parameter"><code>class_init</code></em> :</span></p></td>
|
204
|
-
<td>Class initialization function for the new type, or <a href="/
|
202
|
+
<td>Class initialization function for the new type, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
205
203
|
</td>
|
206
204
|
</tr>
|
207
205
|
<tr>
|
208
206
|
<td><p><span class="term"><em class="parameter"><code>instance_init</code></em> :</span></p></td>
|
209
|
-
<td>Instance initialization function for the new type, or <a href="/
|
207
|
+
<td>Instance initialization function for the new type, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
210
208
|
</td>
|
211
209
|
</tr>
|
212
210
|
</tbody>
|
@@ -216,6 +214,6 @@ function can create instances of the object as follows:
|
|
216
214
|
</div>
|
217
215
|
<div class="footer">
|
218
216
|
<hr>
|
219
|
-
Generated by GTK-Doc V1.
|
217
|
+
Generated by GTK-Doc V1.18</div>
|
220
218
|
</body>
|
221
219
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>PangoFcDecoder</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="PangoFcFont.html" title="PangoFcFont">
|
10
10
|
<link rel="next" href="pango-OpenType-Font-Handling.html" title="OpenType Font Handling">
|
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">
|
@@ -45,13 +45,13 @@ struct <a class="link" href="PangoFcDecoder.html#PangoFcDecoderClas
|
|
45
45
|
<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>);
|
46
46
|
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph" title="pango_fc_decoder_get_glyph ()">pango_fc_decoder_get_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
|
47
47
|
<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
|
48
|
-
<em class="parameter"><code><span class="type">guint32</span> wc</code></em>);
|
48
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wc</code></em>);
|
49
49
|
</pre>
|
50
50
|
</div>
|
51
51
|
<div class="refsect1">
|
52
52
|
<a name="PangoFcDecoder.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
53
53
|
<pre class="synopsis">
|
54
|
-
GObject
|
54
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
55
55
|
+----PangoFcDecoder
|
56
56
|
</pre>
|
57
57
|
</div>
|
@@ -100,18 +100,16 @@ Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDec
|
|
100
100
|
<tr>
|
101
101
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcDecoderClass.get-charset"></a>get_charset</code></em> ()</span></p></td>
|
102
102
|
<td>This returns an <span class="type">FcCharset</span> given a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> that
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
</td>
|
103
|
+
includes a list of supported characters in the font. The
|
104
|
+
<span class="type">FcCharSet</span> that is returned should be an internal reference to your
|
105
|
+
code. Pango will not free this structure. It is important that
|
106
|
+
you make this callback fast because this callback is called
|
107
|
+
separately for each character to determine Unicode coverage.</td>
|
109
108
|
</tr>
|
110
109
|
<tr>
|
111
110
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcDecoderClass.get-glyph"></a>get_glyph</code></em> ()</span></p></td>
|
112
111
|
<td>This returns a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for a given Unicode
|
113
|
-
|
114
|
-
</td>
|
112
|
+
code point.</td>
|
115
113
|
</tr>
|
116
114
|
</tbody>
|
117
115
|
</table></div>
|
@@ -138,15 +136,12 @@ be modified or freed.
|
|
138
136
|
</tr>
|
139
137
|
<tr>
|
140
138
|
<td><p><span class="term"><em class="parameter"><code>fcfont</code></em> :</span></p></td>
|
141
|
-
<td>the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query
|
142
|
-
</td>
|
139
|
+
<td>the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.</td>
|
143
140
|
</tr>
|
144
141
|
<tr>
|
145
142
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
146
|
-
<td>
|
147
|
-
|
148
|
-
|
149
|
-
</td>
|
143
|
+
<td>the <span class="type">FcCharset</span> for <em class="parameter"><code>fcfont</code></em>; must not be modified
|
144
|
+
or freed.</td>
|
150
145
|
</tr>
|
151
146
|
</tbody>
|
152
147
|
</table></div>
|
@@ -157,7 +152,7 @@ be modified or freed.
|
|
157
152
|
<a name="pango-fc-decoder-get-glyph"></a><h3>pango_fc_decoder_get_glyph ()</h3>
|
158
153
|
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> pango_fc_decoder_get_glyph (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
|
159
154
|
<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
|
160
|
-
<em class="parameter"><code><span class="type">guint32</span> wc</code></em>);</pre>
|
155
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wc</code></em>);</pre>
|
161
156
|
<p>
|
162
157
|
Generates a <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for the given Unicode point using the
|
163
158
|
custom decoder. For complex scripts where there can be multiple
|
@@ -175,20 +170,16 @@ in the fonts character map table.)
|
|
175
170
|
</tr>
|
176
171
|
<tr>
|
177
172
|
<td><p><span class="term"><em class="parameter"><code>fcfont</code></em> :</span></p></td>
|
178
|
-
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query
|
179
|
-
</td>
|
173
|
+
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.</td>
|
180
174
|
</tr>
|
181
175
|
<tr>
|
182
176
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
183
|
-
<td>the Unicode code point to convert to a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a
|
184
|
-
</td>
|
177
|
+
<td>the Unicode code point to convert to a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>.</td>
|
185
178
|
</tr>
|
186
179
|
<tr>
|
187
180
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
188
|
-
<td>
|
189
|
-
covered by the font
|
190
|
-
|
191
|
-
</td>
|
181
|
+
<td>the glyph index, or 0 if the glyph isn't
|
182
|
+
covered by the font.</td>
|
192
183
|
</tr>
|
193
184
|
</tbody>
|
194
185
|
</table></div>
|
@@ -198,6 +189,6 @@ covered by the font.
|
|
198
189
|
</div>
|
199
190
|
<div class="footer">
|
200
191
|
<hr>
|
201
|
-
Generated by GTK-Doc V1.
|
192
|
+
Generated by GTK-Doc V1.18</div>
|
202
193
|
</body>
|
203
194
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>PangoFcFont</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="PangoFcFontMap.html" title="PangoFcFontMap">
|
10
10
|
<link rel="next" href="PangoFcDecoder.html" title="PangoFcDecoder">
|
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">
|
@@ -46,20 +46,20 @@ struct <a class="link" href="PangoFcFont.html#PangoFcFontClass" tit
|
|
46
46
|
#define <a class="link" href="PangoFcFont.html#PANGO-RENDER-TYPE-FC:CAPS" title="PANGO_RENDER_TYPE_FC">PANGO_RENDER_TYPE_FC</a>
|
47
47
|
<span class="returnvalue">FT_Face</span> <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()">pango_fc_font_lock_face</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);
|
48
48
|
<span class="returnvalue">void</span> <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()">pango_fc_font_unlock_face</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);
|
49
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()">pango_fc_font_has_char</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
50
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
|
51
|
-
<span class="returnvalue">guint</span> <a class="link" href="PangoFcFont.html#pango-fc-font-get-glyph" title="pango_fc_font_get_glyph ()">pango_fc_font_get_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
52
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
|
49
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()">pango_fc_font_has_char</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
50
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);
|
51
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-get-glyph" title="pango_fc_font_get_glyph ()">pango_fc_font_get_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
52
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);
|
53
53
|
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph" title="pango_fc_font_get_unknown_glyph ()">pango_fc_font_get_unknown_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
54
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
|
54
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()">pango_fc_font_kern_glyphs</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
56
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
56
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);
|
57
57
|
</pre>
|
58
58
|
</div>
|
59
59
|
<div class="refsect1">
|
60
60
|
<a name="PangoFcFont.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
61
61
|
<pre class="synopsis">
|
62
|
-
GObject
|
62
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
63
63
|
+----<a class="link" href="pango-Fonts.html#PangoFont">PangoFont</a>
|
64
64
|
+----PangoFcFont
|
65
65
|
+----<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFont">PangoXftFont</a>
|
@@ -69,7 +69,7 @@ struct <a class="link" href="PangoFcFont.html#PangoFcFontClass" tit
|
|
69
69
|
<a name="PangoFcFont.properties"></a><h2>Properties</h2>
|
70
70
|
<pre class="synopsis">
|
71
71
|
"<a class="link" href="PangoFcFont.html#PangoFcFont--fontmap" title='The "fontmap" property'>fontmap</a>" <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>* : Read / Write
|
72
|
-
"<a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title='The "pattern" property'>pattern</a>" <span class="type">gpointer</span> : Read / Write / Construct Only
|
72
|
+
"<a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title='The "pattern" property'>pattern</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write / Construct Only
|
73
73
|
</pre>
|
74
74
|
</div>
|
75
75
|
<div class="refsect1">
|
@@ -123,43 +123,37 @@ Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont">
|
|
123
123
|
<tr>
|
124
124
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.lock-face"></a>lock_face</code></em> ()</span></p></td>
|
125
125
|
<td>Returns the FT_Face of the font and increases
|
126
|
-
|
127
|
-
</td>
|
126
|
+
the reference count for the face by one.</td>
|
128
127
|
</tr>
|
129
128
|
<tr>
|
130
129
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.unlock-face"></a>unlock_face</code></em> ()</span></p></td>
|
131
130
|
<td>Decreases the reference count for the
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
</td>
|
131
|
+
FT_Face of the font by one. When the count is zero,
|
132
|
+
the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> subclass is allowed to free the
|
133
|
+
FT_Face.</td>
|
136
134
|
</tr>
|
137
135
|
<tr>
|
138
136
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.has-char"></a>has_char</code></em> ()</span></p></td>
|
139
|
-
<td>Return <code class="literal">TRUE</code> if the the font contains a glyph
|
140
|
-
|
141
|
-
</td>
|
137
|
+
<td>Return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the the font contains a glyph
|
138
|
+
corresponding to the specified character.</td>
|
142
139
|
</tr>
|
143
140
|
<tr>
|
144
141
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.get-glyph"></a>get_glyph</code></em> ()</span></p></td>
|
145
142
|
<td>Gets the glyph that corresponds to the given
|
146
|
-
|
147
|
-
</td>
|
143
|
+
Unicode character.</td>
|
148
144
|
</tr>
|
149
145
|
<tr>
|
150
146
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.get-unknown-glyph"></a>get_unknown_glyph</code></em> ()</span></p></td>
|
151
147
|
<td>Gets the glyph that should be used to
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
</td>
|
148
|
+
display an unknown-glyph indication for the specified
|
149
|
+
Unicode character.
|
150
|
+
May be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
156
151
|
</tr>
|
157
152
|
<tr>
|
158
153
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.shutdown"></a>shutdown</code></em> ()</span></p></td>
|
159
154
|
<td>Performs any font-specific shutdown code that
|
160
|
-
|
161
|
-
|
162
|
-
</td>
|
155
|
+
needs to be done when pango_fc_font_map_shutdown is called.
|
156
|
+
May be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
163
157
|
</tr>
|
164
158
|
</tbody>
|
165
159
|
</table></div>
|
@@ -189,14 +183,11 @@ This face will be kept around until you call
|
|
189
183
|
<tbody>
|
190
184
|
<tr>
|
191
185
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
192
|
-
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a
|
193
|
-
</td>
|
186
|
+
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</td>
|
194
187
|
</tr>
|
195
188
|
<tr>
|
196
189
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
197
|
-
<td>
|
198
|
-
|
199
|
-
</td>
|
190
|
+
<td>the FreeType <span class="type">FT_Face</span> associated with <em class="parameter"><code>font</code></em>.</td>
|
200
191
|
</tr>
|
201
192
|
</tbody>
|
202
193
|
</table></div>
|
@@ -214,8 +205,7 @@ Releases a font previously obtained with
|
|
214
205
|
<col align="left" valign="top">
|
215
206
|
<tbody><tr>
|
216
207
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
217
|
-
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a
|
218
|
-
</td>
|
208
|
+
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</td>
|
219
209
|
</tr></tbody>
|
220
210
|
</table></div>
|
221
211
|
<p class="since">Since 1.4</p>
|
@@ -223,8 +213,8 @@ Releases a font previously obtained with
|
|
223
213
|
<hr>
|
224
214
|
<div class="refsect2">
|
225
215
|
<a name="pango-fc-font-has-char"></a><h3>pango_fc_font_has_char ()</h3>
|
226
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> pango_fc_font_has_char (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
227
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
216
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_fc_font_has_char (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
217
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
|
228
218
|
<p>
|
229
219
|
Determines whether <em class="parameter"><code>font</code></em> has a glyph for the codepoint <em class="parameter"><code>wc</code></em>.
|
230
220
|
</p>
|
@@ -238,14 +228,12 @@ Determines whether <em class="parameter"><code>font</code></em> has a glyph for
|
|
238
228
|
</tr>
|
239
229
|
<tr>
|
240
230
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
241
|
-
<td>Unicode codepoint to look up
|
242
|
-
</td>
|
231
|
+
<td>Unicode codepoint to look up</td>
|
243
232
|
</tr>
|
244
233
|
<tr>
|
245
234
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
246
|
-
<td>
|
247
|
-
|
248
|
-
</td>
|
235
|
+
<td>
|
236
|
+
<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>font</code></em> has the requested codepoint.</td>
|
249
237
|
</tr>
|
250
238
|
</tbody>
|
251
239
|
</table></div>
|
@@ -254,8 +242,8 @@ Determines whether <em class="parameter"><code>font</code></em> has a glyph for
|
|
254
242
|
<hr>
|
255
243
|
<div class="refsect2">
|
256
244
|
<a name="pango-fc-font-get-glyph"></a><h3>pango_fc_font_get_glyph ()</h3>
|
257
|
-
<pre class="programlisting"><span class="returnvalue">guint</span> pango_fc_font_get_glyph (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
258
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
245
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> pango_fc_font_get_glyph (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
246
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
|
259
247
|
<p>
|
260
248
|
Gets the glyph index for a given Unicode character
|
261
249
|
for <em class="parameter"><code>font</code></em>. If you only want to determine
|
@@ -271,15 +259,12 @@ whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango
|
|
271
259
|
</tr>
|
272
260
|
<tr>
|
273
261
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
274
|
-
<td>Unicode character to look up
|
275
|
-
</td>
|
262
|
+
<td>Unicode character to look up</td>
|
276
263
|
</tr>
|
277
264
|
<tr>
|
278
265
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
279
|
-
<td>
|
280
|
-
|
281
|
-
|
282
|
-
</td>
|
266
|
+
<td>the glyph index, or 0, if the Unicode
|
267
|
+
character doesn't exist in the font.</td>
|
283
268
|
</tr>
|
284
269
|
</tbody>
|
285
270
|
</table></div>
|
@@ -289,7 +274,7 @@ whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango
|
|
289
274
|
<div class="refsect2">
|
290
275
|
<a name="pango-fc-font-get-unknown-glyph"></a><h3>pango_fc_font_get_unknown_glyph ()</h3>
|
291
276
|
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> pango_fc_font_get_unknown_glyph (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
292
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
277
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
|
293
278
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
294
279
|
<h3 class="title">Warning</h3>
|
295
280
|
<p><code class="literal">pango_fc_font_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -311,14 +296,11 @@ Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS"
|
|
311
296
|
</tr>
|
312
297
|
<tr>
|
313
298
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
314
|
-
<td>the Unicode character for which a glyph is needed
|
315
|
-
</td>
|
299
|
+
<td>the Unicode character for which a glyph is needed.</td>
|
316
300
|
</tr>
|
317
301
|
<tr>
|
318
302
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
319
|
-
<td>
|
320
|
-
|
321
|
-
</td>
|
303
|
+
<td>a glyph index into <em class="parameter"><code>font</code></em>.</td>
|
322
304
|
</tr>
|
323
305
|
</tbody>
|
324
306
|
</table></div>
|
@@ -328,7 +310,7 @@ Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS"
|
|
328
310
|
<div class="refsect2">
|
329
311
|
<a name="pango-fc-font-kern-glyphs"></a><h3>pango_fc_font_kern_glyphs ()</h3>
|
330
312
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_kern_glyphs (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
331
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
313
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
|
332
314
|
<p>
|
333
315
|
Adjust each adjacent pair of glyphs in <em class="parameter"><code>glyphs</code></em> according to
|
334
316
|
kerning information in <em class="parameter"><code>font</code></em>.
|
@@ -343,7 +325,7 @@ kerning information in <em class="parameter"><code>font</code></em>.
|
|
343
325
|
</tr>
|
344
326
|
<tr>
|
345
327
|
<td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
|
346
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
328
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>
|
347
329
|
</td>
|
348
330
|
</tr>
|
349
331
|
</tbody>
|
@@ -361,7 +343,7 @@ kerning information in <em class="parameter"><code>font</code></em>.
|
|
361
343
|
<hr>
|
362
344
|
<div class="refsect2">
|
363
345
|
<a name="PangoFcFont--pattern"></a><h3>The <code class="literal">"pattern"</code> property</h3>
|
364
|
-
<pre class="programlisting"> "pattern" <span class="type">gpointer</span> : Read / Write / Construct Only</pre>
|
346
|
+
<pre class="programlisting"> "pattern" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write / Construct Only</pre>
|
365
347
|
<p>The fontconfig pattern for this font.</p>
|
366
348
|
</div>
|
367
349
|
</div>
|
@@ -385,6 +367,6 @@ Fontconfig-based backend involves deriving from both
|
|
385
367
|
</div>
|
386
368
|
<div class="footer">
|
387
369
|
<hr>
|
388
|
-
Generated by GTK-Doc V1.
|
370
|
+
Generated by GTK-Doc V1.18</div>
|
389
371
|
</body>
|
390
372
|
</html>
|