DesktopTextControl.Bold
From Xojo Documentation
Property (As Boolean )
aDesktopTextControl.Bold = newBooleanValue
or
BooleanValue = aDesktopTextControl.Bold
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopTextControl.Bold
New in 2021r3
Supported for all project types and targets.
If True, applies the bold style to the control's text.
Notes
Mac apps can only display font styles that are available. You cannot force a font to display in bold or italic if it does not have bold or italic variations available. In this situation, the Bold property will not affect the font.
Sample Code
This example sets the text to Bold.