GINO Graphics Suite - GINO v9.0  

gEnqStrJustify

Syntax

[C/C++:]
void gEnqStrJustify(int *jus);
[F90:]
subroutine gEnqStrJustify(jus)
integer, intent(out) :: jus

Arguments

jus
String justification setting

= GLEFT, Left-justified
= GCENTRE, Centre-justified
= GRIGHT, Right-justified

Description

The routine gEnqStrJustify() returns the current string justification setting as set by gSetStrJustify().

The default setting is for strings to be left justified.

See Also

gEnqStrJustify Usage
gSetStrJustify