~ubuntu-branches/debian/experimental/pango1.0/experimental

« back to all changes in this revision

Viewing changes to docs/xml/pangofc-decoder.xml

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-08-13 16:59:28 UTC
  • mfrom: (1.2.52 upstream)
  • Revision ID: james.westby@ubuntu.com-20080813165928-d5s5l83po052rrnr
Tags: 1.21.6-1
* Don't hardcode the pathes to defoma-app and update-pangox-aliases in
  maintainer scripts.
* Refresh patches 60_link-pangoxft-to-fontconfig and 70_automake and convert
  60_link-pangoxft-to-fontconfig to a -p1 level patch to support
  dpkg-source's quilt format.
* Let libpango1.0-dev recommend debhelper for dh_pangomodules.
* New upstream development releases; new API, API depreciations, and slights
  changes in semantics of the finalization of fontmaps.
  - Bump up bdeps to libcairo2-dev >= 1.7.4 and libglib2.0-dev >= 2.17.3.
  - Drop patch 60_link-pangoxft-to-fontconfig, fixed upstream.
  - Drop patch 70_automake, was only useful for
    60_link-pangoxft-to-fontconfig.
  - Bump shlibs version to 1.21.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry id="PangoFcDecoder">
2
2
<refmeta>
3
 
<refentrytitle role="top_of_page">PangoFcDecoder</refentrytitle>
 
3
<refentrytitle role="top_of_page" id="PangoFcDecoder.top_of_page">PangoFcDecoder</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>PANGO Library</refmiscinfo>
6
6
</refmeta>
11
11
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
12
12
</refnamediv>
13
13
 
14
 
<refsynopsisdiv role="synopsis">
 
14
<refsynopsisdiv id="PangoFcDecoder.synopsis" role="synopsis">
15
15
<title role="synopsis.title">Synopsis</title>
16
16
 
17
17
<synopsis>
18
 
 
19
 
 
20
 
 
21
18
                    <link linkend="PangoFcDecoder-struct">PangoFcDecoder</link>;
22
19
                    <link linkend="PangoFcDecoderClass">PangoFcDecoderClass</link>;
