Package com.itextpdf.io.font.constants
Class StandardFontFamilies
- java.lang.Object
-
- com.itextpdf.io.font.constants.StandardFontFamilies
-
public final class StandardFontFamilies extends java.lang.Object
Class containing families forStandardFonts
. This class was made for com.itextpdf.io.font.FontRegisterProvider.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COURIER
static java.lang.String
HELVETICA
static java.lang.String
SYMBOL
Font family forStandardFonts.SYMBOL
.static java.lang.String
TIMES
static java.lang.String
ZAPFDINGBATS
Font family forStandardFonts.ZAPFDINGBATS
.
-
Constructor Summary
Constructors Modifier Constructor Description private
StandardFontFamilies()
-
-
-
Field Detail
-
COURIER
public static final java.lang.String COURIER
Font family forStandardFonts.COURIER
,StandardFonts.COURIER_BOLD
,StandardFonts.COURIER_OBLIQUE
andStandardFonts.COURIER_BOLDOBLIQUE
.- See Also:
- Constant Field Values
-
HELVETICA
public static final java.lang.String HELVETICA
Font family forStandardFonts.HELVETICA
,StandardFonts.HELVETICA_BOLD
,StandardFonts.HELVETICA_OBLIQUE
andStandardFonts.HELVETICA_BOLDOBLIQUE
.- See Also:
- Constant Field Values
-
SYMBOL
public static final java.lang.String SYMBOL
Font family forStandardFonts.SYMBOL
.- See Also:
- Constant Field Values
-
ZAPFDINGBATS
public static final java.lang.String ZAPFDINGBATS
Font family forStandardFonts.ZAPFDINGBATS
.- See Also:
- Constant Field Values
-
TIMES
public static final java.lang.String TIMES
Font family forStandardFonts.TIMES_ROMAN
,StandardFonts.TIMES_BOLD
,StandardFonts.TIMES_ITALIC
andStandardFonts.TIMES_BOLDITALIC
.- See Also:
- Constant Field Values
-
-