Difference between revisions of "TextField:setFont"

From GiderosMobile
 
(7 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>
 +
 
 
=== Parameters ===
 
=== Parameters ===
'''font''': (FontBase) font to use <br/>
+
'''font''': (FontBase) font to use<br/>
 +
 
 +
{{TextField}}

Latest revision as of 08:12, 18 October 2024