[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-28 ee5c591249: Explain how the font appearance can be fine-tuned i
From: |
Gregory Heytings |
Subject: |
emacs-28 ee5c591249: Explain how the font appearance can be fine-tuned in fbterm. |
Date: |
Mon, 5 Sep 2022 04:58:30 -0400 (EDT) |
branch: emacs-28
commit ee5c59124982978c608d7b658c53ba66d1f656d8
Author: Gregory Heytings <gregory@heytings.org>
Commit: Gregory Heytings <gregory@heytings.org>
Explain how the font appearance can be fine-tuned in fbterm.
* doc/misc/efaq.texi (Emacs in a Linux console): Briefly document
Xft font specifications with which the font appearance can be
fine-tuned.
---
doc/misc/efaq.texi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 32fdcb8058..ec0122ce3c 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -3045,6 +3045,19 @@ command, separated by commas:
$ fc-list :spacing=mono family | sed 's/ /\\ /g'
@end example
+@noindent
+Note that you can fine-tune the appearance of the fonts by adding
+attribute-value pairs, separated by colons, after each font name. For
+example,
+
+@example
+font-names=DejaVu\ Sans\ Mono:style=bold:antialias=false
+@end example
+
+@noindent
+selects the bold style of the DejaVu Sans Mono font, and disables
+anti-aliasing.
+
You can now start Emacs inside @command{fbterm} with the command
@example
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-28 ee5c591249: Explain how the font appearance can be fine-tuned in fbterm.,
Gregory Heytings <=