Difference between revisions of "TextField:setSample"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === Set string that will be used as sample for determining text's line height <source lang="lua"> = TextF...")
 
Line 4: Line 4:
 
Set string that will be used as sample for determining text's line height
 
Set string that will be used as sample for determining text's line height
 
<source lang="lua">
 
<source lang="lua">
= TextField:setSample(sample,)
+
TextField:setSample(sample)
 
</source>
 
</source>
'''sample:''' (string) string to use as sample ''''''<br/>
+
'''sample''': (string) string to use as sample ''''''<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2016.08

Description

Set string that will be used as sample for determining text's line height

 TextField:setSample(sample)

'sample: (string) string to use as sample '