GINO Graphics Suite - GINO v9.0  

gEnqLineWidthScaling

Syntax

[C/C++:]
void gEnqLineWidthScaling(float *scale);
[F90:]
subroutine gEnqLineWidthScaling(scale)
real, intent(out) :: scale

Arguments

scale
Line width scale factor

Description

The routine gEnqLineWidthScaling() returns the line width scale factor set by gSetLineWidthScaling(). The scale factor affects all settings of line width including user settings through gSetLineWidth() and internal settings for character underlining and font weight.

See Also

gEnqLineWidthScaling Usage
gSetLineWidthScaling