FontPosture.hx 93 B

123456
  1. package flash.text.engine;
  2. @:fakeEnum(String) extern enum FontPosture {
  3. ITALIC;
  4. NORMAL;
  5. }