Description |
Specifies the color of text for page headers and footers, and TextView. |
|
Syntax |
*TextColor(Color) |
|
Argument |
Name |
Description |
Color |
A number from 0 to 63 representing any of the 64 colors on the palette. |
|
Example |
*BeginTextEditorDefaults() *Font("Times",0,1,12) *TextColor(3) *BackGroundColor(4) *Filename(".preferences.mvw") *EndTextEditorDefaults() |
|
Application |
HyperGraph and TextView. |
|
Context |
||
Comments |
Page headers and footers are different than plot headers and footers. |
|
See Also |
|
|