diff options
| author | Gregory Heytings | 2022-09-05 08:55:10 +0000 |
|---|---|---|
| committer | Gregory Heytings | 2022-09-05 10:57:56 +0200 |
| commit | ee5c59124982978c608d7b658c53ba66d1f656d8 (patch) | |
| tree | eb36423e0de153d8bc5845404ef16bfa6ecd0232 | |
| parent | 5713c730f201675918544dbe40ad308c5d0463c3 (diff) | |
| download | emacs-ee5c59124982978c608d7b658c53ba66d1f656d8.tar.gz emacs-ee5c59124982978c608d7b658c53ba66d1f656d8.zip | |
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.
| -rw-r--r-- | doc/misc/efaq.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 32fdcb80586..ec0122ce3ce 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -3045,6 +3045,19 @@ command, separated by commas: | |||
| 3045 | $ fc-list :spacing=mono family | sed 's/ /\\ /g' | 3045 | $ fc-list :spacing=mono family | sed 's/ /\\ /g' |
| 3046 | @end example | 3046 | @end example |
| 3047 | 3047 | ||
| 3048 | @noindent | ||
| 3049 | Note that you can fine-tune the appearance of the fonts by adding | ||
| 3050 | attribute-value pairs, separated by colons, after each font name. For | ||
| 3051 | example, | ||
| 3052 | |||
| 3053 | @example | ||
| 3054 | font-names=DejaVu\ Sans\ Mono:style=bold:antialias=false | ||
| 3055 | @end example | ||
| 3056 | |||
| 3057 | @noindent | ||
| 3058 | selects the bold style of the DejaVu Sans Mono font, and disables | ||
| 3059 | anti-aliasing. | ||
| 3060 | |||
| 3048 | You can now start Emacs inside @command{fbterm} with the command | 3061 | You can now start Emacs inside @command{fbterm} with the command |
| 3049 | 3062 | ||
| 3050 | @example | 3063 | @example |