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

ProgressDialog.SetFont

Sets the label's text sizes.

Component Version macOS Windows Linux Server iOS SDK
ProgressDialog 2.9 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "ProgressDialog.SetFont"; fontname { ; fontsize } )   More

Parameters

Parameter Description Example Flags
fontname The font name. If this is empty, the system font is used. "Arial"
fontsize The font size. If this value is 0, the system font size is used. 12 Optional

Result

Returns OK on success.

Description

Sets the label's text sizes.

Examples

Set font:

MBS( "ProgressDialog.SetFont"; "Comic Sans MS"; 12 )

See also

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 15th October 2022


ProgressDialog.SetCancel - ProgressDialog.SetImage