favSetFontAutoScale

AVVIEWER Subroutine: Sets a value that determines whether the font size used in axis labels changes as the size of the graph view window changes, or is held fixed.

Module: USE AVVIEWER

Syntax

favSetFontAutoScale (hv, onoroff, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

onoroff
An input argument of type INTEGER(4). If set to 1, FontAutoScale is enabled; if set to 0, it is disabled.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

See Also

favGetFontAutoScale