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

Packages that use Font.NoGlyphException
pt.tumba.parser.swf   
 

Uses of Font.NoGlyphException in pt.tumba.parser.swf
 

Methods in pt.tumba.parser.swf that throw Font.NoGlyphException
 Font.Chars Font.chars(java.lang.String chars, double fontSize)
          Get the Chars instance for the given string at the given font size
protected  FontDefinition.Glyph Font.getGlyph(int code, int[] index2)
          Gets the glyph attribute of the Font object
protected  void Font.Chars.init()
          Description of the Method
 void Font.loadGlyphs(java.lang.String chars)
          Load the glyphs for the characters in the given string from the FontDefinition into this font.
 

Constructors in pt.tumba.parser.swf that throw Font.NoGlyphException
Font.Chars(java.lang.String chars, double size)