enum

Draw::HAlign

Inherits Enum < Comparable < Value < Object

Horizontal Alignment of the text

Constants

Left = 0

Horizontally align to left

Center = 1

Horizontally align to center

Right = 2

Horizontally align to right

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