On Sat, Dec 17, 2016 at 04:06:28PM -0600, Behdad Esfahbod wrote:
> On Thu, Oct 20, 2016 at 4:04 AM, Khaled Hosny <khaledho...@eglug.org> wrote:
> 
> > It is not clear whether I should pass user features to
> > hb_shape_plan_create_cached(), hb_shape_plan_execute() or both. If I
> > pass them to the former but not the later features will be applied just
> > fine, but if I do the reverse they will not, so when do I need to pass
> > the features to hb_shape_plan_execute()?
> >
> 
> You need to pass the same features to plan_execute().  The plan_create call
> just cares about whether a feature is global or has a range.  It doesn't
> care about the actual range.

Good to know, that is what I did already.


Regards,
Khaled
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to