|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.DefaultFontMapper.BaseFontParameters
public static class DefaultFontMapper.BaseFontParameters
A representation of BaseFont parameters.
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 | |
---|---|
DefaultFontMapper.BaseFontParameters(String fontName)
Constructs default BaseFont parameters. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String fontName
public String encoding
public boolean embedded
public boolean cached
public byte[] ttfAfm
public byte[] pfb
Constructor Detail |
---|
public DefaultFontMapper.BaseFontParameters(String fontName)
fontName
- the font name or location
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |