diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-06-08 18:48:32 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-06-08 18:48:32 +0000 |
commit | 1e916c95bb218660ed34e9d712969462d9d9c161 (patch) | |
tree | 61eb5424ddc5f16b9524d0278893797d1e6079ba /pango/pango-font.h | |
parent | 40bf30500165bd6a5116dc5214890781eb156a8c (diff) | |
download | pango-1e916c95bb218660ed34e9d712969462d9d9c161.tar.gz |
*** empty log message ***
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r-- | pango/pango-font.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h index eefae335..2ea64df9 100644 --- a/pango/pango-font.h +++ b/pango/pango-font.h @@ -34,6 +34,14 @@ extern "C" { typedef struct _PangoFontDescription PangoFontDescription; typedef struct _PangoFontMetrics PangoFontMetrics; +/** + * PangoStyle: + * @PANGO_STYLE_NORMAL: the font is upright. + * @PANGO_STYLE_OBLIQUE: the font is slanted, but in a roman style. + * @PANGO_STYLE_ITALIC: the font is slanted in an italic style. + * + * An enumeration specifying the various slant styles possible for a font. + **/ typedef enum { PANGO_STYLE_NORMAL, PANGO_STYLE_OBLIQUE, |