- 
Packages that use FontFormatException 
| Package | Description |  
| java.awt | Contains all of the classes for creating user interfaces and for painting
 graphics and images. |  
 
- 
- 
Methods in java.awt that throw FontFormatException 
| Modifier and Type | Method | Description |  
| 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. |  
| static Font[] | Font. createFonts(File fontFile) | Returns a new array of Fontdecoded from the specified file. |  
| static Font[] | Font. createFonts(InputStream fontStream) | Returns a new array of Fontdecoded from the specified stream. |