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 TDebenuPDFLibrary1811.NoEmbedFontListRemoveName(
FontName: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::NoEmbedFontListRemoveName(
FontName As String) As Long
DLL
int DPLNoEmbedFontListRemoveName(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 |