TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

Implement DPI scaling #57

Open rackley096794 opened 5 years ago

rackley096794 commented 5 years ago

Please implement some method to scale text. Note that WPF provides this for "free".. Without it, when using a high resolution monitor TextAnalysisTool.net is very fuzzy and hard to read. This makes parsing text visually difficult.

jnunnerley commented 2 years ago

You can override the DPI setting to application to help with this.

Would be great if it natively supported though.