public class AfmFont extends Object implements Serializable
| Constructor and Description |
|---|
AfmFont(File font,
boolean embeddable) |
AfmFont(FontDataInputSource inputSource,
boolean embeddable) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
AfmDirectionSection |
getDirectionSection(int index) |
String |
getFamilyName() |
String |
getFilename() |
String |
getFontName() |
AfmHeader |
getHeader() |
FontDataInputSource |
getInput() |
int |
getMetricsSets() |
boolean |
isEmbeddable() |
public AfmFont(File font, boolean embeddable) throws IOException
IOExceptionpublic AfmFont(FontDataInputSource inputSource, boolean embeddable) throws IOException
IOExceptionpublic int getMetricsSets()
public AfmDirectionSection getDirectionSection(int index)
public FontDataInputSource getInput()
public AfmHeader getHeader()
public String getFilename()
public String getFamilyName()
public String getFontName()
public boolean isEmbeddable()
public void dispose()