Package: pango

Enum pango-stretch

Details

An enumeration specifying the width of the font relative to other designs within a family.
(define-g-enum "PangoStretch" pango-stretch
  (:export t
   :type-initializer "pango_stretch_get_type")
  (:ultra-condensed 0)
  (:extra-condensed 1)
  (:condensed 2)
  (:semi-condensed 3)
  (:normal 4)
  (:semi-expanded 5)
  (:expanded 6)
  (:extra-expanded 7)
  (:ultra-expanded 8))  
:ultra-condensed
Ultra condensed width.
:extra-condensed
Extra condensed width.
:condensed
Condensed width.
:semi-condensed
Semi condensed width.
:normal
The normal widt.
:semi-expanded
Semi expanded width.
:expanded
Expanded width.
:extra-expanded
Extra expanded width.
:ultra-expanded
Ultra expanded width.
 

See also

2021-1-6