Difference between revisions of "TextField:setFont"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>set font to use</translate>
 
<translate>set font to use</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  TextField:setFont(font)
 
  TextField:setFont(font)
</source>
+
</syntaxhighlight>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''font''': (FontBase) <translate>font to use</translate> <br/>
 
'''font''': (FontBase) <translate>font to use</translate> <br/>
 +
 +
{{TextField}}

Latest revision as of 15:33, 13 July 2023