NoEmbedFontListAdd

Vector graphics, Fonts, Miscellaneous functions

Description

Adds a font name to the no embed font list used by the LoadFromCanvasDC and

NewPageFromCanvasDC functions.

Syntax

Delphi

function TPDFlib.NoEmbedFontListAdd(Const FontName: WideString): Integer;

ActiveX

Function PDFlib::NoEmbedFontListAdd(FontName As String) As Long

DLL

int DLNoEmbedFontListAdd(int InstanceID, wchar_t * FontName);

Parameters

FontNameThe font name to add to the list

Return values

0The font name is already in the list
1The font name was added to the list successfully