1837526 Members
3591 Online
110117 Solutions
New Discussion

X FONTS

 
SOLVED
Go to solution
Keith Meloy_1
Occasional Advisor

X FONTS

I have an application that requires a scaleable font
eg -agfa-univers-medium-r-normal-*-150-0-0-0-*-*-*-*
This font is available on all our normal 10.20 machines.
I have been asked to install the app on a standalone machine which, even though it is standard 10.20, does not have these fonts.
Because it is normally standalone, this machine cannot use a font server. I assume I need to copy something onto the new machine and run xset, but I don't know how to do it. Can anyone help?

Thanks

Keith
2 REPLIES 2
Bill McNAMARA_1
Honored Contributor

Re: X FONTS

cp the font file for
-agfa-univers-medium-r-normal-*-150-0-0-0-*-*-*-*
to same directory on local system:
ie:

/usr/lib/X11/fonts/iso_8859.1/75dpi

then run:

mkfontdir

to create the fonts.dir

then

xset fp rehash

to update your xserver paths

Bill
It works for me (tm)
Sanjay_6
Honored Contributor
Solution

Re: X FONTS

Hi Keith,

Maybe this link can help,

http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058693837

The Doc id is KBAN00000341

Hope this helps.

Regds