summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-04-23 19:05:57 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-04-23 19:05:57 +0000
commitb0e2be50c3eb1fb408835c33b9d3cac67dd68479 (patch)
treeb2194b4d0c70ea72fe9c4db58d52e861fda962fb
parent871e72073803bfe947a775bc7a5167d8516e917a (diff)
downloadpango-b0e2be50c3eb1fb408835c33b9d3cac67dd68479.tar.gz
Documentation fix.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--docs/tmpl/glyphs.sgml20
6 files changed, 26 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d81ee66..e24fcc5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-23 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/glyphs.sgml: Remove outdated information about
+ PangoGlyph.
+
2003-04-21 Sven Neumann <sven@gimp.org>
* modules/indic/Makefile.am: handle the new indic-ft2 module like
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 4d81ee66..e24fcc5c 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2003-04-23 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/glyphs.sgml: Remove outdated information about
+ PangoGlyph.
+
2003-04-21 Sven Neumann <sven@gimp.org>
* modules/indic/Makefile.am: handle the new indic-ft2 module like
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 4d81ee66..e24fcc5c 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+2003-04-23 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/glyphs.sgml: Remove outdated information about
+ PangoGlyph.
+
2003-04-21 Sven Neumann <sven@gimp.org>
* modules/indic/Makefile.am: handle the new indic-ft2 module like
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 4d81ee66..e24fcc5c 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+2003-04-23 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/glyphs.sgml: Remove outdated information about
+ PangoGlyph.
+
2003-04-21 Sven Neumann <sven@gimp.org>
* modules/indic/Makefile.am: handle the new indic-ft2 module like
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 4d81ee66..e24fcc5c 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+2003-04-23 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/glyphs.sgml: Remove outdated information about
+ PangoGlyph.
+
2003-04-21 Sven Neumann <sven@gimp.org>
* modules/indic/Makefile.am: handle the new indic-ft2 module like
diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml
index 49ad1cc7..5b92c72b 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>