com.caucho.quercus.lib.pdf
Class Font
java.lang.Object
com.caucho.quercus.lib.pdf.Font
public class Font
- extends java.lang.Object
font
Constructor Summary |
Font()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Font
public Font()
getFontName
public java.lang.String getFontName()
getWeight
public java.lang.String getWeight()
getCapHeight
public double getCapHeight()
getXHeight
public double getXHeight()
getAscender
public double getAscender()
getDescender
public double getDescender()
getUnderlinePosition
public double getUnderlinePosition()
getUnderlineThickness
public double getUnderlineThickness()
getItalicAngle
public double getItalicAngle()
stringWidth
public double stringWidth(java.lang.String text)
getAvgCharWidth
public double getAvgCharWidth()
getMaxCharWidth
public double getMaxCharWidth()