enum

PointClickEngine::Graphics::UI::TextAlign

Inherits Enum < Comparable < Value < Object

Text alignment options

Constants

Left = 0
Center = 1
Right = 2

Instance methods

center?

Returns true if this enum value equals Center

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source