<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">What is simplest (and ideally, most performant) way to check whether an <font face="monospace, monospace">hb_font_t</font> contains a glyph for a sequence of code points? For single code points, there'sĀ <font face="monospace, monospace">hb_font_get_glyph</font>. If you already know the glyph ID (or glyph name, when the font face has glyph names defined), there's <font face="monospace, monospace">hb_font_glyph_from_string</font>.</div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><div dir="ltr">But what if I want to check whether the face has a single glyph for a ligature or grapheme cluster, such as "Ł„Ų§", "šŸ‡ØšŸ‡¦", or "šŸ‘®šŸ½ā€ā™€ļø"?</div><div dir="ltr"><br></div><div dir="ltr">Thank you,<br clear="all"><div><div dir="ltr" class="m_-8482978174204569664gmail-m_-1797345837044208589gmail_signature"><div dir="ltr">Konstantin<br></div></div></div></div></div></div></div></div>
</div></div>