summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-12-16 19:08:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-12-16 19:08:36 +0000
commit72672341918128556cc486afcd6e9af0f1507379 (patch)
tree772d47a235b29a54c66bba4d1846a725ad9829d0 /docs
parent9f334f6aa7f9a47c6d77a0165b32c6ce90de79e2 (diff)
downloadpango-72672341918128556cc486afcd6e9af0f1507379.tar.gz
Add short and long descriptions.pango-1-8-branchpoint
Thu Dec 16 14:03:32 2004 Owen Taylor <otaylor@redhat.com> * docs/tmpl/pango-renderer.sgml: Add short and long descriptions.
Diffstat (limited to 'docs')
-rw-r--r--docs/tmpl/pango-renderer.sgml8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/tmpl/pango-renderer.sgml b/docs/tmpl/pango-renderer.sgml
index ff4334ae..adb8f555 100644
--- a/docs/tmpl/pango-renderer.sgml
+++ b/docs/tmpl/pango-renderer.sgml
@@ -2,11 +2,15 @@
PangoRenderer
<!-- ##### SECTION Short_Description ##### -->
-
+Rendering driver base class
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+#PangoRenderer is a base class that contains the necessary logic for
+rendering a PangoLayout or PangoLayoutLine. By subclassing
+PangoRenderer and overriding operations such as @draw_glyphs and
+@draw_rectangle, renderers for particular font backends and
+destinations can be created.
</para>
<!-- ##### SECTION See_Also ##### -->