aboutsummaryrefslogtreecommitdiff
path: root/demos/fillRule.tcl
diff options
context:
space:
mode:
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