Package com.itextpdf.io.font.constants
Class FontStyles
- java.lang.Object
-
- com.itextpdf.io.font.constants.FontStyles
-
public final class FontStyles extends java.lang.Object
Font styles ids
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOLD
Bold font style.static int
BOLDITALIC
Bold-Italic font style.static int
ITALIC
Italic font style.static int
NORMAL
Normal font style.static int
UNDEFINED
Undefined font style.
-
Constructor Summary
Constructors Modifier Constructor Description private
FontStyles()
-
-
-
Field Detail
-
UNDEFINED
public static final int UNDEFINED
Undefined font style.- See Also:
- Constant Field Values
-
NORMAL
public static final int NORMAL
Normal font style.- See Also:
- Constant Field Values
-
BOLD
public static final int BOLD
Bold font style.- See Also:
- Constant Field Values
-
ITALIC
public static final int ITALIC
Italic font style.- See Also:
- Constant Field Values
-
BOLDITALIC
public static final int BOLDITALIC
Bold-Italic font style.- See Also:
- Constant Field Values
-
-