kc3-lang/freetype/src/base/ftlcdfil.c

Branch :


Log

Author Commit Date CI Message
eeaa6497 2006-12-19 14:34:07 add comment
4755bf7a 2006-12-16 08:58:44 * src/base/ftlcdfil.c (FT_Library_SetLcdFilter) [FT_FORCE_LIGHT_LCD_FILTER]: Fix typo.
0d0d78da 2006-11-14 10:37:10 formatting
29c191cd 2006-11-13 13:03:48 * src/base/ftlcdfil.c: added support for FT_FORCE_LIGHT_LCD_FILTER and FT_FORCE_LEGACY_LCD_FILTER at compile time. Define these macros when building the library to change the default LCD filter to be used. This is only useful for experimentation
8765c71b 2006-11-10 16:49:42 * include/freetype/ftlcdfil.h, include/internal/ftobjs.h, src/base/ftlcdfilt.c, src/smooth/ftsmooth.c: API change for the LCD filter, the FT_LcdFilter value is a enum describing which filter to apply, new values FT_LCD_FILTER_LIGHT and FT_LCD_FILTER_LEGACY (the latter implements the LibXft original algorithm which produces incredible color fringes for everything except very-well hinted text) * src/autofit/aflatin.c: various tiny improvements that drastically improve the handling of serif fonts and of LCD/LCD_V hinting modes.
2c002e13 2006-09-29 21:31:53 formatting, improving documentation
3cc7d630 2006-09-27 08:48:38 adding missing file