highvideo()函数
函数名: highvideo
功 能: 选择高亮度文本字符
用 法: void highvideo(void);
头文件: conio.h
程序例:
#include <stdio.h>
#include <conio.h>
int main(void)
{
clrscr();
lowvideo();
cprintf("Low intensity text\r\n");
gotoxy(1,2);
highvideo();
cprintf("High intensity text\r\n");
return 0;
}
类似的还有如下函数:
lowvideo():选择低亮度文本字符
normvideo():选择正常亮度文本字符
----夫英雄者,胸怀大志,腹有良谋,有包藏宇宙之机,吞吐天地之志者也。