summaryrefslogtreecommitdiff
path: root/docs/tmpl/pango-renderer.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tmpl/pango-renderer.sgml')
-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 ##### -->