Enumeration

StTextDecoration

since: 14

Declaration

flags St.TextDecoration

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.

Available since: 14

Members

ST_TEXT_DECORATION_UNDERLINE
No description available.
  • Value: 1
  • Nickname: underline
  • Available since: 14
ST_TEXT_DECORATION_OVERLINE

Text is overlined.

  • Value: 2
  • Nickname: overline
  • Available since: 14
ST_TEXT_DECORATION_LINE_THROUGH

Text is striked out.

  • Value: 4
  • Nickname: line-through
  • Available since: 14
ST_TEXT_DECORATION_BLINK

Text blinks.

  • Value: 8
  • Nickname: blink
  • Available since: 14