C# Class Recurity.Swf.TagHandler.DefineFontInfo

The DefineFontInfo tag defines a mapping from a glyph font (defined with DefineFont) to a device font.
The DefineFontInfo tag defines a mapping from a glyph font (defined with DefineFont) to a device font. It provides a font name and style to pass to the playback platform’s text engine, and a table of character codes that identifies the character represented by each glyph in the corresponding DefineFont tag, allowing the glyph indices of a DefineText tag to be converted to character strings.
Inheritance: AbstractTagHandler
Mostrar archivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
DefineFontInfo ( byte InitialVersion ) : System

The DefineFontInfo tag defines a mapping from a glyph font (defined with DefineFont) to a device font.

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

DefineFontInfo() public method

The DefineFontInfo tag defines a mapping from a glyph font (defined with DefineFont) to a device font.
public DefineFontInfo ( 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