Package com.itextpdf.io.font.constants
Class StandardFontFamilies
java.lang.Object
com.itextpdf.io.font.constants.StandardFontFamilies
Class containing families for
StandardFonts
. This class was made for com.itextpdf.io.font.FontRegisterProvider.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
Font family forStandardFonts.SYMBOL
.static final String
static final String
Font family forStandardFonts.ZAPFDINGBATS
. -
Method Summary
-
Field Details
-
COURIER
Font family forStandardFonts.COURIER
,StandardFonts.COURIER_BOLD
,StandardFonts.COURIER_OBLIQUE
andStandardFonts.COURIER_BOLDOBLIQUE
.- See Also:
-
HELVETICA
Font family forStandardFonts.HELVETICA
,StandardFonts.HELVETICA_BOLD
,StandardFonts.HELVETICA_OBLIQUE
andStandardFonts.HELVETICA_BOLDOBLIQUE
.- See Also:
-
SYMBOL
Font family forStandardFonts.SYMBOL
.- See Also:
-
ZAPFDINGBATS
Font family forStandardFonts.ZAPFDINGBATS
.- See Also:
-
TIMES
Font family forStandardFonts.TIMES_ROMAN
,StandardFonts.TIMES_BOLD
,StandardFonts.TIMES_ITALIC
andStandardFonts.TIMES_BOLDITALIC
.- See Also:
-