GINO Graphics Suite - GINO v9.0  

gEnqTextBlockAttribs

Syntax

[C/C++:]
void gEnqTextBlockAttribs(float *xbeg, float *ybeg, float *drpfac);
[F90:]
subroutine gEnqTextBlockAttribs(xbeg, ybeg, drpfac)
real, intent(out) :: xbeg,ybeg,drpfac

Arguments

xbeg,ybeg
Text block start position

drpfac
Inter-line spacing factor

Description

The routine gEnqTextBlockAttribs() returns the current settings for text block attributes as set by gStartTextBlock() and gSetInterlineSpace().

The default inter-line spacing factor is 2.0, but there is no default setting for the text block starting position. If gStartTextBlock() has not been called xbeg, ybeg are both returned as -9999.0.

See Also

gEnqTextBlockAttribs Usage
gStartTextBlock
gSetInterlineSpace