aboutsummaryrefslogtreecommitdiffstats
path: root/README.unicode
diff options
context:
space:
mode:
authorKenichi Handa2007-06-13 12:46:29 +0000
committerKenichi Handa2007-06-13 12:46:29 +0000
commitc2d1a30191c603893ad8b45aea7ba070457b393a (patch)
tree702727d8ec880e065d8c0caba663e003a78e032c /README.unicode
parent57a8aef7718ab57fa2b487d30cd20a6f5ee27825 (diff)
downloademacs-c2d1a30191c603893ad8b45aea7ba070457b393a.tar.gz
emacs-c2d1a30191c603893ad8b45aea7ba070457b393a.zip
*** empty log message ***
Diffstat (limited to 'README.unicode')
-rw-r--r--README.unicode7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.unicode b/README.unicode
index 6dd973fcf25..0cd277be0dd 100644
--- a/README.unicode
+++ b/README.unicode
@@ -138,8 +138,7 @@ New font handling mechanism with font backend method
138This branch now contains new codes for handling fonts by multiple font 138This branch now contains new codes for handling fonts by multiple font
139backends. The old font handling codes still exist completely parallel 139backends. The old font handling codes still exist completely parallel
140to the new codes, and the new codes are used only when you configure 140to 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".
142same argument.
143 142
144Which font backends to use can be specified by X resource 143Which font backends to use can be specified by X resource
145"FontBackend". For instance, if you want to use Xft fonts only, 144"FontBackend". For instance, if you want to use Xft fonts only,
@@ -150,7 +149,7 @@ will work. If this resource is not set, Emacs tries to use all font
150backends available on your graphic device. 149backends available on your graphic device.
151 150
152The configure script, if invoked with "--enable-font-backend", checks 151The configure script, if invoked with "--enable-font-backend", checks
153existing of libraries freetype and fontconfig. If they are both 152if libraries freetype and fontconfig exist. If they are both
154available, macro "USE_FONT_BACKEND" is defined in src/config.h. In 153available, macro "USE_FONT_BACKEND" is defined in src/config.h. In
155that case, the existing of Xft library is checked too. 154that case, the existing of Xft library is checked too.
156 155
@@ -195,7 +194,7 @@ have these font driver.
195Note: The fontset related codes are not yet matuared to work well with 194Note: The fontset related codes are not yet matuared to work well with
196the font backend method. So, for instance, even if you start Emacs 195the font backend method. So, for instance, even if you start Emacs
197as something like this: 196as something like this:
198 % emacs --enable-font-backend -fn tahoma 197 % emacs -fn tahoma
199Non-ASCII Latin characters will not be displayed by the font "tahoma". 198Non-ASCII Latin characters will not be displayed by the font "tahoma".
200In such a case, please try this: 199In such a case, please try this:
201 200