On Tue, Mar 13, 2018 at 02:58:33PM +0000, Daniel Lehman wrote:
Removing support for external fonts doesn't look right. Fonts marked as external are the host's system fonts that shouldn't remain in the registry in case they are removed from the system. This contrasts with fonts that have been programatically added to the registry by Windows apps.
Our software and Wine's dwrite list fonts from that key. Currently, the only fonts I see listed are the host's system fonts
Is there another way it could be done?
Which fonts are missing? These should probably be added to the registry as part of their installation process.
Huw.