diff options
Diffstat (limited to 'pango/pango-fontmap.h')
-rw-r--r-- | pango/pango-fontmap.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pango/pango-fontmap.h b/pango/pango-fontmap.h index 818f3ae9..64b04da3 100644 --- a/pango/pango-fontmap.h +++ b/pango/pango-fontmap.h @@ -57,9 +57,11 @@ typedef struct _PangoContext PangoContext; /** * PangoFontMap: * - * The #PangoFontMap represents the set of fonts available for a - * particular rendering system. This is a virtual object with - * implementations being specific to particular rendering systems. + * A `PangoFontMap` represents the set of fonts available for a + * particular rendering system. + * + * This is a virtual object with implementations being specific to + * particular rendering systems. */ struct _PangoFontMap { |