public static class DefaultFontMapper.BaseFontParameters
extends java.lang.Object
Modifier and Type | Field | 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 | Description |
---|---|
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
Copyright © 1998–2018. All rights reserved.