Packageorg.libspark.swfassist.swf.structures
Classpublic class TextRecord



Public Properties
 PropertyDefined by
  fontId : uint
TextRecord
  glyphEntries : Array
TextRecord
  hasColor : Boolean
TextRecord
  hasFont : Boolean
TextRecord
  hasXOffset : Boolean
TextRecord
  hasYOffset : Boolean
TextRecord
  textColor : RGBA
Swfassist ignores ALPHA if this class is part of DefineText.
TextRecord
  textHeight : uint
TextRecord
  xOffset : int
TextRecord
  yOffset : int
TextRecord
Property detail
fontIdproperty
fontId:uint  [read-write]Implementation
    public function get fontId():uint
    public function set fontId(value:uint):void
glyphEntriesproperty 
glyphEntries:Array  [read-write]Implementation
    public function get glyphEntries():Array
    public function set glyphEntries(value:Array):void
hasColorproperty 
hasColor:Boolean  [read-write]Implementation
    public function get hasColor():Boolean
    public function set hasColor(value:Boolean):void
hasFontproperty 
hasFont:Boolean  [read-write]Implementation
    public function get hasFont():Boolean
    public function set hasFont(value:Boolean):void
hasXOffsetproperty 
hasXOffset:Boolean  [read-write]Implementation
    public function get hasXOffset():Boolean
    public function set hasXOffset(value:Boolean):void
hasYOffsetproperty 
hasYOffset:Boolean  [read-write]Implementation
    public function get hasYOffset():Boolean
    public function set hasYOffset(value:Boolean):void
textColorproperty 
textColor:RGBA  [read-write]

Swfassist ignores ALPHA if this class is part of DefineText.

Implementation
    public function get textColor():RGBA
    public function set textColor(value:RGBA):void
textHeightproperty 
textHeight:uint  [read-write]Implementation
    public function get textHeight():uint
    public function set textHeight(value:uint):void
xOffsetproperty 
xOffset:int  [read-write]Implementation
    public function get xOffset():int
    public function set xOffset(value:int):void
yOffsetproperty 
yOffset:int  [read-write]Implementation
    public function get yOffset():int
    public function set yOffset(value:int):void