public interface IType1AFMAttributes
| Modifier and Type | Method and Description |
|---|---|
float |
getAscender() |
String[] |
getBlendAxisTypes() |
LinkedList<String> |
getBlendDesignMap() |
String[] |
getBlendDesignPositions() |
float |
getCapHeight() |
int |
getCharacters() |
String |
getCharacterSet() |
int[] |
getCharWidth() |
float |
getDescender() |
int |
getDirection() |
String |
getEncodingScheme() |
int |
getEscChar() |
String |
getFamilyName() |
int[] |
getFontBBox() |
String |
getFontName() |
String |
getFullName() |
Double |
getItalicAngle() |
int |
getMappingScheme() |
String |
getNotice() |
int |
getStdHW() |
int |
getStdVW() |
int |
getUnderlinePosition() |
int |
getUnderlineThickness() |
String |
getVersion() |
int[] |
getVVector() |
String |
getWeight() |
int[] |
getWeightVector() |
float |
getXHeight() |
boolean |
isBaseFont() |
boolean |
isFixedPitch() |
boolean |
isFixedV() |
String getFontName()
String getFullName()
String getFamilyName()
String getWeight()
int[] getFontBBox()
String getVersion()
String getNotice()
String getEncodingScheme()
int getMappingScheme()
int getEscChar()
String getCharacterSet()
int getCharacters()
boolean isBaseFont()
int[] getVVector()
boolean isFixedV()
float getCapHeight()
float getXHeight()
float getAscender()
float getDescender()
int getStdHW()
int getStdVW()
String[] getBlendAxisTypes()
String[] getBlendDesignPositions()
LinkedList<String> getBlendDesignMap()
int[] getWeightVector()
int getUnderlinePosition()
int getUnderlineThickness()
Double getItalicAngle()
int[] getCharWidth()
int getDirection()
boolean isFixedPitch()