View source
abstract AbstractTextFormat(TextFormat)
package feathers.text
from TextFormat, to TextFormat,
import feathers.text.TextFormat
Converts a openfl.text.TextFormat
value to a feathers.text.TextFormat
used by many Feathers UI components.
Available since
1.0.0
.See also:
Static methods
staticfromSimpleTextFormat(textFormat:TextFormat):AbstractTextFormat
Converts an openfl.text.TextFormat
value to a
feathers.text.TextFormat
value.
Available since
1.0.0
.Methods
toSimpleTextFormat():TextFormat
Converts a feathers.text.TextFormat
value to an
openfl.text.TextFormat
value.