GINO Graphics Suite - GINO v9.0  

gSetItalicAngle

Syntax

[C/C++:]
void gSetItalicAngle(float slant);
[F90:]
subroutine gSetItalicAngle(slant)
real, intent(in) :: slant

Arguments

slant
Italic angle in degrees

Description

The routine gSetItalicAngle() sets the current italic angle to the value in slant. The italic angle is reduced to an equivalent angle between -90.0 and +90.0 degrees. The maximum possible magnitude of the slant is 85.0 degrees. The italic angle is measured in a clockwise direction from the character vertical.

What effect a call to gSetItalicAngle() has when characters are generated depends on the character mode at that time:

(a) gSetHardCharSize()

Call to gSetItalicAngle() has no effect

(b) gSetHardChars()

Characters may be non-italicized if not supported by the device

(c) gSetMixedChars()

Italic angle may differ by up to 5 degrees from the requested angle

(d) gSetSoftChars()

Characters are italicized exactly as requested

(e) gSetCharTransformMode(GON)

Characters are italicized as requested and transformed, so angle may be modified by current shear.

See Also

gSetItalicAngle Usage
gSetHardCharSize
gSetCharTransformMode
gSetHardChars
gSetMixedChars
gSetSoftChars