aboutsummaryrefslogtreecommitdiff
path: root/demos/labelformat.tcl
diff options
context:
space:
mode:
authorlecoanet2003-04-16 09:43:32 +0000
committerlecoanet2003-04-16 09:43:32 +0000
commiteed2656db0adae2c234c3d74af0913746ed5c444 (patch)
treef2821633165f1caf635a7e77708aeda998786c10 /demos/labelformat.tcl
parentc0dc6e04d97b53185eda9bbd68900eba15ae1f84 (diff)
downloadtkzinc-eed2656db0adae2c234c3d74af0913746ed5c444.zip
tkzinc-eed2656db0adae2c234c3d74af0913746ed5c444.tar.gz
tkzinc-eed2656db0adae2c234c3d74af0913746ed5c444.tar.bz2
tkzinc-eed2656db0adae2c234c3d74af0913746ed5c444.tar.xz
Many updates for the 3.2.90 release and new demos
Diffstat (limited to 'demos/labelformat.tcl')
-rw-r--r--demos/labelformat.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/labelformat.tcl b/demos/labelformat.tcl
index 8d9f2a3..d7c0781 100644
--- a/demos/labelformat.tcl
+++ b/demos/labelformat.tcl
@@ -11,7 +11,7 @@ toplevel $w
wm title $w "Zinc Label Format Demonstration"
wm iconname $w Label
-set defaultfont "-adobe-helvetica-bold-r-normal-*-120-*-*-*-*-*-*"
+set defaultfont [font create -family Helvetica -size 10 -weight bold]
frame $w.buttons
pack $w.buttons -side bottom -fill x -pady 2m