As super-user, copy utkalm.ttf to /usr/X11R6/lib/X11/fonts/TTF/,
mkdir -p /usr/X11R6/lib/X11/fonts/TTF/ cp utkalm.ttf /usr/X11R6/lib/X11/fonts/TTF/Now, one has to make fonts.scale and fonts.dir, via,
ttmkfdir -o fonts.scale /usr/X11R6/bin/mkfontdirIn case of any problems, try instead ttmkfdir with the -m option, e.g., ttmkfdir -m 100, which will discard any bad characters from the font file. You can take a look at the files to verify that utkalm.ttf has been installed:
grep utkalm.ttf fonts.scale fonts.dirshould show something like:
fonts.scale:utkalm.ttf -misc-utkal-medium-r-normal--0-0-0-0-p-0-iso10646-1 fonts.dir:utkalm.ttf -misc-utkal-medium-r-normal--0-0-0-0-p-0-iso10646-1The zeroes indicate that it is a TrueType font, and the ``iso646'' means that it is Unicode-encoded. Gora Mohanty 2004-07-24