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
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

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

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

Parse() public method

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

ToString() public method

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

Verify() public method

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

Write() public method

public Write ( Stream output, bool fontFlagsWideCodes ) : void
output Stream
fontFlagsWideCodes bool
return void