API referenceFonts

pdfGetUseStdFonts

Nominally: read whether standard-14 font substitution is

CategoryFont policy (non-functional)
AvailabilityNon-functional — see the chapter note

Purpose — Nominally: read whether standard-14 font substitution is enabled.

Declarations

C
BOOL32 __stdcall pdfGetUseStdFonts(PPDF IPDF);
Delphi
function pdfGetUseStdFonts(const IPDF: PPDF): LongBool; stdcall; external 'LumasPdf.dll';

Return value — Whatever was last passed to pdfSetUseStdFonts, default TRUE.

See alsopdfSetUseStdFonts

C# (P/Invoke)

wrappers/dotnet/LumasPdf.cs
[return: MarshalAs(UnmanagedType.Bool)]
Area
Fonts
Category

Getters

Exported names

pdfGetUseStdFonts

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.