GINO Graphics Suite - GINO v9.0  

gDefineNullChar

Syntax

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

Arguments

nul
Switch for representation of 0 (zero) character

= GNOSLASH, Without / (default)
= GSLASH, With /
= GTICK, With tick '

Description

The routine gDefineNullChar() sets the required representation of the 0 (zero) character for the default GINO software font.

See Also

gDefineNullChar Usage
gSetCharFont