aboutsummaryrefslogtreecommitdiffstats
path: root/README.unicode
diff options
context:
space:
mode:
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"))