Package: pango

GEnum pango:baseline-shift

Declaration

(gobject:define-genum "PangoBaselineShift" baseline-shift
  (:export t
   :type-initializer "pango_baseline_shift_get_type")
  :none
  :superscript
  :subscript)  

Values

:none
Leave the baseline unchanged.
:superscript
Shift the baseline to the superscript position, relative to the previous run.
:subscript
Shift the baseline to the subscript position, relative to the previous run.

Details

An enumeration that affects baseline shifts between runs. Since 1.50
 

See also

2025-1-1