The DefineFont tag id can be used by subsequent DefineText tags to refer to the font definition. As with all SWF character ids, font ids must be unique amongst all character ids in a SWF file.
The first version of DefineFont was introduced in SWF 1.
The second version, DefineFont2, was introduced in SWF 3.
The third version, DefineFont3, was introduced in SWF 8, along with DefineFontAlignZones for advanced anti-aliasing.
In SWF 9, DefineFontName was introduced to record the formal font name and copyright information for an embedded font.
The fourth version, DefineFont4, was introduced in SWF 10.
Note that DefineFont tags cannot be used for dynamic text. Dynamic text requires the DefineFont2 tag (or later). @see DefineFont1 @see DefineFont2 @see DefineFont3 @see DefineFont4 @author Clement Wong @author Peter Farland
|
|
|
|
|
|
|
|