C# Class Recurity.Swf.TagHandler.DefineFont

The DefineFont tag defines the shape outlines of each glyph used in a particular font
The DefineFont tag defines the shape outlines of each glyph used in a particular font. Only the glyphs that are used by subsequent DefineText tags are actually defined. DefineFont tags cannot be used for dynamic text. Dynamic text requires the DefineFont2 tag.
Inheritance: AbstractTagHandler, ISwfCharacter
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Property Type Description
_fontID System.UInt16
_glyphShapeTable Shape[]
_numberOfGlyphs System.UInt16

Public Methods

Method Description
DefineFont ( byte InitialVersion ) : System

The DefineFont tag defines the shape outlines of each glyph used in a particular 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

DefineFont() public method

The DefineFont tag defines the shape outlines of each glyph used in a particular font.
public DefineFont ( 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

Property Details

_fontID protected_oe property

protected UInt16,System _fontID
return System.UInt16

_glyphShapeTable protected_oe property

protected Shape[] _glyphShapeTable
return Shape[]

_numberOfGlyphs protected_oe property

protected UInt16,System _numberOfGlyphs
return System.UInt16