Enumeration
Pango.Underline
Description [src]
The PangoUnderline enumeration is used to specify whether text
should be underlined, and if so, the type of underlining.
Members
| Name | Description | 
|---|---|
| PANGO_UNDERLINE_NONE | no underline should be drawn | 
| PANGO_UNDERLINE_SINGLE | a single underline should be drawn | 
| PANGO_UNDERLINE_DOUBLE | a double underline should be drawn | 
| PANGO_UNDERLINE_LOW | a single underline should be drawn at a
    position beneath the ink extents of the text being
    underlined. This should be used only for underlining
    single characters, such as for keyboard accelerators.
     | 
| PANGO_UNDERLINE_ERROR | an underline indicating an error should
    be drawn below. The exact style of rendering is up to the
     | 
| PANGO_UNDERLINE_SINGLE_LINE | Like  | 
| PANGO_UNDERLINE_DOUBLE_LINE | Like  | 
| PANGO_UNDERLINE_ERROR_LINE | Like  |