Difference between revisions of "TextField:setFont"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === set font to use <source lang="lua"> = TextField:setFont(font,) </source> '''font:''' (FontBase) font...")
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.08<br/>
 
'''Available since:''' Gideros 2016.08<br/>
 +
'''Class:''' [[TextField]]<br/>
 +
 
=== Description ===
 
=== Description ===
set font to use
+
Sets the Font to use.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= TextField:setFont(font,)
+
TextField:setFont(font)
</source>
+
</syntaxhighlight>
'''font:''' (FontBase) font to use ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''font''': (FontBase) font to use<br/>
 +
 
 +
{{TextField}}

Latest revision as of 08:12, 18 October 2024