| Package | org.libspark.swfassist.swf.tags |
| Class | public class DefineFont3 |
| Inheritance | DefineFont3 DefineFont2 DefineFont AbstractTag |
| Property | Defined by | ||
|---|---|---|---|
| areWideCodes : Boolean | DefineFont3 | ||
![]() | code : uint | AbstractTag | |
![]() | codeTable : Array | DefineFont2 | |
![]() | fontAdvancedTable : Array | DefineFont2 | |
![]() | fontAscent : uint | DefineFont2 | |
![]() | fontBoundsTable : Array | DefineFont2 | |
![]() | fontDescent : uint | DefineFont2 | |
![]() | fontId : uint | DefineFont | |
![]() | fontLeading : uint | DefineFont2 | |
![]() | fontName : String | DefineFont2 | |
![]() | glyphShapeTable : Array | DefineFont | |
![]() | hasLayout : Boolean | DefineFont2 | |
![]() | isANSI : Boolean | DefineFont2 | |
![]() | isBold : Boolean | DefineFont2 | |
![]() | isItalic : Boolean | DefineFont2 | |
![]() | isShiftJIS : Boolean | DefineFont2 | |
![]() | isSmallText : Boolean | DefineFont2 | |
![]() | kerningTable : Array | DefineFont2 | |
![]() | languageCode : LanguageCode | DefineFont2 | |
![]() | numGlyphs : uint | DefineFont2 | |
![]() | numGlyphShapes : uint | DefineFont | |
| Method | Defined by | ||
|---|---|---|---|
|
DefineFont3(code:uint = 0)
| DefineFont3 | ||
|
visit(visitor:TagVisitor):void
| DefineFont3 | ||
| areWideCodes | property |
areWideCodes:Boolean [read-write]Implementation
public function get areWideCodes():Boolean
public function set areWideCodes(value:Boolean):void
| DefineFont3 | () | constructor |
public function DefineFont3(code:uint = 0)Parameters
code:uint (default = 0) |
| visit | () | method |