Methods Summary |
---|
public abstract float | getAscent()Gets the ascent of the text.
|
public abstract int | getBaselineIndex()Gets the baseline index, returns one of the following index:
ROMAN_BASELINE, CENTER_BASELINE, HANGING_BASELINE.
|
public abstract float[] | getBaselineOffsets()Gets the baseline offsets of the text according to the the baseline of
this text.
|
public abstract float | getDescent()Gets the descent of the text.
|
public abstract float | getHeight()Gets the height of the text as a sum of the ascent, the descent and the
leading.
|
public abstract float | getLeading()Gets the leading of the text.
|
public abstract int | getNumChars()Gets the number of characters of the text.
|
public abstract float | getStrikethroughOffset()Gets the offset of the strike through line.
|
public abstract float | getStrikethroughThickness()Gets the thickness of strike through line.
|
public abstract float | getUnderlineOffset()Gets the offset of the underline.
|
public abstract float | getUnderlineThickness()Gets the thickness of the underline.
|