📄 fonttex.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -