diff README.unicode @ 90611:f70eb92de85e

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 04 Oct 2006 07:09:43 +0000
parents 4a8681a3d827
children 93c0415cf795
line wrap: on
line diff
--- a/README.unicode	Wed Oct 04 07:06:28 2006 +0000
+++ b/README.unicode	Wed Oct 04 07:09:43 2006 +0000
@@ -141,6 +141,14 @@
 Emacs with the argument "--enable-font-backend" and run Emacs with the
 same argument.
 
+Which font backends to use can be specified by X resource
+"FontBackend".  For instance, if you want to use Xft fonts only,
+
+Emacs.FontBackend: xft
+
+will work.  If this resource is not set, Emacs tries to use all font
+backends available on your graphic device.
+
 The configure script, if invoked with "--enable-font-backend", checks
 existing of libraries freetype and fontconfig.  If they are both
 available, macro "USE_FONT_BACKEND" is defined in src/config.h.  In