GINO Graphics Suite - GINOGRAF v9.5  

ggEnqTextChartAttribs

Syntax

[C/C++:]
void ggEnqTextChartAttribs(float *width, float *height, int *jslcr, int *head, int *line);
[F90:]
subroutine ggEnqTextChartAttribs(width, height, jslcr, head, line)

real, intent(out) :: width, height
integer, intent(out) :: jslcr, head, line

Arguments

width
Column width in user space coordinates

height
Column height in user space coordinates

jslcr
Justification flag for column entry

= GLEFT Left justification
= GCENTRE Centre justification
= GRIGHT Right justification

head
Header switch for Text Chart columns

= GNOHEAD No header cell for column
= GHEAD Header cell added at top of column

line
Text chart frame line style index

< 0 Switch frame box off
= GCURRENT Specifies the current line style
= 1 to 256 Specifies the line style index
>256 Specifies the current line style

Description

The routine ggEnqTextChartAttribs() returns the current settings of the Text Chart characteristics as set by the routine ggSetTextChartAttribs().

See Also

ggEnqTextChartAttribs Usage
ggSetTextChartAttribs