aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorGlenn Morris2010-06-02 22:45:20 -0700
committerGlenn Morris2010-06-02 22:45:20 -0700
commit2db4b11ebd8a89f4f2089ae92e567fa58ec47053 (patch)
treed9f72451b40a7c9a036e44ef0935f74dc46faade /admin/notes
parent05b09564d2a44a4ebdce1932ce1cbcde459b0636 (diff)
downloademacs-2db4b11ebd8a89f4f2089ae92e567fa58ec47053.tar.gz
emacs-2db4b11ebd8a89f4f2089ae92e567fa58ec47053.zip
* admin/notes/font-backend: Remove obsolete information.
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/font-backend9
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.
6New font handling mechanism with font backend method 6New font handling mechanism with font backend method
7---------------------------------------------------- 7----------------------------------------------------
8 8
9The configure script, if invoked with "--enable-font-backend", checks
10if libraries freetype and fontconfig exist. If they are both
11available, macro "USE_FONT_BACKEND" is defined in src/config.h. In
12that case, the existence of Xft library is checked too.
13
14The new files are: 9The new files are:
15 font.h -- header providing font-backend related structures 10 font.h -- header providing font-backend related structures
16 (most important ones are "struct font" and "struct 11 (most important ones are "struct font" and "struct
@@ -44,10 +39,6 @@ Fontconfig are also available on w32, what we need may be:
44 ftw32font.c -- font-driver on w32 directly using FreeType fonts 39 ftw32font.c -- font-driver on w32 directly using FreeType fonts
45 utilizing methods provided by ftfont.c. 40 utilizing methods provided by ftfont.c.
46 41
47And, for those to work, macterm.c and macfns.c must be changed by the
48similar way as xterm.c and xfns.c (the parts "#ifdef USE_FONT_BACKEND"
49... "#endif" should be checked).
50
51It may be interesting if Emacs supports a frame buffer directly and 42It may be interesting if Emacs supports a frame buffer directly and
52has these font driver. 43has these font driver.
53 ftfbfont.c -- font-driver on FB for FreeType fonts. 44 ftfbfont.c -- font-driver on FB for FreeType fonts.