Method Summary |
|
public float | getAscent() This will get the ascent for the font. |
public float | getAverageWidth() This will get the average width for the font. |
public float | getCapHeight() This will get the CapHeight for the font. |
public String | getCharSet() This will get the character set for the font. |
public float | getDescent() This will get the descent for the font. |
public int | getFlags() This will get the font flags. |
public PDRectangle | getFontBoundingBox() This will get the fonts bouding box. |
public String | getFontFamily() A string representing the preferred font family. |
public String | getFontName() Get the font name. |
public String | getFontStretch() A string representing the preferred font stretch. |
public float | getFontWeight() The weight of the font. |
public float | getItalicAngle() This will get the italic angle for the font. |
public float | getLeading() This will get the leading for the font. |
public float | getMaxWidth() This will get the max width for the font. |
public float | getMissingWidth() This will get the missing width for the font. |
public float | getStemH() This will get the stemH for the font. |
public float | getStemV() This will get the stemV for the font. |
public float | getXHeight() This will get the x height for the font. |
public void | setAscent(float ascent) This will set the ascent for the font. |
public void | setAverageWidth(float averageWidth) This will set the average width for the font. |
public void | setCapHeight(float capHeight) This will set the cap height for the font. |
public void | setCharacterSet(String charSet) This will set the character set for the font. |
public void | setDescent(float descent) This will set the descent for the font. |
public void | setFlags(int flags) This will set the font flags. |
public void | setFontBoundingBox(PDRectangle rect) Set the fonts bounding box. |
public void | setFontFamily(String fontFamily) This will set the font family. |
public void | setFontName(String fontName) This will set the font name. |
public void | setFontStretch(String fontStretch) This will set the font stretch. |
public void | setFontWeight(float fontWeight) Set the weight of the font. |
public void | setItalicAngle(float angle) This will set the italic angle for the font. |
public void | setLeading(float leading) This will set the leading for the font. |
public void | setMaxWidth(float maxWidth) This will set the max width for the font. |
public void | setMissingWidth(float missingWidth) This will set the missing width for the font. |
public void | setStemH(float stemH) This will set the stem H for the font. |
public void | setStemV(float stemV) This will set the stem V for the font. |
public void | setXHeight(float xHeight) This will set the x height for the font. |