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 font measurements, which is more exact than relying on the equivalent Java2D APIs.
Since:
1.5
See Also:
Serialized Form