API referenceFonts

pdfNoEmbedFontListRemoveAll

Clear the no-embed font list.

CategoryFont policy (dead subsystem)
Notesame caveat

Purpose — Clear the no-embed font list.

Declarations

C
int32_t __stdcall pdfNoEmbedFontListRemoveAll(PPDF IPDF);
Delphi
function pdfNoEmbedFontListRemoveAll(const IPDF: PPDF): Integer; stdcall; external 'LumasPdf.dll';

Return value — Number of entries removed (the count before clearing).

C# (P/Invoke)

wrappers/dotnet/LumasPdf.cs
public static extern int pdfNoEmbedFontListRemoveAll(IntPtr IPDF);
Area
Fonts
Category

Core

Exported names

pdfNoEmbedFontListRemoveAll

String variants

The …A form takes UTF-8, …W takes UTF-16; a bare name aliases the ANSI form.

See working code

Worked examples — complete programs in ten languages.