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/pangoft2-render.c | |
parent | bc2106a9e19b412c22390b8709d6ea2bc4df179d (diff) | |
download | pango-eaf1b80fbc595b458ba94515f07aeb2a3c0ad7dc.tar.gz |
docs: Move PangoRenderer docs to the right file
Diffstat (limited to 'pango/pangoft2-render.c')
-rw-r--r-- | pango/pangoft2-render.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pango/pangoft2-render.c b/pango/pangoft2-render.c index ab4dd5d0..45230fdb 100644 --- a/pango/pangoft2-render.c +++ b/pango/pangoft2-render.c @@ -20,17 +20,6 @@ * Boston, MA 02111-1307, USA. */ -/** - * SECTION:pango-renderer - * @short_description:Rendering driver base class - * @title:PangoRenderer - * - * #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. - */ #include "config.h" #include <math.h> |