public class PfmFont extends Object
| Constructor and Description |
|---|
PfmFont(File font,
boolean embeddable) |
PfmFont(FontDataInputSource input,
boolean embeddable) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
getFamilyName() |
String |
getFilename() |
String |
getFontName() |
PfmFontHeader |
getHeader() |
FontDataInputSource |
getInput() |
boolean |
isEmbeddable() |
boolean |
isItextCompatible()
IText's PFM reader is buggy.
|
public PfmFont(File font, boolean embeddable) throws IOException
IOExceptionpublic PfmFont(FontDataInputSource input, boolean embeddable) throws IOException
IOExceptionpublic boolean isItextCompatible()
public String getFontName()
public String getFamilyName()
public PfmFontHeader getHeader()
public String getFilename()
public FontDataInputSource getInput()
public void dispose()
public boolean isEmbeddable()