Packagecom.adobe.mediacore.textformat
Classpublic final class FontEdge
InheritanceFontEdge Inheritance Object

The FontEdge enum is used to specify the desired font edge.



Public Constants
 ConstantDefined By
  DEFAULT : String = default
[static]
FontEdge
  DEPRESSED : String = depressed
[static]
FontEdge
  DROP_SHADOW_LEFT : String = drop_shadow_left
[static]
FontEdge
  DROP_SHADOW_RIGHT : String = drop_shadow_right
[static]
FontEdge
  NONE : String = none
[static]
FontEdge
  RAISED : String = raised
[static]
FontEdge
  UNIFORM : String = uniform
[static]
FontEdge
Constant Detail
DEFAULTConstant
public static const DEFAULT:String = default

DEPRESSEDConstant 
public static const DEPRESSED:String = depressed

DROP_SHADOW_LEFTConstant 
public static const DROP_SHADOW_LEFT:String = drop_shadow_left

DROP_SHADOW_RIGHTConstant 
public static const DROP_SHADOW_RIGHT:String = drop_shadow_right

NONEConstant 
public static const NONE:String = none

RAISEDConstant 
public static const RAISED:String = raised

UNIFORMConstant 
public static const UNIFORM:String = uniform