Hi Vafa,<br><br>I have used pstricks with XeLaTeX, with some text in it (actually maths) and I used mathspec, and the fonts came out perfectly without any special treatment. Here&#39;s your example, as I would set it (I don&#39;t have Junicode installed here so I used Sabon) and the PDF is attached:<br>
<br>
<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;">\documentclass{article}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\usepackage{fontspec}</p>
<p style="margin: 0px; text-indent: 0px;">\setmainfont{Sabon LT Std}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\usepackage{pstricks}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\begin{document}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\begin{pspicture}(0,0)(2,2)</p>
<p style="margin: 0px; text-indent: 0px;">\psline(1,1)(2,2)</p>
<p style="margin: 0px; text-indent: 0px;">\uput[0](0,0){I want this to be typeset in \emph{Sabon} font.}</p>
<p style="margin: 0px; text-indent: 0px;">\end{pspicture}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\end{document}</p><p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">The file is done simply with &quot;xelatex filename&quot;.<br></p><br>
Hope this helps,<br>Andrew<br><br>