| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| Modifier and Type | Method and Description |
|---|---|
static Font |
Font.createFont(int fontFormat, File
Returns a new
Font using the specified font type and the specified font file.
|
static Font |
Font.createFont(int fontFormat, InputStream
Returns a new
Font using the specified font type and input data.
|