~ubuntu-branches/ubuntu/feisty/pango1.0/feisty

« back to all changes in this revision

Viewing changes to docs/html/PangoFcDecoder.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-04-10 00:59:24 UTC
  • mfrom: (20.1.23 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410005924-bbuu8vi6fw9f1fn1
Tags: 1.16.2-0ubuntu1
* New upstream version
  - Fixed various bug in the OpenType Layout code
  - Improved documentation
  - Improved ATSUI backend
  - Misc build system fixes
  - Bugs fixed in this release:
    - pangowin32-fontmap.c:using function without prototype
    - Don't create coverage every time it's asked for

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=US-ASCII">
5
5
<title>PangoFcDecoder</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
7
7
<link rel="start" 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">
35
35
<th width="100%" align="center">Pango Reference Manual</th>
36
36
<td><a accesskey="n" href="pango-OpenType-Font-Handling.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
37
37
</tr>
38
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3159913" class="shortcut">Top</a>
39
 
                  &#160;|&#160;
40
 
                  <a href="#id3160036" class="shortcut">Description</a>
41
 
                  &#160;|&#160;
42
 
                  <a href="#id3160012" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2750200" class="shortcut">Top</a>
 
39
                  &#160;|&#160;
 
40
                  <a href="#id2750323" class="shortcut">Description</a>
 
41
                  &#160;|&#160;
 
42
                  <a href="#id2750299" class="shortcut">Object Hierarchy</a></nobr></td></tr>
43
43
</table>
44
44
<div class="refentry" lang="en">
45
45
<a name="PangoFcDecoder"></a><div class="titlepage"></div>
46
46
<div class="refnamediv"><table width="100%"><tr>
47
47
<td valign="top">
48
48
<h2>
49
 
<a name="id3159913"></a><span class="refentrytitle">PangoFcDecoder</span>
 
49
<a name="id2750200"></a><span class="refentrytitle">PangoFcDecoder</span>
50
50
</h2>
51
51
<p>PangoFcDecoder &#8212; Custom font encoding handling</p>
52
52
</td>
71
71
</pre>
72
72
</div>
73
73
<div class="refsect1" lang="en">
74
 
<a name="id3160012"></a><h2>Object Hierarchy</h2>
 
74
<a name="id2750299"></a><h2>Object Hierarchy</h2>
75
75
<pre class="synopsis">
76
76
 
77
77
  <a
81
81
</pre>
82
82
</div>
83
83
<div class="refsect1" lang="en">
84
 
<a name="id3160036"></a><h2>Description</h2>
 
84
<a name="id2750323"></a><h2>Description</h2>
85
85
<p>
86
86
PangoFcDecoder represents a decoder that an application provides
87
87
for handling a font that is encoded in a custom way.
88
88
</p>
89
89
</div>
90
90
<div class="refsect1" lang="en">
91
 
<a name="id3160053"></a><h2>Details</h2>
 
91
<a name="id2750340"></a><h2>Details</h2>
92
92
<div class="refsect2" lang="en">
93
 
<a name="id3160063"></a><h3>
 
93
<a name="id2750350"></a><h3>
94
94
<a name="PangoFcDecoder-struct"></a>PangoFcDecoder</h3>
95
 
<a class="indexterm" name="id3160077"></a><pre class="programlisting">typedef struct _PangoFcDecoder PangoFcDecoder;</pre>
 
95
<a class="indexterm" name="id2750364"></a><pre class="programlisting">typedef struct _PangoFcDecoder PangoFcDecoder;</pre>
96
96
<p>
97
97
<a href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> is a virtual base class that implementations will
98
98
inherit from.  It's the interface that is used to define a custom
111
111
</div>
112
112
<hr>
113
113
<div class="refsect2" lang="en">
114
 
<a name="id3160146"></a><h3>
 
114
<a name="id2750433"></a><h3>
115
115
<a name="PangoFcDecoderClass"></a>PangoFcDecoderClass</h3>
116
 
<a class="indexterm" name="id3160161"></a><pre class="programlisting">typedef struct {
 
116
<a class="indexterm" name="id2750448"></a><pre class="programlisting">typedef struct {
117
117
  FcCharSet  *(*get_charset) (PangoFcDecoder *decoder,
118
118
                              PangoFcFont    *fcfont);
119
119
  PangoGlyph  (*get_glyph)   (PangoFcDecoder *decoder,
152
152
</div>
153
153
<hr>
154
154
<div class="refsect2" lang="en">
155
 
<a name="id3160266"></a><h3>
 
155
<a name="id2750553"></a><h3>
156
156
<a name="pango-fc-decoder-get-charset"></a>pango_fc_decoder_get_charset ()</h3>
157
 
<a class="indexterm" name="id3160282"></a><pre class="programlisting">FcCharSet*  pango_fc_decoder_get_charset    (<a href="PangoFcDecoder.html" title="PangoFcDecoder">PangoFcDecoder</a> *decoder,
 
157
<a class="indexterm" name="id2750569"></a><pre class="programlisting">FcCharSet*  pango_fc_decoder_get_charset    (<a href="PangoFcDecoder.html" title="PangoFcDecoder">PangoFcDecoder</a> *decoder,
158
158
                                             <a href="PangoFcFont.html" title="PangoFcFont">PangoFcFont</a> *fcfont);</pre>
159
159
<p>
160
160
Generates an <span class="type">FcCharSet</span> of supported characters for the fcfont
191
191
</div>
192
192
<hr>
193
193
<div class="refsect2" lang="en">
194
 
<a name="id3160426"></a><h3>
 
194
<a name="id2750713"></a><h3>
195
195
<a name="pango-fc-decoder-get-glyph"></a>pango_fc_decoder_get_glyph ()</h3>
196
 
<a class="indexterm" name="id3160442"></a><pre class="programlisting"><a href="pango-Glyph-Storage.html#PangoGlyph">PangoGlyph</a>  pango_fc_decoder_get_glyph      (<a href="PangoFcDecoder.html" title="PangoFcDecoder">PangoFcDecoder</a> *decoder,
 
196
<a class="indexterm" name="id2750729"></a><pre class="programlisting"><a href="pango-Glyph-Storage.html#PangoGlyph">PangoGlyph</a>  pango_fc_decoder_get_glyph      (<a href="PangoFcDecoder.html" title="PangoFcDecoder">PangoFcDecoder</a> *decoder,
197
197
                                             <a href="PangoFcFont.html" title="PangoFcFont">PangoFcFont</a> *fcfont,
198
198
                                             <a
199
199
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"