Java™ Platform
Standard Ed. 6

Uses of Class
java.awt.FontFormatException

Packages that use FontFormatException
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
 

Uses of FontFormatException in java.awt
 

Methods in java.awt that throw FontFormatException
static Font Font.createFont(int fontFormat, File fontFile)
          Returns a new Font using the specified font type and the specified font file.
static Font Font.createFont(int fontFormat, InputStream fontStream)
          Returns a new Font using the specified font type and input data.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.