leadingBase property
getter/setter pair
The base vertical spacing (line height) for the font, in pixels.
This value is determined from the font's metrics during atlas generation
(specifically, fontBoundingBoxAscent + fontBoundingBoxDescent
of a space character).
Implementation
var leadingBase = 0.0;