summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsurles <surles>1998-06-11 14:21:52 (GMT)
committersurles <surles>1998-06-11 14:21:52 (GMT)
commit670cb5818201a782869d3a8de1334351556c979c (patch)
tree4238e407e17b37cffeb3cd222eb868b175a2d890 /tests
parent99d6a51db9046f5964e65559ad817d86cf7028a9 (diff)
downloadtk-670cb5818201a782869d3a8de1334351556c979c.zip
tk-670cb5818201a782869d3a8de1334351556c979c.tar.gz
tk-670cb5818201a782869d3a8de1334351556c979c.tar.bz2
Changed the font used for testing to Courier from Helvetica. With the new measuring system, kerning exists when helvetica is used.
Diffstat (limited to 'tests')
-rw-r--r--tests/font.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/font.test b/tests/font.test
index a526470..dac8c9d 100644
--- a/tests/font.test
+++ b/tests/font.test
@@ -26,10 +26,10 @@ proc setup {} {
update
}
-label .b.l -padx 0 -pady 0 -bd 0 -highlightthickness 0 -justify left -text "0" -font "Helvetica -12 bold"
+label .b.l -padx 0 -pady 0 -bd 0 -highlightthickness 0 -justify left -text "0" -font "Courier -12"
pack .b.l
canvas .b.c -closeenough 0
-.b.c create text 0 0 -tags text -anchor nw -just left -font "Helvetica -12 bold"
+.b.c create text 0 0 -tags text -anchor nw -just left -font "Courier -12"
pack .b.c
update