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