Difference between revisions of "TextField:getSample"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2016.08<br/> | '''Available since:''' Gideros 2016.08<br/> | ||
=== Description === | === Description === | ||
− | get string that was used as sample for determining line height | + | <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 === | === Return values === | ||
− | '''Returns''' (string) string used as sample<br/> | + | '''Returns''' (string) <translate>string used as sample</translate><br/> |
Revision as of 13:33, 23 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