Every font has associated with it a set of "metrics" that define the precise dimensions of the font |
Some of the metric properties of a font are ascent, descent, leading, and height, where height = ascent + descent + leading |
All font metric properties are captured in a FontMetrics object |