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