public class FontType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FontType |
MMTYPE1
Adobe Multiple Master Type 1 fonts
|
static FontType |
OTHER
Collective identifier for "other" font types
|
static FontType |
TRUETYPE
TrueType fonts
|
static FontType |
TYPE0
Adobe Type 0 fonts (composite font)
|
static FontType |
TYPE1
Adobe Type 1 fonts
|
static FontType |
TYPE3
Adobe Type 3 fonts ("user-defined" fonts)
|
Modifier | Constructor and Description |
---|---|
protected |
FontType(java.lang.String name,
int value) |
public static final FontType OTHER
public static final FontType TYPE0
public static final FontType TYPE1
public static final FontType MMTYPE1
public static final FontType TYPE3
public static final FontType TRUETYPE
protected FontType(java.lang.String name, int value)
Enum.Enum(String)
public static FontType byName(java.lang.String name)
name
- Name of the font type to look uppublic static FontType byValue(int value)
value
- Value of the font type to look uppublic java.lang.String getName()
public int getValue()
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.