summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-04-23 19:07:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-04-23 19:07:08 +0000
commit0747bf7f8c0c72772390b2520d5844206db76807 (patch)
treecbaa10e09d6d5d7652ddca414375bee45a7f24b2 /docs
parent2a4a8b86b8d3b690ce2f42a7f2c1e810df792521 (diff)
downloadpango-0747bf7f8c0c72772390b2520d5844206db76807.tar.gz
Documentation fix.
Diffstat (limited to 'docs')
-rw-r--r--docs/tmpl/glyphs.sgml20
1 files changed, 1 insertions, 19 deletions
diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml
index 49ad1cc7..8791947a 100644
--- a/docs/tmpl/glyphs.sgml
+++ b/docs/tmpl/glyphs.sgml
@@ -100,25 +100,7 @@ horizontal origin.
<!-- ##### TYPEDEF PangoGlyph ##### -->
<para>
-The #PangoGlyph structure represents a single glyph in the output
-form of a string. It contains the following fields.
-
-<informaltable pgwide="1" frame="none" role="struct">
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
-<tbody>
-
-<row>
-<entry>#PangoGlyphIndex glyph;</entry>
-<entry>the index of the glyph into the font. (Rendering system
- dependent).</entry>
-</row>
-
-<row>
-<entry>#PangoCFont *font;</entry>
-<entry>the rendering-system-specific font information for this glyph.</entry>
-</row>
-
-</tbody></tgroup></informaltable>
+A #PangoGlyph represents a single glyph in the output form of a string.
</para>