Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.Parser.ChangeAltFont

Changes alternative font to use.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.Parser.ChangeAltFont"; PDF; FontHandle )   More

Parameters

Parameter Description Example
PDF The PDF reference. $pdf
FontHandle The font handle. $font

Result

Returns OK or error.

Description

Changes alternative font to use.
Changes the active alternate font that is used by DynaPDF.Parser.ReplaceSelText when the original font is not available. The font handle must be a handle that was returned by DynaPDF.SetFont, DynaPDF.SetFontEx, DynaPDF.SetCIDFont, or DynaPDF.Parser.SetAltFont.

See also

Release notes

Blog Entries

This function checks for a license.

Created 23th November 2023, last changed 23th November 2023


DynaPDF.ParseContent - DynaPDF.Parser.Create