Packageorg.osmf.smpte.tt.styling
Classpublic class FontSize
InheritanceFontSize Inheritance NumberPair Inheritance Object



Public Properties
 PropertyDefined By
 InheritedcellColumns : int
[static]
NumberPair
 InheritedcellRows : int
[static]
NumberPair
 Inheritedfirst : Number
[read-only]
NumberPair
  fontHeight : Number
[read-only]
FontSize
  fontWidth : Number
[read-only]
FontSize
 Inheritedsecond : Number
[read-only]
NumberPair
 InheritedunitMeasureHorizontal : Unit
NumberPair
 InheritedunitMeasureVertical : Unit
NumberPair
Protected Properties
 PropertyDefined By
 InheritedhorizontalContext : Number
NumberPair
 InheritedhorizontalFontContext : Number
NumberPair
 InheritedhorizontalValue : Number
NumberPair
 InheritedisRelativeFontHorizontal : Boolean
NumberPair
 InheritedisRelativeFontVertical : Boolean
NumberPair
 InheritedisRelativeHorizontal : Boolean
NumberPair
 InheritedisRelativeVertical : Boolean
NumberPair
 InheritedverticalContext : Number
NumberPair
 InheritedverticalFontContext : Number
NumberPair
 InheritedverticalValue : Number
NumberPair
Public Methods
 MethodDefined By
  
FontSize(... p_args)
FontSize
  
[static]
FontSize
 Inherited
isEmpty():Boolean
NumberPair
  
setCellSize(p_expression:String):void
[static] Set the number of cells up into which to divide the render canvas
FontSize
 Inherited
setContext(p_width:Number, p_height:Number):void
% sizes are not valid unless this has been set.
NumberPair
 Inherited
setFontContext(p_width:Number, p_height:Number):void
em sizes are not valid unless this has been set.
NumberPair
 Inherited
toString():String
NumberPair
Protected Methods
 MethodDefined By
 Inherited
parse(p_expression:String):void
NumberPair
Public Constants
 ConstantDefined By
 InheritedmatchPairRE : RegExp
[static]
NumberPair
 InheritedmatchRowColRE : RegExp
[static]
NumberPair
Property Detail
fontHeightproperty
fontHeight:Number  [read-only]


Implementation
    public function get fontHeight():Number
fontWidthproperty 
fontWidth:Number  [read-only]


Implementation
    public function get fontWidth():Number
Constructor Detail
FontSize()Constructor
public function FontSize(... p_args)



Parameters
... p_args
Method Detail
getFontSize()method
public static function getFontSize(value:*):FontSize

Parameters

value:*

Returns
FontSize
setCellSize()method 
public static function setCellSize(p_expression:String):void

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 9.0

Set the number of cells up into which to divide the render canvas

Parameters

p_expression:String