MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Key timing graph - graph bar length too long for spaces #286

Closed AESilky closed 8 months ago

AESilky commented 8 months ago

On Windows, the space graph lines are longer than the mark graph lines for an equivalent duration. On Mac and Linux they are correct.

AESilky commented 8 months ago

Even though a fixed pitch font is being used, on Windows the 'solid block' character was being rendered narrower than the other block characters (specifically in this case, the 'line'). Switching to the 'dark shaded block' (rather than the 'solid block') fixed the rendering size difference. I would rather have the solid block, but the dark shade is acceptable.