font list on current OS

vivek at cs.unipune.ernet.in vivek at cs.unipune.ernet.in
Tue Dec 23 00:54:47 EST 2003


On Mon, Dec 22, 2003 at 08:00:51PM -0800, black wrote:
> Hi all~
>  
>     Ooops when i was diving into Tkinter widgets just found no File Dialog available. It seems the best way is to make one by myself. but before do something with widgets I'd get font information on current OS, ie I'd collect all fonts available on system which running my code, anyone could show me and clue on how to achieve that ?
>  
> Best best best Regards~

open the module docs (pydoc) and look at tkFileDialog. It provides you with various functions for opening file dialogs of different types.

Regards
Vivek Kumar





More information about the Python-list mailing list