DEFAULT_FONT

Setting a DEFAULT_FONT variable allows routines like PrintStatusLine to return to the game’s chosen font style, regardless of what it is. If no DEFAULT_FONT has been set, the game will be monospaced (like Font(PROP_OFF)). Oftentimes, games will set DEFAULT_FONT to PROP_ON, but one define it with many constants, using mask syntax:

DEFAULT_FONT = PROP_ON|BOLD_OFF|ITALIC_OFF|UNDERLINE_OFF