<div dir="ltr">Thanks for answering my questions.<br><br><div class="gmail_quote">On Thu, Sep 15, 2011 at 11:53 AM, Will Robertson <span dir="ltr"><<a href="mailto:wspr81@gmail.com">wspr81@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 2011-09-15 02:13:15 +0930, VAFA KHALIGHI <<a href="mailto:vafaklg@gmail.com" target="_blank">vafaklg@gmail.com</a>> said:<br>

<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Here is my minimal example. What is the difference between \newfontfamily<br>
and \fontspec_set_family?<br>
</blockquote>
<br></div>
Sorry, I should have added more information to that section of the manual. Here's the new text for \fontspec_set_family:<br>
<br>
% Defines a new NFSS family from given \meta{features} and \meta{font},<br>
% and stores the family name in the variable \meta{family}.<br>
% This font family can then be selected with standard \LaTeX\ commands<br>
% \cs{fontfamily}\marg{family}\<u></u>cs{selectfont}.<br>
<br>
In other words:<br>
<br>
 \newfontfamily \foo [features] {myfont}<br>
 \foo<br>
<br>
defines a new font family and selects it (cf., \sffamily), whereas the equivalent with internal commands is<br>
<br>
 \fontspec_set_family:Nnn \foofamily {features} {myfont}<br>
 \fontfamily{\foofamily}\<u></u>selectfont<br>
<br>
(cf. \fontfamily{sf}\selectfont).<br>
<br>
Hope this helps,<br>
Will<br>
<br>
<br>
<br>
<br>
------------------------------<u></u>--------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
 <a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/<u></u>listinfo/xetex</a><br>
</blockquote></div><br></div>