C# Class SwfDotNet.Data.Tags.TextRecord

Summary description for TextRecord.
Mostra 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_oe property

public byte alpha
return byte

blue public_oe property

public byte blue
return byte

flags public_oe property

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

fontId public_oe property

public ushort fontId
return ushort

glyphCount public_oe property

public byte glyphCount
return byte

glyphEntries public_oe property

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

green public_oe property

public byte green
return byte

red public_oe property

public byte red
return byte

textHeight public_oe property

public ushort textHeight
return ushort

xOffset public_oe property

public short xOffset
return short

yOffset public_oe property

public short yOffset
return short