Legacy:Font/getHeight

From Spherical
Jump to: navigation, search

Get the height of a font character, in pixels.

Usage

integer Font.getHeight();


Examples

See examples for the Font object.

Notes

  • The height of every character in a single font are equal. This function could be used to place lines one underneath the other using only Font.drawText().

See also

API:Font/navbox