File: set_text_attribute.html

package info (click to toggle)
agistudio 1.2.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,600 kB
  • ctags: 1,506
  • sloc: cpp: 16,676; makefile: 53
file content (19 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<HTML>
<HEAD>
<TITLE>set.text.attribute</TITLE></HEAD>
<BODY>
<h1>set.text.attribute</h1>
<B>Category</B><p>
<a href="display_commands.html">Display commands</a><p>
<B>Syntax</B><p>
<p>
set.text.attribute(FG,BG);<p>
<B>Description</B><p>
<p>
Sets the foreground and background colours for <a href="display.html">display</a> and <a href="display_v.html">display.v</a>. The background colour can only be black (if BG is 0) or white (if BG is greater than 0). If the 
background is white, all text will be displayed with a black foreground. Otherwise, the text will be displayed with the foreground specified by FG (0-15). 
<p>
<B>See also</B><p>
<a href="display.html">display</a><p>
<a href="display_v.html">display.v</a><p>
</BODY></HTML>