diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-08-22 15:43:18 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-08-22 15:43:18 (GMT) |
commit | 4e23cc7cce1aeab31098852ce74a59835e9fab50 (patch) | |
tree | 9906b10491082ca256832867a828be700b906dbd /doc/MeasureChar.3 | |
parent | 1eda0bce2c2a48cf541f96e1429aa1ed27ea4c89 (diff) | |
download | tk-4e23cc7cce1aeab31098852ce74a59835e9fab50.zip tk-4e23cc7cce1aeab31098852ce74a59835e9fab50.tar.gz tk-4e23cc7cce1aeab31098852ce74a59835e9fab50.tar.bz2 |
More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]
Diffstat (limited to 'doc/MeasureChar.3')
-rw-r--r-- | doc/MeasureChar.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/MeasureChar.3 b/doc/MeasureChar.3 index 3eac03e..bf4d5a0 100644 --- a/doc/MeasureChar.3 +++ b/doc/MeasureChar.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: MeasureChar.3,v 1.4 1999/12/21 23:54:17 hobbs Exp $ +'\" RCS: @(#) $Id: MeasureChar.3,v 1.5 2004/08/22 15:43:20 dkf Exp $ '\" .so man.macros .TH Tk_MeasureChars 3 8.1 Tk "Tk Library Procedures" @@ -85,7 +85,7 @@ will not itself be underlined. .SH DESCRIPTION .PP These routines are for measuring and displaying simple single-font, -single-line, strings. To measure and display single-font, multi-line, +single-line strings. To measure and display single-font, multi-line, justified text, refer to the documentation for \fBTk_ComputeTextLayout\fR. There is no programming interface in the core of Tk that supports multi-font, multi-line text; support for that behavior must be built on |