diff options
Diffstat (limited to 'pango/pangofc-fontmap.c')
-rw-r--r-- | pango/pangofc-fontmap.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pango/pangofc-fontmap.c b/pango/pangofc-fontmap.c index 05fed2d5..a4053f71 100644 --- a/pango/pangofc-fontmap.c +++ b/pango/pangofc-fontmap.c @@ -19,6 +19,27 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:pangofc-fontmap + * @short_description:Base fontmap class for Fontconfig-based backends + * @title:PangoFcFontMap + * @see_also: + * <variablelist><varlistentry> + * <term>#PangoFcFont</term> + * <listitem>The base class for fonts; creating a new + * Fontconfig-based backend involves deriving from both + * #PangoFcFontMap and #PangoFcFont.</listitem> + * </varlistentry></variablelist> + * + * PangoFcFontMap is a base class for font map implementations 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 + * FreeType that come with Pango. + */ #define FONTSET_CACHE_SIZE 256 #include "config.h" |