Function GlyphMetrics.this
Constructs a new GlyphMetrics by feeding in its attributes
ref this
(
int[2] min,
int[2] max,
int advance
) @safe;
Parameters
| Name | Description |
|---|---|
| min | tuple of the minX and minY values |
| max | tuple of the maxX and maxY values |
| advance | advancing step size of the glyph |