~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/html/PangoFcDecoder.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-09 10:39:11 UTC
  • mfrom: (1.6.4) (63.3.30 sid)
  • Revision ID: package-import@ubuntu.com-20120309103911-0jpxqwnix351v3se
Tags: 1.29.5-1
* New upstream release.
  - Fix GI annotation syntax. Closes: #640855
* debian/control.in: Bump Build-Depends on libglib2.0-dev to (>= 2.31.0).
* debian/patches/00git_transfer_annotations.patch: Removed, merged upstream.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.75.2">
 
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.15.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (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
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
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
 
 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.
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
 
 code point.
114
 
</td>
 
112
code point.</td>
115
113
</tr>
116
114
</tbody>
117
115
</table></div>
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> the <span class="type">FcCharset</span> for <em class="parameter"><code>fcfont</code></em>; must not be modified
147
 
  or freed.
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
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
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> the glyph index, or 0 if the glyph isn't
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
189
</div>
199
190
<div class="footer">
200
191
<hr>
201
 
          Generated by GTK-Doc V1.15.1</div>
 
192
          Generated by GTK-Doc V1.18.1</div>
202
193
</body>
203
194
</html>
 
 
b'\\ No newline at end of file'