summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-17 01:10:38 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commit9f5733a7e34b88d85248cd6e6b214f261b1e66fc (patch)
tree9b065729cbec403b93cbea83f32009fc2686edd9 /pango/fonts.c
parentca11df5f8f900e49a7d1d34c02f3bdedb693910b (diff)
downloadpango-9f5733a7e34b88d85248cd6e6b214f261b1e66fc.tar.gz
docs: Convert fonts section to pango_fonts.md
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index a778facd..3ee21b0c 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -19,19 +19,6 @@
* Boston, MA 02111-1307, USA.
*/
-/**
- * SECTION:pangofont
- * @short_description:Structures representing abstract fonts
- * @title: Fonts
- *
- * Pango supports a flexible architecture where a
- * particular rendering architecture can supply an
- * implementation of fonts. The #PangoFont structure
- * represents an abstract rendering-system-independent font.
- * Pango provides routines to list available fonts, and
- * to load a font matching a given description.
- */
-
#include "config.h"
#include <stdlib.h>
#include <math.h>