On Fri, 17 Dec 2021 12:53:10 -0700, Behdad Esfahbod wrote: > > Maybe I'm overlooking something trivial, but does HarfBuzz provide a > > means to get the bounding box for the buffer? > > > > Not directly. But the bounding box of each glyph can be fetched using > hb_font_get_glyph_extents(). Okay, thanks.