Open ofZach opened 7 years ago
it looks like we need to deal with trailing 0s on the variables which are changing....
it feels like it's in the ofToString functions here:
https://github.com/SFPC/recoded/blob/master/src/scenes/typographyManager.cpp#L105-L244
potentially useful
https://stackoverflow.com/questions/29200635/convert-float-to-string-with-set-precision-number-of-decimal-digits
it looks like we need to deal with trailing 0s on the variables which are changing....