From: Chong Yidong Date: Sun, 23 Nov 2008 03:52:55 +0000 (+0000) Subject: Documented fontconfig and GTK font formats. X-Git-Tag: emacs-pretest-23.0.90~1611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50e54fbae33c271bee7863fa0575e3dd9e5ee863;p=emacs.git Documented fontconfig and GTK font formats. --- diff --git a/etc/NEWS b/etc/NEWS index d230bb01e6a..bec835fa22e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -33,7 +33,7 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary. ** New font code. Fonts are handled by new code capable of dealing with multiple font backends. This uses the freetype and fontconfig libraries. - ++++ *** Emacs now accepts font names supplied in the fontconfig format (e.g. "monospace-12:bold") and GTK format (e.g. "Monospace Bold 12").