comparison etc/NEWS @ 96694:41a704dfdf7b

Apparently incorrect to say that font backend _requires_ freetype and fontconfig.
author Glenn Morris <rgm@gnu.org>
date Wed, 16 Jul 2008 02:23:30 +0000
parents dd7d28f3d635
children ebf3bd5f0017
comparison
equal deleted inserted replaced
96693:bc160ed84781 96694:41a704dfdf7b
30 The configure option `--with-gtk' has been removed. Gtk is now the 30 The configure option `--with-gtk' has been removed. Gtk is now the
31 default toolkit, but you can use --with-x-toolkit=gtk if necessary. 31 default toolkit, but you can use --with-x-toolkit=gtk if necessary.
32 32
33 ** New font code. 33 ** New font code.
34 Fonts are handled by new code capable of dealing with multiple font 34 Fonts are handled by new code capable of dealing with multiple font
35 backends. This requires the freetype and fontconfig libraries 35 backends. This uses the freetype and fontconfig libraries.
36 36
37 *** Emacs now accepts font names supplied in the fontconfig format 37 *** Emacs now accepts font names supplied in the fontconfig format
38 (e.g. "monospace-12:bold") and GTK format (e.g. "Monospace Bold 12"). 38 (e.g. "monospace-12:bold") and GTK format (e.g. "Monospace Bold 12").
39 39
40 *** Added support for local fonts (fonts installed on the machine 40 *** Added support for local fonts (fonts installed on the machine