GINO Graphics Suite - GINO v9.0  

gSetFontSpacing

Syntax

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

Arguments

space
Font spacing

= GNORMAL, Normal font spacing (default)
= GFIXEDPITCH, Force equal spacing

Description

The routine gSetFontSpacing() can be used to force proportional fonts to be output as non-proportional or fixed pitch fonts.

Where hardware proportional fonts are being used, and equal spacing is requested, the character box for each character is adjusted so that each one is of equal size. Each character is positioned separately on the base line but in the centre of the new box.

See Also

gSetFontSpacing Usage