GINO Graphics Suite - GINO v9.0  

gEnqCharTransform

Syntax

[C/C++:]
void gEnqCharTransform(float dx, float dy, GPOINT *point);
[F90:]
subroutine gEnqCharTransform(dx, dy, point)

real, intent(in) :: dx,dy
type (GPOINT), intent(out) :: point

Arguments

dx,dy
Width and height of character string

point
Return the relative end position subject to character angle and italic

Description

The routine gEnqCharTransform() transforms a coordinate position according to the current character angle and italic settings.

See Also

gEnqCharTransform Usage
gSetStrAngle
gSetItalicAngle