PSSetFontAngle()

Syntax

Function PSSetFontAngle(nFontAngle)
TPageScript:SetFontAngle(nFontAngle)

Returns

The old value.

Description

Use PSSetFontAngle() to set the default font angle (degree of rotation) to be used by future calls to PSTextOut(), when no font angle is specified (APS_DEFAULT is passed).

Arguments

nFontAngle An Integer value in the range of 0 to 360.

When nFontAngle is used, the output result may differ between the PDF and print output.