aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-08-31 07:43:01 +0000
committerKenichi Handa2006-08-31 07:43:01 +0000
commit76e590a3f4d983dbbbf9e1a1bbd7753e251c64a6 (patch)
tree1095b7f2b4f50fb6fdcdfb508f4204a1c6c06c92
parent6ed1c8ac0fc741051047b58aab85496428d7d73a (diff)
downloademacs-76e590a3f4d983dbbbf9e1a1bbd7753e251c64a6.tar.gz
emacs-76e590a3f4d983dbbbf9e1a1bbd7753e251c64a6.zip
*** empty log message ***
-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