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))
| See also |
2021-1-6