FontSetAngleΒΆ

FontSetAngle sets the font angle.

bool = FontSetAngle(hFont, rsAngle)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hFont

Identifies the font.

rsAngle

rsAngle is the angle of the font in the range of 0 to 360 degrees.

id-222416