nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

Markdown preview panel is not DPI aware #136

Open ekolis opened 3 years ago

ekolis commented 3 years ago

Issue description

I am using a 4K monitor with Windows font scaling set to 200%. The text in the markdown preview panel is tiny! I have to set it to 200% scaling just to see the text. The panel should be scaling by 200% already because of the Windows setting, then applying my scaling setting from the plugin config on top of that.

Markdown to reproduce

Whatever you want...

Screenshot

image

This is with the 200% scaling. Yeah, that's as big as it gets.

Environment