C# Class SwfDotNet.IO.Tags.DefineText

DefineText is the abstract class of the DefineTextTag and the DefineText2Tag object.
Inheritance: BaseTag, DefineTag
Datei anzeigen Open project: bladecoding/SwfExport

Public Methods

Method Description
GetSizeOf ( ) : int

Gets the size of.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

see base class

Resolve ( Swf swf ) : void

Resolves method. This method provides the way to update the textrecords glyph indexes from Font object contained by the Swf Dictionnary.

Serialize ( XmlWriter writer ) : void

Serializes with the specified writer.

UpdateData ( byte version ) : void

see base class

Protected Methods

Method Description
Init ( ) : void

Inits this instance.

Private Methods

Method Description
GetAdvanceBits ( ) : byte

Gets the advance bits.

GetGlyphBits ( ) : byte

Gets the glyph bits.

Method Details

GetSizeOf() public method

Gets the size of.
public GetSizeOf ( ) : int
return int

Init() protected method

Inits this instance.
protected Init ( ) : void
return void

ReadData() public method

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
return void

Resolve() public method

Resolves method. This method provides the way to update the textrecords glyph indexes from Font object contained by the Swf Dictionnary.
public Resolve ( Swf swf ) : void
swf Swf SWF.
return void

Serialize() public method

Serializes with the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
return void

UpdateData() public method

see base class
public UpdateData ( byte version ) : void
version byte
return void