| --- third_party/freetype/include/freetype/config/ftmodule.h 2017-03-07 20:15:52.781636524 -0800 |
| +++ third_party/freetype/include/freetype/config/ftmodule.h 2017-03-22 22:57:58.536233071 -0700 |
| @@ -10,15 +10,15 @@ |
| * |
| */ |
| |
| -FT_USE_MODULE( FT_Module_Class, autofit_module_class ) |
| +//FT_USE_MODULE( FT_Module_Class, autofit_module_class ) |
| FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class ) |
| FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class ) |
| FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class ) |
| FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class ) |
| -FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class ) |
| -FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class ) |
| -FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class ) |
| -FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class ) |
| +//FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class ) |
| +//FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class ) |
| +//FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class ) |
| +//FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class ) |
| FT_USE_MODULE( FT_Module_Class, psaux_module_class ) |
| FT_USE_MODULE( FT_Module_Class, psnames_module_class ) |
| FT_USE_MODULE( FT_Module_Class, pshinter_module_class ) |
| @@ -27,6 +27,4 @@ |
| FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class ) |
| -FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class ) |
| -FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class ) |
| -FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) |
| +//FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) |
| |
| /* EOF */ |
| --- third_party/freetype/include/freetype/config/ftoption.h 2017-03-07 20:15:52.781636524 -0800 |
| +++ third_party/freetype/include/freetype/config/ftoption.h 2017-03-22 22:57:58.532233095 -0700 |
| @@ -122,7 +122,7 @@ |
| /* This is done to allow FreeType clients to run unmodified, forcing */ |
| /* them to display normal gray-level anti-aliased glyphs. */ |
| /* */ |
| -/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ |
| +#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING |
| |
| |
| /*************************************************************************/ |
| @@ -193,7 +193,7 @@ |
| /* Define this macro if you want to enable this `feature'. See also */ |
| /* the macro FT_CONFIG_OPTION_SYSTEM_ZLIB below. */ |
| /* */ |
| -#define FT_CONFIG_OPTION_USE_ZLIB |
| +#undef FT_CONFIG_OPTION_USE_ZLIB |
| |
| |
| /*************************************************************************/ |
| @@ -366,7 +366,7 @@ |
| /* */ |
| /* Note that the `FOND' resource isn't checked. */ |
| /* */ |
| -#define FT_CONFIG_OPTION_MAC_FONTS |
| +#undef FT_CONFIG_OPTION_MAC_FONTS |
| |
| |
| /*************************************************************************/ |
| @@ -556,7 +556,7 @@ |
| /* embedded bitmaps in all formats using the SFNT module (namely */ |
| /* TrueType & OpenType). */ |
| /* */ |
| -#define TT_CONFIG_OPTION_EMBEDDED_BITMAPS |
| +#undef TT_CONFIG_OPTION_EMBEDDED_BITMAPS |
| |
| |
| /*************************************************************************/ |
| @@ -705,7 +705,7 @@ |
| /* and avar tables). This has many similarities to Type 1 Multiple */ |
| /* Masters support. */ |
| /* */ |
| -#define TT_CONFIG_OPTION_GX_VAR_SUPPORT |
| +#undef TT_CONFIG_OPTION_GX_VAR_SUPPORT |
| |
| |
| /*************************************************************************/ |
| @@ -713,7 +713,7 @@ |
| /* Define TT_CONFIG_OPTION_BDF if you want to include support for */ |
| /* an embedded `BDF ' table within SFNT-based bitmap formats. */ |
| /* */ |
| -#define TT_CONFIG_OPTION_BDF |
| +#undef TT_CONFIG_OPTION_BDF |
| |
| |
| /*************************************************************************/ |
| @@ -767,7 +767,7 @@ |
| /* */ |
| /* The Chinese font MingTiEG-Medium (CNS 11643 character set) needs 256. */ |
| /* */ |
| -#define T1_MAX_CHARSTRINGS_OPERANDS 256 |
| +#define T1_MAX_CHARSTRINGS_OPERANDS 512 |
| |
| |
| /*************************************************************************/ |