wxMSW DrawText and SetUserScale
Martin Cote
cote.martin at gmail.com
Mon Apr 14 17:28:13 PDT 2008
Hi Vadim,
On Sat, Apr 12, 2008 at 7:14 PM, Vadim Zeitlin <vadim at wxwidgets.org> wrote:
> So a workaround would be to call SetGraphicsMode((HDC)dc.GetHDC(),
> GM_ADVANCED) in your code. We probably should do it ourselves too but the
> trouble is that this doesn't work under Win9x and it's not clear whether
> it's better to behave consistently incorrectly or correctly except under
> the old platforms.
Regarding this issue, I didn't have much luck with dc.GetHDC(). I did
find this member function in the wxMSWDCImpl class, but not in wxDC.
Do we need to compile wxMSW with special flags to enable this
function?
Many thanks,
Martin Cote
More information about the wx-users
mailing list