iscobol.font.default and DEFAULT-FONT
Estimated Reading Time: 1 MinutesWhen a program requests DEFAULT-FONT...
- Use the value of iscobol.font.default if it is set
- If iscobol.font.default is not set then use the value of iscobol.font.medium if it is set
- If neither iscobol.font.default nor iscobol.font.medium are set then use SansSerif 9 pt bold
Tip: If you experience problems with font sizes, make sure that there are no characters after the font size in the property value. For example,
iscobol.font.default=Arial-10 | don't put a comment hereinstead, put comments on separate lines starting with a # character:
# this is a good comment for font settings iscobol.font.default=Arial-10
NOTE: This behavior started in release 2010 R3.
Prior to this version, the iscobol.font.default property was always ignored, and DEFAULT-FONT in the program would use the value of iscobol.font.medium, if set.