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

NamePurpose
FontNamePDF resource name, packet name, profile name, or caller-defined identifier
CharNamePDF resource name, packet name, profile name, or caller-defined identifier
CharCodeInput used by AddType3Glyph
WidthPage coordinate or size value expressed in the current HotPDF coordinate space
ContentInput used by AddType3Glyph

Return value

This member does not return a value

Usage notes

Related APIs