Packageorg.osmf.smpte.tt.styling
Classpublic class TextOutline
InheritanceTextOutline Inheritance Object



Public Properties
 PropertyDefined By
  alpha : Number
TextOutline
  blur : Number
[read-only]
TextOutline
  color : uint
TextOutline
  colorDefined : Boolean
TextOutline
  filters : Vector.<GlowFilter>
[read-only]
TextOutline
  width : Number
[read-only]
TextOutline
Public Methods
 MethodDefined By
  
TextOutline(... p_args)
Create an absolute text outline
TextOutline
  
setContext(p_width:Number, p_height:Number):void
% sizes are not valid unless this has been set.
TextOutline
  
setFontContext(p_width:Number, p_height:Number):void
em sizes are not valid unless this has been set.
TextOutline
Property Detail
alphaproperty
alpha:Number


Implementation
    public function get alpha():Number
    public function set alpha(value:Number):void
blurproperty 
blur:Number  [read-only]


Implementation
    public function get blur():Number
colorproperty 
color:uint


Implementation
    public function get color():uint
    public function set color(value:uint):void
colorDefinedproperty 
colorDefined:Boolean


Implementation
    public function get colorDefined():Boolean
    public function set colorDefined(value:Boolean):void
filtersproperty 
filters:Vector.<GlowFilter>  [read-only]


Implementation
    public function get filters():Vector.<GlowFilter>
widthproperty 
width:Number  [read-only]


Implementation
    public function get width():Number
Constructor Detail
TextOutline()Constructor
public function TextOutline(... p_args)

Create an absolute text outline

Parameters
... p_args
Method Detail
setContext()method
public function setContext(p_width:Number, p_height:Number):void

% sizes are not valid unless this has been set.

Parameters

p_width:Number
 
p_height:Number

setFontContext()method 
public function setFontContext(p_width:Number, p_height:Number):void

em sizes are not valid unless this has been set.

Parameters

p_width:Number
 
p_height:Number