THotPDF.AddType3Glyph Method
Adds type3 glyph data to the document creation workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps
Declaration
procedure AddType3Glyph(const FontName: AnsiString; const CharName: AnsiString; CharCode: byte; Width: Single; const Content: AnsiString);
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
FontName | PDF resource name, packet name, profile name, or caller-defined identifier |
CharName | PDF resource name, packet name, profile name, or caller-defined identifier |
CharCode | Input used by AddType3Glyph |
Width | Page coordinate or size value expressed in the current HotPDF coordinate space |
Content | Input used by AddType3Glyph |
Return value
This member does not return a 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