comparison etc/sample.Xresources @ 1547:427e5c57da6e

[xemacs-hg @ 2003-06-30 09:12:28 by stephent] describe XFontSet in sample.Xresources <87znk07xfw.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 30 Jun 2003 09:12:28 +0000
parents 318b9112aa48
children f15523a6da7a
comparison
equal deleted inserted replaced
1546:204e0afae501 1547:427e5c57da6e
202 202
203 ! Font of the modeline, menubar and pop-up menus. 203 ! Font of the modeline, menubar and pop-up menus.
204 ! Note that the menubar resources do not use the `face' syntax, since they 204 ! Note that the menubar resources do not use the `face' syntax, since they
205 ! are X toolkit widgets and thus outside the domain of XEmacs proper. 205 ! are X toolkit widgets and thus outside the domain of XEmacs proper.
206 ! 206 !
207 Emacs*menubar*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* 207 ! When X Font Sets are enabled with ./configure --with-xfs (eg, for
208 Emacs*popup*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* 208 ! multilingual menubars and XIM), some .font resources (those specific to
209 ! the Lucid widget set) are ignored in favor of .fontSet resources.
210 ! Note that you need to use fontSet (or FontSet) in that case even if you
211 ! want to specify one font:
212 !
213 ! *menubar*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
214 !
215 ! There is no harm in having both resources set, except for the confusion
216 ! you suffer. Sorry; that's the price of backward compatibility.
217 !
218 *menubar*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
219 *popup*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
220 *menubar*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*, \
221 -*-*-*-*-*-*-*-120-*-iso10646-1, \
222 -*-*-*-*-*-*-*-120-*-jisx0208.1983-0, \
223 -*-*-*-*-*-*-*-120-*-jisx0201.1976-0
224 *popup*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*, \
225 -*-*-*-*-*-*-*-120-*-iso10646-1, \
226 -*-*-*-*-*-*-*-120-*-jisx0208.1983-0, \
227 -*-*-*-*-*-*-*-120-*-jisx0201.1976-0
209 228
210 ! Font in the Motif dialog boxes. 229 ! Font in the Motif dialog boxes.
211 ! (Motif uses `fontList' while most other things use `font' - if you don't 230 ! (Motif uses `fontList' while most other things use `font' - if you don't
212 ! know why you probably don't want to.) 231 ! know why you probably don't want to.)
213 ! 232 !