com.lowagie.text.pdf
public static class DefaultFontMapper.BaseFontParameters extends Object
| Field Summary | |
|---|---|
| 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. |
| Constructor Summary | |
|---|---|
| BaseFontParameters(String fontName) Constructs default BaseFont parameters. | |
Parameters: fontName the font name or location