Uses of Class java.awt.FontFormatException

Uses in package java.awt

Methods which throw type java.awt.FontFormatException

Font
Font.createFont(int fontFormat, File file)
Creates a new font from a File object.
Font
Font.createFont(int fontFormat, InputStream is)
Creates a new font with point size 1 and PLAIN style, reading font data from the provided input stream.