diff options
author | das <das> | 2007-10-23 14:07:44 (GMT) |
---|---|---|
committer | das <das> | 2007-10-23 14:07:44 (GMT) |
commit | 7cfd88386b38d33b8f0d92c874016a163c2646d2 (patch) | |
tree | 5e0b97b250c896feee0104785f00230a27837676 | |
parent | 7e6b23b2d3a4d9932505ab3fc0bd9c696c8f8056 (diff) | |
download | tk-7cfd88386b38d33b8f0d92c874016a163c2646d2.zip tk-7cfd88386b38d33b8f0d92c874016a163c2646d2.tar.gz tk-7cfd88386b38d33b8f0d92c874016a163c2646d2.tar.bz2 |
improve look of HTML rendered version
-rw-r--r-- | doc/font.n | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -5,7 +5,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.14 2007/10/23 12:47:06 das Exp $ +'\" RCS: @(#) $Id: font.n,v 1.15 2007/10/23 14:07:44 das Exp $ '\" .so man.macros .TH font n 8.0 Tk "Tk Built-In Commands" @@ -310,22 +310,21 @@ modify that. The following system fonts are supported: .RS .TP -X Windows: +\fBX Windows\fR All valid X font names, including those listed by xlsfonts(1), are available. .TP -MS Windows: +\fBMS Windows\fR .DS .ta 3c 6c \fBsystem ansi device systemfixed ansifixed oemfixed\fR .DE .TP -Mac OS X: +\fBMac OS X\fR .DS .ta 3c 6c \fBsystem application menu\fR .DE -.RS Additionally, the following named fonts provide access to the Aqua theme fonts: .DS \fBsystemSystemFont @@ -349,7 +348,6 @@ systemDetailSystemFont systemDetailEmphasizedSystemFont\fR .DE .RE -.RE .SH EXAMPLE Fill a text widget with lots of font demonstrators, one for every font family installed on your system: |