diff options
| author | Kenichi Handa | 2006-08-31 07:43:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-08-31 07:43:01 +0000 |
| commit | 76e590a3f4d983dbbbf9e1a1bbd7753e251c64a6 (patch) | |
| tree | 1095b7f2b4f50fb6fdcdfb508f4204a1c6c06c92 | |
| parent | 6ed1c8ac0fc741051047b58aab85496428d7d73a (diff) | |
| download | emacs-76e590a3f4d983dbbbf9e1a1bbd7753e251c64a6.tar.gz emacs-76e590a3f4d983dbbbf9e1a1bbd7753e251c64a6.zip | |
*** empty log message ***
| -rw-r--r-- | README.unicode | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.unicode b/README.unicode index c2443cd7c97..123fdae35dc 100644 --- a/README.unicode +++ b/README.unicode | |||
| @@ -143,8 +143,8 @@ same argument. | |||
| 143 | 143 | ||
| 144 | The configure script, if invoked with "--enable-font-backend", checks | 144 | The configure script, if invoked with "--enable-font-backend", checks |
| 145 | existing of libraries freetype and fontconfig. If they are both | 145 | existing of libraries freetype and fontconfig. If they are both |
| 146 | available, macro "USE_FONT_BACKEND" is defined in src/config.h. | 146 | available, macro "USE_FONT_BACKEND" is defined in src/config.h. In |
| 147 | In that case, the exiting of Xft library is checked too. | 147 | that case, the existing of Xft library is checked too. |
| 148 | 148 | ||
| 149 | The new files are: | 149 | The new files are: |
| 150 | font.h -- header providing font-backend related structures | 150 | font.h -- header providing font-backend related structures |
| @@ -176,7 +176,7 @@ Fontconfig are also available on w32, what we need may be: | |||
| 176 | utilizing methods provided by ftfont.c. | 176 | utilizing methods provided by ftfont.c. |
| 177 | 177 | ||
| 178 | And, for those to work, w32term.c (macterm.c) and w32fns.c (macfns.c) | 178 | And, for those to work, w32term.c (macterm.c) and w32fns.c (macfns.c) |
| 179 | must be changed by the simlilar way as xterm.c and xfns.c (the parts | 179 | must be changed by the similar way as xterm.c and xfns.c (the parts |
| 180 | "#ifdef USE_FONT_BACKEND" ... "#endif" should be checked). | 180 | "#ifdef USE_FONT_BACKEND" ... "#endif" should be checked). |
| 181 | 181 | ||
| 182 | It may be interesting if Emacs supports a frame buffer directly and | 182 | It may be interesting if Emacs supports a frame buffer directly and |