Table of Contents

ITMSFNCCustomPDFRichTextLib.GetStrokeWidth Method

Returns the text stroke width for the specified range.

API unit family: TMSFNCPDFRichTextLib Declaring type: ITMSFNCCustomPDFRichTextLib

Syntax

function GetStrokeWidth(AStart: Integer = -1; ALength: Integer = -1): Single;

Parameters

Name Description
AStart Zero-based start index; -1 uses the selection start.
ALength Number of characters; -1 uses the selection length.

Returns

Stroke width in PDF coordinate units; 0 when no stroke is applied.