*SetDefaultPageTitleFont()
Specifies the default font for page titles.
Syntax
*SetDefaultPageTitleFont (name, weight, slant, size)
Application
HyperGraph 2D and HyperGraph 3D, HyperView, MediaView, MotionView, and TextView.
Inputs
- name
- Font name.
- weight
- Font weight (1 = bold, 0 = normal).
- slant
- Font slant (1 = italic, 0 = normal).
- size
- Font size.
Context
*BeginDefaults()
Example
*BeginDefaults()
*SetDefaultPageTitleFont(“Courier New”, 1, 0, 14)
*EndDefaults()