Package org.jfree.fx

Class FXFontMetrics

java.lang.Object
java.awt.FontMetrics
org.jfree.fx.FXFontMetrics
All Implemented Interfaces:
Serializable

public class FXFontMetrics
extends FontMetrics
A font metrics implementation for JavaFX. This uses the JavaFX APIs to get string bounds, which is more exact than relying on the Java2D/AWT measurements. The remaining font metrics, however, still come from Java2D/AWT.
Since:
1.5
See Also:
Serialized Form