]> git.eshelyaron.com Git - emacs.git/commitdiff
Added text about fontSet in Lucid menus
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 10 Apr 2005 12:29:46 +0000 (12:29 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 10 Apr 2005 12:29:46 +0000 (12:29 +0000)
man/xresources.texi

index aaf7262d060d3b6e7e1c2e11d5fbfa7f7fa338b3..7e1beb2442aba88c51d15d2b31bfebcf6fe68c79 100644 (file)
@@ -392,6 +392,19 @@ For dialog boxes, use @samp{dialog} instead of @samp{menu}:
 Emacs.dialog*.font:    8x16
 @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
@@ -402,6 +415,8 @@ some other systems, you must not add @samp{shell.}.
 @table @code
 @item font
 Font for menu item text.
+@item fontSet
+Fontset for menu item text.
 @item foreground
 Color of the foreground.
 @item background