<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - does not render ligatures for TeX Gyre Hermes font anymore"
href="https://bugs.freedesktop.org/show_bug.cgi?id=80093#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - does not render ligatures for TeX Gyre Hermes font anymore"
href="https://bugs.freedesktop.org/show_bug.cgi?id=80093">bug 80093</a>
from <span class="vcard"><a class="email" href="mailto:giecrilj@stegny.2a.pl" title="Christopher Yeleighton <giecrilj@stegny.2a.pl>"> <span class="fn">Christopher Yeleighton</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=101172" name="attach_101172" title="bring back ligature rendering with TeX Gyre Hermes">attachment 101172</a> <a href="attachment.cgi?id=101172&action=edit" title="bring back ligature rendering with TeX Gyre Hermes">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=80093&attachment=101172'>[review]</a>
bring back ligature rendering with TeX Gyre Hermes
The following code would be better IMHO:
size_t const len = strlen (name);
if ((len == 02 || len == 03) && * name == 'f')
{ /* interleave underscores */
char new_name [06] = { * name, '_', name [01], '_', name [02] };
new_name [ (len << 01) - 01 ] = 0;
codeToGID[i] = FT_Get_Name_Index(face, new_name);
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>