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 StringDLL
wchar_t * DLNoEmbedFontListGet(int InstanceID, int Index);Parameters
| Index | The index of the font name in the list. The first name has an Index value of 1. |
|---|