summaryrefslogtreecommitdiffstats
path: root/doc/MeasureChar.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-02-04 16:07:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-02-04 16:07:36 (GMT)
commitf0d2cabfab63d1e6e5b50cfbf6a268799cb92184 (patch)
tree4f4caaa427827212fb0915b64b19f9cef9b20f1b /doc/MeasureChar.3
parent84d9adc764c9013e41003120a6c618f44eff6530 (diff)
downloadtk-f0d2cabfab63d1e6e5b50cfbf6a268799cb92184.zip
tk-f0d2cabfab63d1e6e5b50cfbf6a268799cb92184.tar.gz
tk-f0d2cabfab63d1e6e5b50cfbf6a268799cb92184.tar.bz2
merge udpates from HEAD
Diffstat (limited to 'doc/MeasureChar.3')
-rw-r--r--doc/MeasureChar.310
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/MeasureChar.3 b/doc/MeasureChar.3
index 9fa005d..848f48b 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.7.2.1 2007/11/01 16:37:13 dgp Exp $
+'\" RCS: @(#) $Id: MeasureChar.3,v 1.7.2.2 2008/02/04 16:07:36 dgp 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