FontWeight.hx 90 B

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