| Index: third_party/freetype2/include/freetype-custom-config/ftmodule.h
|
| diff --git a/third_party/freetype2/include/freetype-custom-config/ftmodule.h b/third_party/freetype2/include/freetype-custom-config/ftmodule.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8ec70b80825c6c89bf2aa35b04bb54bab0cf07e1
|
| --- /dev/null
|
| +++ b/third_party/freetype2/include/freetype-custom-config/ftmodule.h
|
| @@ -0,0 +1,38 @@
|
| +/***************************************************************************/
|
| +/* */
|
| +/* ftmodule.h */
|
| +/* */
|
| +/* User-selectable module macros. */
|
| +/* */
|
| +/* Copyright 1996-2015 by */
|
| +/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| +/* */
|
| +/* This file is part of the FreeType project, and may only be used, */
|
| +/* modified, and distributed under the terms of the FreeType project */
|
| +/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
|
| +/* this file you indicate that you have read the license and */
|
| +/* understand and accept it fully. */
|
| +/* */
|
| +/***************************************************************************/
|
| +
|
| +FT_USE_MODULE( FT_Module_Class, autofit_module_class )
|
| +FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )
|
| +FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_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_Driver_ClassRec, t1_driver_class )
|
| +FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class )
|
| +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, psaux_module_class )
|
| +*/
|
|
|