Difference between revisions of "TextField:getSample"
From GiderosMobile
 (Created page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === get string that was used as sample for determining line height <source lang="lua"> (string), = TextFi...")  | 
				|||
| Line 4: | Line 4: | ||
get string that was used as sample for determining line height  | get string that was used as sample for determining line height  | ||
<source lang="lua">  | <source lang="lua">  | ||
| − | (string)  | + | (string) = TextField:getSample()  | 
</source>  | </source>  | ||
'''Returns''' (string) string used as sample<br/>  | '''Returns''' (string) string used as sample<br/>  | ||
Revision as of 10:18, 23 August 2018
Available since: Gideros 2016.08
Description
get string that was used as sample for determining line height
(string) = TextField:getSample()
Returns (string) string used as sample