Java java.awt.font LineMetrics fields, constructors, methods, implement or subclass

Example usage for Java java.awt.font LineMetrics fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.font LineMetrics.

The text is from its open source code.

Method

floatgetAscent()
Returns the ascent of the text.
floatgetDescent()
Returns the descent of the text.
floatgetHeight()
Returns the height of the text.
floatgetLeading()
Returns the leading of the text.
floatgetUnderlineOffset()
Returns the position of the underline relative to the baseline.