C# Class SwfDotNet.IO.Tags.Types.TextRecord

Text Record class
Inheritance: ISwfSerializer
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
GetAdvanceBits ( ) : byte

Gets the advance bits.

GetGlyphBits ( ) : byte

Gets the glyph bits.

GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader, bool &endOfRecordsFlag, TagCodeEnum tagCodeEnum ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes with the specified writer.

TextRecord ( ) : System

Creates a new TextRecord instance.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

Méthodes protégées

Méthode Description
Init ( ) : void

Inits this instance.

Private Methods

Méthode Description
HasColor ( ) : bool

Determines whether this instance has color.

HasFont ( ) : bool

Determines whether this instance has font.

HasStyle ( ) : bool

Determines whether this instance has style.

HasXOffset ( ) : bool

Determines whether [has X offset].

HasYOffset ( ) : bool

Determines whether [has Y offset].

Method Details

GetAdvanceBits() public méthode

Gets the advance bits.
public GetAdvanceBits ( ) : byte
Résultat byte

GetGlyphBits() public méthode

Gets the glyph bits.
public GetGlyphBits ( ) : byte
Résultat byte

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

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, bool &endOfRecordsFlag, TagCodeEnum tagCodeEnum ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
endOfRecordsFlag bool End of records flag.
tagCodeEnum TagCodeEnum Tag code enum.
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

TextRecord() public méthode

Creates a new TextRecord instance.
public TextRecord ( ) : System
Résultat System

WriteTo() public méthode

Writes to a binary writer.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
Résultat void