NoEmbedFontListAddA

Vector graphics, Fonts, Miscellaneous functions

Description

The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to NoEmbedFontListAdd and string arguments are interpreted using the current SetAnsiMode code page

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

NewPageFromCanvasDC functions.

Syntax

Delphi

Function DLNoEmbedFontListAddA(InstanceID: Integer; FontName: PAnsiChar): Integer;

DLL

int DLNoEmbedFontListAddA(int InstanceID, const char * 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