FontLookup.hx 98 B

123456
  1. package flash.text.engine;
  2. @:fakeEnum(String) extern enum FontLookup {
  3. DEVICE;
  4. EMBEDDED_CFF;
  5. }