package flash.text; @:fakeEnum(String) extern enum FontStyle { BOLD; BOLD_ITALIC; ITALIC; REGULAR; }