comparison 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
comparison
equal deleted inserted replaced
90610:82904c663deb 90611:f70eb92de85e
139 backends. The old font handling codes still exist completely parallel 139 backends. The old font handling codes still exist completely parallel
140 to the new codes, and the new codes are used only when you configure 140 to the new codes, and the new codes are used only when you configure
141 Emacs with the argument "--enable-font-backend" and run Emacs with the 141 Emacs with the argument "--enable-font-backend" and run Emacs with the
142 same argument. 142 same argument.
143 143
144 Which font backends to use can be specified by X resource
145 "FontBackend". For instance, if you want to use Xft fonts only,
146
147 Emacs.FontBackend: xft
148
149 will work. If this resource is not set, Emacs tries to use all font
150 backends available on your graphic device.
151
144 The configure script, if invoked with "--enable-font-backend", checks 152 The configure script, if invoked with "--enable-font-backend", checks
145 existing of libraries freetype and fontconfig. If they are both 153 existing of libraries freetype and fontconfig. If they are both
146 available, macro "USE_FONT_BACKEND" is defined in src/config.h. In 154 available, macro "USE_FONT_BACKEND" is defined in src/config.h. In
147 that case, the existing of Xft library is checked too. 155 that case, the existing of Xft library is checked too.
148 156