Package com.teamten.font
Class Font.Metrics
java.lang.Object
com.teamten.typeset.AbstractDimensions
com.teamten.font.Font.Metrics
- All Implemented Interfaces:
Dimensions
- Enclosing interface:
Font
The metrics for a character or text, in scaled points.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.teamten.typeset.AbstractDimensions
getDepth, getHeight, getWidth
-
Constructor Details
-
Metrics
public Metrics(long width, long height, long depth)
-