Package: pango

Enum pango-style

Details

An enumeration specifying the various slant styles possible for a font.
(define-g-enum "PangoStyle" pango-style
  (:export t
   :type-initializer "pango_style_get_type")
  (:normal 0)
  (:oblique 1)
  (:italic 2))  
:normal
The font is upright.
:oblique
The font is slanted, but in a roman style.
:italic
The font is slanted in an italic style.
 

See also

2021-1-6