TextField:getLetterSpacing

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")


Available since: Gideros 2011.6
Class: TextField

Description


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

<syntaxhighlight lang="lua"> (number) = TextField:getLetterSpacing() </source>

Return values

Returns (number) The letter-spacing property of the text field.