fonttex.h
来自「小游戏 linux very happy」· C头文件 代码 · 共 22 行
H
22 行
#ifndef FONTTEX_H#define FONTTEX_Htypedef struct { int nTextures; int texwidth; /* texture width */ int width; /* character width */ int lower; /* lowest ascii character (normally: 32) */ int upper; /* highest ascii character (normally: 126) */ int *texID; char *fontname; char *bitmapname; int bitmapTexwidth; int bitmapWidth; /* character width */} FontTex;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?