*VectorFont()
Specifies the font properties for the vector plot text.
Syntax
*VectorFont (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
*VectorFont(Arial, 1, 1, 12)
Comments
Defines the font properties to be used for the vector plot text.