Table of Contents

TTMSFNCPDFGraphicsLibOutputWriter.FontCharArrayContainsValue Method

Returns True when the current font character array already contains ACharValue.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFGraphicsLibOutputWriter

Syntax

function FontCharArrayContainsValue(ACharValue: Integer): Boolean;

Parameters

Name Description
ACharValue Unicode code point to search for.

Returns

True if the code point is already recorded in the font character array; False otherwise.