Table of Contents

TTMSFNCPDFGraphicsLibFontCharArray Record

Dynamic array of Unicode character codes used to track the set of glyphs referenced on a PDF page for font subsetting.

API unit family: TMSFNCPDFCoreLibBase

Syntax

TTMSFNCPDFGraphicsLibFontCharArray = record

Methods

Name Description
Add Appends a character code to the array if it is not already present and returns its index.
FirstValue Returns the lowest character code value stored in the array.
IndexOf Returns the index of a character code in the array, or -1 if not found.
LastValue Returns the highest character code value stored in the array.