]> git.eshelyaron.com Git - emacs.git/commitdiff
Explain how the font appearance can be fine-tuned in fbterm.
authorGregory Heytings <gregory@heytings.org>
Mon, 5 Sep 2022 08:55:10 +0000 (08:55 +0000)
committerGregory Heytings <gregory@heytings.org>
Mon, 5 Sep 2022 08:57:56 +0000 (10:57 +0200)
* 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

index 32fdcb80586ded50b4a528f16e1a6cc63b9adb52..ec0122ce3ce4b0f27ba5fb2a03bc175d79cb56da 100644 (file)
@@ -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