Package: pango

GEnum pango:font-scale

Declaration

(gobject:define-genum "PangoFontScale" font-scale
  (:export t
   :type-initializer "pango_font_scale_get_type")
  :none
  :superscript
  :subscript
  :small-caps)  

Values

:none
Leave the font size unchanged.
:superscript
Change the font to a size suitable for superscripts.
:subscript
Change the font to a size suitable for subscripts.
:small-caps
Change the font to a size suitable for Small Caps.

Details

An enumeration that affects font sizes for superscript and subscript positioning and for (emulated) Small Caps. Since 1.50
 

See also

2025-1-1