summaryrefslogtreecommitdiffstats
path: root/doc/font.n
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2011-03-02 16:50:36 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2011-03-02 16:50:36 (GMT)
commita7d486da64ce15f251fbc09e70cbb7992fbf7dc8 (patch)
treedaf7b9301727a4eb2ef38c51c2a0d4e0ac4fd4dc /doc/font.n
parent11c6c97b64609f7acceed5b2121a9a66c2961d61 (diff)
downloadtk-a7d486da64ce15f251fbc09e70cbb7992fbf7dc8.zip
tk-a7d486da64ce15f251fbc09e70cbb7992fbf7dc8.tar.gz
tk-a7d486da64ce15f251fbc09e70cbb7992fbf7dc8.tar.bz2
* doc/tk_mac.n (new file): Description of OSX-specific functionality
in Tk, contributed by Kevin Walzer. * doc/button.n, doc/font.n, doc/menu.n: Noted which parts of these commands are intentionally not fully supported on OSX.
Diffstat (limited to 'doc/font.n')
-rw-r--r--doc/font.n8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/font.n b/doc/font.n
index 65adffd..3184767 100644
--- a/doc/font.n
+++ b/doc/font.n
@@ -52,6 +52,14 @@ then the command modifies the given named font to have the given values; in
this case, all widgets using that font will redisplay themselves using the
new attributes for the font. See \fBFONT OPTIONS\fR below for a list of the
possible attributes.
+.RS
+.PP
+Note that on Aqua/Mac OS X, the system fonts (see
+\fBPLATFORM-SPECIFIC FONTS\fR below) may not be actually altered because they
+are implemented by the system theme. To achieve the effect of modification,
+use \fBfont actual\fR to get their configuration and \fBfont create\fR to
+synthesize a copy of the font which can be modified.
+.RE
.TP
\fBfont create\fR ?\fIfontname\fR? ?\fIoption value ...\fR?
.