summaryrefslogtreecommitdiff
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
parent2a4a8b86b8d3b690ce2f42a7f2c1e810df792521 (diff)
downloadpango-0747bf7f8c0c72772390b2520d5844206db76807.tar.gz
Documentation fix.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-1-104
-rw-r--r--ChangeLog.pre-1-44
-rw-r--r--ChangeLog.pre-1-64
-rw-r--r--ChangeLog.pre-1-84
-rw-r--r--docs/tmpl/glyphs.sgml20
6 files changed, 21 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index a273fff1..2da3f23a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-23 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/glyphs.sgml: Remove outdated information about PangoGlyph.
+
Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-info.c (synthesize_class_def):
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index a273fff1..2da3f23a 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+2003-04-23 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/glyphs.sgml: Remove outdated information about PangoGlyph.
+
Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-info.c (synthesize_class_def):
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index a273fff1..2da3f23a 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,7 @@
+2003-04-23 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/glyphs.sgml: Remove outdated information about PangoGlyph.
+
Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-info.c (synthesize_class_def):
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index a273fff1..2da3f23a 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+2003-04-23 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/glyphs.sgml: Remove outdated information about PangoGlyph.
+
Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-info.c (synthesize_class_def):
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index a273fff1..2da3f23a 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+2003-04-23 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/glyphs.sgml: Remove outdated information about PangoGlyph.
+
Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-info.c (synthesize_class_def):
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>