Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets whether to use bold fonts.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 6.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Value | The new setting. Pass 1 to use bold or 0 to keep normal font. | 1 |
Returns OK or error.
Disable bold font:
MBS( "SyntaxColoring.SetUseBoldFont"; 0 )
Enable bold font:
MBS( "SyntaxColoring.SetUseBoldFont"; 1 )
This function is free to use.
Created 29th January 2016, last changed 30th January 2016
SyntaxColoring.SetShowValueListIDs - SyntaxColoring.ShowBracketPositions.GetEnabled