[python-win32] Full LOGFONT implementation

2011-11-04 Thread Kris Hardy
All, I ran into an issue with the LOGFONT struct implementation which was not allowing me to set a few font options that I needed for an app I wrote. The problem was that the full LOGFONT struct had not been implemented. I have what seems to be a working patch, but I would like a sanity

Re: [python-win32] Full LOGFONT implementation

2011-11-04 Thread Mark Hammond
On 5/11/2011 2:57 PM, Kris Hardy wrote: All, I ran into an issue with the LOGFONT struct implementation which was not allowing me to set a few font options that I needed for an app I wrote. The problem was that the full LOGFONT struct had not been implemented. I have what seems to be a working