Class DefaultFontMapper.BaseFontParameters
java.lang.Object
com.aowagie.text.pdf.DefaultFontMapper.BaseFontParameters
- Enclosing class:
DefaultFontMapper
A representation of BaseFont parameters.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanWhether the font is cached of not.(package private) booleanThe embedding for that font.(package private) StringThe encoding for that font.(package private) StringThe font name.(package private) byte[]The font bytes for pfb.(package private) byte[]The font bytes for ttf and afm. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBaseFontParameters(String fontName) Constructs default BaseFont parameters. -
Method Summary
-
Field Details
-
Constructor Details
-
BaseFontParameters
Constructs default BaseFont parameters.- Parameters:
fontName- the font name or location
-