aboutsummaryrefslogtreecommitdiffstats
path: root/README.unicode
diff options
context:
space:
mode:
authorKenichi Handa2006-11-30 04:34:27 +0000
committerKenichi Handa2006-11-30 04:34:27 +0000
commit15abcac6dfdf69819906329c5769642dcd3611d1 (patch)
treec10fbd7c398034d00be64acbddbca136c4033a79 /README.unicode
parent471fd700a2b8b82864ceeeca2789359e7f1d9db9 (diff)
downloademacs-15abcac6dfdf69819906329c5769642dcd3611d1.tar.gz
emacs-15abcac6dfdf69819906329c5769642dcd3611d1.zip
*** empty log message ***
Diffstat (limited to 'README.unicode')
-rw-r--r--README.unicode9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.unicode b/README.unicode
index 828ac7b5e97..4438cb10aa0 100644
--- a/README.unicode
+++ b/README.unicode
@@ -191,3 +191,12 @@ It may be interesting if Emacs supports a frame buffer directly and
191have these font driver. 191have these font driver.
192 ftfbfont.c -- font-driver on FB for FreeType fonts. 192 ftfbfont.c -- font-driver on FB for FreeType fonts.
193 bdffbfont.c -- font-driver on FB for BDF fonts. 193 bdffbfont.c -- font-driver on FB for BDF fonts.
194
195Note: The fontset related codes are not yet matuared to work well with
196the font backend method. So, for instance, even if you start Emacs
197as something like this:
198 % emacs --enable-font-backend -fn tahoma
199Non-ASCII Latin characters will not be displayed by the font "tahoma".
200In such a case, please try this:
201
202(set-fontset-font "fontset-default" 'latin '("tahoma" . "unicode-bmp"))