public class Font
extends java.lang.Object
Constructor and Description |
---|
Font() |
Modifier and Type | Method and Description |
---|---|
double |
getAscender() |
double |
getAvgCharWidth() |
double |
getCapHeight() |
double |
getDescender() |
java.lang.String |
getFontName() |
double |
getItalicAngle() |
double |
getMaxCharWidth() |
double |
getUnderlinePosition() |
double |
getUnderlineThickness() |
java.lang.String |
getWeight() |
double |
getXHeight() |
double |
stringWidth(java.lang.String text) |
public java.lang.String getFontName()
public java.lang.String getWeight()
public double getCapHeight()
public double getXHeight()
public double getAscender()
public double getDescender()
public double getUnderlinePosition()
public double getUnderlineThickness()
public double getItalicAngle()
public double stringWidth(java.lang.String text)
public double getAvgCharWidth()
public double getMaxCharWidth()