gdfontl.h
来自「CA仿真模型中SLEUTH模型」· C头文件 代码 · 共 16 行
H
16 行
#ifndef GDFONTL_H#define GDFONTL_H 1/* gdfontl.h: brings in the larger of the two provided fonts. Also link with gdfontl.c. */#include "gd.h"/* 8x16 font derived from a public domain font in the X distribution. Only contains the 96 standard ascii characters, sorry. Feel free to improve on this. */extern gdFontPtr gdFontLarge;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?