<div>
                    Hi,
                </div><div><br></div><div>I'm trying to disable some OpenType features while shaping. I'm trying to 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 what I expect</div><div>If I set "+kern[4:7]", I get what I want: the first "VAV" is not kerned, the second is: OK</div><div><b>If I set "-kern[0:3]", I get kerning disabled for the whole string: NOT what I expect</b></div><div><b>If I set "+kern", "-kern[0:3]", I get kerning disabled for the whole string: NOT what I expect</b></div><div>If I set "+kern[0:8]", "-kern[0:3]", I get what I want: the first "VAV" is not 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 specify the whole range with "+kern[0:end]" first. I find it a bit contra-intuitive. Is this how it should work?</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>