Closed SiLiKhon closed 2 years ago
When scaling a BitmapText object (through settings.size) the inter-character intervals are off.
settings.size
I believe the problem is in this line, which should instead be
x + glyph.xoffset * this.fontScale.x,
— at least, such change fixes the problem for me.
this is now fixed with the latest change, thanks for the report !
When scaling a BitmapText object (through
settings.size
) the inter-character intervals are off.I believe the problem is in this line, which should instead be
— at least, such change fixes the problem for me.