WebCord
WebCord copied to clipboard
Use system FreeType?
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.