Class fever.display.text.TextFormatAlign

Description

Provides values for text alignment in the TextFormat class.

Field Index

CENTER, JUSTIFY, LEFT, RIGHT

Field Detail

CENTER

static public CENTER:String
Centers the text in the text field.

JUSTIFY

static public JUSTIFY:String
Justifies text within the text field.

LEFT

static public LEFT:String
Aligns text to the left within the text field.

RIGHT

static public RIGHT:String
Aligns text to the right within the text field.