sandbag icon indicating copy to clipboard operation
sandbag copied to clipboard

Which case should we use for FONT grade?

Open actuallyyun opened this issue 1 year ago • 4 comments

Currently, the Font grade uses lowercase, and does not support uppercase:

Font.getScore('7B') Output: 0

Font.getScore('7b') Output: [ 76, 77 ]

I think it would be a good idea to use uppercase for the FONT grade to distinguish it from the French sports grade, but supports lowercase input as well.

What do you think? @musoke

actuallyyun avatar Apr 28 '23 08:04 actuallyyun