From b35176f43a953d56380414f05834c7918762cb83 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 11 Aug 2014 14:03:35 +0200 Subject: Support autohint and lcdfilter fontconfig configuration This patch adds support for reading autohint and lcdfilter settings from fontconfig and pass them on to freetype. Task-number: QTBUG-32254 Change-Id: Iaa69b70f7005ee7f21126a8d984c07b3a46a3e7f Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/gui/text/qfontengine_ft_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/text/qfontengine_ft_p.h') diff --git a/src/gui/text/qfontengine_ft_p.h b/src/gui/text/qfontengine_ft_p.h index ba603b9192..09c70c5083 100644 --- a/src/gui/text/qfontengine_ft_p.h +++ b/src/gui/text/qfontengine_ft_p.h @@ -307,6 +307,7 @@ protected: int lcdFilterType; bool embeddedbitmap; bool cacheEnabled; + bool forceAutoHint; private: friend class QFontEngineFTRawFont; -- cgit v1.2.3