<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 14, 2019 at 4:54 PM Eli Zaretskii <<a href="mailto:eliz@gnu.org">eliz@gnu.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
AFAIU, HarfBuzz does support Stylistic Sets, but it is not clear to me<br>
what should an application do to request glyphs corresponding to a<br>
certain stylistic set.<br>
<br>
Suppose an application wants to display a text string using a specific<br>
stylistic set -- could someone please outline the sequence of API<br>
calls to get that, or point me to some documentation which describes<br>
that?<br></blockquote><div><br></div><div>Hi, Eli.</div><div><br></div><div>I think it must be a matter of enabling features explicitly, in case you're asking about it would be features ss01-ss20, see hb_shape() arguments documentation.</div><div>Basically, you set hb_feature_t fields to appropriate tag, value (1 for enabled), and start/end limits. That should do it.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
TIA<br>
_______________________________________________<br>
HarfBuzz mailing list<br>
<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">HarfBuzz@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/harfbuzz" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/harfbuzz</a></blockquote></div></div>