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/font.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/font.n')
-rw-r--r-- | doc/font.n | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: font.n,v 1.2 1998/09/14 18:22:56 stanton Exp $ +'\" RCS: @(#) $Id: font.n,v 1.3 2000/07/25 21:14:35 jenglish Exp $ '\" .so man.macros .TH font n 8.0 Tk "Tk Built-In Commands" @@ -269,12 +269,14 @@ All valid X font names, including those listed by xlsfonts(1), are available. .TP MS Windows: .DS +.ta 3c 6c \fBsystem ansi device systemfixed ansifixed oemfixed\fR .DE .TP Macintosh: .DS +.ta 3c 6c \fBsystem application\fR .DE .RE |