aboutsummaryrefslogtreecommitdiff
path: root/demos/fillRule.tcl
diff options
context:
space:
mode:
authorlecoanet2003-04-16 09:43:32 +0000
committerlecoanet2003-04-16 09:43:32 +0000
commiteed2656db0adae2c234c3d74af0913746ed5c444 (patch)
treef2821633165f1caf635a7e77708aeda998786c10 /demos/fillRule.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/fillRule.tcl')
-rw-r--r--demos/fillRule.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/fillRule.tcl b/demos/fillRule.tcl
index b4e7162..d04b211 100644
--- a/demos/fillRule.tcl
+++ b/demos/fillRule.tcl
@@ -11,7 +11,7 @@ toplevel $w
wm title $w "Zinc Fillrule Demonstration"
wm iconname $w "Fillrule"
-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