NoEmbedFontListGet

Vector graphics, Fonts, Miscellaneous functions

Description

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

LoadFromCanvasDC and NewPageFromCanvasDC functions.

Syntax

Delphi

function TPDFlib.NoEmbedFontListGet(Index: Integer): WideString;

ActiveX

Function PDFlib::NoEmbedFontListGet(Index As Long) As String

DLL

wchar_t * DLNoEmbedFontListGet(int InstanceID, int Index);

Parameters

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