Difference between revisions of "TextField:getSample"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2016.08<br/> | + | '''<translate>Available since</translate>:''' Gideros 2016.08<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate>get string that was used as sample for determining line height</translate> | <translate>get string that was used as sample for determining line height</translate> | ||
<source lang="lua"> | <source lang="lua"> | ||
(string) = TextField:getSample() | (string) = TextField:getSample() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (string) <translate>string used as sample</translate><br/> | + | '''<translate>Returns</translate>''' (string) <translate>string used as sample</translate><br/> |
Revision as of 07:30, 24 August 2018
Available since: Gideros 2016.08
Description
get string that was used as sample for determining line height
(string) = TextField:getSample()
Return values
Returns (string) string used as sample