]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 30 Nov 2006 04:34:27 +0000 (04:34 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 30 Nov 2006 04:34:27 +0000 (04:34 +0000)
README.unicode

index 828ac7b5e97ce6d4d62e20d8cddc4b6e38b651c8..4438cb10aa0b2852ade0c441b9a5395e03c1a095 100644 (file)
@@ -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"))