letterSpacing

Specifies the spacing limit.

Syntax

Reference_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.

Applies to

Model

Object

Form Model

font

Version

XFA 2.8

Examples

JavaScript

TextField1.font.letterSpacing = "10%";

FormCalc

TextField1.font.letterSpacing = "10%"

// Ethnio survey code removed