NoEmbedFontListRemoveName

Vector graphics, Fonts, Miscellaneous functions

Description

Removes the specified font name from the no embed font list used by the LoadFromCanvasDC

and NewPageFromCanvasDC functions.

Syntax

Delphi

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

ActiveX

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

DLL

int DLNoEmbedFontListRemoveName(int InstanceID, wchar_t * FontName);

Parameters

FontNameThe font name to remove from the list

Return values

0The specified font name was not found in the list
1The font name was successfully removed from the list