<div>I just realized that github is not the freshest source for HarfBuzz. :) Anyway, thanks for the quick reply, it is indeed fixed in the current head.
</div>
<div><div><br></div><div>-- </div><div><p style="margin: 0px; font-size: 12px; font-family: 'Trebuchet MS'; color: rgb(35, 35, 35); "><b>Lóránt Pintér</b></p>
<p style="margin: 0px; font-size: 12px; font-family: 'Trebuchet MS'; color: rgb(35, 35, 35); ">Developer at <a href="http://prezi.com"><span style="color: rgb(18, 85, 204); ">Prezi</span></a></p></div></div>
<p style="color: #A0A0A8;">On Tuesday, February 19, 2013 at 4:16 PM, Behdad Esfahbod wrote:</p>
<blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
<span><div><div><div>On 02/19/2013 09:40 AM, Lóránt Pintér wrote:</div><blockquote type="cite"><div><div>Hi,</div><div><br></div><div>I'm trying to disable some OpenType features while shaping. I'm trying to</div><div>shape "VAV VAV" and disable kerning for the first three characters.</div><div><br></div><div>If I don't set any features, kerning is on for the whole string: OK, this is</div><div>what I expect</div><div>If I set "+kern[4:7]", I get what I want: the first "VAV" is not kerned, the</div><div>second is: OK</div><div>*If I set "-kern[0:3]", I get kerning disabled for the whole string: NOT what</div><div>I expect*</div><div>*If I set "+kern", "-kern[0:3]", I get kerning disabled for the whole string:</div><div>NOT what I expect*</div><div>If I set "+kern[0:8]", "-kern[0:3]", I get what I want: the first "VAV" is not</div><div>kerned, the second is: OK</div><div><br></div><div>So "+/-kern[x:y]" disables the kerning for the rest of the input unless I</div><div>specify the whole range with "+kern[0:end]" first. I find it a bit</div><div>contra-intuitive. Is this how it should work?</div></div></blockquote><div><br></div><div>As Jonathan pointed out already, this was surprisingly broken and no one ever</div><div>noticed until now! But we fixed it last week.</div><div><br></div><div>-- </div><div>behdad</div><div><a href="http://behdad.org">http://behdad.org</a>/</div></div></div></span>
</blockquote>
<div>
<br>
</div>