summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-11-11 23:36:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-11-11 23:36:28 +0000
commit3c263f0d3b41d8ef99e3143be0763ee0eb7bb5ac (patch)
treed056daa81d38fa039d93a4b1f49d7eb09b1abc05 /pango/fonts.c
parentd7f86d4ae1dbf2442c130de1abb7d8a121f8daf7 (diff)
downloadpango-3c263f0d3b41d8ef99e3143be0763ee0eb7bb5ac.tar.gz
Add pangoxft-private.h.
* docs/Makefile.am (IGNORE_HFILES): Add pangoxft-private.h. * pango/pango-utils.c (pango_language_from_string): Fix typo in documentation. * docs/tmpl/text-attributes.sgml: Document PangoColor, PangoLanguage, PangoAttrLanguage, PangoAttrFloat and PangoAttrShape. * docs/tmpl/layout.sgml: Document PangoWrapMode and PangoLayoutIter. * docs/tmpl/tab-stops.sgml: Document PangoTabAlign and PangoTabArray. * docs/tmpl/fonts.sgml: Document PangoFontMask. * pango/fonts.c (pango_font_description_unset_fields): Fix typo in documentation. * docs/tmpl/opentype.sgml: Remove documentation templates of the unimplemented functions pango_ot_ruleset_set_glyph_loader and pango_ot_ruleset_set_alternate_func and the related typedefs PangoOTGlyphLoader and PangoOTAlternateFunc. * docs/tmpl/x-rendering.sgml: Document PangoGetGCFunc and PangoFreeGCFunc typedefs.
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 941f6e5d..f55f1be6 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -393,7 +393,7 @@ pango_font_description_get_set_fields (const PangoFontDescription *desc)
* settings for those fields, to clear a family name set with
* pango_font_description_set_family_static() so that it won't
* be returned by subsequent calls to pango_font_description_get_family(),
- * you must actually call pango_font_description-set_family (desc, NULL);
+ * you must actually call pango_font_description_set_family (desc, NULL);
**/
void
pango_font_description_unset_fields (PangoFontDescription *desc,