FONT_HEIGHT
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
|
|
In traditional Synergy, the FONT_HEIGHT environment variable sets the height of the global font (in conjunction with TYPE_FACE and FONT_WIDTH) if a global font is not otherwise specified. In Synergy .NET, it specifies the point size.
Value
The height in logical units (traditional Synergy) or the point size (Synergy .NET) of the font. The default point size is 10. (n)
Discussion
Traditional Synergy uses the specified font height for application windows of less than 132 columns and for the debugger window. The font height can be specified in one of three ways:
- If the height is greater than 0, it is transformed into device units and matched against the cell height of the available fonts.
- If it is 0, a reasonable default size is used.
- If it is less than 0, it is transformed into device units, and the absolute value is matched against the character height of the available fonts.
If the current font is not available in the requested size, Synergy substitutes the font that most closely resembles the font that was specified.
In traditional Synergy, we recommend that you use the FONT_GLOBAL environment variable rather than FONT_HEIGHT.
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, debugger
See also
- Using fonts on Windows for the hierarchy used to determine the global font
- FONT_GLOBAL environment variable
Examples
In the synergy.ini file,
[synergy] FONT_HEIGHT=-17