Re: [GD-General] FreeType
Brought to you by:
vexxed72
From: Chad A. <ae...@ae...> - 2006-01-04 04:10:48
|
Brian Hook wrote: > Unfortunately there is no clean way in Python to call into Windows and > do all GDI stuff and call back out unless I write that myself. Which > I'm not sure I'm eager to do on the off chance it does look better =) > > That said, I'd still mightily consider it if it gets me away from this > asstasticness I'm dealing with right now. You probably can do what you want with win32all ( http://starship.python.net/crew/mhammond/ ). We do a fair amount of Win32 programming in Python, and it's not as weird or painful as you might think... |