TTMSFNCGraphicsSVGEngine.SetTextAngle Method
Applies a rotation angle for subsequent text drawing and returns the adjusted rectangle.
API unit family: TMSFNCGraphicsSVGEngine
Declaring type: TTMSFNCGraphicsSVGEngine
Syntax
function SetTextAngle(ARect: TRectF; AAngle: Single): TRectF; virtual;
Parameters
| Name | Description |
|---|---|
ARect |
Text bounding rectangle to adjust. |
AAngle |
Rotation angle in degrees. |
Returns
Adjusted rectangle after applying the rotation.