diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-02-04 09:53:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-02-04 09:53:21 (GMT) |
commit | 4a5795c36df4b7e06274810790c8d3f9338e8d90 (patch) | |
tree | d650cd60d18bd514c873e0f924c705eb72f70fe5 /doc/MeasureChar.3 | |
parent | c6a7ad3b14aba0b0f904b92d7d3c0e7a78638701 (diff) | |
download | tk-4a5795c36df4b7e06274810790c8d3f9338e8d90.zip tk-4a5795c36df4b7e06274810790c8d3f9338e8d90.tar.gz tk-4a5795c36df4b7e06274810790c8d3f9338e8d90.tar.bz2 |
Minor documentation improvements
Diffstat (limited to 'doc/MeasureChar.3')
-rw-r--r-- | doc/MeasureChar.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/MeasureChar.3 b/doc/MeasureChar.3 index ff165f4..5a9b5ed 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.9 2007/12/13 15:23:43 dgp Exp $ +'\" RCS: @(#) $Id: MeasureChar.3,v 1.10 2008/02/04 09:53:24 dkf Exp $ '\" .so man.macros .TH Tk_MeasureChars 3 8.1 Tk "Tk Library Procedures" @@ -21,10 +21,8 @@ int int \fBTk_TextWidth(\fItkfont, string, numBytes\fB)\fR .sp -void \fBTk_DrawChars(\fIdisplay, drawable, gc, tkfont, string, numBytes, x, y\fB)\fR .sp -void \fBTk_UnderlineChars(\fIdisplay, drawable, gc, tkfont, string, x, y, firstByte, lastByte\fB)\fR .sp .SH ARGUMENTS @@ -77,7 +75,6 @@ The index of the first byte of the last character up to which the underline will be drawn. The character specified by \fIlastByte\fR will not itself be underlined. .BE - .SH DESCRIPTION .PP These routines are for measuring and displaying simple single-font, @@ -126,6 +123,7 @@ have been displayed previously by \fBTk_DrawChars\fR); it just draws the underline. This procedure is used to underline a few characters without having to construct an underlined font. To produce natively underlined text, the appropriate underlined font should be constructed and used. - +.SH "SEE ALSO" +font(n), FontId(3) .SH KEYWORDS -font +font, measurement |