[Libreoffice-bugs] [Bug 138122] LibreOffice text blurry on Retina displays on macOS 11
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Dec 2 13:52:59 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=138122
--- Comment #94 from Tor Lillqvist <tml at iki.fi> ---
How can that work? Surely correspondingly more space must be allocated for the
pRawData in that case, too? The docs for CGBitmapContextCreate say:
data
A pointer to the destination in memory where the drawing is to be rendered. The
size of this memory block should be at least (bytesPerRow*height) bytes.
and the "height" parameter we pass with such a change is nDY * fScale, and
bytesPerRow is (mnBitmapDepth * nDX) / 8, i.e. nDX * 4.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201202/203882ba/attachment.htm>
More information about the Libreoffice-bugs
mailing list