C# Класс SwfDotNet.IO.Tags.Types.KerningRecord

KerningRecord
Наследование: ISwfSerializer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetSizeOf() публичный Метод

Gets the size of.
public GetSizeOf ( ) : int
Результат int

KerningRecord() публичный Метод

Creates a new KerningRecord instance.
public KerningRecord ( ) : System
Результат System

KerningRecord() публичный Метод

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.
Результат System

ReadData() публичный Метод

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, bool fontFlagsWideCodes ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
fontFlagsWideCodes bool Font flags wide codes.
Результат void

Serialize() публичный Метод

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Результат void

WriteTo() публичный Метод

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
Результат void