GINO Graphics Suite - GINO v9.0  

gEnqStrExponent

Syntax

[C/C++:]
void gEnqStrExponent(float *relcw, float *relch, float *posexp, float *posind);
[F90:]
subroutine gEnqStrExponent(relcw, relch, posexp, posind)
real, intent(out) :: relcw,relch,posexp,posind

Arguments

relcw, relch
Relative character size for exponents and indices

posexp
Relative character position for exponents

posind
Relative character position for indices

Description

The routine gEnqStrExponent() returns the current settings for string exponent attributes set by gSetStrExponent().

The default size of string exponents and indices is 0.7 times the current character size, with exponents positioned at 0.6 times the current character height above the base line and indices positioned 0.3 times the current character height below the base line.

See Also

gEnqStrExponent Usage
gSetStrExponent