Comment #26 on issue 28382 by sembiance: Unable to disable antialiasing in  
WebKit
http://code.google.com/p/chromium/issues/detail?id=28382

#25: I did run xsettingsd after creating it, didn't work for me.

I decided to just re-compile with AntiAlias always disabled.

I accomplished this by changing the file:
third_party/WebKit/WebCore/platform/graphics/chromium/FontPlatformDataLinux.cpp

In method:
void FontPlatformData::setupPaint(SkPaint* paint) const

I changed:
paint->setAntiAlias(isSkiaAntiAlias);
to:
paint->setAntiAlias(false);


I tried just changing the "static bool isSkiaAntiAlias" default to false  
instead of
true, hoping that maybe the "setAntiAlias"method was just never being  
called, but no
such luck.

Still, I'm happy enough with this work-around as now all my web pages look  
nice and
crisp again :)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to