Difference between revisions of "FontBase:getLineHeight"

From GiderosMobile
(----)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2011.6<br/>
<languages />
+
'''Class:''' [[FontBase]]<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/FontBase|FontBase]]<br/>
+
=== Description ===
=== <translate>Description</translate> ===
+
Returns the distance from one base line to the next.
<translate><br />
+
 
Returns the distance from one base line to the next.<br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
 
(number) = FontBase:getLineHeight()
 
(number) = FontBase:getLineHeight()
 
</source>
 
</source>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (number) <translate>The distance from one base line to the next.</translate><br/>
+
=== Return values ===
 +
'''Returns''' (number) The distance from one base line to the next.<br/>
 +
 
 +
----
 +
{{Special:PrefixIndex/FontBase:}}
 +
<br/>
 +
 
 +
{{Special:PrefixIndex/FontBase.TLF}}
 +
<br/>

Revision as of 22:26, 2 December 2019

Available since: Gideros 2011.6
Class: FontBase

Description

Returns the distance from one base line to the next.

(number) = FontBase:getLineHeight()

Return values

Returns (number) The distance from one base line to the next.