font list on current OS

vivek at cs.unipune.ernet.in vivek at cs.unipune.ernet.in
Tue Dec 23 05:09:20 EST 2003


On Tue, Dec 23, 2003 at 12:10:07AM -0800, black wrote:
> i searched tkFileDialog module but found no font dialog prototypes, just savedialog and opendialog etc.
>  
> Regards~

I thought you asked for __File Dialog__ :-). Anyway to get the list of all the available fonts on the system use the tkFont.families() function. It will return a list of all the available font families/names on the machine.

Regards
Vivek Kumar

> 
> vivek at cs.unipune.ernet.in wrote:
> 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 avai
                                                               ^^^^^^^^^^^ 
<snip>

> 
> 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
> 
> ---------------------------------
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now





More information about the Python-list mailing list