Package com.lowagie.text.pdf
Class DefaultFontMapper.BaseFontParameters
java.lang.Object
com.lowagie.text.pdf.DefaultFontMapper.BaseFontParameters
- Enclosing class:
DefaultFontMapper
A representation of BaseFont parameters.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fontName
The font name. -
encoding
The encoding for that font. -
embedded
public boolean embeddedThe embedding for that font. -
cached
public boolean cachedWhether the font is cached of not. -
ttfAfm
public byte[] ttfAfmThe font bytes for ttf and afm. -
pfb
public byte[] pfbThe font bytes for pfb.
-
-
Constructor Details
-
BaseFontParameters
Constructs default BaseFont parameters.- Parameters:
fontName
- the font name or location
-