Enumeration TextType

Enumeration Members

MENU: 512

specify that the text is for a menu

PRINT_BLACK: 256

specify static text in the named color

PRINT_BLUE: 260

specify static text in the named color

PRINT_CYAN: 263

specify static text in the named color

PRINT_GREEN: 259

specify static text in the named color

PRINT_MAGENTA: 262

specify static text in the named color

PRINT_RED: 258

specify static text in the named color

PRINT_WHITE: 257

specify static text in the named color

PRINT_YELLOW: 261

specify static text in the named color

SCROLL_BLACK: 0

specify scrolling text in the named color

SCROLL_BLUE: 4

specify scrolling text in the named color

SCROLL_CYAN: 7

specify scrolling text in the named color

SCROLL_GREEN: 3

specify scrolling text in the named color

SCROLL_MAGENTA: 6

specify scrolling text in the named color

SCROLL_RED: 2

specify scrolling text in the named color

SCROLL_WHITE: 1

specify scrolling text in the named color

SCROLL_YELLOW: 5

specify scrolling text in the named color

Generated using TypeDoc