comparison etc/NEWS @ 99831:3744f301d8d5

Documented fontconfig and GTK font formats.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 23 Nov 2008 03:52:55 +0000
parents b102ebc8ec55
children 2fe0a3e0646b
comparison
equal deleted inserted replaced
99830:29d825bf9318 99831:3744f301d8d5
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 uses 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
41 where Emacs is running). 41 where Emacs is running).