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