All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
void |
close() |
int |
getAscent() |
int[] |
getBBox() |
Double |
getCharstringType() |
String |
getCopyright() |
int |
getDescent() |
String |
getFamilyName() |
List<Double> |
getFontMatrix() |
String |
getFontName() |
String |
getFullName() |
int |
getGlyphID(String glyphName) |
TreeMap<Integer,String> |
getGlyphIDNameMap() |
String |
getGlyphName(int glyphId) |
Double |
getItalicAngle() |
String |
getNotice() |
int |
getNumberOfGlyphs() |
GeneralPath |
getOutlineForCharcode(int charcode,
float fontSize,
int dpi,
EncodingType encoding) |
GeneralPath |
getOutlineForGlyphID(int glyphID,
float fontSize,
int dpi,
EncodingType encoding) |
GeneralPath |
getOutlineForGlyphName(String glyphName,
float fontSize,
int dpi,
EncodingType encoding) |
Double |
getPaintType() |
int |
getPropertyCount() |
FontPropertyInfo |
getPropertyInfo(int index) |
Double |
getStrokeWidth() |
List<EncodingType> |
getSupportedEncodings() |
int |
getTwoArrLists(ArrayList<Float> arrListCoordinates,
ArrayList<String> arrListCommands,
String character)
Desc: Adds commands and coordinates to the given array lists
|
Double |
getUnderlinePosition() |
Double |
getUnderlineThickness() |
Double |
getUniqueID() |
int |
getUnits_per_em() |
String |
getVersion() |
String |
getWeight() |
List<Double> |
getXUID() |
Boolean |
isFixedPitch() |