A special replacement for openfl.text.TextFormat
that dispatches
Event.CHANGE
when any of its properties changes, and supports creating a
clone with the same properties.
Available since
1.0.0
.A special replacement for openfl.text.TextFormat
that dispatches
Event.CHANGE
when any of its properties changes, and supports creating a
clone with the same properties.
1.0.0
.new(?font:String, ?size:Int, ?color:Int, ?bold:Bool, ?italic:Bool, ?underline:Bool, ?url:String, ?target:String, ?align:TextFormatAlign, ?leftMargin:Int, ?rightMargin:Int, ?indent:Int, ?leading:Int)