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

KerningRecord
Inheritance: ISwfSerializer
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method 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 method

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

KerningRecord() public method

Creates a new KerningRecord instance.
public KerningRecord ( ) : System
return System

KerningRecord() public method

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.
return System

ReadData() public method

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

Serialize() public method

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

WriteTo() public method

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