| Package | com.swfwire.decompiler.data.swf.records |
| Class | public class TextRecord |
| Inheritance | TextRecord Object |
| Property | Defined 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 | ||
| fontId | property |
public var fontId:uint| glyphCount | property |
public var glyphCount:uint| glyphEntries | property |
public var glyphEntries:Vector.<GlyphEntryRecord>| styleFlagsHasColor | property |
public var styleFlagsHasColor:Boolean| styleFlagsHasFont | property |
public var styleFlagsHasFont:Boolean| styleFlagsHasXOffset | property |
public var styleFlagsHasXOffset:Boolean| styleFlagsHasYOffset | property |
public var styleFlagsHasYOffset:Boolean| styleFlagsReserved | property |
public var styleFlagsReserved:uint| textColor | property |
public var textColor:RGBRecord| textHeight | property |
public var textHeight:uint| xOffset | property |
public var xOffset:int| yOffset | property |
public var yOffset:int