C# Класс Recurity.Swf.TagHandler.DefineFont3

The DefineFont3 tag extends the functionality of DefineFont2 by expressing the SHAPE coordinates in the GlyphShapeTable at 20 times the resolution.
The DefineFont3 tag is introduced along with the DefineFontAlignZones tag in Swf 8. The DefineFontAlignZones tag is optional but recommended for Swf files using advanced antialiasing, and it modifies the DefineFont3 tag. The DefineFont3 tag extends the functionality of DefineFont2 by expressing the SHAPE coordinates in the GlyphShapeTable at 20 times the resolution. All the EMSquare coordinates are multiplied by 20 at export, allowing fractional resolution to 1/20 of a unit. This allows for more precisely defined glyphs and results in better visual quality.
Наследование: DefineFont2
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DefineFont3 ( byte InitialVersion ) : System

The DefineFont3 tag extends the functionality of DefineFont2 by expressing the SHAPE

coordinates in the GlyphShapeTable at 20 times the resolution.

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

ParseCodeTable ( Stream input ) : void

WriteCodeTable ( Stream output ) : void

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

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

The DefineFont3 tag extends the functionality of DefineFont2 by expressing the SHAPE

coordinates in the GlyphShapeTable at 20 times the resolution.

public DefineFont3 ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System

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

protected Parse ( ) : void
Результат void

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

protected ParseCodeTable ( Stream input ) : void
input Stream
Результат 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

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

protected WriteCodeTable ( Stream output ) : void
output Stream
Результат void