C# Class Recurity.Swf.TagHandler.DefineFontName

The DefineFontName tag contains the name and copyright information for a font embedded in the Swf file.

Inheritance: AbstractTagHandler
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Méthodes publiques

Méthode Description
DefineFontName ( byte InitialVersion ) : System

The DefineFontName tag contains the name and copyright information for a font embedded in the Swf file.

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

DefineFontName() public méthode

The DefineFontName tag contains the name and copyright information for a font embedded in the Swf file.

public DefineFontName ( 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