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

其他游戏

开发平台:

Visual C++

  1. /***************************************************************************/
  2. /*                                                                         */
  3. /*  sfnt.c                                                                 */
  4. /*                                                                         */
  5. /*    Single object library component.                                     */
  6. /*                                                                         */
  7. /*  Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006 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. #define FT_MAKE_OPTION_SINGLE_OBJECT
  18. #include <ft2build.h>
  19. #include "ttload.c"
  20. #include "ttmtx.c"
  21. #include "ttcmap.c"
  22. #include "ttkern.c"
  23. #include "sfobjs.c"
  24. #include "sfdriver.c"
  25. #ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
  26. #include "ttsbit.c"
  27. #endif
  28. #ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES
  29. #include "ttpost.c"
  30. #endif
  31. #ifdef TT_CONFIG_OPTION_BDF
  32. #include "ttbdf.c"
  33. #endif
  34. /* END */