This can be done like this:
$ find /usr/lib/X11/fonts/ -name "fonts.dir" -exec grep -i -e \
'-Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO10646-1' {} \;

This take care of capital (fonts.dir have no capitals
characters). An improved version could manage "*" or merged
parameters like '-misc-fixed---iso8859-' if a script is of any
interest. The above should be enough for a faq entry.

I don't know if there is a native way to find out this for
fontconfig managed fonts. Maybe a similar script would be of use
too.

Ciao
Alban





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to