https://bugs.documentfoundation.org/show_bug.cgi?id=166521
Jonathan Clark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Jonathan Clark <[email protected]> --- The good news: This bug was fixed by the following commit. commit e17e122b5cd33dfff37c2031d8150b145b0664f7 Author: Khaled Hosny <[email protected]> Date: Fri Jul 11 11:34:43 2025 +0300 Don’t calculate text bounds needlessly in OutputDevice::GetTextArray() The bad news: The fix works by removing calls to hb_font_get_glyph_extents(). I couldn't reproduce the issue on Linux, but on Windows this call seems to be leaving the HB font in a bad state. I'm limiting my investigation since the bug no longer happens, but cc'ing Khaled Hosny in case there are any concerns from the HB side. -- You are receiving this mail because: You are the assignee for the bug.
