CapsStyle.hx 93 B

1234567
  1. package flash.display;
  2. @:fakeEnum(String) extern enum CapsStyle {
  3. NONE;
  4. ROUND;
  5. SQUARE;
  6. }