Difference between revisions of "Font:getHeight"

m (clarified size unit.)
m
Line 15: Line 15:
 
{{#set:Description=Gets the height of the Font in pixels.
 
{{#set:Description=Gets the height of the Font in pixels.
 
}}
 
}}
 +
== Other Languages ==
 +
{{i18n|Font:getHeight}}

Revision as of 19:12, 18 November 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.

See Also

Other Languages