Mercurial > emacs
changeset 90705:93c0415cf795
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 30 Nov 2006 04:33:12 +0000 |
parents | e9da34566c96 |
children | 1428c2dd8ad7 |
files | README.unicode |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.unicode Thu Nov 30 00:42:03 2006 +0000 +++ b/README.unicode Thu Nov 30 04:33:12 2006 +0000 @@ -191,3 +191,12 @@ 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 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"))