public class FontBBox extends Object
represents font bounding box.
Modifier and Type | Method and Description |
---|---|
double |
getXMax()
Gets XMax value.
|
double |
getXMin()
Gets XMin value.
|
double |
getYMax()
Gets YMax value.
|
double |
getYMin()
Gets YMin value.
|