Fonts and win32

David LeBlanc whisper at oz.nospamnet
Fri May 4 15:06:14 EDT 2001


In article <m4iy9sdd3v3.fsf at macquarie.com.au>, timd at macquarie.com.au 
says...
> 
> 
> Is there any way I can access the windows system fonts, perhaps using
> the win32api modules. I want to make my Tkinter application look a
> little more like the win32 native ones.
> 
> Thanks,
> 
> Tim
> 
Check out the tkinter Font class - if tkinter follows Tk closely enough, 
most widgets take a font specifier to change from the default. Also, 
there's the options database (which, at least in Windows Tk, must be 
manually loaded early in the app startup).

Dave LeBlanc



More information about the Python-list mailing list