Struct Drawer::TextAlignment#

Nested Relationships#

This struct is a nested type of Class Drawer.

Struct Documentation#

struct TextAlignment

Text alignment representation.

TextAlignment represents the alignment of MooViE Labels. It can be used for both horizontal and vertical alignment.

Public Functions

TextAlignment(double ratio)

Public Members

double ratio

Public Static Attributes

static const TextAlignment LEFT
static const TextAlignment HALF_LEFT
static const TextAlignment CENTERED
static const TextAlignment HALF_RIGHT
static const TextAlignment RIGHT