/src/compiler/android-ndk/jni/freetype/include/freetype/config/ftmodule.h

http://ftk.googlecode.com/ · C++ Header · 24 lines · 10 code · 2 blank · 12 comment · 0 complexity · 153b3bf492d22cd21158d152aaf9f7b5 MD5 · raw file

  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( FT_Module_Class, autofit_module_class )
  13. FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )
  14. FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class )
  15. FT_USE_MODULE( FT_Module_Class, psnames_module_class )
  16. FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
  17. FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
  18. FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
  19. FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
  20. FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class )
  21. FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class )
  22. /* EOF */