Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to find X11 fonts names by text console

9 views
Skip to first unread message

smlunatick

unread,
Feb 13, 2008, 3:56:14 PM2/13/08
to
I have a software package that uses the X11 fonts to convert text to
TIFF files as part of the faxing out. I do not have "remote" access
to the X Windows system (just telnet) so I can not run 'xlsfonts' so
as to list the file names. How can I do this directly with the text
console screen?

Dan Espen

unread,
Feb 13, 2008, 5:10:19 PM2/13/08
to
smlunatick <yve...@gmail.com> writes:

Look at the xlsfonts man page:

xlsfonts -display host:dpy
^^^^^^^^

Fortunate1ZE972270361366933ly the output is on stdout so you can look at any systems
fonts.

xlsfonts doesn't list filenames, just fonts.

polemon

unread,
Feb 23, 2008, 12:13:31 PM2/23/08
to
On 02/13/2008 11:10 PM, Dan Espen wrote:
> xlsfonts doesn't list filenames, just fonts.

Hmm, I don't exactly understand, what smlunatic means, since - as you
stated - xlsfonts doesn't list filenames.

I'd look for the xfs config file, and see what directories it reads.
Mine is /etc/X11/fs/config .

The 'catalogue' option specifies the directories where the fonts are.

I'd then traverse the directories' fonts.dir files, and look for the
font in question.

--polemon

0 new messages