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

KerningRecord
Inheritance: ISwfSerializer
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
GetSizeOf ( ) : int

Gets the size of.

KerningRecord ( ) : System

Creates a new KerningRecord instance.

KerningRecord ( bool fontFlagsWideCodes, ushort fontFlagsWideCode1, ushort fontFlagsWideCode2, short fontKerningAdjustement ) : System

Creates a new KerningRecord instance.

ReadData ( BufferedBinaryReader binaryReader, bool fontFlagsWideCodes ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

Method Details

GetSizeOf() public méthode

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

KerningRecord() public méthode

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

KerningRecord() public méthode

Creates a new KerningRecord instance.
public KerningRecord ( bool fontFlagsWideCodes, ushort fontFlagsWideCode1, ushort fontFlagsWideCode2, short fontKerningAdjustement ) : System
fontFlagsWideCodes bool Font flags wide codes.
fontFlagsWideCode1 ushort Font flags wide code1.
fontFlagsWideCode2 ushort Font flags wide code2.
fontKerningAdjustement short Font kerning adjustement.
Résultat System

ReadData() public méthode

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, bool fontFlagsWideCodes ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
fontFlagsWideCodes bool Font flags wide codes.
Résultat void

Serialize() public méthode

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

WriteTo() public méthode

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
Résultat void