https://bugs.documentfoundation.org/show_bug.cgi?id=162302
--- Comment #17 from Jonathan Clark <[email protected]> --- (In reply to Hossein from comment #16) > (In reply to Xisco FaulĂ from comment #15) > > Not reproduced in > > > > Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community > > Build ID: b6953ce38b0117efc5e2023fb7641b764c357fad > > CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3 > > Locale: es-ES (es_ES.UTF-8); UI: en-US > > Calc: threaded > This problem depends also on the display scaling. If you use 2x or 3x > scaling on the display, you may see the crash easier/sooner. Otherwise, you > have to zoom much more. Per above discussion, it also depends on whether subpixel antialiasing is enabled. Subpixel antialiasing makes FreeType internally rasterize at a higher horizontal resolution. On my machine, this is necessary to reproduce the repainting issue described in comment 11 (which is due to FreeType failing to rasterize the glyph; see comment 12). I still can't reproduce the crash. There is a real issue here, I'm just not sure how we should file it. FreeType shouldn't fail to rasterize wide glyphs. However, we also probably shouldn't silently fail to repaint the screen if that happens. -- You are receiving this mail because: You are the assignee for the bug.
