emacs-devel
[Top][All Lists]
Advanced

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

Re: Supporting stylistic sets


From: Eli Zaretskii
Subject: Re: Supporting stylistic sets
Date: Sat, 24 Sep 2022 18:01:24 +0300

> 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]