diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-14 22:35:58 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-14 22:35:58 +0000 |
commit | 94d72e79a212ac3c1aff578bb12b3370f7e7bd25 (patch) | |
tree | 5436db997cfd5adfe143177af18275df887bc1b1 /docs | |
parent | cc6bc91fcf81c35dd870eaa4fa72f9ef79457713 (diff) | |
download | pango-94d72e79a212ac3c1aff578bb12b3370f7e7bd25.tar.gz |
Documentation updates.
* pango/pangox.c, pango/pangoxft-font.c, pango/pangoxft-fontmap.c,
docs/pango-sections.txt, docs/tmpl/fonts.sgml: Documentation updates.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 2 | ||||
-rw-r--r-- | docs/tmpl/fonts.sgml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 92f5c825..c31fd60d 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -205,7 +205,6 @@ PANGO_FONT_FACE_GET_CLASS PangoFontFamilyClass pango_font_metrics_new PangoFontFaceClass -pango_x_font_get_unknown_glyph PANGO_FONT_GET_CLASS PANGO_FONT_CLASS PANGO_IS_FONT_FAMILY_CLASS @@ -485,6 +484,7 @@ pango_x_shutdown_display pango_x_font_map_get_font_cache pango_x_font_subfont_xlfd pango_x_find_first_subfont +pango_x_font_get_unknown_glyph pango_x_apply_ligatures pango_x_fallback_shape PangoXFontCache diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml index cd2cdd55..fd042362 100644 --- a/docs/tmpl/fonts.sgml +++ b/docs/tmpl/fonts.sgml @@ -53,15 +53,15 @@ the characteristics of a font to load. <!-- ##### ENUM PangoWeight ##### --> <para> An enumeration specifying the weight (boldness) of a font. This is a numerical -value ranging from 100 to 900, but there are two predefined values: +value ranging from 100 to 900, but there are some predefined values: </para> -@PANGO_WEIGHT_ULTRALIGHT: -@PANGO_WEIGHT_LIGHT: +@PANGO_WEIGHT_ULTRALIGHT: the ultralight weight (= 200) +@PANGO_WEIGHT_LIGHT: the light weight (=300) @PANGO_WEIGHT_NORMAL: the default weight (= 400) @PANGO_WEIGHT_BOLD: the bold weight (= 700) -@PANGO_WEIGHT_ULTRABOLD: -@PANGO_WEIGHT_HEAVY: +@PANGO_WEIGHT_ULTRABOLD: the ultrabold weight (= 800) +@PANGO_WEIGHT_HEAVY: the heavy weight (= 900) <!-- ##### MACRO PANGO_TYPE_WEIGHT ##### --> <para> |