Hi Hops, here’s how to make left justified numbers for your project so numbers like scores stay aligned to the corresponding labels even when numbers get really big. You need to know the number of digits in the number, so that’s also shown.
The basic idea is straightforward. Offset the position of the number by:
11 x size/100 x (number of digits - 1)
Here’s the code:
And an example:
https://c.gethopscotch.com/p/yspsioswh