Package com.adobe.fontengine.font
Class UnderlineMetrics
java.lang.Object
com.adobe.fontengine.font.UnderlineMetrics
The metrics for underlining.
Synchronization
These objects are immutable.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toDesignSpace(double unitsPerEmX, double unitsPerEmY) toEmSpace(double unitsPerEmX, double unitsPerEmY) toString()
-
Field Details
-
position
public final double position -
thickness
public final double thickness
-
-
Constructor Details
-
UnderlineMetrics
public UnderlineMetrics(double position, double thickness)
-
-
Method Details