Enumeration

GntTextFormatFlags

Declaration

flags Gnt.TextFormatFlags

Description [src]

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

Members

Name Description
GNT_TEXT_FLAG_NORMAL

Display the text normally.

GNT_TEXT_FLAG_BOLD

Display the text in bold text.

GNT_TEXT_FLAG_UNDERLINE

Display the text with underlining.

GNT_TEXT_FLAG_BLINK

Display the text with blinking.

GNT_TEXT_FLAG_DIM

Display the text dimmed.

GNT_TEXT_FLAG_HIGHLIGHT

Display the text with highlighting.