Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: third_party/freetype/include/freetype-custom-config/ftmodule.h

Issue 2780133002: Support for OpenType Font Variations on Windows (Closed)
Patch Set: Add Linux rebaseline Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /***************************************************************************/ 1 /***************************************************************************/
2 /* */ 2 /* */
3 /* ftmodule.h */ 3 /* ftmodule.h */
4 /* */ 4 /* */
5 /* User-selectable module macros. */ 5 /* User-selectable module macros. */
6 /* */ 6 /* */
7 /* Copyright 1996-2015 by */ 7 /* Copyright 1996-2015 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
9 /* */ 9 /* */
10 /* This file is part of the FreeType project, and may only be used, */ 10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */ 11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */ 13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */ 14 /* understand and accept it fully. */
15 /* */ 15 /* */
16 /***************************************************************************/ 16 /***************************************************************************/
17 17
18 FT_USE_MODULE( FT_Module_Class, autofit_module_class ) 18 FT_USE_MODULE( FT_Module_Class, autofit_module_class )
19 FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class )
20 FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class )
19 FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class ) 21 FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )
20 FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class ) 22 FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class )
23 FT_USE_MODULE( FT_Module_Class, psaux_module_class )
21 FT_USE_MODULE( FT_Module_Class, psnames_module_class ) 24 FT_USE_MODULE( FT_Module_Class, psnames_module_class )
22 FT_USE_MODULE( FT_Module_Class, pshinter_module_class ) 25 FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
23 FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class ) 26 FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
24 FT_USE_MODULE( FT_Module_Class, sfnt_module_class ) 27 FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
25 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class ) 28 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
26 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class ) 29 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class )
27 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class ) 30 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class )
28 31
29 /* 32 /*
30 FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class )
31 FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class )
32 FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class ) 33 FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class )
33 FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class ) 34 FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class )
34 FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class ) 35 FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class )
35 FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class ) 36 FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class )
36 FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) 37 FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
37 FT_USE_MODULE( FT_Module_Class, psaux_module_class )
38 */ 38 */
OLDNEW
« no previous file with comments | « third_party/freetype/BUILD.gn ('k') | third_party/freetype/include/freetype-custom-config/ftoption.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698