<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hans Hagen wrote:<br>
<br>
</div>
<blockquote type="cite"
cite="mid:97ccdc81-62e1-1bcb-2af3-3655e367fabb@xs4all.nl">it looks
ok here; the font no dflt script so you need to activate the latn
script for ligatures to work<br>
</blockquote>
<br>
Thank you Hans, but I am suprised that it looked OK at your end. At
this end, and following your suggestion, all of the lines in the
following example now display the correct ligatures, but in my
earlier example, with no 'script=latn', only the first (Adobe Minion
Pro) produced ligatures. Are you able to explain why LuaTeX does
the right thing with Adobe Minion Pro in the absence of a
'script=latn' but does not with the other three fonts tried ?<br>
<br>
<i>Philip Taylor<br>
--------<br>
</i>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
</p>
<tt><br>
\ifcsname directlua\endcsname \input luaotfload.sty \fi<br>
<br>
\font \bodyfont = "Minion Pro"<br>
\centerline {\bodyfont Minion is a genuinely fit subject}<br>
\font \bodyfont = "Adobe Caslon Pro:script=latn" <br>
\centerline {\bodyfont Caslon is a genuinely fit subject}<br>
\font \bodyfont = "Adobe Garamond Pro:script=latn" <br>
\centerline {\bodyfont Garamond is a genuinely fit subject}<br>
\font \bodyfont = "Garamond Premier Pro:script=latn" <br>
\centerline {\bodyfont Garamond is a genuinely fit subject}<br>
<br>
\end</tt>
</body>
</html>