[Libreoffice-bugs] [Bug 77878] Fonts hidden in Windows Control Panel continue to be displayed in font list

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Oct 1 06:29:29 UTC 2020


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

--- Comment #10 from Tomaz Vajngerl <quikee at gmail.com> ---
ChooseFont API is a NO-GO as we don't choose the fonts only with a dialog but
also combo boxes in sidebar and toolbar and similar, which need to be filtered
too. 

Digging into registry is a possibility. I think it needs to be implemented in
vcl/win/gdi/salfont.cxx:1010 SalEnumFontsProcExW function. Check the values in
the registry can be done with RegOpenKeyExW, RegQueryValueExW.
(vcl/opengl/win/WinDeviceInfo.cxx:54 for example)

-- 
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/20201001/9e775341/attachment.htm>


More information about the Libreoffice-bugs mailing list