<div dir="ltr"><br><br><div class="gmail_quote">On Mon, Jan 12, 2009 at 5:22 AM, Jonathan Kew <span dir="ltr">&lt;<a href="mailto:jonathan@jfkew.plus.com">jonathan@jfkew.plus.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I downloaded one of these fonts, and ran OpenType-info.tex to see what<br>
features it showed. It does indeed have some OpenType features, but I<br>
notice that they are placed under the script tag &#39;dflt&#39;, rather than<br>
the expected &#39;latn&#39;. This is why xetex is not applying them; it uses<br>
the Latin-script features by default, unless told otherwise with the<br>
&#39;script=....&#39; option on the font name.<br>
<br>
When I load the font using<br>
<br>
 &nbsp; \font\tst = &quot;Garava:script=dflt&quot; at 12pt<br>
 &nbsp; \tst In this sample, ligatures like fi and fl work correctly.<br>
 &nbsp; \bye<br>
<br>
then the ligatures appear as expected.<br>
<br>
However, I&#39;m not sure if there&#39;s a way to do this via fontspec at<br>
present. Anyway, </blockquote><div><br><br>Would not <br><br>%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>\newfontscript{DFLT}{dflt} <br>%%%%%%%%%%%%%%%%%%%%%%%%%%%<br><br>work?<br><br>Then you can declare the font with the following control sequence<br>
<br>%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>\setmainfont[Script=DFLT]{&lt;font-name&gt;}<br>%%%%%%%%%%%%%%%%%%%%%%%%%%%<br><br><br><br></div></div><br><br clear="all"><br>-- <br>VK<br>
</div>