Uses of Class
java.awt.FontFormatException
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of FontFormatException in java.awt
Modifier and TypeMethodDescriptionstatic Font
Font.createFont
(int fontFormat, File fontFile) Returns a newFont
using the specified font type and the specified font file.static Font
Font.createFont
(int fontFormat, InputStream fontStream) Returns a newFont
using the specified font type and input data.static Font[]
Font.createFonts
(File fontFile) Returns a new array ofFont
decoded from the specified file.static Font[]
Font.createFonts
(InputStream fontStream) Returns a new array ofFont
decoded from the specified stream.