GINO Graphics Suite - GINOGRAF v9.5  

ggSetGraphCharMode

Syntax

[C/C++:]
void ggSetGraphCharMode(int sw);
[F90:]
subroutine ggSetGraphCharMode(sw)
integer, intent(in) :: sw

Arguments

sw
Flag determining whether software transformable character strings are to be used within GINOGRAF

= GGINOMODE Use current GINO character mode
= GSOFTWARE Set software transformable character strings

Description

The routine ggSetGraphCharMode() sets a switch to determine whether software transformable characters or the current GINO character mode are to be used for all character output by GINOGRAF.

By default GINOGRAF sets software transformable characters so that graph annotation is correctly positioned if any GINO transformations are current. If sw = GGINOMODE, GINOGRAF uses the current character mode for all its character output which allows the use of hardware characters if desired.

sw should not be set to GGINOMODE if GINO transformations are current because annotation will be incorrectly positioned.

The current GINO character mode is always restored at the end of each GINOGRAF routine.

See Also

ggSetGraphCharMode Usage