letter-spacing
Since: UXP 2, PS 22.0.0
Sets the width inserted between letters.
See: https://developer.mozilla.org/en/docs/Web/CSS/letter-spacing
Example
Copied to your clipboard1.someElement {2 letter-spacing: 3px;3}
Quirks and Exceptions#
- Negative values are not valid, and will result in the letters printing on top of each other.
- Not all Spectrum UXP components support overriding the letter spacing.