| Category | Font selection |
|---|---|
| Note | identical 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
| Parameter | Type | Description |
|---|---|---|
IPDF | PPDF | Instance handle. |
Style | Cardinal | Same convention as pdfChangeFontStyle. |
Return value — Same as pdfChangeFontStyle.
See also — pdfChangeFontStyle
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.