NoEmbedFontListGetA

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 NoEmbedFontListGet and string arguments are interpreted using the current SetAnsiMode code page

Returns the font name at the specified index in the no embed font list used by the

LoadFromCanvasDC and NewPageFromCanvasDC functions.

Syntax

Delphi

Function DLNoEmbedFontListGetA(InstanceID, Index: Integer): PAnsiChar;

DLL

const char * DLNoEmbedFontListGetA(int InstanceID, int Index);

Parameters

IndexThe index of the font name in the list. The first name has an Index value of 1.