| Package | org.libspark.swfassist.swf.tags |
| Class | public class DefineFont |
| Inheritance | DefineFont AbstractTag |
| Subclasses | DefineFont2 |
| Property | Defined by | ||
|---|---|---|---|
![]() | code : uint | AbstractTag | |
| fontId : uint | DefineFont | ||
| glyphShapeTable : Array | DefineFont | ||
| numGlyphShapes : uint [read-only]
| DefineFont | ||
| Method | Defined by | ||
|---|---|---|---|
|
DefineFont(code:uint = 0)
| DefineFont | ||
|
visit(visitor:TagVisitor):void
| DefineFont | ||
| fontId | property |
fontId:uint [read-write]Implementation
public function get fontId():uint
public function set fontId(value:uint):void
| glyphShapeTable | property |
glyphShapeTable:Array [read-write]Implementation
public function get glyphShapeTable():Array
public function set glyphShapeTable(value:Array):void
| numGlyphShapes | property |
numGlyphShapes:uint [read-only]Implementation
public function get numGlyphShapes():uint
| DefineFont | () | constructor |
public function DefineFont(code:uint = 0)Parameters
code:uint (default = 0) |
| visit | () | method |