C# Класс 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.
Наследование: AbstractTagHandler, ISwfCharacter
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_fontID System.UInt16
_glyphShapeTable Shape[]
_numberOfGlyphs System.UInt16

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Parse ( ) : void

Parses this object out of a stream

Описание методов

DefineFont() публичный Метод

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.
Результат System

Parse() защищенный Метод

Parses this object out of a stream
protected Parse ( ) : void
Результат void

ToString() публичный Метод

Converts the value of this instance to a System.String.
public ToString ( ) : string
Результат string

Verify() публичный Метод

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Результат bool

Write() публичный Метод

public Write ( Stream output ) : void
output Stream
Результат void

Описание свойств

_fontID защищенное свойство

protected UInt16,System _fontID
Результат System.UInt16

_glyphShapeTable защищенное свойство

protected Shape[] _glyphShapeTable
Результат Shape[]

_numberOfGlyphs защищенное свойство

protected UInt16,System _numberOfGlyphs
Результат System.UInt16