Table of Contents

ITMSFNCCustomPDFRichTextLib.SetStrokeColor Method

Sets the text stroke color for the specified range.

API unit family: TMSFNCPDFRichTextLib Declaring type: ITMSFNCCustomPDFRichTextLib

Syntax

procedure SetStrokeColor(AValue: TTMSFNCGraphicsColor; AStart: Integer = -1; ALength: Integer = -1);

Parameters

Name Description
AValue Color to apply to the text stroke.
AStart Zero-based start index; -1 uses the selection start.
ALength Number of characters; -1 uses the selection length.