*TensorFont()
Specifies the font properties for the tensor plot text.
Syntax
*TensorFont (family, weight, slant, size)
Application
HyperView
Inputs
- family
 - The font family/type (for example: Arial, Courier New, etc.).
 - weight
 - The weight of the font (0 = regular, 1 = bold).
 - slant
 - The slant of the font (0 = regular, 1 = italic).
 - size
 - The size of the font in points.
 
Context
*BeginGraphicDefaults()
Example
*TensorFont(Arial, 1, 1, 12)
    Comments
Defines the font properties to be used for the tensor plot text.