Difference between revisions of "TextField:setLetterSpacing"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:
 
Sets the letter-spacing property which is used to increase or decrease the space between characters in a text.<br />
 
Sets the letter-spacing property which is used to increase or decrease the space between characters in a text.<br />
 
<br /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  TextField:setLetterSpacing(spacing)
 
  TextField:setLetterSpacing(spacing)
 
</source>
 
</source>

Revision as of 15:31, 13 July 2023


Available since: Gideros 2011.6
Class: TextField

Description


Sets the letter-spacing property which is used to increase or decrease the space between characters in a text.

<syntaxhighlight lang="lua">

TextField:setLetterSpacing(spacing)

</source>

Parameters

spacing: (number)