diff options
| -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 |