That was easy. Apply to freetype2-demos.
>From 6ff63bea5d7275e22982142d05bf5a7faf2016c5 Mon Sep 17 00:00:00 2001
From: Nikolaus Waxweiler <madig...@gmail.com>
Date: Sun, 31 Jan 2016 18:08:59 +0100
Subject: [PATCH] Fix toggling of "force autohinter" in light mode.

Light mode does not imply autohinter anymore.
---
 src/ftview.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ftview.c b/src/ftview.c
index 2ec97eb..740fb89 100644
--- a/src/ftview.c
+++ b/src/ftview.c
@@ -1124,7 +1124,7 @@
       break;
 
     case grKEY( 'f' ):
-      if ( handle->hinted && handle->lcd_mode != LCD_MODE_LIGHT )
+      if ( handle->hinted )
       {
         handle->autohint = !handle->autohint;
         FTDemo_Update_Current_Flags( handle );
-- 
2.5.0

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to