Packageorg.osmf.smpte.tt.styling
Classpublic class Font
InheritanceFont Inheritance Object



Public Properties
 PropertyDefined By
  emHeight : Number
[read-only]
Font
  fontFamily : String
[read-only]
Font
  fontSize : Number
[read-only]
Font
  fontStyle : String
[read-only]
Font
  fontWeight : String
[read-only]
Font
  leftToRight : Boolean
Font
Public Methods
 MethodDefined By
  
Font(p_fontFamily:String, p_emHeight:Number, p_fontWeight:FontWeightAttributeValue, p_fontStyle:FontStyleAttributeValue)
Font
Property Detail
emHeightproperty
emHeight:Number  [read-only]


Implementation
    public function get emHeight():Number
fontFamilyproperty 
fontFamily:String  [read-only]


Implementation
    public function get fontFamily():String
fontSizeproperty 
fontSize:Number  [read-only]


Implementation
    public function get fontSize():Number
fontStyleproperty 
fontStyle:String  [read-only]


Implementation
    public function get fontStyle():String
fontWeightproperty 
fontWeight:String  [read-only]


Implementation
    public function get fontWeight():String
leftToRightproperty 
leftToRight:Boolean


Implementation
    public function get leftToRight():Boolean
    public function set leftToRight(value:Boolean):void
Constructor Detail
Font()Constructor
public function Font(p_fontFamily:String, p_emHeight:Number, p_fontWeight:FontWeightAttributeValue, p_fontStyle:FontStyleAttributeValue)



Parameters
p_fontFamily:String
 
p_emHeight:Number
 
p_fontWeight:FontWeightAttributeValue
 
p_fontStyle:FontStyleAttributeValue