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