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
| Name | Purpose |
|---|---|
FontMatrix | Input used by RegisterType3Font |
FontBBox | Input used by RegisterType3Font |
Return value
Returns an AnsiString value
Usage notes
- Use this API in the document creation workflow before the affected page, resource, field, or catalog object is finalised
- Keep object names, field names, resource names, and returned handles stable until the document is finalised