| Category | Font policy (dead subsystem) |
|---|---|
| Note | same "correct list, unread" caveat |
Purpose — Number of names currently on the no-embed font list.
Declarations
C
int32_t __stdcall pdfNoEmbedFontListCount(PPDF IPDF);
Delphi
function pdfNoEmbedFontListCount(const IPDF: PPDF): Integer; stdcall; external 'LumasPdf.dll';
Return value — Current entry count.
C# (P/Invoke)
wrappers/dotnet/LumasPdf.cs
public static extern int pdfNoEmbedFontListCount(IntPtr IPDF);
Area
Fonts
Category
Core
Exported names
pdfNoEmbedFontListCount
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.