Specifies the spacing limit.
SyntaxReference_Syntax.letterSpacing ="[0..100]% | measurement"
Values
Type
|
Values
|
String
|
The spacing limit may be one of the following:
An absolute measurement, specified in numeric values and
units. A value of zero doesn't require any units.
A measurement relative to the current font's em width.
A percentage value, relative to the width of the font's glyph
for the space character (U+0020). If the font does not have a space
character, the percentage is applied to the font's em width.
|
JavaScriptTextField1.font.letterSpacing = "10%";
FormCalcTextField1.font.letterSpacing = "10%"
|
|
|