diff options
| author | Kenichi Handa | 2007-06-13 12:46:29 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-06-13 12:46:29 +0000 |
| commit | c2d1a30191c603893ad8b45aea7ba070457b393a (patch) | |
| tree | 702727d8ec880e065d8c0caba663e003a78e032c /README.unicode | |
| parent | 57a8aef7718ab57fa2b487d30cd20a6f5ee27825 (diff) | |
| download | emacs-c2d1a30191c603893ad8b45aea7ba070457b393a.tar.gz emacs-c2d1a30191c603893ad8b45aea7ba070457b393a.zip | |
*** empty log message ***
Diffstat (limited to 'README.unicode')
| -rw-r--r-- | README.unicode | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README.unicode b/README.unicode index 6dd973fcf25..0cd277be0dd 100644 --- a/README.unicode +++ b/README.unicode | |||
| @@ -138,8 +138,7 @@ New font handling mechanism with font backend method | |||
| 138 | This branch now contains new codes for handling fonts by multiple font | 138 | This branch now contains new codes for handling fonts by multiple font |
| 139 | backends. The old font handling codes still exist completely parallel | 139 | backends. The old font handling codes still exist completely parallel |
| 140 | to the new codes, and the new codes are used only when you configure | 140 | to the new codes, and the new codes are used only when you configure |
| 141 | Emacs with the argument "--enable-font-backend" and run Emacs with the | 141 | Emacs with the argument "--enable-font-backend". |
| 142 | same argument. | ||
| 143 | 142 | ||
| 144 | Which font backends to use can be specified by X resource | 143 | Which font backends to use can be specified by X resource |
| 145 | "FontBackend". For instance, if you want to use Xft fonts only, | 144 | "FontBackend". For instance, if you want to use Xft fonts only, |
| @@ -150,7 +149,7 @@ will work. If this resource is not set, Emacs tries to use all font | |||
| 150 | backends available on your graphic device. | 149 | backends available on your graphic device. |
| 151 | 150 | ||
| 152 | The configure script, if invoked with "--enable-font-backend", checks | 151 | The configure script, if invoked with "--enable-font-backend", checks |
| 153 | existing of libraries freetype and fontconfig. If they are both | 152 | if libraries freetype and fontconfig exist. If they are both |
| 154 | available, macro "USE_FONT_BACKEND" is defined in src/config.h. In | 153 | available, macro "USE_FONT_BACKEND" is defined in src/config.h. In |
| 155 | that case, the existing of Xft library is checked too. | 154 | that case, the existing of Xft library is checked too. |
| 156 | 155 | ||
| @@ -195,7 +194,7 @@ have these font driver. | |||
| 195 | Note: The fontset related codes are not yet matuared to work well with | 194 | 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 | 195 | the font backend method. So, for instance, even if you start Emacs |
| 197 | as something like this: | 196 | as something like this: |
| 198 | % emacs --enable-font-backend -fn tahoma | 197 | % emacs -fn tahoma |
| 199 | Non-ASCII Latin characters will not be displayed by the font "tahoma". | 198 | Non-ASCII Latin characters will not be displayed by the font "tahoma". |
| 200 | In such a case, please try this: | 199 | In such a case, please try this: |
| 201 | 200 | ||