text.h
来自「网络摄像头的webserver」· C头文件 代码 · 共 20 行
H
20 行
#ifndef _TEXT_H_#define _TEXT_H_/* $Id: text.h,v 1.2 2002/09/21 13:02:11 dfx Exp $ */struct text_ctx{ unsigned char *text; unsigned char color[3]; unsigned char bgcolor[3]; int solid:1, top:1, right:1, type:2, /* 0 = text, 1 = command, 2 = file */ nosubst:1;};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?