<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
\startMPpage<br>
% drawing....<br>
\stopMPpage<br></blockquote></div><div class="gmail_quote"><br></div><div class="gmail_quote">Thank you Henri. I have used ConTeXt a bit in the past, and so I am familiar with this. One feature that I would like to know how to accomplish is how to use a True/Open Type Font (TTF/OTF) without having to go through the entire installation process of such a font. In LuaLaTeX, I simply have to place my custom TTF/OTF in the same directory as my .tex file and do</div><div class="gmail_quote"><br></div><div class="gmail_quote">\begin{document}</div><div class="gmail_quote">\usepackage{fontspec}</div><div class="gmail_quote">\setmainfont{myfont.ttf}</div><div class="gmail_quote">\begin{document}</div><div class="gmail_quote">...</div><div class="gmail_quote">\end{document}</div><div class="gmail_quote"><br></div><div class="gmail_quote">I cannot find the corresponding way in ConTeXt to accomplish this. In years past, I used the simplefonts module to use True Type Fonts, but that may be obsolete. The following does not work for me</div><div class="gmail_quote"><br></div><div class="gmail_quote">\usemodule[simplefonts]</div><div class="gmail_quote">\setmainfont[myfont.ttf]</div><div class="gmail_quote">\startMPpage</div><div class="gmail_quote">% drawing</div><div class="gmail_quote">\endMPpage</div><div class="gmail_quote"><br></div><div class="gmail_quote">I would appreciate help with this. Thank you in advance,</div><div class="gmail_quote"><br></div><div class="gmail_quote">Troy<br></div></div>