[pywin32-bugs] [ pywin32-Feature Requests-3433757 ] Full LOGFONT struct implementation
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2011-11-05 03:29:34
|
Feature Requests item #3433757, was opened at 2011-11-04 20:29 Message generated for change (Tracker Item Submitted) made by krishardy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3433757&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Kris Hardy (krishardy) Assigned to: Nobody/Anonymous (nobody) Summary: Full LOGFONT struct implementation Initial Comment: The current implementation of the LOGFONT struct in Pythonwin/win32util.cpp is not complete, relative to the WinGDI.h in the Windows 7.1 SDK. Attached is a proposed patch to support the full LOGFONT struct. Notes: I reordered the szFont* static strings, the documentation, the dict building order in LogFontToDict(), and the LOGFONT packing order in DictToLogFont(). This was done purely for asthetics in order to have the orders match that of the LOGFONT struct. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3433757&group_id=78018 |