From 3c263f0d3b41d8ef99e3143be0763ee0eb7bb5ac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 11 Nov 2001 23:36:28 +0000 Subject: 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. --- docs/tmpl/fonts.sgml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'docs/tmpl/fonts.sgml') diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml index 9ff62359..8d5f2f0e 100644 --- a/docs/tmpl/fonts.sgml +++ b/docs/tmpl/fonts.sgml @@ -111,15 +111,16 @@ The GObject type for #PangoStretch. - +The bits in a #PangoFontMask correspond to fields in a +#PangoFontDescription that have been set. -@PANGO_FONT_MASK_FAMILY: -@PANGO_FONT_MASK_STYLE: -@PANGO_FONT_MASK_VARIANT: -@PANGO_FONT_MASK_WEIGHT: -@PANGO_FONT_MASK_STRETCH: -@PANGO_FONT_MASK_SIZE: +@PANGO_FONT_MASK_FAMILY: the font family is specified. +@PANGO_FONT_MASK_STYLE: the font style is specified. +@PANGO_FONT_MASK_VARIANT: the font variant is specified. +@PANGO_FONT_MASK_WEIGHT: the font weight is specified. +@PANGO_FONT_MASK_STRETCH: the font stretch is specified. +@PANGO_FONT_MASK_SIZE: the font size is specified. -- cgit v1.2.1