Uses of Class java.awt.FontFormatException

Uses in package gnu.java.awt.font.opentype.truetype

Constructors which throw type java.awt.FontFormatException

TrueTypeScaler.TrueTypeScaler(int unitsPerEm, ByteBuffer hhea, ByteBuffer htmx, ByteBuffer vhea, ByteBuffer vtmx, ByteBuffer maxp, ByteBuffer controlValueTable, ByteBuffer fpgm, int locaFormat, ByteBuffer loca, ByteBuffer glyf, ByteBuffer preProgram)
Constructs a new TrueTypeScaler.

Uses in package gnu.java.awt.font

Methods which throw type java.awt.FontFormatException

FontDelegate[]
Creates FontDelegate objects for the fonts in the specified buffer.

Uses in package gnu.java.awt.font.opentype

Methods which throw type java.awt.FontFormatException

FontDelegate[]
Creates FontDelegate objects for the fonts in the specified buffer.

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.