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

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

Issue 1413673003: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: DEPS for corpus Created 5 years, 1 month 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 /* FreeType modules public interface (specification). */ 5 /* FreeType modules public interface (specification). */
6 /* */ 6 /* */
7 /* Copyright 1996-2001, 2002, 2003 by */ 7 /* Copyright 1996-2001, 2002, 2003 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, */
(...skipping 29 matching lines...) Expand all
40 FT_USE_MODULE( FT_Module_Class, psnames_module_class ) 40 FT_USE_MODULE( FT_Module_Class, psnames_module_class )
41 FT_USE_MODULE( FT_Module_Class, pshinter_module_class ) 41 FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
42 FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class ) 42 FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
43 FT_USE_MODULE( FT_Module_Class, sfnt_module_class ) 43 FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
44 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class ) 44 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
45 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class ) 45 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class )
46 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class ) 46 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class )
47 //FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) 47 //FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
48 48
49 /* EOF */ 49 /* EOF */
OLDNEW
« no previous file with comments | « third_party/freetype/include/freetype/config/ftheader.h ('k') | third_party/freetype/include/freetype/config/ftoption.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698