https://bugs.documentfoundation.org/show_bug.cgi?id=106265

--- Comment #47 from Aron Budea <[email protected]> ---
The heart of the issue seems to be this call in
WinFontInstance::CacheGlyphToAtlas(...):

HDC hNewDC = CreateCompatibleDC(hDC);
http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/winlayout.cxx#60

Each pass through here increases GDI (DC) usage by 1, and I assume it's called
for each glyph in the visible area of the font list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to