📄 ftxopentype.c
字号:
/* we need to all the OT support into one file to get efficient inlining */#if defined(__GNUC__)#define inline __inline__#else#define inline#endif#include "ftglue.c"#include "ftxopen.c"#include "ftxgdef.c"#include "ftxgpos.c"#include "ftxgsub.c"#include "otlbuffer.c"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -