microsoft / pxt-adafruit

Microsoft MakeCode editor for Adafruit Circuit Playground Express
https://makecode.adafruit.com
Other
81 stars 77 forks source link

The Console font collapses spaces #1206

Open ricknun opened 2 years ago

ricknun commented 2 years ago

Describe the bug The Console font collapses spaces so strings are misrepresented.

To Reproduce See the MakeCode and Console output images below.

Expected behavior Particularly it a teaching tool addressing strings and text, it is important the spaces can be seen and counted. This would be the case if a fixed-width font like Courier New were used (by default or by choice) for the Console window.

ConsoleFontProblem1

ConsoleFontProblem2