The FontPosture class is an enumeration of constant values used with FontDescription.fontPosture and StageText.fontPostures to set text to italic or normal.

See also:

Variables

@:value(cast 0)@:impl@:enuminlineread onlyITALIC:FontPosture = 0

Used to indicate italic font posture.

@:value(cast 1)@:impl@:enuminlineread onlyNORMAL:FontPosture = 1

Used to indicate normal font posture.