Package: pango

Enum pango-variant

Details

An enumeration specifying capitalization variant of the font.
(define-g-enum "PangoVariant" pango-variant
  (:export t
   :type-initializer "pango_variant_get_type")
  (:normal 0)
  (:small-caps 1))  
:normal
A normal font.
:small-caps
A font with the lower case characters replaced by smaller variants of the capital characters.
 

See also

2021-1-6