Tao Framework now DPI Aware!

by Christoph Menge in .NET, Software

Huge thanks to Ilmar Kruis for implementing GetDeviceCaps() in the Tao framework! With some small modifications I suggested, one can now easily develop DPI-aware OpenGL applications using C# or .NET in general! Thanks Ilmar!
I will update my article on the CodeProject about OpenGL windows in Vista soon!
See http://www.taoframework.com/
Get the latest version via SVN: https://taoframework.svn.sourceforge.net/svnroot/taoframework

Tags: , , ,

DPI-Awareness

by Christoph Menge in Software

Due to the very high resolution of my new laptop’s display, I chose to increase its DPI so I could benefit from more readable text. Unfortunately, it turns out that there are still a number of problems:
o On 120 dpi, 11pt Segoe UI (Windows Vista’s default UI font) will have a far too large space [...]

Tags: , ,