Skip to content
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

Blurry font rendering on Linux #402

Open
cztomczak opened this issue Oct 24, 2017 · 3 comments
Open

Blurry font rendering on Linux #402

cztomczak opened this issue Oct 24, 2017 · 3 comments

Comments

@cztomczak
Copy link
Owner

cztomczak commented Oct 24, 2017

Issue occurs in v60+. To fix set the environment variable:
FREETYPE_PROPERTIES="truetype:interpreter-version=35".

Upstream CEF issue with more details:
https://bitbucket.org/chromiumembedded/cef/issues/2239/linux-font-rendering-hinting-blurry

@cztomczak
Copy link
Owner Author

I think we should add the use_system_freetype=true GN variable in automate.py when Debian system is detected.

@cztomczak cztomczak added this to the v66 milestone May 22, 2018
@cztomczak
Copy link
Owner Author

This issue occurs only with some versions of fonts on Debian Stretch (Ubuntu 16.04..17.10). Debian Stretch builds Chromium using this GN option, however default Google Chrome or Chromium distributions don't. We are planning to use Spotify builds on Linux as well, so we shoulnd't make this default in our automate.py, maybe as an option.

@cztomczak
Copy link
Owner Author

Added --use-system-freetype flag to automate.py in commit cef0ca5.
Keeping this issue Open and labelled KB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant