C# Class 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.

Inheritance: AbstractSwfElement
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
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

Method Details

KerningRecord() public méthode

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.
Résultat System

Parse() public méthode

Parses this object out of a stream
public Parse ( Stream input, bool fontFlagsWideCodes ) : void
input Stream
fontFlagsWideCodes bool
Résultat void

ToString() public méthode

Converts the value of this instance to a System.String.
public ToString ( ) : string
Résultat string

Verify() public méthode

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Résultat bool

Write() public méthode

public Write ( Stream output, bool fontFlagsWideCodes ) : void
output Stream
fontFlagsWideCodes bool
Résultat void