Package: pango

GEnum pango:stretch

Declaration

(gobject:define-genum "PangoStretch" 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))  

Values

:ultra-condensed
The ultra condensed width.
:extra-condensed
The extra condensed width.
:condensed
The condensed width.
:semi-condensed
The semi condensed width.
:normal
The normal width.
:semi-expanded
The semi expanded width.
:expanded
The expanded width.
:extra-expanded
The extra expanded width.
:ultra-expanded
The ultra expanded width.

Details

The pango:stretch enumeration specifies the width of the font relative to other designs within a family.
 

See also

2025-4-14