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.
This commit is contained in:
parent
5713c730f2
commit
ee5c591249
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue