comparison man/xresources.texi @ 61426:53f841bc997c

Added text about fontSet in Lucid menus
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 10 Apr 2005 12:29:46 +0000
parents d3fa4a52d032
children c8cf56d85000
comparison
equal deleted inserted replaced
61425:6dfecf2a19ab 61426:53f841bc997c
391 @example 391 @example
392 Emacs.dialog*.font: 8x16 392 Emacs.dialog*.font: 8x16
393 @end example 393 @end example
394 394
395 @noindent 395 @noindent
396 The Lucid menus can display multilingual text in your locale. For more
397 information about fontsets see the man page for XCreateFontSet. To enable
398 multilingual menu text you specify a fontSet resource instead of the font
399 resource. If both font and fontSet resources are specified, the fontSet
400 resource is used. To specify
401 @samp{-*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,*} for both the popup and
402 menu bar menus, write this:
403
404 @example
405 Emacs*fontSet: -*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,*
406 @end example
407
408 @noindent
396 Experience shows that on some systems you may need to add 409 Experience shows that on some systems you may need to add
397 @samp{shell.}@: before the @samp{pane.menubar} or @samp{menu*}. On 410 @samp{shell.}@: before the @samp{pane.menubar} or @samp{menu*}. On
398 some other systems, you must not add @samp{shell.}. 411 some other systems, you must not add @samp{shell.}.
399 412
400 Here is a list of the specific resources for menu bars and pop-up menus: 413 Here is a list of the specific resources for menu bars and pop-up menus:
401 414
402 @table @code 415 @table @code
403 @item font 416 @item font
404 Font for menu item text. 417 Font for menu item text.
418 @item fontSet
419 Fontset for menu item text.
405 @item foreground 420 @item foreground
406 Color of the foreground. 421 Color of the foreground.
407 @item background 422 @item background
408 Color of the background. 423 Color of the background.
409 @item buttonForeground 424 @item buttonForeground