emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Supporting stylistic sets


From: समीर सिंह Sameer Singh
Subject: Re: Supporting stylistic sets
Date: Sat, 24 Sep 2022 20:32:26 +0530

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?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]