WebCord icon indicating copy to clipboard operation
WebCord copied to clipboard

Use system FreeType?

Open Yasand123 opened this issue 3 years ago • 0 comments

In chromium, by default, there's the flag use_system_freetype=true at compile time that allows Chromium to use the system's FreeType. This is useful if you're using a custom/patched FreeType version (like infinality). I noticed however that WebCord does not follow the system's settings so I figured it was probably not compiled with that enabled.

I'm not sure if this is an Electron thing rather than a WebCord thing but assuming you also compile Electron you can probably enable this feature.

Thank you.

Yasand123 avatar Feb 12 '23 09:02 Yasand123