From 21f27c9a4d0f2ab0976c144f631c9171c899014b Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 21 Nov 2016 13:33:55 +0100 Subject: Enable gamma-correction on a face-by-face basis Changes how we control if gamma-correction is done, and enables it for the freetype CFF engine when stem-darkening is available. The new code replaces existing hacks to force gamma-correction off when using Freetype on X11 and Windows. Change-Id: Ic703ca6965a3d81b204349e10f406c991b292edd Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/3rdparty/freetype/freetype.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/3rdparty') diff --git a/src/3rdparty/freetype/freetype.pro b/src/3rdparty/freetype/freetype.pro index 5b1eb92e32..9033ed943c 100644 --- a/src/3rdparty/freetype/freetype.pro +++ b/src/3rdparty/freetype/freetype.pro @@ -24,6 +24,7 @@ SOURCES += \ $$PWD/src/base/ftbbox.c \ $$PWD/src/base/ftdebug.c \ $$PWD/src/base/ftglyph.c \ + $$PWD/src/base/ftfntfmt.c \ $$PWD/src/base/ftinit.c \ $$PWD/src/base/ftlcdfil.c \ $$PWD/src/base/ftmm.c \ -- cgit v1.2.3