org.pentaho.reporting.libraries.fonts.registry
public class FontType extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FontType |
AFM |
static FontType |
AWT |
static FontType |
MONOSPACE |
static FontType |
OPENTYPE |
static FontType |
OTHER |
static FontType |
PFM |
Modifier | Constructor and Description |
---|---|
protected |
FontType(java.lang.String name)
We intentionally allow others to derive other font types.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final FontType PFM
public static final FontType AFM
public static final FontType OTHER
public static final FontType OPENTYPE
public static final FontType AWT
public static final FontType MONOSPACE