NoEmbedFontListRemoveIndex
Vector graphics, Fonts, Miscellaneous functions
Description
Removes the font name at the specified index from the no embed font list used by the
LoadFromCanvasDC and NewPageFromCanvasDC functions.
Syntax
Delphi
function TPDFlib.NoEmbedFontListRemoveIndex(Index: Integer): Integer;ActiveX
Function PDFlib::NoEmbedFontListRemoveIndex(Index As Long) As LongDLL
int DLNoEmbedFontListRemoveIndex(int InstanceID, int Index);Parameters
| Index | The index of the font name in the list. The first name has an Index value of 1. |
|---|
Return values
| 0 | The specified index was out of range |
|---|---|
| 1 | The font name was successfully removed from the list |