"Fossies" - the Fresh Open Source Software Archive 
Member "qt-everywhere-src-6.3.1/qtwebengine/src/3rdparty/chromium/third_party/pdfium/third_party/freetype/0000-include.patch" (8 Jun 2022, 4633 Bytes) of package /linux/misc/qt-everywhere-src-6.3.1.tar.xz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Diff source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 --- third_party/freetype/include/freetype/config/ftmodule.h 2017-03-07 20:15:52.781636524 -0800
2 +++ third_party/freetype/include/freetype/config/ftmodule.h 2017-03-22 22:57:58.536233071 -0700
3 @@ -10,15 +10,15 @@
4 *
5 */
6
7 -FT_USE_MODULE( FT_Module_Class, autofit_module_class )
8 +//FT_USE_MODULE( FT_Module_Class, autofit_module_class )
9 FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )
10 FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class )
11 FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class )
12 FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class )
13 -FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class )
14 -FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class )
15 -FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class )
16 -FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class )
17 +//FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class )
18 +//FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class )
19 +//FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class )
20 +//FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class )
21 FT_USE_MODULE( FT_Module_Class, psaux_module_class )
22 FT_USE_MODULE( FT_Module_Class, psnames_module_class )
23 FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
24 @@ -27,6 +27,4 @@
25 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
26 -FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class )
27 -FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class )
28 -FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
29 +//FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
30
31 /* EOF */
32 --- third_party/freetype/include/freetype/config/ftoption.h 2017-03-07 20:15:52.781636524 -0800
33 +++ third_party/freetype/include/freetype/config/ftoption.h 2017-03-22 22:57:58.532233095 -0700
34 @@ -122,7 +122,7 @@
35 /* This is done to allow FreeType clients to run unmodified, forcing */
36 /* them to display normal gray-level anti-aliased glyphs. */
37 /* */
38 -/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
39 +#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
40
41
42 /*************************************************************************/
43 @@ -193,7 +193,7 @@
44 /* Define this macro if you want to enable this `feature'. See also */
45 /* the macro FT_CONFIG_OPTION_SYSTEM_ZLIB below. */
46 /* */
47 -#define FT_CONFIG_OPTION_USE_ZLIB
48 +#undef FT_CONFIG_OPTION_USE_ZLIB
49
50
51 /*************************************************************************/
52 @@ -366,7 +366,7 @@
53 /* */
54 /* Note that the `FOND' resource isn't checked. */
55 /* */
56 -#define FT_CONFIG_OPTION_MAC_FONTS
57 +#undef FT_CONFIG_OPTION_MAC_FONTS
58
59
60 /*************************************************************************/
61 @@ -556,7 +556,7 @@
62 /* embedded bitmaps in all formats using the SFNT module (namely */
63 /* TrueType & OpenType). */
64 /* */
65 -#define TT_CONFIG_OPTION_EMBEDDED_BITMAPS
66 +#undef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
67
68
69 /*************************************************************************/
70 @@ -705,7 +705,7 @@
71 /* and avar tables). This has many similarities to Type 1 Multiple */
72 /* Masters support. */
73 /* */
74 -#define TT_CONFIG_OPTION_GX_VAR_SUPPORT
75 +#undef TT_CONFIG_OPTION_GX_VAR_SUPPORT
76
77
78 /*************************************************************************/
79 @@ -713,7 +713,7 @@
80 /* Define TT_CONFIG_OPTION_BDF if you want to include support for */
81 /* an embedded `BDF ' table within SFNT-based bitmap formats. */
82 /* */
83 -#define TT_CONFIG_OPTION_BDF
84 +#undef TT_CONFIG_OPTION_BDF
85
86
87 /*************************************************************************/
88 @@ -767,7 +767,7 @@
89 /* */
90 /* The Chinese font MingTiEG-Medium (CNS 11643 character set) needs 256. */
91 /* */
92 -#define T1_MAX_CHARSTRINGS_OPERANDS 256
93 +#define T1_MAX_CHARSTRINGS_OPERANDS 512
94
95
96 /*************************************************************************/