?? 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 + -