intensity
The intensity property specifies the
strength of the displayed font. The following values are valid, depending
on the context:
- bold
- Text in displayed in boldface.
- defaultIntensity
- In Console UI only, this value uses the default intensity setting from the current window.
- dim
- Causes the text to be displayed with lower intensity, as appropriate when an input field is disabled.
- invisible
- Removes any indication that the field is on the form.
- normalIntensity (the default)
- Sets the field to be visible, without boldface.
Compatibility
| Data item | VGUI record | Console UI | Text Form Java™ | Text Form COBOL | Print Form Java™ | Print Form COBOL |
|---|---|---|---|---|---|---|
| Yes | No | Yes | Yes | Yes* | No | No |
* See compatibility considerations below.
| Platform | Issue |
|---|---|
| COBOL generation | The value dim is not supported. |