TextFormatDisplay.hx 72 B

123456
  1. package flash.text;
  2. extern enum TextFormatDisplay {
  3. BLOCK;
  4. INLINE;
  5. }