Example usage for Java java.awt.font LineMetrics fields, constructors, methods, implement or subclass
The text is from its open source code.
float | getAscent() Returns the ascent of the text. |
float | getDescent() Returns the descent of the text. |
float | getHeight() Returns the height of the text. |
float | getLeading() Returns the leading of the text. |
float | getUnderlineOffset() Returns the position of the underline relative to the baseline. |