C# Class Recurity.Swf.TagHandler.DefineFontAlignZones

The DefineFontAlignZones tag modifies a DefineFont3 tag.
The advanced text rendering engine uses alignment zones to establish the borders of a glyph for pixel snapping. Alignment zones are critical for high-quality display of fonts.The alignment zone defines a bounding box for strong vertical and horizontal components of a glyph. The box is described by a left coordinate, thickness, baseline coordinate, and height. Small thicknesses or heights are often set to 0.
Inheritance: AbstractTagHandler, Helper.ISwfCharacter
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
DefineFontAlignZones ( byte InitialVersion ) : System

The DefineFontAlignZones tag modifies a DefineFont3 tag.

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 ) : void

Protected Methods

Method Description
Parse ( ) : void

Parses this object out of a stream

Method Details

DefineFontAlignZones() public method

The DefineFontAlignZones tag modifies a DefineFont3 tag.
public DefineFontAlignZones ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System

Parse() protected method

Parses this object out of a stream
protected Parse ( ) : void
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 ) : void
output Stream
return void