NoEmbedFontListRemoveName
Vector graphics, Fonts, Miscellaneous functions
Description
Removes the specified font name from the no embed font list used by the LoadFromCanvasDC
and NewPageFromCanvasDC functions.
Syntax
Delphi
function TPDFlib.NoEmbedFontListRemoveName(Const FontName: WideString): Integer;ActiveX
Function PDFlib::NoEmbedFontListRemoveName(FontName As String) As LongDLL
int DLNoEmbedFontListRemoveName(int InstanceID, wchar_t * FontName);Parameters
| FontName | The font name to remove from the list |
|---|
Return values
| 0 | The specified font name was not found in the list |
|---|---|
| 1 | The font name was successfully removed from the list |