Label outline makes spacing bigger. How to prevent?

Hi,

I was happy that 3.0+ version has the outline function. Because I had to create it my self in the earlier version and it has a bit weird behavior in android.

But when I use outline function in 3.0+ version, its spacing gets bigger between characters.
I want the original spacing before the outline. It goes like “BACK” to “B A C K”

Does anyone know how to prevent spacing with outline in Label?

Thanks in advance.

@rightpill

Try like this.
label->setAdditionalKerning(-5.f);