Member variable XbpCrt():fontWidth Foundation
Sets the width of the font used to display characters in the text mode.
:fontWidth sets the width of characters output in text mode (such as output by QOut() or @... SAY). The default value is 8.
The font width multiplied by the number of columns :maxCol+1 determines the width of the XbpCrt window on the screen. The calculation is :fontWidth * (:maxCol+1) == height. The translation of text mode column coordinates to graphic x coordinates is done using :fontWidth.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.