no, the same would work

On Sat, Sep 24, 2022 at 8:31 PM Eli Zaretskii <eliz@gnu.org> wrote:
> From: समीर सिंह Sameer Singh <lumarzeli30@gmail.com>
> Date: Sat, 24 Sep 2022 19:56:47 +0530
> Cc: emacs-devel@gnu.org
>
> Simply pass both of their tags to hb_shape_full, which I think would be done something like this:
>
> hb_feature_t features[] = {{HB_TAG("c","v","0","6"), 1, start, end}, {HB_TAG("c","v","0","8"), 1, start, end}};
> hb_shape_full(font, buffer, features, 2, NULL);

With different values of START and END, I presume?