C# Класс Recurity.Swf.KerningRecord

A Kerning Record defines the distance between two glyphs in EM square coordinates. Certain

pairs of glyphs appear more aesthetically pleasing if they are moved closer together, or farther

apart. The FontKerningCode1 and FontKerningCode2 fields are the character codes for the

left and right characters. The FontKerningAdjustment field is a signed integer that defines a

value to be added to the advance value of the left character.

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

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

Метод Описание
KerningRecord ( byte InitialVersion ) : System

A Kerning Record defines the distance between two glyphs in EM square coordinates.

Parse ( Stream input, bool fontFlagsWideCodes ) : void

Parses this object out of a stream

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output, bool fontFlagsWideCodes ) : void

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

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

A Kerning Record defines the distance between two glyphs in EM square coordinates.
public KerningRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System

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

Parses this object out of a stream
public Parse ( Stream input, bool fontFlagsWideCodes ) : void
input Stream
fontFlagsWideCodes bool
Результат void

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

Converts the value of this instance to a System.String.
public ToString ( ) : string
Результат string

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

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Результат bool

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

public Write ( Stream output, bool fontFlagsWideCodes ) : void
output Stream
fontFlagsWideCodes bool
Результат void