diff options
| author | Chong Yidong | 2010-03-20 13:24:06 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-03-20 13:24:06 -0400 |
| commit | d68eb23c6a6b9fc7f1c0d2873f98fb0dd51dbfd9 (patch) | |
| tree | 222e3f0c08d49ce6db22e8ad8c1191a6e0c00a67 /etc | |
| parent | ad13a3ee9b9f4ee81b19c6c02da8cc338901304e (diff) | |
| download | emacs-d68eb23c6a6b9fc7f1c0d2873f98fb0dd51dbfd9.tar.gz emacs-d68eb23c6a6b9fc7f1c0d2873f98fb0dd51dbfd9.zip | |
Document font-use-system-font.
* cmdargs.texi (Font X): Move most content to Fonts.
* frames.texi (Fonts): New node. Document font-use-system-font.
* emacs.texi (Top):
* xresources.texi (Table of Resources):
* mule.texi (Defining Fontsets, Charsets): Update xrefs.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -71,14 +71,14 @@ uses `system-move-file-to-trash' for trashing.) | |||
| 71 | Customize `make-pointer-invisible' to disable this feature. | 71 | Customize `make-pointer-invisible' to disable this feature. |
| 72 | 72 | ||
| 73 | ** Font changes | 73 | ** Font changes |
| 74 | 74 | +++ | |
| 75 | *** Emacs can use the system default monospaced font in Gnome. | 75 | *** Emacs can use the system default monospaced font in Gnome. |
| 76 | To enable this feature, set `font-use-system-font' to non-nil (it is | 76 | To enable this feature, set `font-use-system-font' to non-nil (it is |
| 77 | nil by default). If the system default changes, Emacs changes also. | 77 | nil by default). If the system default changes, Emacs changes also. |
| 78 | This feature requires Gconf support, which is automatically included | 78 | This feature requires Gconf support, which is automatically included |
| 79 | at compile-time if configure detects the gconf libraries (you can | 79 | at compile-time if configure detects the gconf libraries (you can |
| 80 | disable this with the configure option --without-gconf). | 80 | disable this with the configure option --without-gconf). |
| 81 | 81 | --- | |
| 82 | *** On X11, Emacs reacts to Xft changes made by configuration tools, | 82 | *** On X11, Emacs reacts to Xft changes made by configuration tools, |
| 83 | via the XSETTINGS mechanism. This includes antialias, hinting, | 83 | via the XSETTINGS mechanism. This includes antialias, hinting, |
| 84 | hintstyle, RGBA, DPI and lcdfilter changes. | 84 | hintstyle, RGBA, DPI and lcdfilter changes. |