aboutsummaryrefslogtreecommitdiffstats
path: root/README.unicode
diff options
context:
space:
mode:
authorKenichi Handa2006-10-04 07:09:43 +0000
committerKenichi Handa2006-10-04 07:09:43 +0000
commit42f557e54187491ef9833f4fbb29fb524da408c7 (patch)
tree469f8e59dfae1e636624bd9c68e05a7fa308e19f /README.unicode
parent49da453b3647a81c048f1bef1d9f27f82a238593 (diff)
downloademacs-42f557e54187491ef9833f4fbb29fb524da408c7.tar.gz
emacs-42f557e54187491ef9833f4fbb29fb524da408c7.zip
*** empty log message ***
Diffstat (limited to 'README.unicode')
-rw-r--r--README.unicode8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.unicode b/README.unicode
index 123fdae35dc..828ac7b5e97 100644
--- a/README.unicode
+++ b/README.unicode
@@ -141,6 +141,14 @@ to the new codes, and the new codes are used only when you configure
141Emacs with the argument "--enable-font-backend" and run Emacs with the 141Emacs with the argument "--enable-font-backend" and run Emacs with the
142same argument. 142same argument.
143 143
144Which font backends to use can be specified by X resource
145"FontBackend". For instance, if you want to use Xft fonts only,
146
147Emacs.FontBackend: xft
148
149will work. If this resource is not set, Emacs tries to use all font
150backends available on your graphic device.
151
144The configure script, if invoked with "--enable-font-backend", checks 152The configure script, if invoked with "--enable-font-backend", checks
145existing of libraries freetype and fontconfig. If they are both 153existing of libraries freetype and fontconfig. If they are both
146available, macro "USE_FONT_BACKEND" is defined in src/config.h. In 154available, macro "USE_FONT_BACKEND" is defined in src/config.h. In