Table of Contents

TTMSFNCPDFGraphicsLibFontCharArray.Add Method

Appends a character code to the array if it is not already present and returns its index.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFGraphicsLibFontCharArray

Syntax

function Add(AValue: Word): Integer;

Parameters

Name Description
AValue Unicode character code point to add.

Returns

The sorted index at which the value was inserted, or the existing index if the value was already present.