ftmodule.h
上传用户:yisoukefu
上传日期:2020-08-09
资源大小:39506k
文件大小:1k
源码类别:

其他游戏

开发平台:

Visual C++

  1. /*
  2.  *  This file registers the FreeType modules compiled into the library.
  3.  *
  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
  6.  *  from `<topdir>/modules.cfg'.
  7.  *
  8.  *  Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile
  9.  *  FreeType without GNU make.
  10.  *
  11.  */
  12. //==FT_USE_MODULE(autofit_module_class)
  13. FT_USE_MODULE(tt_driver_class)
  14. //==FT_USE_MODULE(t1_driver_class)
  15. //==FT_USE_MODULE(cff_driver_class)
  16. //==FT_USE_MODULE(t1cid_driver_class)
  17. //==FT_USE_MODULE(pfr_driver_class)
  18. //==FT_USE_MODULE(t42_driver_class)
  19. //==FT_USE_MODULE(winfnt_driver_class)
  20. //==FT_USE_MODULE(pcf_driver_class)
  21. //==FT_USE_MODULE(psaux_module_class)
  22. //==FT_USE_MODULE(psnames_module_class)
  23. //==FT_USE_MODULE(pshinter_module_class)
  24. FT_USE_MODULE(ft_raster1_renderer_class)
  25. FT_USE_MODULE(sfnt_module_class)
  26. FT_USE_MODULE(ft_smooth_renderer_class)
  27. //==FT_USE_MODULE(ft_smooth_lcd_renderer_class)
  28. //==FT_USE_MODULE(ft_smooth_lcdv_renderer_class)
  29. //==FT_USE_MODULE(bdf_driver_class)
  30. /* EOF */