-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome/Chromium does not use system FreeType #3
Comments
|
Yes, no official or AUR chromium package is built with the An alternative is Firefox, which does use the system's FreeType library (for now), but it has other font rendering problems unrelated to infinality-remix. |
hey now,
can confirm this, but you can also use OpenSUSE's Build Service, I use it to compile |
Did you notice a difference? I compiled chromium with the flag and couldn't see any changes. |
Thanks, good to know!
I personally run the official Chrome build, so I wouldn't be able to tell you. However, you could try comparing the same page on Firefox (71 or later) vs. chromium. I can confirm that Firefox renders as expected with Infinality. |
Chrome and Chromium-based browsers or applications do not use the system FreeType library. Therefore these applications don't get the Infinality improvements. There isn't much that can be done unfortunately other than compiling Chromium using the system FreeType library. This can be accomplished by setting the build flag:
use_system_freetype=true
.I will consider adding a Chromium PKGBUILD in here to support this, but compiling Chromium is generally not feasible unless you have an extremely strong computer.
The text was updated successfully, but these errors were encountered: