diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-02 22:45:20 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-02 22:45:20 -0700 |
commit | 2db4b11ebd8a89f4f2089ae92e567fa58ec47053 (patch) | |
tree | d9f72451b40a7c9a036e44ef0935f74dc46faade /admin | |
parent | 05b09564d2a44a4ebdce1932ce1cbcde459b0636 (diff) | |
download | emacs-2db4b11ebd8a89f4f2089ae92e567fa58ec47053.tar.gz |
* admin/notes/font-backend: Remove obsolete information.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/notes/font-backend | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/admin/notes/font-backend b/admin/notes/font-backend index c6d56cd0cc2..d3fb56a2ba4 100644 --- a/admin/notes/font-backend +++ b/admin/notes/font-backend @@ -6,11 +6,6 @@ See the end of the file for license conditions. New font handling mechanism with font backend method ---------------------------------------------------- -The configure script, if invoked with "--enable-font-backend", checks -if libraries freetype and fontconfig exist. If they are both -available, macro "USE_FONT_BACKEND" is defined in src/config.h. In -that case, the existence of Xft library is checked too. - The new files are: font.h -- header providing font-backend related structures (most important ones are "struct font" and "struct @@ -44,10 +39,6 @@ Fontconfig are also available on w32, what we need may be: ftw32font.c -- font-driver on w32 directly using FreeType fonts utilizing methods provided by ftfont.c. -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 has these font driver. ftfbfont.c -- font-driver on FB for FreeType fonts. |