Package: pango

GEnum pango:overline

Declaration

(gobject:define-genum "PangoOverline" overline
  (:export t
   :type-initializer "pango_overline_get_type")
  (:none 0)
  (:single 1))  

Values

:none
No overline should be drawn.
:single
Draw a single line above the ink extents of the text being overlined.

Details

The pango:overline enumeration is used to specify whether text should be overlined, and if so, the type of line. Since 1.46
 

See also

2025-1-1