| Index: third_party/freetype2/src/include/freetype/config/ftmodule.h
|
| diff --git a/third_party/freetype2/include/ftmodule.h b/third_party/freetype2/src/include/freetype/config/ftmodule.h
|
| similarity index 73%
|
| copy from third_party/freetype2/include/ftmodule.h
|
| copy to third_party/freetype2/src/include/freetype/config/ftmodule.h
|
| index b7299779aade32364f18bf9ce023ac86e5a48a21..76d271a74b938b802efadf35e42f8a6bbb58d027 100644
|
| --- a/third_party/freetype2/include/ftmodule.h
|
| +++ b/third_party/freetype2/src/include/freetype/config/ftmodule.h
|
| @@ -1,4 +1,16 @@
|
| -/* This is a generated file. */
|
| +/*
|
| + * This file registers the FreeType modules compiled into the library.
|
| + *
|
| + * If you use GNU make, this file IS NOT USED! Instead, it is created in
|
| + * the objects directory (normally `<topdir>/objs/') based on information
|
| + * from `<topdir>/modules.cfg'.
|
| + *
|
| + * Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile
|
| + * FreeType without GNU make.
|
| + *
|
| + */
|
| +
|
| +FT_USE_MODULE( FT_Module_Class, autofit_module_class )
|
| FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )
|
| FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class )
|
| FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class )
|
| @@ -7,14 +19,14 @@ FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class )
|
| FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class )
|
| FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class )
|
| FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class )
|
| -FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
|
| -FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
|
| -FT_USE_MODULE( FT_Module_Class, autofit_module_class )
|
| +FT_USE_MODULE( FT_Module_Class, psaux_module_class )
|
| +FT_USE_MODULE( FT_Module_Class, psnames_module_class )
|
| FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
|
| FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
|
| +FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
|
| FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
|
| FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class )
|
| FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class )
|
| -FT_USE_MODULE( FT_Module_Class, psaux_module_class )
|
| -FT_USE_MODULE( FT_Module_Class, psnames_module_class )
|
| +FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
|
| +
|
| /* EOF */
|
|
|