Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 diff -r freetype-2.6.1/include/freetype/config/ftmodule.h include/freetype/confi g/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.
| |
| 2 0a1,17 | |
| 3 > /***************************************************************************/ | |
| 4 > /* */ | |
| 5 > /* ftmodule.h */ | |
| 6 > /* */ | |
| 7 > /* FreeType modules public interface (specification). */ | |
| 8 > /* */ | |
| 9 > /* Copyright 1996-2001, 2002, 2003 by */ | |
| 10 > /* David Turner, Robert Wilhelm, and Werner Lemberg. */ | |
| 11 > /* */ | |
| 12 > /* This file is part of the FreeType project, and may only be used, */ | |
| 13 > /* modified, and distributed under the terms of the FreeType project */ | |
| 14 > /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ | |
| 15 > /* this file you indicate that you have read the license and */ | |
| 16 > /* understand and accept it fully. */ | |
| 17 > /* */ | |
| 18 > /***************************************************************************/ | |
| 19 > | |
| 20 13c30 | |
| 21 < FT_USE_MODULE( FT_Module_Class, autofit_module_class ) | |
| 22 --- | |
| 23 > //FT_USE_MODULE( FT_Module_Class, autofit_module_class ) | |
| 24 18,21c35,38 | |
| 25 < FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class ) | |
| 26 < FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class ) | |
| 27 < FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class ) | |
| 28 < FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class ) | |
| 29 --- | |
| 30 > //FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class ) | |
| 31 > //FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class ) | |
| 32 > //FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class ) | |
| 33 > //FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class ) | |
| 34 30c47 | |
| 35 < FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) | |
| 36 --- | |
| 37 > //FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) | |
| 38 diff -r freetype-2.6.1/include/freetype/config/ftoption.h include/freetype/confi g/ftoption.h | |
| 39 95c95 | |
| 40 < /* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ | |
| 41 --- | |
| 42 > #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING | |
| 43 166c166 | |
| 44 < #define FT_CONFIG_OPTION_USE_ZLIB | |
| 45 --- | |
| 46 > //#define FT_CONFIG_OPTION_USE_ZLIB | |
| 47 339c339 | |
| 48 < #define FT_CONFIG_OPTION_MAC_FONTS | |
| 49 --- | |
| 50 > #undef FT_CONFIG_OPTION_MAC_FONTS | |
| 51 515c515 | |
| 52 < #define TT_CONFIG_OPTION_EMBEDDED_BITMAPS | |
| 53 --- | |
| 54 > #undef TT_CONFIG_OPTION_EMBEDDED_BITMAPS | |
| 55 684c684 | |
| 56 < #define TT_CONFIG_OPTION_GX_VAR_SUPPORT | |
| 57 --- | |
| 58 > #undef TT_CONFIG_OPTION_GX_VAR_SUPPORT | |
| 59 692c692 | |
| 60 < #define TT_CONFIG_OPTION_BDF | |
| 61 --- | |
| 62 > #undef TT_CONFIG_OPTION_BDF | |
| 63 728c728 | |
| 64 < #define T1_MAX_CHARSTRINGS_OPERANDS 256 | |
| 65 --- | |
| 66 > #define T1_MAX_CHARSTRINGS_OPERANDS 512 | |
| OLD | NEW |