summaryrefslogtreecommitdiff
path: root/README.unicode
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2006-11-30 04:34:27 +0000
committerKenichi Handa <handa@m17n.org>2006-11-30 04:34:27 +0000
commit15abcac6dfdf69819906329c5769642dcd3611d1 (patch)
treec10fbd7c398034d00be64acbddbca136c4033a79 /README.unicode
parent471fd700a2b8b82864ceeeca2789359e7f1d9db9 (diff)
downloademacs-15abcac6dfdf69819906329c5769642dcd3611d1.tar.gz
*** 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
have these font driver.
ftfbfont.c -- font-driver on FB for FreeType fonts.
bdffbfont.c -- font-driver on FB for BDF fonts.
+
+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
+Non-ASCII Latin characters will not be displayed by the font "tahoma".
+In such a case, please try this:
+
+(set-fontset-font "fontset-default" 'latin '("tahoma" . "unicode-bmp"))