textattr函数

Searching…

www.apiref.com

textattr 函数 - C语言 - API参考文档

函数名: textattr 功 能: 设置文本属性 用 法: #include void textattr (int attribute); 程序例: #include int main (void) { int i; clrscr (); for (i=0; i<9; i++) { textattr (i + ( (i+1) << 4)); cprintf ("This is a test\r\n"); } return 0; }

www.cnblogs.com

C语言-跟显示过不去的函数 - 沐阳 - 博客园

May 24, 2011 · 用户可以设置字符显示的高亮度或低亮度的写的符闪烁及其背景颜色等.具有这些操作的函数称为字符属性函数.除了仅支持单模式和单色的显示卡外,字符属性函数适用于其余所有的显示卡.

baike.baidu.com

textattr_百度百科

外文名 textattr功 能 设置文本属性 用 法: void textattr (int attribute); 函数名: textattr

docwiki.embarcadero.com

textattr - RAD Studio

If you use the symbolic color constants defined in conio.h for creating text attributes with textattr, note the following limitations on the color you select for the background:

www.delorie.com

libc.a reference - delorie.com

textattr Syntax ... Description Sets the attribute used for future writes to the screen: ... The include file contains an enum COLORS that define the various values that can be used for these bitfields; light colors c...