NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How to set font size of xterm





On 16/04/2020 06:20, Fekete Zoltán wrote:

The first approach I recommend is to start program xfontsel. There select a font you like, and copy its description.
Then try it out like this:
$ xterm -font *-fixed-*-*-*-18-*

xterm also works with the true type fonts provided both in the core X distribution and pkgsrc via fontconfig.

e.g
XTerm*faceName:DejaVu Sans Mono
XTerm*faceSize:10

These are anti-aliased which tends to look better if you have a graphics card capable of doing the processing. It might however be slow on a non-accellerated setup in which case the recomendations above are better.

Mike


Home | Main Index | Thread Index | Old Index