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
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Свойство Type Description
_fontID System.UInt16
_glyphShapeTable Shape[]
_numberOfGlyphs System.UInt16

Méthodes publiques

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

Méthodes protégées

Méthode Description
Parse ( ) : void

Parses this object out of a stream

Method Details

DefineFont() public méthode

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

Parse() protected méthode

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

Property Details

_fontID protected_oe property

protected UInt16,System _fontID
Résultat System.UInt16

_glyphShapeTable protected_oe property

protected Shape[] _glyphShapeTable
Résultat Shape[]

_numberOfGlyphs protected_oe property

protected UInt16,System _numberOfGlyphs
Résultat System.UInt16