Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3110:1d2a1d747bc0 | 3111:e1bc252950d9 |
---|---|
48 of instantiators. See `make-specifier' for more information about | 48 of instantiators. See `make-specifier' for more information about |
49 specifiers. | 49 specifiers. |
50 | 50 |
51 Valid instantiators for font specifiers are: | 51 Valid instantiators for font specifiers are: |
52 | 52 |
53 -- a string naming a font (e.g. under X this might be | 53 -- a string naming a font; syntax is platform dependent. Some examples for |
54 \"-*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*\" for a 14-point | 54 a 14-point upright medium-weight Courier font: |
55 upright medium-weight Courier font) | 55 X11 (and GTK1): \"-*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*\" |
56 Xft (and GTK2): \"Courier-14\" | |
57 MS-Windows: \"Courier:14:Western\" | |
56 -- a font instance (use that instance directly if the device matches, | 58 -- a font instance (use that instance directly if the device matches, |
57 or use the string that generated it) | 59 or use the string that generated it) |
58 -- a vector of no elements (only on TTY's; this means to set no font | 60 -- a vector of no elements (only on TTY's; this means to set no font |
59 at all, thus using the \"natural\" font of the terminal's text) | 61 at all, thus using the \"natural\" font of the terminal's text) |
60 -- a vector of one element (a face to inherit from) | 62 -- a vector of one element (a face to inherit from) |