public class TypeMetric extends Magick
| Modifier and Type | Field and Description |
|---|---|
double |
ascent |
SegmentInfo |
bounds |
double |
descent |
double |
height |
double |
max_advance |
java.awt.Point |
origin |
java.awt.Point |
pixels_per_em |
double |
underline_position |
double |
underline_thickness |
double |
width |
| Constructor and Description |
|---|
TypeMetric() |
TypeMetric(double pixels_per_emX,
double pixels_per_emY,
double ascent,
double descent,
double width,
double height,
double max_advance,
double underline_position,
double underline_thickness,
double boundsX1,
double boundsY1,
double boundsX2,
double boundsY2,
double originX,
double originY) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
parseImageGeometry, queryFontspublic java.awt.Point pixels_per_em
public double ascent
public double descent
public double width
public double height
public double max_advance
public double underline_position
public double underline_thickness
public SegmentInfo bounds
public java.awt.Point origin
public TypeMetric(double pixels_per_emX,
double pixels_per_emY,
double ascent,
double descent,
double width,
double height,
double max_advance,
double underline_position,
double underline_thickness,
double boundsX1,
double boundsY1,
double boundsX2,
double boundsY2,
double originX,
double originY)
public TypeMetric()