Fix LCD text filtering
git-svn-id: http://skia.googlecode.com/svn/trunk@1765 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
5070d79edd
commit
b371ed1784
@ -118,7 +118,7 @@ InitFreetype() {
|
||||
|
||||
// Setup LCD filtering. This reduces colour fringes for LCD rendered
|
||||
// glyphs.
|
||||
#ifdef FT_LCD_FILTER_DEFAULT
|
||||
#ifdef FT_LCD_FILTER_H
|
||||
err = FT_Library_SetLcdFilter(gFTLibrary, FT_LCD_FILTER_DEFAULT);
|
||||
gLCDSupport = err == 0;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user