Radnen / spherestudio

A .NET based editor for your Sphere RPG games.
MIT License
16 stars 3 forks source link

Make the IDE HiDPI-friendly #60

Open fatcerberus opened 7 years ago

fatcerberus commented 7 years ago

Using a HiDPI display such as a 4K monitor will usually put Windows into 150/200% scaling mode by default; as Sphere Studio is not DPI-aware, this causes Windows to scale it up using bilinear filtering rather than rendering at native resolution, causing code to look blurry.

See what has to be done to make the program DPI-aware and implement it.