THotPDF.RegisterType3Font Method

Registers a reusable type3 font resource for the document creation workflow. Call it before page commands reference the resource name so colour, pattern, font, image, or profile data is available in the PDF resource tree

Declaration

function RegisterType3Font(const FontMatrix: array of Single; const FontBBox: array of Single): AnsiString;

Unit

HPDFDoc

Parameters

NamePurpose
FontMatrixInput used by RegisterType3Font
FontBBoxInput used by RegisterType3Font

Return value

Returns an AnsiString value

Usage notes

Related APIs