Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.SetFieldFontEx
Sets or replaces the font of a field.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 5.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.SetFieldFontEx"; PDF; Field; FontHandle; FontSize ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Field | The field index or field name. | "FirstName" |
FontHandle | The handle of the font returned from DynaPDF.SetFieldFont. | $Font |
FontSize | The desired font size. | 12 |
Result
Returns OK or error.
Description
Sets or replaces the font of a field.The function requires a font handle that was returned by DynaPDF.SetFieldFont.
See also SetFieldFontEx function in DynaPDF manual.
See also
- DynaPDF.New
- DynaPDF.SetFieldBBox
- DynaPDF.SetFieldDate
- DynaPDF.SetFieldFlags
- DynaPDF.SetFieldFont
- DynaPDF.SetFieldFontSize
- DynaPDF.SetFieldIndex
- DynaPDF.SetFieldToolTip
- DynaPDF.SetFontEx
- DynaPDF.SetUseStdFonts
Blog Entries
This function checks for a license.
Created 19th March 2015, last changed 19th March 2015