Package com.itextpdf.io.font.constants
Class FontDescriptorFlags
- java.lang.Object
-
- com.itextpdf.io.font.constants.FontDescriptorFlags
-
public final class FontDescriptorFlags extends java.lang.Object
Font descriptor flags
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL_CAP
static int
FIXED_PITCH
static int
FORCE_BOLD
static int
ITALIC
static int
NONSYMBOLIC
static int
SCRIPT
static int
SERIF
static int
SMALL_CAP
static int
SYMBOLIC
-
Constructor Summary
Constructors Modifier Constructor Description private
FontDescriptorFlags()
-
-
-
Field Detail
-
FIXED_PITCH
public static final int FIXED_PITCH
- See Also:
- Constant Field Values
-
SERIF
public static final int SERIF
- See Also:
- Constant Field Values
-
SYMBOLIC
public static final int SYMBOLIC
- See Also:
- Constant Field Values
-
SCRIPT
public static final int SCRIPT
- See Also:
- Constant Field Values
-
NONSYMBOLIC
public static final int NONSYMBOLIC
- See Also:
- Constant Field Values
-
ITALIC
public static final int ITALIC
- See Also:
- Constant Field Values
-
ALL_CAP
public static final int ALL_CAP
- See Also:
- Constant Field Values
-
SMALL_CAP
public static final int SMALL_CAP
- See Also:
- Constant Field Values
-
FORCE_BOLD
public static final int FORCE_BOLD
- See Also:
- Constant Field Values
-
-