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

KerningRecordCollection class
Inheritance: System.Collections.CollectionBase
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
Add ( KerningRecord value ) : KerningRecord

Adds the specified value.

AddRange ( KerningRecord values ) : void

Adds the range.

Contains ( KerningRecord value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( KerningRecord value ) : int

Get the index of.

Insert ( int index, KerningRecord value ) : void

Inserts the specified index.

KerningRecordCollection ( ) : System

Creates a new KerningRecordCollection instance.

ReadData ( BufferedBinaryReader binaryReader, bool fontFlagsWideCodes ) : void

Reads the data.

Remove ( KerningRecord value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes to the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

this ( int index ) : KerningRecord

Gets or sets the KerningRecord at the specified index.

Method Details

Add() public method

Adds the specified value.
public Add ( KerningRecord value ) : KerningRecord
value KerningRecord Value.
return KerningRecord

AddRange() public method

Adds the range.
public AddRange ( KerningRecord values ) : void
values KerningRecord Values.
return void

Contains() public method

Containses the specified value.
public Contains ( KerningRecord value ) : bool
value KerningRecord Value.
return bool

GetSizeOf() public method

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

IndexOf() public method

Get the index of.
public IndexOf ( KerningRecord value ) : int
value KerningRecord Value.
return int

Insert() public method

Inserts the specified index.
public Insert ( int index, KerningRecord value ) : void
index int Index.
value KerningRecord Value.
return void

KerningRecordCollection() public method

Creates a new KerningRecordCollection instance.
public KerningRecordCollection ( ) : System
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

Remove() public method

Removes the specified value.
public Remove ( KerningRecord value ) : void
value KerningRecord Value.
return void

Serialize() public method

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

WriteTo() public method

Writes to.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
return void

this() public method

Gets or sets the KerningRecord at the specified index.
public this ( int index ) : KerningRecord
index int
return KerningRecord