]> git.eshelyaron.com Git - emacs.git/commitdiff
Update font-backend section.
authorGlenn Morris <rgm@gnu.org>
Wed, 5 Mar 2008 20:02:29 +0000 (20:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 5 Mar 2008 20:02:29 +0000 (20:02 +0000)
etc/NEWS

index 1b612cebbb98dcc47effd03cc4bb320aed751436..84a416ebef78d940f5888c324450483f9eddbbb3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -32,9 +32,11 @@ so we will look at it and add it to the manual.
 backends.  This requires the freetype and fontconfig libraries, and
 supports local fonts (fonts installed on the machine where Emacs is
 running).  Additionally, the Xft library can be used for antialiasing
-support.  Fontconfig-like font names (e.g. monospace-12) are also
-accepted.  The old font handling code can be used by passing the
-configure option `--disable-font-backend'.
+support, the otf library for complex text layout by OpenType fonts,
+and the m17n library for text shaping.  Fontconfig-like font names
+(e.g. monospace-12) are accepted.  The old font handling code can
+be used by passing the configure option `--disable-font-backend'
+(also available as a run-time option).
 
 ** The new configuration option "--with-dbus" enables D-Bus language
 bindings for Emacs.