Chromium Code Reviews| Index: third_party/freetype/include.diff |
| diff --git a/third_party/freetype/include.diff b/third_party/freetype/include.diff |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fab50441d77499ff2ecacf280bcb3c915d00036f |
| --- /dev/null |
| +++ b/third_party/freetype/include.diff |
| @@ -0,0 +1,66 @@ |
| +diff -r freetype-2.6.1/include/freetype/config/ftmodule.h include/freetype/config/ftmodule.h |
|
Lei Zhang
2015/11/05 21:29:18
Can you do diff -ru instead?
Oliver Chang
2015/11/05 22:00:39
Done.
|
| +0a1,17 |
| +> /***************************************************************************/ |
| +> /* */ |
| +> /* ftmodule.h */ |
| +> /* */ |
| +> /* FreeType modules public interface (specification). */ |
| +> /* */ |
| +> /* Copyright 1996-2001, 2002, 2003 by */ |
| +> /* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
| +> /* */ |
| +> /* This file is part of the FreeType project, and may only be used, */ |
| +> /* modified, and distributed under the terms of the FreeType project */ |
| +> /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ |
| +> /* this file you indicate that you have read the license and */ |
| +> /* understand and accept it fully. */ |
| +> /* */ |
| +> /***************************************************************************/ |
| +> |
| +13c30 |
| +< FT_USE_MODULE( FT_Module_Class, autofit_module_class ) |
| +--- |
| +> //FT_USE_MODULE( FT_Module_Class, autofit_module_class ) |
| +18,21c35,38 |
| +< 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 ) |
| +30c47 |
| +< FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) |
| +--- |
| +> //FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) |
| +diff -r freetype-2.6.1/include/freetype/config/ftoption.h include/freetype/config/ftoption.h |
| +95c95 |
| +< /* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ |
| +--- |
| +> #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING |
| +166c166 |
| +< #define FT_CONFIG_OPTION_USE_ZLIB |
| +--- |
| +> //#define FT_CONFIG_OPTION_USE_ZLIB |
| +339c339 |
| +< #define FT_CONFIG_OPTION_MAC_FONTS |
| +--- |
| +> #undef FT_CONFIG_OPTION_MAC_FONTS |
| +515c515 |
| +< #define TT_CONFIG_OPTION_EMBEDDED_BITMAPS |
| +--- |
| +> #undef TT_CONFIG_OPTION_EMBEDDED_BITMAPS |
| +684c684 |
| +< #define TT_CONFIG_OPTION_GX_VAR_SUPPORT |
| +--- |
| +> #undef TT_CONFIG_OPTION_GX_VAR_SUPPORT |
| +692c692 |
| +< #define TT_CONFIG_OPTION_BDF |
| +--- |
| +> #undef TT_CONFIG_OPTION_BDF |
| +728c728 |
| +< #define T1_MAX_CHARSTRINGS_OPERANDS 256 |
| +--- |
| +> #define T1_MAX_CHARSTRINGS_OPERANDS 512 |