4D v14Progress SET FONTS |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14
Progress SET FONTS
|
Progress SET FONTS ( fontTitles {; fontMessages {; fontButtons}} ) | ||||||||
Parameter | Type | Description | ||||||
fontTitles | Text |
![]() |
Font to use for titles | |||||
fontMessages | Text |
![]() |
Font to use for messages | |||||
fontButtons | Text |
![]() |
(Windows) Font to use for Stop buttons | |||||
The Progress SET FONTS method changes the fonts used for the different text displayed in all the progress windows.
In the fontTitles, fontMessages and fontButtons parameters, pass the names of the fonts to use. If you do not want to modify a font, pass an empty string ("") in the corresponding parameter.
We want to change the font only for messages:
Progress SET FONTS("";"Arial")
Product: 4D
Theme: Progress bars
4D Progress ( 4D v14)
4D Progress ( 4D v13)
4D Progress ( 4D v14 R2)
4D Progress ( 4D v14 R3)
4D Progress ( 4D v14 R4)