|
|||||||||
| Home >> All >> com >> lowagie >> text >> [ pdf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lowagie.text.pdf
Class DefaultFontMapper.BaseFontParameters

java.lang.Objectcom.lowagie.text.pdf.DefaultFontMapper.BaseFontParameters
- Enclosing class:
- DefaultFontMapper
- public static class DefaultFontMapper.BaseFontParameters
- extends java.lang.Object
A representation of BaseFont parameters.
| Field Summary | |
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 Summary | |
DefaultFontMapper.BaseFontParameters(java.lang.String fontName)
Constructs default BaseFont parameters. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
fontName
public java.lang.String fontName
- The font name.
encoding
public java.lang.String encoding
- The encoding for that font.
embedded
public boolean embedded
- The embedding for that font.
cached
public boolean cached
- Whether the font is cached of not.
ttfAfm
public byte[] ttfAfm
- The font bytes for ttf and afm.
pfb
public byte[] pfb
- The font bytes for pfb.
| Constructor Detail |
DefaultFontMapper.BaseFontParameters
public DefaultFontMapper.BaseFontParameters(java.lang.String fontName)
- Constructs default BaseFont parameters.
|
|||||||||
| Home >> All >> com >> lowagie >> text >> [ pdf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lowagie.text.pdf.DefaultFontMapper.BaseFontParameters