Jonathan Thornburg wrote:
> What Fine Manual(s) should I be reading for up-to-date information
> on antialiased fonts?  I can't find anything relevant in xterm(1) or
> any of the X server man pages.  Interestingly, the example from the
> 5.8-stable FAQ,
>   xterm -fa 'Mono' -fs 14
> *does* work on my 6.0-stable system.  But I'd still like to read more
> (e.g., about what font families are available).

fc-list is probably close to what you're looking for.

fc-list | grep ttf | grep -i mono
...
/usr/X11R6/lib/X11/fonts/TTF/luximr.ttf: Luxi Mono:style=Regular
...

xterm -fa "Luxi Mono"

Reply via email to