diff options
Diffstat (limited to 'pango/pangofc-font.c')
-rw-r--r-- | pango/pangofc-font.c | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/pango/pangofc-font.c b/pango/pangofc-font.c index cf6b427f..d4488531 100644 --- a/pango/pangofc-font.c +++ b/pango/pangofc-font.c @@ -23,18 +23,13 @@ * SECTION:pangofc-font * @short_description:Base font class for Fontconfig-based backends * @title:PangoFcFont - * @see_also: - * <variablelist><varlistentry><term>#PangoFcFontMap</term> <listitem>The base class for font maps; creating a new - * Fontconfig-based backend involves deriving from both - * #PangoFcFontMap and #PangoFcFont.</listitem></varlistentry></variablelist> + * @see_also: #PangoFcFontMap * * #PangoFcFont is a base class for font implementation using the - * Fontconfig and FreeType libraries. It is used in the - * <link linkend="pango-Xft-Fonts-and-Rendering">Xft</link> and - * <link linkend="pango-FreeType-Fonts-and-Rendering">FreeType</link> - * backends shipped with Pango, but can also be used when creating - * new backends. Any backend deriving from this base class will - * take advantage of the wide range of shapers implemented using + * Fontconfig and FreeType libraries. It is used in the Xft and + * FreeType backends shipped with Pango, but can also be used when + * creating new backends. Any backend deriving from this base class + * will take advantage of the wide range of shapers implemented using * FreeType that come with Pango. */ #include "config.h" |