freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] FreeType version 2.5.0 has been released


From: octoploid
Subject: Re: [ft-devel] FreeType version 2.5.0 has been released
Date: Wed, 19 Jun 2013 20:41:58 +0200

19.06.2013, 19:41, "Werner LEMBERG" <address@hidden>:
> FreeType 2.5.0 has been released.
>
> ...
>
>     - As  announced in  the  previous release,  the  old FreeType  CFF
>       engine  is now  disabled by  default.  It  can be  conditionally
>       compiled     by     defining     the     configuration     macro
>       CFF_CONFIG_OPTION_OLD_ENGINE.

It looks like it's only disabled by default in devel/ftoption.h but not
in include/freetype/config/ftoption.h.

So what about the following patch?

diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
index d162780..0883c69 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -765,7 +765,7 @@ FT_BEGIN_HEADER
   /* switch between the two engines using the `hinting-engine' property of */
   /* the cff driver module.                                                */
   /*                                                                       */
-#define CFF_CONFIG_OPTION_OLD_ENGINE
+/* #define CFF_CONFIG_OPTION_OLD_ENGINE */
 
 
   /*************************************************************************/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]