diff lisp/objects.el @ 3111:e1bc252950d9

[xemacs-hg @ 2005-11-29 12:08:32 by stephent] Pitiful Xft user docs and CHANGES-beta. <87zmnnslq0.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 29 Nov 2005 12:08:41 +0000
parents abe6d1db359e
children 6e9bd19ec103
line wrap: on
line diff
--- a/lisp/objects.el	Tue Nov 29 08:38:32 2005 +0000
+++ b/lisp/objects.el	Tue Nov 29 12:08:41 2005 +0000
@@ -50,9 +50,11 @@
 
 Valid instantiators for font specifiers are:
 
--- a string naming a font (e.g. under X this might be
-   \"-*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*\" for a 14-point
-   upright medium-weight Courier font)
+-- a string naming a font; syntax is platform dependent.  Some examples for
+   a 14-point upright medium-weight Courier font:
+   X11 (and GTK1): \"-*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*\"
+   Xft (and GTK2): \"Courier-14\"
+   MS-Windows:     \"Courier:14:Western\"
 -- a font instance (use that instance directly if the device matches,
    or use the string that generated it)
 -- a vector of no elements (only on TTY's; this means to set no font