Packagecom.swfwire.decompiler.data.swf.records
Classpublic class TextRecord
InheritanceTextRecord Inheritance Object



Public Properties
 PropertyDefined By
  fontId : uint
TextRecord
  glyphCount : uint
TextRecord
  glyphEntries : Vector.<GlyphEntryRecord>
TextRecord
  styleFlagsHasColor : Boolean
TextRecord
  styleFlagsHasFont : Boolean
TextRecord
  styleFlagsHasXOffset : Boolean
TextRecord
  styleFlagsHasYOffset : Boolean
TextRecord
  styleFlagsReserved : uint
TextRecord
  textColor : RGBRecord
TextRecord
  textHeight : uint
TextRecord
  xOffset : int
TextRecord
  yOffset : int
TextRecord
Property Detail
fontIdproperty
public var fontId:uint

glyphCountproperty 
public var glyphCount:uint

glyphEntriesproperty 
public var glyphEntries:Vector.<GlyphEntryRecord>

styleFlagsHasColorproperty 
public var styleFlagsHasColor:Boolean

styleFlagsHasFontproperty 
public var styleFlagsHasFont:Boolean

styleFlagsHasXOffsetproperty 
public var styleFlagsHasXOffset:Boolean

styleFlagsHasYOffsetproperty 
public var styleFlagsHasYOffset:Boolean

styleFlagsReservedproperty 
public var styleFlagsReserved:uint

textColorproperty 
public var textColor:RGBRecord

textHeightproperty 
public var textHeight:uint

xOffsetproperty 
public var xOffset:int

yOffsetproperty 
public var yOffset:int