diff options
author | das <das> | 2007-10-23 14:07:44 (GMT) |
---|---|---|
committer | das <das> | 2007-10-23 14:07:44 (GMT) |
commit | ade10a8e6448b104874236e792b64ec3a32adc55 (patch) | |
tree | 5e0b97b250c896feee0104785f00230a27837676 | |
parent | 2b474caa51567c647fc87ae01376875841a68679 (diff) | |
download | tk-ade10a8e6448b104874236e792b64ec3a32adc55.zip tk-ade10a8e6448b104874236e792b64ec3a32adc55.tar.gz tk-ade10a8e6448b104874236e792b64ec3a32adc55.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: |