freetype.c

来自「字体缩放显示」· C语言 代码 · 共 33 行

C
33
字号
/* This file is part of the FreeType project *//* Single file library component for the ANSI target */#define TT_MAKE_OPTION_SINGLE_OBJECT/* first include common core components */#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 "ttraster.c"/* then system-specific (or ANSI) components */#include "ttfile.c"#include "ttmemory.c"#include "ttmutex.c"/* the extensions are compiled separately, but we need to *//* include the file ttextend.c if we want to support them */#ifdef TT_CONFIG_OPTION_EXTEND_ENGINE#include "ttextend.c"#endif/* END */

⌨️ 快捷键说明

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