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
| FontName | The font name to add to the list |
|---|
Return values
| 0 | The font name is already in the list |
|---|---|
| 1 | The font name was added to the list successfully |