Font.getHeight
From Spheriki
Get the height of a font character, in pixels.
Contents |
[edit]
Usage
Font.getHeight();
- Font Sphere Font object. The font to find the height of.
[edit]
Examples
See examples for the Font object.
[edit]
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().
[edit]
See also
- Sphere Font object

