Hello,<br><br>When compiling this document:<br>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\documentclass[12pt,a4paper]{article}</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;"></p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\addtolength\oddsidemargin{50mm}</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;"></p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\def\MyFont{Times New Roman}</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\usepackage{fontspec}</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\setmainfont{\MyFont}</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;"></p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\begin{document}</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;"></p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">A list:</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\begin{itemize}</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\item One</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\item Two</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\item Three</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\end{itemize}</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;"></p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\end{document}</p><p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;"><br></p>I get the results that &quot;new roman(0).fd New Roman(0).fd&quot; appears before the first bullet as shown in 1.pdf.<br>

Using \setmainfont{Times New Roman} instead of \setmainfont{\MyFont} works as expected. Also, the same document with \setmainfont{\MyFont} and \begin{itemize}\makeatletter\def\@itemlabel{•} works as expected.<br><br>What&#39;s happening here?<br>
<br>Thanks,<br>Andrew<br>