jonthysell / Chordious

Fretboard diagram generator for fretted stringed instruments.
http://chordious.com
MIT License
38 stars 9 forks source link

Text in diagrams scale incorrectly in high DPI mode #101

Closed jonthysell closed 4 years ago

jonthysell commented 5 years ago

On Windows 10, if you have a high resolution monitor, the default is to scale text x1.5 or x2.

This affects the scaling of text in diagrams, since Svg.Net uses System.Drawing to render.

You can workaround the issue by launching Chordious.exe with the high DPI setting set to "System (Enhanced)", but that makes the rest of the app look awful.

jonthysell commented 5 years ago

Relevant change in SVG.NET: https://github.com/vvvv/SVG/commit/41f66eb6b69666421d3102116d92380451ff3605