Hi,<div>I have a font on my mac that I'm trying to install on a linux web server.  The font on the mac has the following files:</div><div><div>LucidHanTIta.scr  ulhi8a  ulhi8a.afm  ulhi8a.pfb  ulhi8a.tfm</div></div><div>
<br></div><div>I tarred them up and put them on the web server in my ~/.fonts directory (this is a shared server, so I have to install the font locally). That isn't working however. That is, with this file:</div><div>
========================</div><div><div>\documentclass[11pt]{memoir}</div><div> \usepackage{fontspec}</div><div> \setmainfont[Mapping=tex-text,Ligatures={Common}]{ulh}</div><div><br></div><div>\begin{document}</div><div><br>
</div><div>\noindent fi fl ff ffi ffl\\</div><div>\textit{fi fl ff ffi ffl}</div><div><br></div><div>\end{document}</div></div><div><meta charset="utf-8">========================</div><div><br></div><div>I get this result:</div>
<div><br></div><div><meta charset="utf-8">========================</div><div><div>mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ulh' failed to make ulh.tfm.</div><div>kpathsea: Appending font creation commands to missfont.log.</div>
<div><br></div><div>! Font \zf@basefont=ulh at 10.0pt not loadable: Metric (TFM) file or installed </div><div>font not found.</div><div><to be read again> </div><div>                   \scan_stop: </div><div>l.3 ...t[Mapping=tex-text,Ligatures={Common}]{ulh}</div>
</div><div><meta charset="utf-8">========================</div><div><br></div><div>I tried different values for the \setmainfont command (Lucida, LucidHanTita), but always the same result.</div><div><br></div><div>Thanks for any help or pointers you can provide,</div>
<div>--Tim Arnold</div><div><br></div>