Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Font common dialog? 1

Status
Not open for further replies.

lakshmivaragan

Programmer
Sep 30, 2003
25
IN
Is there any packages availabe for selecting available fonts in the system.
In short, are there any packages available for getting Font common dialog ?

Regs
Lax
 
If all you need is a list of fonts available on your system, the font families command will give that to you.

But for presenting a full, font selection dialog, the Tcl'ers Wiki ( does present a few options:
[ul][li]"A little font chooser," implements a nice dialog for selecting a font. Note that it works by creating a named font (using the font create command) based on the user selections, and then returning that named font.[/li]

[li]"A small font chooser," also illustrates the concepts in allowing the user to select a font, although I don't like that interface as well.[/li]

[li]The BWidget extension includes a SelectFont command, for implementing a font selector as either a dialog or BWidget toolbar. See "BWidget," This might be an especially good choice if you're already using the BWidget extension.[/li][/ul]

- Ken Jones, President, ken@avia-training.com
Avia Training and Consulting, 866-TCL-HELP (866-825-4357) US Toll free
415-643-8692 Voice
415-643-8697 Fax
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top