# HG changeset patch # User Kenichi Handa # Date 1181738789 0 # Node ID 00481da599f27552959fc86af19080a7204dd3b2 # Parent d75dcba48fdbd952e1665ef179ae3ae547160730 *** empty log message *** diff -r d75dcba48fdb -r 00481da599f2 README.unicode --- a/README.unicode Tue Jun 12 08:25:18 2007 +0000 +++ b/README.unicode Wed Jun 13 12:46:29 2007 +0000 @@ -138,8 +138,7 @@ This branch now contains new codes for handling fonts by multiple font backends. The old font handling codes still exist completely parallel to the new codes, and the new codes are used only when you configure -Emacs with the argument "--enable-font-backend" and run Emacs with the -same argument. +Emacs with the argument "--enable-font-backend". Which font backends to use can be specified by X resource "FontBackend". For instance, if you want to use Xft fonts only, @@ -150,7 +149,7 @@ 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 +if libraries freetype and fontconfig exist. If they are both available, macro "USE_FONT_BACKEND" is defined in src/config.h. In that case, the existing of Xft library is checked too. @@ -195,7 +194,7 @@ Note: The fontset related codes are not yet matuared to work well with the font backend method. So, for instance, even if you start Emacs as something like this: - % emacs --enable-font-backend -fn tahoma + % emacs -fn tahoma Non-ASCII Latin characters will not be displayed by the font "tahoma". In such a case, please try this: