enum

Draw::VAlign

Inherits Enum < Comparable < Value < Object

Vertical Alignment of the text

Constants

Top = 0

Top aligned text

Center = 1

Centered text

Bottom = 2

Bottom aligned text

Baseline = 3

Align text with baseline of the font

Instance methods

baseline?

Returns true if this enum value equals Baseline

Source
bottom?

Returns true if this enum value equals Bottom

Source
center?

Returns true if this enum value equals Center

Source
top?

Returns true if this enum value equals Top

Source