rosswf / typing-trainer

Typing trainer made in pygame
MIT License
5 stars 7 forks source link

Added support for visible whitespace character (Fix #9) #14

Closed esja3224 closed 3 years ago

esja3224 commented 3 years ago

Replaced the whitespace character with the character ·. The · character is used to denote whitespace in many text and code editors.

This change may look better on a different FONT in which · is vertically centralized and can hence be distinguished easily from the . period character. Testing using the Consolas font looked good.