GridFitType.hx 94 B

1234567
  1. package flash.text;
  2. @:fakeEnum(String) extern enum GridFitType {
  3. NONE;
  4. PIXEL;
  5. SUBPIXEL;
  6. }