Base Framework
Static Public Attributes | List of all members
GraphicsContext::TextFormat Class Reference

Static Public Attributes

static const unsigned int LEFT = 1
 
static const unsigned int CENTER = 2
 
static const unsigned int RIGHT = 4
 
static const unsigned int TOP = 8
 
static const unsigned int MIDDLE = 16
 
static const unsigned int BOTTOM = 32
 
static const unsigned int MULTIPLE_LINES = 64
 
static const unsigned int BREAK_WORDS = 128
 
static const unsigned int PREFIX = 256
 

Member Data Documentation

◆ BOTTOM

const unsigned int GraphicsContext::TextFormat::BOTTOM = 32
static

Align to bottom.

◆ BREAK_WORDS

const unsigned int GraphicsContext::TextFormat::BREAK_WORDS = 128
static

Break words.

◆ CENTER

const unsigned int GraphicsContext::TextFormat::CENTER = 2
static

Align at the center (horizontally).

◆ LEFT

const unsigned int GraphicsContext::TextFormat::LEFT = 1
static

Align to the left.

◆ MIDDLE

const unsigned int GraphicsContext::TextFormat::MIDDLE = 16
static

Align to middle (vertically).

◆ MULTIPLE_LINES

const unsigned int GraphicsContext::TextFormat::MULTIPLE_LINES = 64
static

Allow multiple lines.

◆ PREFIX

const unsigned int GraphicsContext::TextFormat::PREFIX = 256
static

Accept '&' as underline prefix.

◆ RIGHT

const unsigned int GraphicsContext::TextFormat::RIGHT = 4
static

Align to the right.

◆ TOP

const unsigned int GraphicsContext::TextFormat::TOP = 8
static

Align to top.