How to enable font for client

Client ask for fonts. i.e. whether particular(Lucida for some tff files) font is enabled on the server or not or asking for its
binary path: fire this command on the server
#chkfontpath
i.e. /usr/share/fonts/default/Type1
then search the font name which you want to enable for client
for example lucida search this in /usr directory.
#find -name lucida
then copy that binary file with /usr/share/fonts/default/Type1
done

Leave a Comment