RE: Win32Lib: vFontResolution
- Posted by Derek Parnell <ddparnell at bigpond.com> May 06, 2002
- 373 views
Brian Broker wrote: > Is there any particular reason for setting the default: > vFontResolution = 0 ?? > > I recently set up a multiple display system and noticed that the fonts > in my Win32Lib programs were much bigger than they should be. I tested > on a single display system and everything looked fine. > > So I played with useLogicalResolution(1) and found my programs looked OK > > on both systems. But I wondered why the default for > vFontResolution = 0 instead of vFontResolution = 1. > > Can this be done or must I add useLogicalResolution(1) to all of my > programs? This is how it originally coded (by Matt L or David C) but I can't see any reason why not to change the default. If no one objects, I set the default to use logical font resolution rather than physical. ---------- Derek.