Difference between revisions of "Font:getHeight"
m (1 revision: Importing from potato (again).) |
m (clarified size unit.) |
||
Line 1: | Line 1: | ||
− | |||
Gets the height of the Font. | Gets the height of the Font. | ||
The height of the font is the size including any spacing; the height which it will need. | The height of the font is the size including any spacing; the height which it will need. | ||
Line 10: | Line 9: | ||
None. | None. | ||
=== Returns === | === Returns === | ||
− | {{param|number|height|The height of the Font.}} | + | {{param|number|height|The height of the Font in pixels.}} |
== See Also == | == See Also == | ||
* [[parent::Font]] | * [[parent::Font]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Gets the height of the Font. | + | {{#set:Description=Gets the height of the Font in pixels. |
}} | }} |
Revision as of 01:51, 28 September 2010
Gets the height of the Font. The height of the font is the size including any spacing; the height which it will need.
Function
Synopsis
height = Font:getHeight( )
Arguments
None.
Returns
number height
- The height of the Font in pixels.