public final class FontPitch
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Specifies that no information is available about the pitch of a font.
|
static int |
FIXED
Specifies that this is a fixed width font.
|
static int |
length |
static int |
VARIABLE
Specifies that this is a proportional width font.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String fontPitchName) |
static java.lang.String |
getName(int fontPitch) |
static int[] |
getValues() |
static java.lang.String |
toString(int fontPitch) |
public static final int DEFAULT
public static final int FIXED
public static final int VARIABLE
public static final int length