BMFHorizontalAlign class

Text水平方向上围绕position的对齐方式

Constructors

BMFHorizontalAlign()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ALIGN_CENTER_HORIZONTAL → const int
文字覆盖物水平对齐方式:水平居中对齐
ALIGN_LEFT → const int
文字覆盖物水平对齐方式:左对齐
ALIGN_RIGHT → const int
文字覆盖物水平对齐方式:右对齐