public static class DefaultFontMapper.BaseFontParameters extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
BaseFontParameters(String fontName)
Constructs default BaseFont parameters.
|
public String fontName
public String encoding
public boolean embedded
public boolean cached
public byte[] ttfAfm
public byte[] pfb
public BaseFontParameters(String fontName)
fontName
- the font name or location
Copyright © 2016. All rights reserved.