forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
12
Kha/Tools/linux_arm64/std/flash/text/StyleSheet.hx
Normal file
12
Kha/Tools/linux_arm64/std/flash/text/StyleSheet.hx
Normal file
@ -0,0 +1,12 @@
|
||||
package flash.text;
|
||||
|
||||
extern class StyleSheet extends flash.events.EventDispatcher implements Dynamic {
|
||||
@:flash.property var styleNames(get,never) : Array<Dynamic>;
|
||||
function new() : Void;
|
||||
function clear() : Void;
|
||||
function getStyle(styleName : String) : flash.utils.Object;
|
||||
private function get_styleNames() : Array<Dynamic>;
|
||||
function parseCSS(CSSText : String) : Void;
|
||||
function setStyle(styleName : String, styleObject : flash.utils.Object) : Void;
|
||||
function transform(formatObject : flash.utils.Object) : TextFormat;
|
||||
}
|
Reference in New Issue
Block a user