diff options
Diffstat (limited to 'doc/TextLayout.3')
-rw-r--r-- | doc/TextLayout.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TextLayout.3 b/doc/TextLayout.3 index 41b17af..c76b682 100644 --- a/doc/TextLayout.3 +++ b/doc/TextLayout.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: TextLayout.3,v 1.3 1999/04/16 01:51:09 stanton Exp $ +'\" RCS: @(#) $Id: TextLayout.3,v 1.4 1999/04/16 18:26:12 surles Exp $ '\" .so man.macros .TH Tk_ComputeTextLayout 3 8.1 Tk "Tk Library Procedures" @@ -192,7 +192,7 @@ to the point. Given a \fIlayout\fR with no characters, the value 0 will always be returned, referring to a hypothetical zero-width placeholder character. .PP -\fBTk_CharBBox\fR uses the information in \fIlayout\fR to return the +\fBTk_CharBbox\fR uses the information in \fIlayout\fR to return the bounding box for the character specified by \fIindex\fR. The width of the bounding box is the advance width of the character, and does not include any left or right bearing. Any character that extends partially outside of |