<div dir="ltr"><div dir="ltr">On Fri, Dec 17, 2021 at 12:49 PM Johan Vromans <<a href="mailto:jvromans@squirrel.nl">jvromans@squirrel.nl</a>> wrote:<br></div><div class="gmail_quote"><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>
After shaping the buffer contains the output glyphs and their positions.<br>
<br>
Maybe I'm overlooking something trivial, but does HarfBuzz provide a means<br>
to get the bounding box for the buffer?<br></blockquote><div><br></div><div>Not directly. But the bounding box of each glyph can be fetched using hb_font_get_glyph_extents().</div><div><br></div><div>behdad</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">
-- Johan<br>
</blockquote></div></div>