Packagecom.adobe.mediacore.textformat
Classpublic final class Font
InheritanceFont Inheritance Object

The Font enum is used to provide a text font.



Public Constants
 ConstantDefined By
  CASUAL : String = casual
[static]
Font
  CURSIVE : String = cursive
[static]
Font
  DEFAULT : String = default
[static]
Font
  MONOSPACED_WITHOUT_SERIFS : String = monospaced_without_serifs
[static]
Font
  MONOSPACED_WITH_SERIFS : String = monospaced_with_serifs
[static]
Font
  PROPORTIONAL_WITHOUT_SERIFS : String = proportional_without_serifs
[static]
Font
  PROPORTIONAL_WITH_SERIFS : String = proportional_with_serifs
[static]
Font
  SMALL_CAPITALS : String = small_capitals
[static]
Font
Constant Detail
CASUALConstant
public static const CASUAL:String = casual

CURSIVEConstant 
public static const CURSIVE:String = cursive

DEFAULTConstant 
public static const DEFAULT:String = default

MONOSPACED_WITH_SERIFSConstant 
public static const MONOSPACED_WITH_SERIFS:String = monospaced_with_serifs

MONOSPACED_WITHOUT_SERIFSConstant 
public static const MONOSPACED_WITHOUT_SERIFS:String = monospaced_without_serifs

PROPORTIONAL_WITH_SERIFSConstant 
public static const PROPORTIONAL_WITH_SERIFS:String = proportional_with_serifs

PROPORTIONAL_WITHOUT_SERIFSConstant 
public static const PROPORTIONAL_WITHOUT_SERIFS:String = proportional_without_serifs

SMALL_CAPITALSConstant 
public static const SMALL_CAPITALS:String = small_capitals