Package: pango

GEnum pango:style

Declaration

(gobject:define-genum "PangoStyle" style
  (:export t
   :type-initializer "pango_style_get_type")
  (:normal 0)
  (:oblique 1)
  (:italic 2))  

Values

:normal
The font is upright.
:oblique
The font is slanted, but in a roman style.
:italic
The font is slanted in an italic style.

Details

An enumeration specifying the various slant styles possible for a font.
 

See also

2023-8-27