Package com.itextpdf.io.font.constants
Class StandardFonts
- java.lang.Object
-
- com.itextpdf.io.font.constants.StandardFonts
-
public final class StandardFonts extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Set<java.lang.String>BUILTIN_FONTSstatic java.lang.StringCOURIERThis is a possible value of a base 14 type 1 fontstatic java.lang.StringCOURIER_BOLDThis is a possible value of a base 14 type 1 fontstatic java.lang.StringCOURIER_BOLDOBLIQUEThis is a possible value of a base 14 type 1 fontstatic java.lang.StringCOURIER_OBLIQUEThis is a possible value of a base 14 type 1 fontstatic java.lang.StringHELVETICAThis is a possible value of a base 14 type 1 fontstatic java.lang.StringHELVETICA_BOLDThis is a possible value of a base 14 type 1 fontstatic java.lang.StringHELVETICA_BOLDOBLIQUEThis is a possible value of a base 14 type 1 fontstatic java.lang.StringHELVETICA_OBLIQUEThis is a possible value of a base 14 type 1 fontstatic java.lang.StringSYMBOLThis is a possible value of a base 14 type 1 fontstatic java.lang.StringTIMES_BOLDThis is a possible value of a base 14 type 1 fontstatic java.lang.StringTIMES_BOLDITALICThis is a possible value of a base 14 type 1 fontstatic java.lang.StringTIMES_ITALICThis is a possible value of a base 14 type 1 fontstatic java.lang.StringTIMES_ROMANThis is a possible value of a base 14 type 1 fontstatic java.lang.StringZAPFDINGBATSThis is a possible value of a base 14 type 1 font
-
Constructor Summary
Constructors Modifier Constructor Description privateStandardFonts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisStandardFont(java.lang.String fontName)
-
-
-
Field Detail
-
BUILTIN_FONTS
private static final java.util.Set<java.lang.String> BUILTIN_FONTS
-
COURIER
public static final java.lang.String COURIER
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
COURIER_BOLD
public static final java.lang.String COURIER_BOLD
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
COURIER_OBLIQUE
public static final java.lang.String COURIER_OBLIQUE
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
COURIER_BOLDOBLIQUE
public static final java.lang.String COURIER_BOLDOBLIQUE
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
HELVETICA
public static final java.lang.String HELVETICA
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
HELVETICA_BOLD
public static final java.lang.String HELVETICA_BOLD
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
HELVETICA_OBLIQUE
public static final java.lang.String HELVETICA_OBLIQUE
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
HELVETICA_BOLDOBLIQUE
public static final java.lang.String HELVETICA_BOLDOBLIQUE
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
SYMBOL
public static final java.lang.String SYMBOL
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
TIMES_ROMAN
public static final java.lang.String TIMES_ROMAN
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
TIMES_BOLD
public static final java.lang.String TIMES_BOLD
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
TIMES_ITALIC
public static final java.lang.String TIMES_ITALIC
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
TIMES_BOLDITALIC
public static final java.lang.String TIMES_BOLDITALIC
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
ZAPFDINGBATS
public static final java.lang.String ZAPFDINGBATS
This is a possible value of a base 14 type 1 font- See Also:
- Constant Field Values
-
-