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

Packages that use Font
pt.tumba.parser.swf   
 

Uses of Font in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as Font
protected  Font EditField.font
          Description of the Field
protected  Font MovieBuilder.GlyphBuilder.font
          Description of the Field
protected  Font MovieBuilder.TextBuilder.font
          Description of the Field
 

Methods in pt.tumba.parser.swf that return Font
 Font Font.Chars.getFont()
          Gets the font attribute of the Chars object
 Font EditField.getFont()
          Gets the font attribute of the EditField object
 

Methods in pt.tumba.parser.swf with parameters of type Font
 void EditField.setFont(Font font)
          Sets the font attribute of the EditField object
 

Constructors in pt.tumba.parser.swf with parameters of type Font
EditField(java.lang.String fieldName, java.lang.String initialText, Font font, double fontSize, double minX, double minY, double maxX, double maxY)
          Create an Edit Field with black text and default settings
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