Programming with Reflection
FontName property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the display font for Reflection. Available fonts are listed in the Fonts tab of the Display Setup dialog box. Note: Font names are case-sensitive.
For example, the following statement changes the font to "Courier New":
Session.FontName = "Courier New"
By default, Reflection uses the font called r_ansi. This provides a 24 × 80 display that accurately emulates the terminal. When you resize the terminal window, by default (for any font) Reflection chooses a new font size so the correct number of rows is displayed on the screen.
The default is "r_ansi".
This string can be up to 260 characters long.