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

« back to all changes in this revision

Viewing changes to docs/xml/opentype.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-09 07:49:30 UTC
  • mfrom: (1.6.1 upstream) (63.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090909074930-zlgadwz6svi311vh
Tags: 1.25.6-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
<refsect2 id="PangoOTGlyph" role="struct">
184
184
<title>PangoOTGlyph</title>
185
185
<indexterm zone="PangoOTGlyph"><primary sortas="PangoOTGlyph">PangoOTGlyph</primary></indexterm><programlisting>typedef struct {
186
 
  guint    glyph;
 
186
  guint32  glyph;
187
187
  guint    properties;
188
188
  guint    cluster;
189
189
  gushort  component;
190
190
  gushort  ligID;
191
 
  gushort  property_cache;    /* Internal */
 
191
 
 
192
  guint    internal;
192
193
} PangoOTGlyph;
193
194
</programlisting>
194
195
<para>
197
198
It contains the following fields.
198
199
</para><variablelist role="struct">
199
200
<varlistentry>
200
 
<term><link linkend="guint">guint</link>&#160;<structfield>glyph</structfield>;</term>
 
201
<term><link linkend="guint32">guint32</link>&#160;<structfield>glyph</structfield>;</term>
201
202
<listitem><simpara>the glyph itself.
202
203
</simpara></listitem>
203
204
</varlistentry>
223
224
</simpara></listitem>
224
225
</varlistentry>
225
226
<varlistentry>
226
 
<term><link linkend="gushort">gushort</link>&#160;<structfield>property_cache</structfield>;</term>
227
 
<listitem><simpara>for internal use.
 
227
<term><link linkend="guint">guint</link>&#160;<structfield>internal</structfield>;</term>
 
228
<listitem><simpara>for Pango internal use
228
229
</simpara></listitem>
229
230
</varlistentry>
230
231
</variablelist></refsect2>