diff options
Diffstat (limited to 'README.unicode')
| -rw-r--r-- | README.unicode | 9 |
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 | |||
| 191 | have these font driver. | 191 | have 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 | |||
| 195 | Note: The fontset related codes are not yet matuared to work well with | ||
| 196 | the font backend method. So, for instance, even if you start Emacs | ||
| 197 | as something like this: | ||
| 198 | % emacs --enable-font-backend -fn tahoma | ||
| 199 | Non-ASCII Latin characters will not be displayed by the font "tahoma". | ||
| 200 | In such a case, please try this: | ||
| 201 | |||
| 202 | (set-fontset-font "fontset-default" 'latin '("tahoma" . "unicode-bmp")) | ||