* devel/ftoption.h (FT_CONFIG_OPTION_SUBPIXEL_RENDERING): Define for

development.
This commit is contained in:
Werner Lemberg 2006-10-11 17:27:47 +00:00
parent 336d229f02
commit 28e17d9707
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-10-11 Werner Lemberg <wl@gnu.org>
* devel/ftoption.h (FT_CONFIG_OPTION_SUBPIXEL_RENDERING): Define for
development.
2006-10-03 Jens Claudius <jens.claudius@yahoo.com>
* include/freetype/config/ftstdlib.h: Cast away volatileness from

View File

@ -92,7 +92,7 @@ FT_BEGIN_HEADER
/* This is done to allow FreeType clients to run unmodified, forcing */
/* them to display normal gray-level anti-aliased glyphs. */
/* */
/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
/*************************************************************************/