Underline
Description:
[ CCode ( cprefix = "PANGO_UNDERLINE_" , type_id = "pango_underline_get_type ()" ) ]
public enum Underline
The `PangoUnderline` enumeration is used to specify whether text should be underlined, and if so, the type of underlining.
Content:
Enum values:
- DOUBLE - a double underline should be drawn
- DOUBLE_LINE - Like
PANGO_UNDERLINE_DOUBLE
, but drawn continuously across multiple runs.
- ERROR - an underline indicating an error
should be drawn below.
- ERROR_LINE - Like
PANGO_UNDERLINE_ERROR
, but drawn continuously across multiple runs.
- LOW - a single underline should be drawn at a
position beneath the ink extents of the text being underlined.
- NONE - no underline should be drawn
- SINGLE - a single underline should be drawn
- SINGLE_LINE - Like
PANGO_UNDERLINE_SINGLE
, but drawn continuously across multiple runs.