ttfutil.h
来自「ttfdump源代码」· C头文件 代码 · 共 18 行
H
18 行
#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 + =
减小字号Ctrl + -
显示快捷键?