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 LongDLL
int DLNoEmbedFontListAdd(int InstanceID, 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 |