| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Fontusing the specified font type
 and the specified font file. | 
| static Font | Font.createFont(int fontFormat,
           InputStream fontStream)Returns a new Fontusing the specified font type
 and input data. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.