Difference between revisions of "Font:getHeight"

Line 4: Line 4:
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
height = Font:getHeight( )
+
height = font:getHeight( )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===

Revision as of 16:38, 26 March 2021

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