Uses of Class
org.dvb.ui.FontFormatException

Packages that use FontFormatException
org.dvb.ui   
 

Uses of FontFormatException in org.dvb.ui
 

Methods in org.dvb.ui that throw FontFormatException
 java.awt.Font FontFactory.createFont(java.lang.String name, int style, int size)
          Creates a font object from the font source associated with this FontFactory.
 

Constructors in org.dvb.ui that throw FontFormatException
FontFactory()
          Constructs a FontFactory for the font index file bound to this application in the application signalling.
FontFactory(java.net.URL u)
          Constructs a FontFactory for the font file found at the given location.