Package com.aowagie.text.pdf
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) boolean
Whether the font is cached of not.(package private) boolean
The embedding for that font.(package private) String
The encoding for that font.(package private) String
The font name.(package private) byte[]
The font bytes for pfb.(package private) byte[]
The font bytes for ttf and afm. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
BaseFontParameters
(String fontName) Constructs default BaseFont parameters. -
Method Summary
-
Field Details
-
Constructor Details
-
BaseFontParameters
Constructs default BaseFont parameters.- Parameters:
fontName
- the font name or location
-