TTMSFNCGraphicsPDFEngine.SetTextAngle Method
Applies a text rotation to the PDF coordinate space and returns the adjusted drawing rectangle.
API unit family: TMSFNCGraphicsPDFEngine
Declaring type: TTMSFNCGraphicsPDFEngine
Syntax
function SetTextAngle(ARect: TRectF; AAngle: Single): TRectF; virtual;
Parameters
| Name | Description |
|---|---|
ARect |
The original bounding rectangle for the text. |
AAngle |
The rotation angle in degrees. |
Returns
The transformed rectangle used for the rotated text.