public class ScalableTrueTypeFontMetrics extends Object
| Constructor and Description |
|---|
ScalableTrueTypeFontMetrics(TrueTypeFont font) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAscent()
From the baseline to the
|
long |
getDescent() |
TrueTypeFont |
getFont() |
long |
getItalicAngle() |
long |
getLeading() |
long |
getMaxAscent() |
long |
getMaxCharAdvance() |
long |
getMaxDescent() |
long |
getStrikeThroughPosition() |
long |
getUnderlinePosition() |
long |
getXHeight() |
public ScalableTrueTypeFontMetrics(TrueTypeFont font) throws IOException
IOExceptionpublic long getAscent()
public long getDescent()
public long getLeading()
public long getXHeight()
public long getUnderlinePosition()
public long getStrikeThroughPosition()
public TrueTypeFont getFont()
public long getItalicAngle()
public long getMaxAscent()
public long getMaxDescent()
public long getMaxCharAdvance()