GINO Graphics Suite - GINO v9.0  

gSetLineWidthScaling

Syntax

[C/C++:]
void gSetLineWidthScaling(float scale);
[F90:]
subroutine gSetLineWidthScaling(scale)
real, intent(in) :: scale

Arguments

scale
Line width scale factor

Description

The routine gSetLineWidthScaling() sets a scale factor to be used for all future settings of line width. These include gSetLineWidth() and internal settings for character underlining and font weight.

If scale is less than or equal to 0.0 a warning message is output and the scale factor is set to 1.0.

See Also

gSetLineWidthScaling Usage
gSetLineWidth