publicstaticclassFontMetrics { /** * The maximum distance above the baseline for the tallest glyph in * the font at a given text size. */ publicfloat top; /** * The recommended distance above the baseline for singled spaced text. */ publicfloat ascent; /** * The recommended distance below the baseline for singled spaced text. */ publicfloat descent; /** * The maximum distance below the baseline for the lowest glyph in * the font at a given text size. */ publicfloat bottom; /** * The recommended additional space to add between lines of text. */ publicfloat leading; }