Table of Contents

TTMSFNCStyles.GetStyleTextFontColor Method

Retrieves the style-defined text font color and returns True if a value was found.

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

class function GetStyleTextFontColor(var AColor: TTMSFNCGraphicsColor): Boolean; virtual;

Parameters

Name Description
AColor Receives the text font color when the method returns True.

Returns

True if the style provides a text font color; False otherwise.