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

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

Issue 815333002: Add the license back to ftmodule.h after the freetype 2.5.4 upgrade. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /***************************************************************************/
2 /* */
3 /* ftmodule.h */
4 /* */
5 /* FreeType modules public interface (specification). */
6 /* */
7 /* Copyright 1996-2001, 2002, 2003 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
9 /* */
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 */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */
15 /* */
16 /***************************************************************************/
17
1 /* 18 /*
2 * This file registers the FreeType modules compiled into the library. 19 * This file registers the FreeType modules compiled into the library.
3 * 20 *
4 * If you use GNU make, this file IS NOT USED! Instead, it is created in 21 * If you use GNU make, this file IS NOT USED! Instead, it is created in
5 * the objects directory (normally `<topdir>/objs/') based on information 22 * the objects directory (normally `<topdir>/objs/') based on information
6 * from `<topdir>/modules.cfg'. 23 * from `<topdir>/modules.cfg'.
7 * 24 *
8 * Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile 25 * Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile
9 * FreeType without GNU make. 26 * FreeType without GNU make.
10 * 27 *
(...skipping 12 matching lines...) Expand all
23 FT_USE_MODULE( FT_Module_Class, psnames_module_class ) 40 FT_USE_MODULE( FT_Module_Class, psnames_module_class )
24 FT_USE_MODULE( FT_Module_Class, pshinter_module_class ) 41 FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
25 FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class ) 42 FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
26 FT_USE_MODULE( FT_Module_Class, sfnt_module_class ) 43 FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
27 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class ) 44 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
28 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class ) 45 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class )
29 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class ) 46 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class )
30 //FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) 47 //FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
31 48
32 /* EOF */ 49 /* EOF */
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698