try to avoid this strange color artifacts
This commit is contained in:
parent
5853d4592d
commit
976017ac80
|
@ -445,12 +445,13 @@ in
|
||||||
hinting = {
|
hinting = {
|
||||||
enable = true;
|
enable = true;
|
||||||
style = "full";
|
style = "full";
|
||||||
|
autohint = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable proper subpixel handling
|
# disable subpixel rendering to avoid color blurr
|
||||||
subpixel = {
|
subpixel = {
|
||||||
rgba = "rgb";
|
rgba = "none";
|
||||||
lcdfilter = "light";
|
lcdfilter = "none";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue