diff options
author | jenglish <jenglish@flightlab.com> | 2000-07-25 21:14:34 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2000-07-25 21:14:34 (GMT) |
commit | 6c8536cfeb0e26f8b5792f423389c6614c98dffd (patch) | |
tree | bea05665891f61ab3749ece3ae4fe07945da4664 /doc/canvas.n | |
parent | c6bc600d803dbcb3b90be56c4653c52add4ba9b3 (diff) | |
download | tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.zip tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.gz tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.bz2 |
CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,
FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n:
Documentation fix: Replaced references to XFontStruct *
and Tk_FontStruct with Tk_Font.
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index 54a27be..b598ac3 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: canvas.n,v 1.8 2000/06/05 23:31:34 ericm Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.9 2000/07/25 21:14:34 jenglish Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -1616,7 +1616,7 @@ This option defaults to \fBcenter\fR. .TP \fB\-font \fIfontName\fR Specifies the font to use for the text item. -\fIFontName\fR may be any string acceptable to \fBTk_GetFontStruct\fR. +\fIFontName\fR may be any string acceptable to \fBTk_GetFont\fR. If this option isn't specified, it defaults to a system-dependent font. .TP |