C# Class SwfDotNet.IO.Tags.DefineText

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Init ( ) : void

Inits this instance.

Private Methods

Méthode Description
GetAdvanceBits ( ) : byte

Gets the advance bits.

GetGlyphBits ( ) : byte

Gets the glyph bits.

Method Details

GetSizeOf() public méthode

Gets the size of.
public GetSizeOf ( ) : int
Résultat int

Init() protected méthode

Inits this instance.
protected Init ( ) : void
Résultat void

ReadData() public méthode

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

Resolve() public méthode

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.
Résultat void

Serialize() public méthode

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

UpdateData() public méthode

see base class
public UpdateData ( byte version ) : void
version byte
Résultat void