com.lowagie.text.pdf

Class 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.
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

BaseFontParameters(String fontName)
Constructs default BaseFont parameters.

Field Details

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 Details

BaseFontParameters

public BaseFontParameters(String fontName)
Constructs default BaseFont parameters.
Parameters:
fontName - the font name or location