C# Class SwfDotNet.Data.Tags.TextRecord

Summary description for TextRecord.
Show file Open project: bladecoding/SwfExport

Public Properties

Property Type Description
alpha byte
blue byte
flags System.Collections.BitArray
fontId ushort
glyphCount byte
glyphEntries SwfDotNet.Data.Tags.GlyphEntry[]
green byte
red byte
textHeight ushort
xOffset short
yOffset short

Public Methods

Method Description
TextRecord ( ) : System

Method Details

TextRecord() public method

public TextRecord ( ) : System
return System

Property Details

alpha public property

public byte alpha
return byte

blue public property

public byte blue
return byte

flags public property

public BitArray,System.Collections flags
return System.Collections.BitArray

fontId public property

public ushort fontId
return ushort

glyphCount public property

public byte glyphCount
return byte

glyphEntries public property

public GlyphEntry[],SwfDotNet.Data.Tags glyphEntries
return SwfDotNet.Data.Tags.GlyphEntry[]

green public property

public byte green
return byte

red public property

public byte red
return byte

textHeight public property

public ushort textHeight
return ushort

xOffset public property

public short xOffset
return short

yOffset public property

public short yOffset
return short