autohint.c 1.6 KB

1234567891011121314151617181920212223242526272829303132
  1. /***************************************************************************/
  2. /* */
  3. /* autohint.c */
  4. /* */
  5. /* Automatic Hinting wrapper (body only). */
  6. /* */
  7. /* Copyright 2000-2001 Catharon Productions Inc. */
  8. /* Author: David Turner */
  9. /* */
  10. /* This file is part of the Catharon Typography Project and shall only */
  11. /* be used, modified, and distributed under the terms of the Catharon */
  12. /* Open Source License that should come with this file under the name */
  13. /* `CatharonLicense.txt'. By continuing to use, modify, or distribute */
  14. /* this file you indicate that you have read the license and */
  15. /* understand and accept it fully. */
  16. /* */
  17. /* Note that this license is compatible with the FreeType license. */
  18. /* */
  19. /***************************************************************************/
  20. #define FT_MAKE_OPTION_SINGLE_OBJECT
  21. #include <ft2build.h>
  22. #include "ahangles.c"
  23. #include "ahglyph.c"
  24. #include "ahglobal.c"
  25. #include "ahhint.c"
  26. #include "ahmodule.c"
  27. /* END */