Tagged Questions
5
votes
4answers
2k views
Specifying DPI of a GDI Device Context
I have an application that generates metafiles (EMFs). It uses the reference device (aka the screen) to render these metafiles, so the DPI of the metafile changes depending on what machine the code is ...