org.pentaho.reporting.libraries.fonts.itext
public class BaseFontFontMetrics extends Object implements FontMetrics
Constructor Summary | |
---|---|
BaseFontFontMetrics(BaseFont baseFont, float size) |
Method Summary | |
---|---|
long | getAscent() |
BaseFont | getBaseFont() |
BaselineInfo | getBaselines(int c, BaselineInfo info) |
long | getCharWidth(int character) |
long | getDescent() |
long | getItalicAngle() |
long | getKerning(int previous, int codePoint) |
long | getLeading() |
long | getMaxAscent() |
long | getMaxCharAdvance() |
long | getMaxDescent() |
long | getMaxHeight() |
long | getOverlinePosition() |
long | getStrikeThroughPosition() |
long | getUnderlinePosition() |
long | getXHeight() |
boolean | isTrueTypeFont() |
boolean | isUniformFontMetrics()
Is it guaranteed that the font always returns the same baseline info objct?
|
Returns: true, if the baseline info in question is always the same, false otherwise.