I've tried following the instructions at How do I use a particular font for a small section of text in my document? But, when I try to run the small file
\documentclass{article}
\usepackage{fontspec}
\newfontfamily\myfont{Lucida Calligraphy}
\begin{document}
Hello
\myfont Hello
\end{document}
I get the following error
xdvipdfmx:fatal: Cannot proceed without the font: /Library/Fonts/Microsoft/Lucida Calligraphy
The font is in that directory. I found the following similar request xelatex xdvipdfmx error, cannot proceed with font But I'm not finding the provided answer very helpful: I don't know what fondu is, nor, even if I did have this utility(?), I don't know how to use and am very nervous about tinkering in a library which is not specific to the user.
.dftonts and font suitcases. If it is an older Mac font, it may be using the resource fork. You can usefonduto extract the fonts into usable format. You don't change anything in the Library, though. You use a copy. I am not sure that XeTeX would be able to use such a font out-of-the-box, though. I've done this and then used the fonts as traditional TeX/pdfTeX fonts, but that means creating the support files. – cfr Dec 15 '15 at 23:59.ttf, use Finder to copy the font somewhere you can play with it. Tinkering in/Libraryis not like tinkering in/System/Librarybut, still, there is no reason to make yourself unnecessary trouble easily avoided. [I think you could copy it at the command line with OS X these days, but I'm not certain. You did not used to be able to except by using a special version of the commands. It is extremely easy to lose the resource fork containing a font, if that is where it is.) – cfr Dec 16 '15 at 00:01