com.lowagie.text.pdf
public static class DefaultFontMapper.BaseFontParameters extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
cached
Whether the font is cached of not.
|
boolean |
embedded
The embedding for that font.
|
java.lang.String |
encoding
The encoding for that font.
|
java.lang.String |
fontName
The font name.
|
byte[] |
pfb
The font bytes for pfb.
|
byte[] |
ttfAfm
The font bytes for ttf and afm.
|
Constructor and Description |
---|
DefaultFontMapper.BaseFontParameters(java.lang.String fontName)
Constructs default BaseFont parameters.
|
public java.lang.String fontName
public java.lang.String encoding
public boolean embedded
public boolean cached
public byte[] ttfAfm
public byte[] pfb