<p dir="ltr">Thank you both, that's very helpful!</p>
<p dir="ltr">I'll give it a try later, and maybe open a PR to add doc to them (the lack of docs is a bit problematic for a project this complex)</p>
<div class="gmail_quote">On Nov 18, 2015 11:43 PM, "Adam Twardoch (List)" <<a href="mailto:list.adam@twardoch.com">list.adam@twardoch.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> On 18 Nov 2015, at 13:40, Nikolay Sivov <<a href="mailto:bunglehead@gmail.com">bunglehead@gmail.com</a>> wrote:<br>
><br>
> On 18.11.2015 15:27, Edu GarcĂ­a wrote:<br>
>> Thank you!<br>
>><br>
>> That's the one I suspected. However, as its second parameter, it wants a<br>
>> "hb_tag_t table_tag". What is that table tag, and how do I get it?<br>
><br>
> There's only two possible tags you can use in this case - HB_OT_TAG_GSUB and HB_OT_TAG_GPOS.<br>
<br>
Yes, giving HB_OT_TAG_GSUB will get you the list of substitution features in the font and HB_OT_TAG_GPOS will give you the list of positioning features. GSUB features are always applied before GPOS features. It's possible that the same feature is defined in both tables, then the GSUB portion of the feature will be applied first, GPOS later.<br>
<br>
A.<br>
<br>
</blockquote></div>