Uses of Class
pt.tumba.parser.swf.FontDefinition

Packages that use FontDefinition
pt.tumba.parser.swf   
 

Uses of FontDefinition in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as FontDefinition
protected  FontDefinition FontLoader.fontDef
          Description of the Field
protected  FontDefinition Font.fontDef
          Description of the Field
protected  FontDefinition MovieBuilder.GlyphBuilder.fontDef
          Description of the Field
 

Methods in pt.tumba.parser.swf that return FontDefinition
 FontDefinition Font.getDefinition()
          Gets the definition attribute of the Font object
static FontDefinition FontLoader.loadFont(java.io.InputStream flashMovie)
          Load the first font from the given Flash movie
static FontDefinition FontLoader.loadFont(java.lang.String filename)
          Load the first font from the given Flash movie
 

Constructors in pt.tumba.parser.swf with parameters of type FontDefinition
Font(FontDefinition fontDef)
          Constructor for the Font object
MovieBuilder.GlyphBuilder(FontDefinition fontDef, Font font, int glyphCount)
          Constructor for the GlyphBuilder object
MovieBuilder.GlyphBuilder(FontDefinition fontDef, Font font, int[] codes, int[] advances, Rect[] bounds)
          Constructor for the GlyphBuilder object