NoEmbedFontListRemoveName
Vector graphics, Fonts, Miscellaneous functions
Version history
This function was introduced in Quick PDF Library version 7.23.
Description
Removes the specified font name from the no embed font list used by the LoadFromCanvasDC and NewPageFromCanvasDC functions.
Syntax
Delphi
function TQuickPDF0815.NoEmbedFontListRemoveName(FontName: WideString): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::NoEmbedFontListRemoveName(
FontName As String) As Long
DLL
int QuickPDFNoEmbedFontListRemoveName(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 |