aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.unicode6
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
144The configure script, if invoked with "--enable-font-backend", checks 144The configure script, if invoked with "--enable-font-backend", checks
145existing of libraries freetype and fontconfig. If they are both 145existing of libraries freetype and fontconfig. If they are both
146available, macro "USE_FONT_BACKEND" is defined in src/config.h. 146available, macro "USE_FONT_BACKEND" is defined in src/config.h. In
147In that case, the exiting of Xft library is checked too. 147that case, the existing of Xft library is checked too.
148 148
149The new files are: 149The 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
178And, for those to work, w32term.c (macterm.c) and w32fns.c (macfns.c) 178And, for those to work, w32term.c (macterm.c) and w32fns.c (macfns.c)
179must be changed by the simlilar way as xterm.c and xfns.c (the parts 179must 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
182It may be interesting if Emacs supports a frame buffer directly and 182It may be interesting if Emacs supports a frame buffer directly and