Posted to tcl by kostix at Thu Oct 29 15:32:42 GMT 2009view pretty
(bin) 1 % info pa 8.6b1.1 (bin) 2 % console eval { foreach f [font names] { puts "$f\n[font config $f]" } } fixed -family Courier -size 7 -weight normal -slant roman -underline 0 -overstrike 0 TkConsoleFont -family ProFontWindows -size 8 -weight normal -slant roman -underline 0 -overstrike 0 oemfixed -family Terminal -size 9 -weight normal -slant roman -underline 0 -overstrike 0 TkDefaultFont -family Tahoma -size 8 -weight normal -slant roman -underline 0 -overstrike 0 TkMenuFont -family Tahoma -size 8 -weight normal -slant roman -underline 0 -overstrike 0 ansifixed -family Courier -size 7 -weight normal -slant roman -underline 0 -overstrike 0 systemfixed -family Fixedsys -size 10 -weight normal -slant roman -underline 0 -overstrike 0 TkHeadingFont -family Tahoma -size 8 -weight normal -slant roman -underline 0 -overstrike 0 device -family System -size 10 -weight bold -slant roman -underline 0 -overstrike 0 TkTooltipFont -family Tahoma -size 8 -weight normal -slant roman -underline 0 -overstrike 0 defaultgui -family {MS Shell Dlg} -size 8 -weight normal -slant roman -underline 0 -overstrike 0 TkTextFont -family Tahoma -size 8 -weight normal -slant roman -underline 0 -overstrike 0 ansi -family {MS Sans Serif} -size 8 -weight normal -slant roman -underline 0 -overstrike 0 TkCaptionFont -family Tahoma -size 8 -weight bold -slant roman -underline 0 -overstrike 0 system -family System -size 10 -weight bold -slant roman -underline 0 -overstrike 0 TkSmallCaptionFont -family Tahoma -size 8 -weight bold -slant roman -underline 0 -overstrike 0 TkFixedFont -family {Courier New} -size 9 -weight normal -slant roman -underline 0 -overstrike 0 TkIconFont -family Tahoma -size 8 -weight normal -slant roman -underline 0 -overstrike 0 (bin) 3 %