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

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

Issue 23555005: Update freetype to the latest version of Android external/freetype (Closed) Base URL: https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « include/freetype/config/ftconfig.h ('k') | include/freetype/config/ftstdlib.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * This file registers the FreeType modules compiled into the library. 2 * This file registers the FreeType modules compiled into the library.
3 * 3 *
4 * If you use GNU make, this file IS NOT USED! Instead, it is created in 4 * 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 5 * the objects directory (normally `<topdir>/objs/') based on information
6 * from `<topdir>/modules.cfg'. 6 * from `<topdir>/modules.cfg'.
7 * 7 *
8 * Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile 8 * Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile
9 * FreeType without GNU make. 9 * FreeType without GNU make.
10 * 10 *
11 */ 11 */
12 12
13 FT_USE_MODULE( FT_Module_Class, autofit_module_class ) 13 FT_USE_MODULE( FT_Module_Class, autofit_module_class )
14 FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class ) 14 FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )
15 FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class ) 15 FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class )
16 FT_USE_MODULE( FT_Module_Class, psnames_module_class ) 16 FT_USE_MODULE( FT_Module_Class, psnames_module_class )
17 FT_USE_MODULE( FT_Module_Class, pshinter_module_class ) 17 FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
18 FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class ) 18 FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
19 FT_USE_MODULE( FT_Module_Class, sfnt_module_class ) 19 FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
20 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class ) 20 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
21 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class ) 21 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class )
22 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class ) 22 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class )
23 23
24 /*
25 * New modules in 2.4.7:
26 FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class )
27 FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class )
28 FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class )
29 FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class )
30 FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class )
31 FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class )
32 FT_USE_MODULE( FT_Module_Class, psaux_module_class )
33 FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
34 */
35
24 /* EOF */ 36 /* EOF */
OLDNEW
« no previous file with comments | « include/freetype/config/ftconfig.h ('k') | include/freetype/config/ftstdlib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698