ITMSFNCCustomPDFRichTextLib.SetStrokeWidth Method
Sets the text stroke width for the specified range.
API unit family: TMSFNCPDFRichTextLib
Declaring type: ITMSFNCCustomPDFRichTextLib
Syntax
procedure SetStrokeWidth(AWidth: Single; AStart: Integer = -1; ALength: Integer = -1);
Parameters
| Name | Description |
|---|---|
AWidth |
Stroke width in PDF coordinate units. |
AStart |
Zero-based start index; -1 uses the selection start. |
ALength |
Number of characters; -1 uses the selection length. |