Enumeration
StTextDecoration
Description [src]
Flags used to determine the decoration of text.
Not that neither ST_TEXT_DECORATION_OVERLINE
or ST_TEXT_DECORATION_BLINK
are implemented, currently.
Members
Name | Description |
---|---|
ST_TEXT_DECORATION_UNDERLINE |
No description available. |
ST_TEXT_DECORATION_OVERLINE |
Text is overlined. |
ST_TEXT_DECORATION_LINE_THROUGH |
Text is striked out. |
ST_TEXT_DECORATION_BLINK |
Text blinks. |