# HG changeset patch # User Jan Dj¸«£rv # Date 1113136186 0 # Node ID 53f841bc997cc5e0540219992bb5d3d4c0ade27c # Parent 6dfecf2a19abddc456ea93f2ca866645ea098128 Added text about fontSet in Lucid menus diff -r 6dfecf2a19ab -r 53f841bc997c man/xresources.texi --- a/man/xresources.texi Sun Apr 10 06:19:31 2005 +0000 +++ b/man/xresources.texi Sun Apr 10 12:29:46 2005 +0000 @@ -393,6 +393,19 @@ @end example @noindent +The Lucid menus can display multilingual text in your locale. For more +information about fontsets see the man page for XCreateFontSet. To enable +multilingual menu text you specify a fontSet resource instead of the font +resource. If both font and fontSet resources are specified, the fontSet +resource is used. To specify +@samp{-*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,*} for both the popup and +menu bar menus, write this: + +@example +Emacs*fontSet: -*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,* +@end example + +@noindent Experience shows that on some systems you may need to add @samp{shell.}@: before the @samp{pane.menubar} or @samp{menu*}. On some other systems, you must not add @samp{shell.}. @@ -402,6 +415,8 @@ @table @code @item font Font for menu item text. +@item fontSet +Fontset for menu item text. @item foreground Color of the foreground. @item background