23
20
<link linkend="FcCharSet">FcCharSet</link>*          <link linkend="pango-fc-decoder-get-charset">pango_fc_decoder_get_charset</link>        (<link linkend="PangoFcDecoder">PangoFcDecoder</link> *decoder,
25
22
<link linkend="PangoGlyph">PangoGlyph</link>          <link linkend="pango-fc-decoder-get-glyph">pango_fc_decoder_get_glyph</link>          (<link linkend="PangoFcDecoder">PangoFcDecoder</link> *decoder,
26
23
                                                         <link linkend="PangoFcFont">PangoFcFont</link> *fcfont,
27
24
                                                         <link linkend="guint32">guint32</link> wc);
28
 
 
29
25
</synopsis>
30
26
</refsynopsisdiv>
31
27
 
32
 
<refsect1 role="object_hierarchy">
 
28
<refsect1 id="PangoFcDecoder.object-hierarchy" role="object_hierarchy">
33
29
<title role="object_hierarchy.title">Object Hierarchy</title>
34
30
<synopsis>
35
 
 
36
31
  <link linkend="GObject">GObject</link>
37
32
   +----PangoFcDecoder
38
33
</synopsis>
46
41
 
47
42
 
48
43
 
49
 
<refsect1 role="desc">
 
44
<refsect1 id="PangoFcDecoder.description" role="desc">
50
45
<title role="desc.title">Description</title>
51
46
<para>
52
47
PangoFcDecoder represents a decoder that an application provides
54
49
</para>
55
50
</refsect1>
56
51
 
57
 
<refsect1 role="details">
 
52
<refsect1 id="PangoFcDecoder.details" role="details">
58
53
<title role="details.title">Details</title>
59
 
<refsect2>
60
 
<title><anchor id="PangoFcDecoder-struct" role="struct"/>PangoFcDecoder</title>
61
 
<indexterm role="1.6"><primary>PangoFcDecoder</primary></indexterm><programlisting>typedef struct _PangoFcDecoder PangoFcDecoder;</programlisting>
 
54
<refsect2 id="PangoFcDecoder-struct" role="struct">
 
55
<title>PangoFcDecoder</title>
 
56
<indexterm zone="PangoFcDecoder-struct" role="1.6"><primary>PangoFcDecoder</primary></indexterm><programlisting>typedef struct _PangoFcDecoder PangoFcDecoder;</programlisting>
62
57
<para>
63
58
<link linkend="PangoFcDecoder"><type>PangoFcDecoder</type></link> is a virtual base class that implementations will
64
59
inherit from.  It's the interface that is used to define a custom
73
68
 
74
69
</para><para role="since">Since  1.6
75
70
</para></refsect2>
76
 
<refsect2>
77
 
<title><anchor id="PangoFcDecoderClass" role="struct" condition="since:1.6"/>PangoFcDecoderClass</title>
78
 
<indexterm role="1.6"><primary>PangoFcDecoderClass</primary></indexterm><programlisting>typedef struct {
 
71
<refsect2 id="PangoFcDecoderClass" role="struct" condition="since:1.6">
 
72
<title>PangoFcDecoderClass</title>
 
73
<indexterm zone="PangoFcDecoderClass" role="1.6"><primary>PangoFcDecoderClass</primary></indexterm><programlisting>typedef struct {
79
74
  FcCharSet  *(*get_charset) (PangoFcDecoder *decoder,
80
75
                              PangoFcFont    *fcfont);
81
76
  PangoGlyph  (*get_glyph)   (PangoFcDecoder *decoder,
106
101
</varlistentry>
107
102
</variablelist><para role="since">Since  1.6
108
103
</para></refsect2>
109
 
<refsect2>
110
 
<title><anchor id="pango-fc-decoder-get-charset" role="function" condition="since:1.6"/>pango_fc_decoder_get_charset ()</title>
111
 
<indexterm role="1.6"><primary>pango_fc_decoder_get_charset</primary></indexterm><programlisting><link linkend="FcCharSet">FcCharSet</link>*          pango_fc_decoder_get_charset        (<link linkend="PangoFcDecoder">PangoFcDecoder</link> *decoder,
 
104
<refsect2 id="pango-fc-decoder-get-charset" role="function" condition="since:1.6">
 
105
<title>pango_fc_decoder_get_charset ()</title>
 
106
<indexterm zone="pango-fc-decoder-get-charset" role="1.6"><primary>pango_fc_decoder_get_charset</primary></indexterm><programlisting><link linkend="FcCharSet">FcCharSet</link>*          pango_fc_decoder_get_charset        (<link linkend="PangoFcDecoder">PangoFcDecoder</link> *decoder,
112
107
                                                         <link linkend="PangoFcFont">PangoFcFont</link> *fcfont);</programlisting>
113
108
<para>
114
109
Generates an <link linkend="FcCharSet"><type>FcCharSet</type></link> of supported characters for the fcfont
130
125
</simpara></listitem></varlistentry>
131
126
</variablelist><para role="since">Since  1.6
132
127
</para></refsect2>
133
 
<refsect2>
134
 
<title><anchor id="pango-fc-decoder-get-glyph" role="function" condition="since:1.6"/>pango_fc_decoder_get_glyph ()</title>
135
 
<indexterm role="1.6"><primary>pango_fc_decoder_get_glyph</primary></indexterm><programlisting><link linkend="PangoGlyph">PangoGlyph</link>          pango_fc_decoder_get_glyph          (<link linkend="PangoFcDecoder">PangoFcDecoder</link> *decoder,
 
128
<refsect2 id="pango-fc-decoder-get-glyph" role="function" condition="since:1.6">
 
129
<title>pango_fc_decoder_get_glyph ()</title>
 
130
<indexterm zone="pango-fc-decoder-get-glyph" role="1.6"><primary>pango_fc_decoder_get_glyph</primary></indexterm><programlisting><link linkend="PangoGlyph">PangoGlyph</link>          pango_fc_decoder_get_glyph          (<link linkend="PangoFcDecoder">PangoFcDecoder</link> *decoder,
136
131
                                                         <link linkend="PangoFcFont">PangoFcFont</link> *fcfont,
137
132
                                                         <link linkend="guint32">guint32</link> wc);</programlisting>
138
133
<para>
165
160
 
166
161
 
167
162
 
168
 
 
169
 
<refsect1><refsect2 /><refsect2 /></refsect1>
170
163
</refentry>