NoEmbedFontListGet
Vector graphics, Fonts, Miscellaneous functions
Version history
This function was introduced in Quick PDF Library version 7.23.
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 TDebenuPDFLibrary1811.NoEmbedFontListGet(Index: Integer): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::NoEmbedFontListGet(Index As Long) As String
DLL
wchar_t * DPLNoEmbedFontListGet(int InstanceID, int Index)
Parameters
Index | The index of the font name in the list. The first name has an Index value of 1. |