NoEmbedFontListAdd
Vector graphics, Fonts, Miscellaneous functions
Description
Adds a font name to the no embed font list used by the LoadFromCanvasDC and
NewPageFromCanvasDC functions.
Syntax
Delphi
Function TPDFlib.NoEmbedFontListAdd(Const FontName: WideString): Integer;
ActiveX
Function PDFlib::NoEmbedFontListAdd(FontName As String) As Long
DLL
int DLNoEmbedFontListAdd(int InstanceID, const wchar_t * FontName);
Parameters
| FontName | The font name to add to the list |
|---|
Return values
| 0 | The font name is already in the list |
|---|---|
| 1 | The font name was added to the list successfully |