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
- ProgressDialog.GetTopText
- ProgressDialog.Reset
- ProgressDialog.SetCancel
- ProgressDialog.SetImage
- ProgressDialog.SetPosition
- Progressdialog.SetScript
- ProgressDialog.SetTitle
- ProgressDialog.SetTopMost
- ProgressDialog.SetTopText
- ProgressDialog.Show
Blog Entries
- MBS Plugin Advent calendar: 14 - Progress Dialog
- MBS Filemaker Plugin, version 3.2pr2
- MBS Filemaker Plugin, version 2.9pr9
This function checks for a license.
Created 18th August 2014, last changed 15th October 2022