Fonts section
- Last Updated: March 30, 2020
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
The progress.ini file as installed contains font table entries for the OpenEdge ADE tools. OpenEdge uses the default system fonts defined in the Startup section, unless you add additional fonts to the existing font table in the Fonts section.
Determine which display fonts exist in your environment. The fonts you choose should be graphically compatible. One way to choose fonts is to use the font common dialog box.
The font table can contain up to 256 entries. Each entry in the table performs two semantic functions: it names a font that exists in your environment and it maps that font to an integer from 0 to 255. An application specifies this integer when making a font assignment to a widget.
Specify a font entry using the following syntax:
Syntax
|
- n
-
An integer that specifies the font table entry.
- typeface
-
A valid typeface name, such as Times or Courier.
- point-size
-
The size of the font, in points. If you omit the point size, OpenEdge uses the default point size as defined by the typeface.
- keyword
-
You can specify the following keywords: bold, italic, underline, or strikeout.
- scriptname
-
By default, OpenEdge uses the script (character set) of the Windows FixedSys font for all fonts specified in the environment. If you select a different script when editing a font using the font common dialog, OpenEdge writes the specified script name to the font entry.