| Category | Font policy (non-functional) |
|---|---|
| Availability | Non-functional — see the chapter note |
Purpose — Read back the system-fonts flag stored by pdfSetUseSystemFonts (the flag itself is never consulted by font resolution).
Declarations
C
BOOL32 __stdcall pdfGetUseSystemFonts(PPDF IPDF);
Delphi
function pdfGetUseSystemFonts(const IPDF: PPDF): LongBool; stdcall; external 'LumasPdf.dll';
Return value — Whatever was last passed to pdfSetUseSystemFonts, default TRUE.
See also — pdfSetUseSystemFonts
C# (P/Invoke)
wrappers/dotnet/LumasPdf.cs
[return: MarshalAs(UnmanagedType.Bool)]
Area
Fonts
Category
Getters
Exported names
pdfGetUseSystemFonts
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.