| Index: third_party/freetype/include/ftlcdfil.h
|
| diff --git a/core/include/thirdparties/freetype/freetype/ftlcdfil.h b/third_party/freetype/include/ftlcdfil.h
|
| similarity index 97%
|
| rename from core/include/thirdparties/freetype/freetype/ftlcdfil.h
|
| rename to third_party/freetype/include/ftlcdfil.h
|
| index 042f98396e1a69ad76e97d82c93d814594dcb2e6..39206f0192741b82836a3c66aa409f9074db9647 100644
|
| --- a/core/include/thirdparties/freetype/freetype/ftlcdfil.h
|
| +++ b/third_party/freetype/include/ftlcdfil.h
|
| @@ -5,7 +5,7 @@
|
| /* FreeType API for color filtering of subpixel bitmap glyphs */
|
| /* (specification). */
|
| /* */
|
| -/* Copyright 2006, 2007, 2008, 2010 by */
|
| +/* Copyright 2006-2008, 2010, 2013 by */
|
| /* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| /* */
|
| /* This file is part of the FreeType project, and may only be used, */
|
| @@ -20,8 +20,8 @@
|
| #ifndef __FT_LCD_FILTER_H__
|
| #define __FT_LCD_FILTER_H__
|
|
|
| -#include "../ft2build.h"
|
| -#include "freetype.h"
|
| +#include <ft2build.h>
|
| +#include FT_FREETYPE_H
|
|
|
| #ifdef FREETYPE_H
|
| #error "freetype.h of FreeType 1 has been loaded!"
|
| @@ -45,9 +45,9 @@ FT_BEGIN_HEADER
|
| *
|
| * @description:
|
| * The @FT_Library_SetLcdFilter API can be used to specify a low-pass
|
| - * filter which is then applied to LCD-optimized bitmaps generated
|
| + * filter, which is then applied to LCD-optimized bitmaps generated
|
| * through @FT_Render_Glyph. This is useful to reduce color fringes
|
| - * which would occur with unfiltered rendering.
|
| + * that would occur with unfiltered rendering.
|
| *
|
| * Note that no filter is active by default, and that this function is
|
| * *not* implemented in default builds of the library. You need to
|
|
|