gdfontmb.h
来自「CA仿真模型中SLEUTH模型」· C头文件 代码 · 共 15 行
H
15 行
#ifndef GDFONTMB_H#define GDFONTMB_H 1/* gdfontmb.h: brings in the middle of the provided fonts. Also link with gdfonth.c. */#include "gd.h"/* 7x13B font derived from a public domain font in the X distribution. Contains the 127 standard ascii characters. */extern gdFontPtr gdFontMediumBold;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?