Is letter spacing supported in Spark Label?

375 Views Asked by At

I can't seem to adjust the letter and character spacing in the Spark Label. I've tried setting the tracking left and right and the letter spacing. Is it supported?

2

There are 2 best solutions below

1
On

use css(style) for that

.lbl
{
    letterSpacing: 1;
}
0
On

Use trackingLeft (The amount of tracking (manual kerning) to be applied to the left of each character) or trackingRight (The amount of tracking (manual kerning) to be applied to the right of each character).
For the Spark theme, letterSpacing is not supported.