default font size
Source position: intuition.pas line 2393
const TOPAZ_EIGHTY = 8; |
This actually describe the height of the default font. The default font type is the topaz font, which is a fixed width font that can be used in either eighty-column or sixty-column mode. The Preferences structure reflects which is currently selected by the value found in the variable FontSize, which may have either of the values defined below. These values actually are used to select the height of the default font. By changing the height, the resolution of the font changes as well.
|
default font size |