On Mon, Jul 02, 2001 at 07:41:36AM +0100, Greg McCarroll wrote:
> does anyone know how to find out what font a wterm is using, or indeed
> an xterm - i've tried xwininfo and it doesnt give this information

I don't know what a wterm is, but an xterm will use whatever font
you tell it to. You specify it in the X resources; if not, it defaults
to "fixed". For example, I have this in my .Xdefaults:

XTerm*Font: -adobe-courier-bold-r-normal--14-100-100-100-m-90-iso8859-1

Check the app-defaults as well: /usr/X11R6/lib/X11/app-defaults/XTerm
on my machine.


Ah! I've just found an easy way; type

    appres XTerm | fgrep Font

voila

 .robin.

-- 
select replace(a, CHR(88), replace(a,'''','''''')) from (
select 'select replace(a, CHR(88), replace(a,'''''''','''''''''''')) from (
select ''X'' a from dual)' a from dual)

Reply via email to