summaryrefslogtreecommitdiffstats
path: root/doc/font.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2004-08-20 14:15:28 (GMT)
committerdkf <dkf@noemail.net>2004-08-20 14:15:28 (GMT)
commit93c70c5dd2fb14d36c0bc6d9820a127a32c64c4e (patch)
treed0cd0cc89a1a6944dc81a789b21e61384d469b26 /doc/font.n
parented64a28fea6ae11f26ae0b04836ebd5cf7e294b0 (diff)
downloadtk-93c70c5dd2fb14d36c0bc6d9820a127a32c64c4e.zip
tk-93c70c5dd2fb14d36c0bc6d9820a127a32c64c4e.tar.gz
tk-93c70c5dd2fb14d36c0bc6d9820a127a32c64c4e.tar.bz2
More doc fixes. [Patch 1012837]
FossilOrigin-Name: c04a8a61541cf2a350096db54dc79da0dcee4c7d
Diffstat (limited to 'doc/font.n')
-rw-r--r--doc/font.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/font.n b/doc/font.n
index 8f12e00..1639f3d 100644
--- a/doc/font.n
+++ b/doc/font.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: font.n,v 1.5 2004/06/18 21:42:16 dkf Exp $
+'\" RCS: @(#) $Id: font.n,v 1.6 2004/08/20 14:15:29 dkf Exp $
'\"
.so man.macros
.TH font n 8.0 Tk "Tk Built-In Commands"
@@ -76,7 +76,7 @@ Measures the amount of space the string \fItext\fR would use in the given
\fIfont\fR when displayed in \fIwindow\fR. \fIfont\fR is a font description;
see FONT DESCRIPTIONS below. If the \fIwindow\fR argument is omitted, it
defaults to the main window. The return value is the total width in pixels
-of \fItext\fR, not including the extra pixels used by highly exagerrated
+of \fItext\fR, not including the extra pixels used by highly exaggerated
characters such as cursive ``f''. If the string contains newlines or tabs,
those characters are not expanded or treated specially when measuring the
string.