FONT_DEBUG
WTSupported in traditional Synergy on Windows
|
|
|
|
The FONT_DEBUG environment variable sets the font for the Synergy debugger window.
Value
The name of a font palette entry. (a)
Discussion
For readability, we recommend that the debugger font be a fixed font, not a proportional font.
When you use any of the FONT_ initialization settings and use the I_FLDMOD subroutine to change the type of a field (for example, from alpha to numeric), be aware that the corresponding font isn’t automatically applied. To update the font, use the D_FLD_FONT option for I_FLDMOD.
Setting location
The environment or the [synergy], [dbr], or [myprog] section of synergy.ini (where myprog is any .dbr file).
Used by
Runtime
See also
- FONT environment variable for defining font palette entries
- Using fonts on Windows for the hierarchy used to determine the debugger font
Examples
In the synergy.ini file,
[synergy] FONT_DEBUG=my_fixed_font