📄 ttfutil.h
字号:
#ifndef __TTF_UTIL_H#define __TTF_UTIL_H#include "ttf.h"/* $Id: ttfutil.h,v 1.2 1998/07/06 06:07:01 werner Exp $ */void FixedSplit(Fixed f, int b[]);void TwoByteSwap(unsigned char *buf, int nbytes);void FourByteSwap(unsigned char *buf, int nbytes);void FourByteSwap(unsigned char *buf, int nbytes);void ttfError(char *msg);#endif /* __TTF_UTIL_H *//* end of ttfutil.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -