diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-04 15:25:12 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | eaf1b80fbc595b458ba94515f07aeb2a3c0ad7dc (patch) | |
tree | a6a0e955af2cf08054ea1f0c8dd69ddb3b75b5ea /pango/pango-renderer.c | |
parent | bc2106a9e19b412c22390b8709d6ea2bc4df179d (diff) | |
download | pango-eaf1b80fbc595b458ba94515f07aeb2a3c0ad7dc.tar.gz |
docs: Move PangoRenderer docs to the right file
Diffstat (limited to 'pango/pango-renderer.c')
-rw-r--r-- | pango/pango-renderer.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c index 869a6cff..5a1b8c91 100644 --- a/pango/pango-renderer.c +++ b/pango/pango-renderer.c @@ -19,6 +19,18 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:pangorenderer + * @short_description:Rendering driver base class + * @title:PangoRenderer + * + * #PangoRenderer is a base class that contains the necessary logic for + * rendering a #PangoLayout or #PangoGlyphString. By subclassing + * #PangoRenderer and overriding operations such as @draw_glyphs and + * @draw_rectangle, renderers for particular font backends and + * destinations can be created. + */ + #include "config.h" #include <stdlib.h> |