⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 freetype.c

📁 字体缩放显示
💻 C
字号:
/* This file is *not* part of the FreeType project, because the team    *//* lacks the necessary expertise to support it.                         *//* freetype.c for MacOS *//* single object library component for MacOS *//* Written by Dave Willis <dwilliss@microimages.com> on 1998-07-30.     *//* Modified by Antoine Leca for the 1.3 release, but untested.          */#define TT_MAKE_OPTION_SINGLE_OBJECT/* Note, you should define the FT_EXPORT_xxx macros here if you want    *//* special builds.  See 'ttconfig.h' for details.                       *//* first include common core components */#define MAC_MAIN_OBJECT#include "ttapi.c"#include "ttcache.c"#include "ttcalc.c"#include "ttcmap.c"#include "ttdebug.c"#include "ttgload.c"#include "ttinterp.c"#include "ttload.c"#include "ttobjs.c"#include "ttobjs.c"#include "ttraster.c"/* then system-specific (or ANSI) components */#include "ttmmap.c"		/* Was "ttfile.c" */#include "ttmemory.c"#include "ttmutex.c"/* finally, add some extensions */#ifdef TT_CONFIG_OPTION_EXTEND_ENGINE#include "ttextend.c"#endif/* END */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -