diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-28 20:02:01 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-28 20:02:01 +0000 |
commit | a42f978ef2c7ca0788ca66539a6ff3187f8a87e8 (patch) | |
tree | c03c98d1440d750809e506f0faf25705c32d2915 /pango/pangofc-font.h | |
parent | 3a4d01fcb6f038d49212dad11eb481e3a94d3ca2 (diff) | |
download | pango-a42f978ef2c7ca0788ca66539a6ff3187f8a87e8.tar.gz |
Documentation improvements.
2006-01-28 Behdad Esfahbod <behdad@gnome.org>
* pango/pangofc-font.h, pango/pangoft2-render.c, pango/pangowin32.c,
pango/pangoxft-render.c, docs/tmpl/xft-fonts.sgml,
docs/tmp/atsui-fonts.sgml: Documentation improvements.
Diffstat (limited to 'pango/pangofc-font.h')
-rw-r--r-- | pango/pangofc-font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangofc-font.h b/pango/pangofc-font.h index afc5e96b..198fb7c6 100644 --- a/pango/pangofc-font.h +++ b/pango/pangofc-font.h @@ -58,7 +58,7 @@ typedef struct _PangoFcFontClass PangoFcFontClass; /** * PangoFcFont: * - * #PangoFcFontMap is a base class for font implementations + * #PangoFcFont is a base class for font implementations * using the FontConfig and FreeType libraries and is used in * conjunction with #PangoFcFontMap. When deriving from this * class, you need to implement all of its virtual functions |