When I use the variable width spritefont trick where you use an array and JSON data with the character widths stored in the string, and align the text to the right, the last character ends up getting cut off a bit on the right side. I've tried to fix this by putting a space at the end of every string that is right aligned but in runtime the space is removed and the character is still cut off on the right side. Is there any way to fix this?