API referenceFonts

pdfChangeFontStyleEx

Same as [pdfChangeFontStyle](#api-pdfchangefontstyle).

CategoryFont selection
Noteidentical to pdfChangeFontStyle

Purpose — Same as pdfChangeFontStyle.

Declarations

C
BOOL32 __stdcall pdfChangeFontStyleEx(PPDF IPDF, uint32_t Style);
Delphi
function pdfChangeFontStyleEx(const IPDF: PPDF; Style: Cardinal): LongBool; stdcall; external 'LumasPdf.dll';

Parameters

ParameterTypeDescription
IPDFPPDFInstance handle.
StyleCardinalSame convention as pdfChangeFontStyle.

Return value — Same as pdfChangeFontStyle.

See alsopdfChangeFontStyle

C# (P/Invoke)

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

Core

Exported names

pdfChangeFontStyleEx

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.