<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 02.07.2016 1:02, Kelvin Ma wrote:<br>
> So that’s what the value member does. thanks! Will it always be either 0<br>
> or 1?<br>
<br>
0 means disabled, 1 means enabled, >1 means enabled with specific value.<br>
According to msdn 'salt' feature could use that to pick a specific<br>
alternate glyph.<br></blockquote><div><br></div><div>So it’s not boolean okay. Right now I have opentype features as a font styling attribute, which means that there is always an explicit ON/OFF value computed for every feature in every style. So it’s important to have good hardcoded defaults for the base class fontstyle. But seeing as it varies by script, and the font styles are not aware of script that makes it a lot more problematic…<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
> && what does .tag do?<br>
<br>
It identifies a feature.<br>
<br>
><br>
> On Fri, Jul 1, 2016 at 5:51 PM, Simon Cozens <<a href="mailto:simon@simon-cozens.org">simon@simon-cozens.org</a><br>
> <mailto:<a href="mailto:simon@simon-cozens.org">simon@simon-cozens.org</a>>> wrote:<br>
><br>
>     On 02/07/2016 07:34, Kelvin Ma wrote:<br>
>     > So I think I figured out how to turn on font features, but how do I turn<br>
>     > ones off that are enabled by default? Like liga or kern?<br>
><br>
>     Just set the value to 0 in the features array.<br>
>     See<br>
>     <a href="https://github.com/simoncozens/sile/blob/master/src/justenoughharfbuzz.c#L78" rel="noreferrer" target="_blank">https://github.com/simoncozens/sile/blob/master/src/justenoughharfbuzz.c#L78</a><br>
><br>
>     Simon<br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> HarfBuzz mailing list<br>
> <a href="mailto:HarfBuzz@lists.freedesktop.org">HarfBuzz@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/harfbuzz" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/harfbuzz</a><br>
><br>
<br></blockquote></div></div></div>