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