# HG changeset patch # User Jason Rumney # Date 1181161427 0 # Node ID 827a7ed5a44649acb160250468b97f437b1ea927 # Parent 89d84c7c96af438717318e6128e777c676f2835a w32font.c is done. diff -r 89d84c7c96af -r 827a7ed5a446 README.unicode --- a/README.unicode Mon Jun 04 21:57:45 2007 +0000 +++ b/README.unicode Wed Jun 06 20:23:47 2007 +0000 @@ -166,11 +166,11 @@ utilizing methods provided by ftfont.c. ftxfont.c -- font-driver on X directly using FreeType fonts utilizing methods provided by ftfont.c. + w32font.c -- font driver on w32 using Windows native fonts, + corresponding to xfont.c So we already have codes for X. For the other systems (w32 and mac), it seems that we need these files: - w32font.c -- font driver on w32 using Windows native fonts, - corresponding to xfont.c atmfont.c -- font-driver on mac using ATM fonts, corresponding to xfont.c As BDF fonts are currently used on w32, we may also implement these: @@ -183,9 +183,9 @@ ftw32font.c -- font-driver on w32 directly using FreeType fonts utilizing methods provided by ftfont.c. -And, for those to work, w32term.c (macterm.c) and w32fns.c (macfns.c) -must be changed by the similar way as xterm.c and xfns.c (the parts -"#ifdef USE_FONT_BACKEND" ... "#endif" should be checked). +And, for those to work, macterm.c and macfns.c must be changed by the +similar way as xterm.c and xfns.c (the parts "#ifdef USE_FONT_BACKEND" +... "#endif" should be checked). It may be interesting if Emacs supports a frame buffer directly and have these font driver.