diff options
author | georgeps <georgeps> | 2005-04-22 21:32:23 (GMT) |
---|---|---|
committer | georgeps <georgeps> | 2005-04-22 21:32:23 (GMT) |
commit | 85933e773143b22b992db8ae5414f70783da5a9e (patch) | |
tree | 2f1629c21ee0f7003e252155c8a1177138a00bf8 /doc/FontId.3 | |
parent | 4e133576bad75e1a28062fe47dc26bacf38ee324 (diff) | |
download | tk-85933e773143b22b992db8ae5414f70783da5a9e.zip tk-85933e773143b22b992db8ae5414f70783da5a9e.tar.gz tk-85933e773143b22b992db8ae5414f70783da5a9e.tar.bz2 |
fixed a typo
Diffstat (limited to 'doc/FontId.3')
-rw-r--r-- | doc/FontId.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/FontId.3 b/doc/FontId.3 index 208666e..c121963 100644 --- a/doc/FontId.3 +++ b/doc/FontId.3 @@ -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: FontId.3,v 1.5 2005/04/06 21:11:53 dkf Exp $ +'\" RCS: @(#) $Id: FontId.3,v 1.6 2005/04/22 21:32:23 georgeps Exp $ '\" .so man.macros .TH Tk_FontId 3 8.0 Tk "Tk Library Procedures" @@ -77,7 +77,8 @@ typedef struct Tk_FontMetrics { int linespace; } Tk_FontMetrics; .CE -The \fIlinespace\fR field is the amount in pixels that the tallest +.PP +The \fIascent\fR field is the amount in pixels that the tallest letter sticks up above the baseline, plus any extra blank space added by the designer of the font. .PP |