<div dir="ltr">Thank you!<div>I had the same issue with the Devanagari fonts.</div><div><br></div><div>With best regards,</div><div>-Rohit.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 26, 2017 at 3:03 PM, Ulrike Fischer <span dir="ltr"><<a href="mailto:news3@nililand.de" target="_blank">news3@nililand.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Wed, 25 Oct 2017 14:25:25 -0400 schrieb maxwell:<br>
<br>
> For many of the fonts we use, there is no italic version (and in some<br>
> cases no bold).  This is natural for Arabic and Thaana scripts, since<br>
> there is no tradition of italicizing them.  (Nasta'liq is quite a<br>
> different sort of style...)<br>
><br>
> When I include a font loading command for one of these fonts, like--<br>
>      \setmainfont[Script=Arabic]{<wbr>Scheherazade}<br>
> or<br>
>      \newfontfamily\naskhfont[<wbr>Script=Arabic]{Scheherazade}<br>
> --fontspec outputs something that could be taken as a warning, but is<br>
> probably more like information:<br>
>      Could not resolve font "Scheherazade/I" (it probably doesn't exist).<br>
><br>
> Is there a way to tell fontspec not to bother looking for an italicized<br>
> (or bold) version of particular fonts, and thereby prevent its<br>
> outputting this message?<br>
<br>
If you set the font explicitly the messages disappear:<br>
<br>
\documentclass[a4paper, oneside]{book}<br>
 \usepackage{fontspec}<br>
<br>
<br>
\setmainfont{Scheherazade}[<wbr>Script=Arabic,ItalicFont=*,<wbr>BoldFont=*,BoldItalicFont=*]<br>
<br>
 \begin{document}<br>
 ybc<br>
 \end{document}<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Ulrike Fischer<br>
<a href="http://www.troubleshooting-tex.de/" rel="noreferrer" target="_blank">http://www.troubleshooting-<wbr>tex.de/</a><br>
<br>
<br>
<br>
------------------------------<wbr>--------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
  <a href="http://tug.org/mailman/listinfo/xetex" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/xetex</a><br>
</font></span></blockquote></div><br></div>