| Index: third_party/freetype/include/freetype-custom-config/ftmodule.h
|
| diff --git a/third_party/freetype/include/freetype-custom-config/ftmodule.h b/third_party/freetype/include/freetype-custom-config/ftmodule.h
|
| index 8a21809b99ffe4028e1bfb21b22bf44c89a074f1..8ec70b80825c6c89bf2aa35b04bb54bab0cf07e1 100644
|
| --- a/third_party/freetype/include/freetype-custom-config/ftmodule.h
|
| +++ b/third_party/freetype/include/freetype-custom-config/ftmodule.h
|
| @@ -16,11 +16,8 @@
|
| /***************************************************************************/
|
|
|
| FT_USE_MODULE( FT_Module_Class, autofit_module_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, tt_driver_class )
|
| FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_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 )
|
| @@ -30,9 +27,12 @@
|
| 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 )
|
| */
|
|
|