FontStyle.hx 87 B

12345678
  1. package flash.text;
  2. extern enum FontStyle {
  3. BOLD;
  4. BOLD_ITALIC;
  5. ITALIC;
  6. REGULAR;
  7. }