Hi,
I recently installed Fedora 8. I use the statistical programming language named R.
When I try certain plotting operations in R, I get a message indicating that R cannot find a 6 point font and the plotting operation aborts, which is a big problem for me.
R's specification for the fonts it is using is
"-adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*"
If I use xlsfonts to see what fonts I have on my system, I get the following:
...
-adobe-helvetica-bold-o-normal--11-80-100-100-p-60-iso10646-1
-adobe-helvetica-bold-o-normal--11-80-100-100-p-60-iso8859-1
-adobe-helvetica-bold-o-normal--14-100-100-100-p-82-iso10646-1
-adobe-helvetica-bold-o-normal--14-100-100-100-p-82-iso8859-1
...
So the Fedora 8 X server has the fonts R needs in point sizes 11, 14, and higher, but not in 6, 8 or 10 point.
Is there some way for me to get the X Server to have the 6, 8 and 10 point versions of these fonts?
Thanks very much.
-Ben