Enumeration

GntTextFormatFlags

Declaration

flags Gnt.TextFormatFlags

Description [src]

Flags that determine the display style of portions of text in a GntTextView.

Members

GNT_TEXT_FLAG_NORMAL

Display the text normally.

  • Value: 0
  • Available since: 3.0
GNT_TEXT_FLAG_BOLD

Display the text in bold text.

  • Value: 1
  • Available since: 3.0
GNT_TEXT_FLAG_UNDERLINE

Display the text with underlining.

  • Value: 2
  • Available since: 3.0
GNT_TEXT_FLAG_BLINK

Display the text with blinking.

  • Value: 4
  • Available since: 3.0
GNT_TEXT_FLAG_DIM

Display the text dimmed.

  • Value: 8
  • Available since: 3.0
GNT_TEXT_FLAG_HIGHLIGHT

Display the text with highlighting.

  • Value: 16
  • Available since: 3.0