com.lowagie.text.pdf

Class DefaultFontMapper.BaseFontParameters

public static class DefaultFontMapper.BaseFontParameters extends Object

A representation of BaseFont parameters.
Field Summary
booleancached
Whether the font is cached of not.
booleanembedded
The embedding for that font.
Stringencoding
The encoding for that font.
StringfontName
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.

Field Detail

cached

public boolean cached
Whether the font is cached of not.

embedded

public boolean embedded
The embedding for that font.

encoding

public String encoding
The encoding for that font.

fontName

public String fontName
The font name.

pfb

public byte[] pfb
The font bytes for pfb.

ttfAfm

public byte[] ttfAfm
The font bytes for ttf and afm.

Constructor Detail

BaseFontParameters

public BaseFontParameters(String fontName)
Constructs default BaseFont parameters.

Parameters: fontName the font name or location