Syntax
[C/C++:]
void gEnqSegStrAttribs(int nseg, int *jus, int *nul, int *und, float *relcw, float *relch, float *posexp, float *posind, float *drpfac, float *xbeg, float *ybeg);
[F90:]
subroutine gEnqSegStrAttribs(nseg, jus, nul, und, relcw, relch, posexp, posind, drpfac, xbeg, ybeg)
integer, intent(in) :: nseg
integer, intent(out) :: jus, nul, und
real, intent(out) :: relcw, relch, posexp, posind,drpfac,xbeg,ybeg
Arguments
nseg
Picture segment number
jus
Segment string justification flag
nul
Segment string null representation flag
und
Segment string underline flag
relcw
Segment string exponent character width factor
relch
Segment string exponent character height factor
posexp
Segment string exponent shift factor
posind
Segment string index shift factor
drpfac
Segment text block interline spacing factor
xbeg
Segment text block horizontal start position
ybeg
Segment text block vertical start position
Description
The routine gEnqSegStrAttribs() returns the current settings of the segmentl string attributes for segment
nseg, as determined from the global settings when the segment was created, or as subsequently set by the routine gSetSegStrAttribs() for that segment.
See Also
gEnqSegStrAttribs UsagegSetSegStrAttribs