⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 text.h

📁 网络摄像头的webserver
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -