CFLSetFont Procedure
Sets a font to all fields
Overloads
| Name | Description |
|---|---|
| CFLSetFont(Text; Integer) | Sets a font to all fields |
| CFLSetFont(Text; Integer; Integer) |
CFLSetFont(Text; Integer) Procedure
Sets a font to all fields
Signature
CFLSetFont(Font: Text; FontSize: Integer)
Parameters
Font Text
Base64 encoded font file of font name
FontSize Integer
Font size
Remarks
Font is a base64 encoded string of a font file or a font name
CFLSetFont(Text; Integer; Integer) Procedure
Deprecated
This procedure is deprecated and should not be used.
Reason: Replaced by CFLSetFont(FontBase64, FontSize) for V2
Deprecated since: BC22
Signature
[Obsolete('Replaced by CFLSetFont(FontBase64, FontSize) for V2', 'BC22')]
CFLSetFont(FontBase64: Text; FontSize: Integer; FontStyle: Integer)