Difference between revisions of "TextField:getLetterSpacing"
From GiderosMobile
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | ''' | + | '''Available since:''' Gideros 2011.6<br/> |
− | ''' | + | '''Class:''' [[TextField]]<br/> |
− | === | + | |
− | + | === Description === | |
− | Returns the letter-spacing property which is used to increase or decrease the space between characters in a text. | + | 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() | (number) = TextField:getLetterSpacing() | ||
− | </ | + | </syntaxhighlight> |
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (number) the text field letter-spacing property<br/> | ||
+ | |||
+ | {{TextField}} |
Latest revision as of 08:06, 18 October 2024
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.
(number) = TextField:getLetterSpacing()
Return values
Returns (number) the text field letter-spacing property
- TextField
- TextField.new
- TextField:getLayout
- TextField:getLetterSpacing
- TextField:getLineHeight
- TextField:getPointFromTextPosition
- TextField:getSample
- TextField:getText
- TextField:getTextColor
- TextField:getTextPositionFromPoint
- TextField:setFont
- TextField:setLayout
- TextField:setLetterSpacing
- TextField:setSample
- TextField:setText
- TextField:setTextColor