/src/compiler/android-ndk/jni/freetype/src/autofit/afmodule.h

http://ftk.googlecode.com/ · C++ Header · 37 lines · 9 code · 11 blank · 17 comment · 0 complexity · b3d8bebd4fe9a77d5c11096d82d4e50a MD5 · raw file

  1. /***************************************************************************/
  2. /* */
  3. /* afmodule.h */
  4. /* */
  5. /* Auto-fitter module implementation (specification). */
  6. /* */
  7. /* Copyright 2003, 2004, 2005 by */
  8. /* David Turner, Robert Wilhelm, and Werner Lemberg. */
  9. /* */
  10. /* This file is part of the FreeType project, and may only be used, */
  11. /* modified, and distributed under the terms of the FreeType project */
  12. /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
  13. /* this file you indicate that you have read the license and */
  14. /* understand and accept it fully. */
  15. /* */
  16. /***************************************************************************/
  17. #ifndef __AFMODULE_H__
  18. #define __AFMODULE_H__
  19. #include <ft2build.h>
  20. #include FT_INTERNAL_OBJECTS_H
  21. #include FT_MODULE_H
  22. FT_BEGIN_HEADER
  23. FT_DECLARE_MODULE(autofit_module_class)
  24. FT_END_HEADER
  25. #endif /* __AFMODULE_H__ */
  26. /* END */